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:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1 [00:00:23] *** Joins: v01t (~v01t@replaced-ip )
2 [00:00:33] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 248 seconds)
3 [00:01:28] *** Joins: sigsts (~sigsts@replaced-ip )
4 [00:02:21] *** Quits: cloudywizzard (~cloudywiz@replaced-ip ) (Quit: Leaving)
5 [00:03:50] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Quit: leaving)
6 [00:05:36] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
7 [00:06:16] *** Quits: fleaz (~fleaz@replaced-ip ) (Quit: fleaz)
8 [00:06:21] <davis> NetTerminalGene: I can as well, if I make
my browser window small so that its not near the edge of the X11
display boundary
9 [00:06:35] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Ping timeout: 240 seconds)
10 [00:07:24] <davis> the problem happens when I grab a large
window which is near the boundary of the display. the window manager
automatically resizes the tab window, since when i grab it, it lifts
it and since its near the boundary it auto enlarges it and drops it.
11 [00:08:00] *** r0Oter is now known as r00ter
12 [00:08:10] *** Joins: tymczenko (~tymczenko@replaced-ip )
13 [00:08:47] *** Joins: ryouma (~user@replaced-ip )
14 [00:09:17] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
15 [00:09:34] <Shun131> ladderff: I would disable suspend-to-RAM
on the server and write a short script that runs as a cron job which
suspends the server when there are no active shares. Just using
netstat and grep. I can msg you the URL of how it’s been done.
Then Wake-on-LAN to turn it on if needed. (if that is your setup)
16 [00:10:01] <hxmuller> to reload udev rules in the past, we
used 'udevadm control --reload-rules'. does systemctl
restart udev accomplish the same thing?
17 [00:11:57] *** Joins: colinjmatt (~colinjmat@replaced-ip )
18 [00:14:57] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 248 seconds)
19 [00:15:14] <ladderff> Shun131: Thanks, I'll take a look.
I don't know how keen I am to disable suspend now that systemd
finally seems to have a sensible way to control it (good riddance to
pm-suspend!)
20 [00:16:03] <ladderff> wakeonlan is working fine so
that's good. I was also considering autofs, but the main issue
isn't getting it to wake up, it's getting it to stay up
21 [00:16:19] <Shun131> Great, the link I sent you somehow
resets some timer.
22 [00:16:20] <ladderff> which is why I don't quite see
what's so great about autofs at least in this context...
23 [00:17:12] <Shun131> using xset s reset
24 [00:17:13] <ladderff> Thanks for the link
25 [00:17:18] <ladderff> yeah, I saw that one in my googling
26 [00:17:34] <ladderff> however that's just never going to
suspend, unless I program the client to unmount the share, right?
27 [00:18:10] <Shun131> indeed, no shares must be active
28 [00:18:36] <Shun131> otherwise it can’t know
29 [00:19:22] <Shun131> i think that link would do what you need
30 [00:20:14] *** Joins: cCkw (~ejakuk@replaced-ip )
31 [00:21:08] <ladderff> Shun131 so I need a way to unmount the
share on the client after use
32 [00:21:14] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 260 seconds)
33 [00:21:15] *** Quits: Freshnuts (Freshnuts@replaced-ip ) (Quit: Leaving)
34 [00:21:22] <ladderff> hmmph. this is getting messy
35 [00:21:43] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
36 [00:21:44] <Shun131> How are you using the share on the
client exactly?
37 [00:22:14] <ladderff> Photos mostly
38 [00:22:30] <Shun131> Normally the user unmounts a share by
unmounting in the GUI
39 [00:22:44] <ladderff> I have it as an fstab entry
40 [00:22:57] <Shun131> Ah, you run a script on the client?
41 [00:23:12] <Shun131> the client?
42 [00:23:38] <ladderff> no i just have the usual fstab entry
which works fine, I wake the server when I need access to the files
43 [00:23:48] <Shun131> You could take it out of fstab and just
mount and umount, right?
44 [00:23:57] <ladderff> I could
45 [00:24:11] <ladderff> hmm
46 [00:24:16] <ladderff> yeah maybe that's the way to go
47 [00:24:20] <Shun131> Because fstab is always-on, AfAIK
48 [00:24:28] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
49 [00:24:37] <ladderff> well it just mounts the filesystems
listed there at boot
50 [00:24:41] <ladderff> i think that's all
51 [00:25:01] <Shun131> ok, so it depends on if you need the
share right after boot or not
52 [00:25:13] <Shun131> true
53 [00:25:44] <ladderff> yeah, I could put noauto in the fstab
54 [00:25:58] <ladderff> and then I could write a mount script
that wraps a command
55 [00:25:58] <Shun131> yeah, saves server uptime
56 [00:26:11] <ladderff> wakes the server, inhibits suspend,
57 [00:26:13] *** Quits: polaris (~polaris_@replaced-ip ) (Quit: Leaving)
58 [00:26:15] <Shun131> sounds nice
59 [00:26:19] <ladderff> then unmounts the share
60 [00:26:19] <ladderff> ok
61 [00:26:53] *** Joins: CyberManifest (~CyberMani@replaced-ip )
62 [00:26:54] <Shun131> and then do the thing on the server
thats outlined in the link
63 [00:26:57] <ladderff> yeah
64 [00:27:06] <ladderff> so when it's unmounted the thing
will put itself to sleep
65 [00:27:14] <Shun131> exactly
66 [00:27:23] <ladderff> now ftw I should be able to have this
run any time I access the mountpoint
67 [00:27:23] <ladderff> but
68 [00:27:29] <ladderff> inotify?
69 [00:27:31] <ladderff> but anyway
70 [00:27:34] <ladderff> one fight at a time
71 [00:27:52] <Shun131> heh yeah, minimize the accesses
72 [00:28:12] <ladderff> yeah
73 [00:29:02] <Shun131> great, if there’s anything, feel
free to msg, I’m going to sleep now :)
74 [00:29:07] <ladderff> thanks man
75 [00:29:10] <ladderff> good talk
76 [00:29:13] <Shun131> no prob
77 [00:29:17] <Shun131> yeah same
78 [00:29:34] *** Quits: craigp (~craigp@replaced-ip ) (Remote host closed the connection)
79 [00:29:35] *** Quits: CyberManifest (~CyberMani@replaced-ip ) (Client Quit)
80 [00:29:45] *** Quits: Shun131 (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
81 [00:32:33] *** Quits: booyah (~bb@replaced-ip ) (Read error: Connection reset by peer)
82 [00:33:27] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 240 seconds)
83 [00:34:02] *** debhelper sets mode: +l 1432
84 [00:34:13] *** Quits: tommaso (~chatzilla@replaced-ip ) (Read error: Connection reset by peer)
85 [00:35:38] <rant> so I've been trying now for about
3.5wks to install another Stretch system on an external drive with
an encrypted root partition and I am unable to get it bootable.
I've compiled a report and I need some help figuring out what
the problem is.
replaced-url
86 [00:35:39] *** Quits: loader (~loader@replaced-ip ) (Read error: Connection reset by peer)
87 [00:36:02] *** Joins: tommaso (~chatzilla@replaced-ip )
88 [00:36:20] <annadane> for something this complex maybe also
try the debian-user mailing list
89 [00:37:46] *** Joins: argusbr (~online@replaced-ip )
90 [00:38:19] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 260 seconds)
91 [00:38:59] *** Joins: booyah (~bb@replaced-ip )
92 [00:39:09] <rant> yeah and I got some copy/pasta errors in
that report :P
93 [00:39:47] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
94 [00:41:12] <bites> rant: i've never seen the uuid in
quotes.
95 [00:41:53] <rant> bites: yeah that seemed odd to me as well
96 [00:42:29] *** Quits: sakax (~skx@replaced-ip ) (Quit: Leaving)
97 [00:42:38] <bites> no change if you take it out?
98 [00:42:45] <rant> bites: the errors in that post were pasting
default/grub twice and using an old version of grub.cfg from before
I fixed that error with the UUID that was missing the last char
99 [00:42:52] <rant> I
100 [00:42:59] <rant> I've fixed it now
101 [00:43:03] *** Joins: sakax (~skx@replaced-ip )
102 [00:43:05] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
103 [00:43:11] *** Quits: ryouma (~user@replaced-ip ) (Quit: rcirc on GNU Emacs 24.4.1)
104 [00:43:24] <rant> not sure why I keep accidentally hitting
enter when I reach for ' on this keyboard..
105 [00:44:07] <jhutchins> I confirm no quotes in my grub.cfg.
106 [00:45:24] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
107 [00:47:37] <giaco> I've just chrooted into a debootstrap
extracted debian jessie. Everything works fine, but I need to
understand how to avoid "su: must be run from a terminal"
when I call "su" as normal user (that I have created)
while inside the chroot
108 [00:47:57] <bites> rant: i get the same error
"cryptsetup: WARNING: Invalid source device" if i put
quotes around the uuid in my crypttab. remove them. in fstab too.
109 [00:48:21] <rant>
replaced-url
110 [00:48:23] *** Quits: afroboy (~afroboy@replaced-ip ) (Quit: Leaving)
111 [00:48:49] *** Quits: StygianBlues (~StygianBl@replaced-ip ) (Remote host closed the connection)
112 [00:49:01] <rant> bites: ah, I thought that was how it was
specified in crypttab/fstab
113 [00:50:59] <rant> ok, so all quotes removed from crypttab and
fstab.. any other thoughts or just update-initramfs, update-grub,
grub-install?
114 [00:51:24] *** Joins: p4p0l0 (~p4p0l0@replaced-ip )
115 [00:51:49] <bites> try that first. next thing i would look
into is the cryptdevice boot parameter you've set.
116 [00:51:55] *** Joins: StygianBlues (~StygianBl@replaced-ip )
117 [00:53:34] *** Parts: sideup66 (~sideup66@replaced-ip ) ("WeeChat 2.2")
118 [00:54:06] <rant> yeah I wasnt sure about that.. just sounded
good.. heh
119 [00:54:13] *** Quits: Urchin (~urchin@replaced-ip ) (Quit: Leaving)
120 [00:54:23] <rant> figured /etc/default/grub was good a place
as any to put it
121 [00:54:46] <rant> wasnt sure how to tell grub about the
cryptroot
122 [00:55:07] <bites> i think after the colon should be the name
of the mapper, which should match the naming in fstab.
123 [00:55:23] <bites> buuut, i'm not even sure that's
the right hook in the first place.
124 [00:55:25] <rant> yes I wasnt sure about that
125 [00:55:29] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 268 seconds)
126 [00:55:46] *** Quits: sakax (~skx@replaced-ip ) (Quit: Leaving)
127 [00:56:02] <rant> it wasnt as obvious to me as "hey
dude, you got some asparagas in your teeth" I wasn't quite
sure how I was suppose to tell grub the rootfs was encrypted..
128 [00:56:14] *** Joins: sakax (~skx@replaced-ip )
129 [00:57:20] *** Parts: wgas (~wgas@replaced-ip ) ("Leaving")
130 [00:58:13] <rant> fwiw only the invalid source device message
dissapeared from update-initramfs output, the rest all still came up
131 [00:58:57] *** Quits: hiroki (~hyamamoto@replaced-ip ) (Ping timeout: 240 seconds)
132 [00:59:45] *** Quits: GrimKriegor (~GrimKrieg@replaced-ip ) (Ping timeout: 264 seconds)
133 [01:00:04] <rant>
replaced-url
134 [01:00:56] *** Joins: kernelman (~ricardo@replaced-ip )
135 [01:00:57] *** Joins: hiroki (~hyamamoto@replaced-ip )
136 [01:01:12] <rant> the chr is just a script I threw together
to do all the luksOpen, mount, binding of /boot, /proc, /sys, /dev,
and chroot.. cause it was getting real old :P
137 [01:01:16] *** Joins: noobineer (~noobineer@replaced-ip )
138 [01:01:17] *** Quits: Jing (Jing@replaced-ip ) (Quit: Jing)
139 [01:02:02] *** Quits: `slikts (~nelabs@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
140 [01:02:13] <kernelman> how can i specify log file for
apt-get?
141 [01:02:45] <bites> rant: you unlocked the luks partition
manually and gave the mapper a different name than cryptroot, right?
142 [01:03:10] <bites> i would do it again and keep the naming
consistent.
143 [01:03:42] <bites> "device-mapper: table ioctl on
cryptroot failed: No such device or address"
144 [01:04:01] *** debhelper sets mode: +l 1423
145 [01:04:15] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
146 [01:04:27] *** Quits: MrGeneral (~MrGeneral@replaced-ip ) (Ping timeout: 260 seconds)
147 [01:04:27] *** Joins: cascadia_rising (cascadia_r@replaced-ip )
148 [01:07:00] *** Quits: p4p0l0 (~p4p0l0@replaced-ip ) (Remote host closed the connection)
149 [01:07:12] *** Quits: grandfso (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
150 [01:07:49] *** Joins: GrimKriegor (~GrimKrieg@replaced-ip )
151 [01:08:00] <rant> yes
152 [01:09:31] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
153 [01:11:04] <rant>
replaced-url
154 [01:11:36] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
155 [01:12:03] *** Joins: mauz555 (~mauz555@replaced-ip )
156 [01:12:42] <rant> and now that I think about it I think that
loop is wrong :P
157 [01:12:58] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
158 [01:14:02] <bites> exit the chroot, umout everything, close
the luks partition, open it again, this time call it cryptroot
though.
159 [01:14:31] <bites> which you hopefully don't have an
encrypted partition on your main system by that name already. ^^
160 [01:14:41] *** Quits: deznuts (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
161 [01:16:24] <bites> i would also remove passport from crypttab
and fstab until you got it to boot.
162 [01:16:42] *** Quits: hypn0 (~h@replaced-ip ) (Quit: Leaving.)
163 [01:16:57] <rant> fair enough
164 [01:17:01] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 265 seconds)
165 [01:19:17] *** Quits: jasmith (~jasmith@replaced-ip ) (Quit: Leaving)
166 [01:21:05] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 248 seconds)
167 [01:21:05] *** Quits: davis (~davis@replaced-ip ) (Ping timeout: 248 seconds)
168 [01:21:08] *** Joins: amcorreia (~amcorreia@replaced-ip )
169 [01:22:04] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 260 seconds)
170 [01:22:39] *** Quits: boturk (boturk@replaced-ip ) (Ping timeout: 260 seconds)
171 [01:23:10] *** Quits: mandeep (mandeep@replaced-ip ) (Ping timeout: 264 seconds)
172 [01:24:01] *** debhelper sets mode: +l 1411
173 [01:24:02] *** Joins: deznuts (uid92154@replaced-ip )
174 [01:24:16] *** Quits: tommaso (~chatzilla@replaced-ip ) (Ping timeout: 265 seconds)
175 [01:25:17] <rant>
replaced-url
176 [01:26:13] *** Joins: Tom-_ (~tomg@replaced-ip )
177 [01:26:15] *** Joins: crimson_king (~crimson_k@replaced-ip )
178 [01:26:28] <bites> initramfs updates without errors now,
that's progress. ^^
179 [01:26:37] <bites> time to boot? ^^
180 [01:27:03] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Quit: 神奇,永無止境的神奇)
181 [01:28:11] *** Joins: davis (~davis@replaced-ip )
182 [01:28:43] *** Quits: noobineer (~noobineer@replaced-ip ) (Read error: Connection reset by peer)
183 [01:28:59] <bites> hmm... -u seems to only update the initrd
for the newest kernel it finds.
184 [01:29:25] <bites> so there might be problems if you try to
boot kernel 4.9
185 [01:33:15] <bites> rant: update-initramfs -u -k all seems to
do it for all kernels.
186 [01:34:34] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Ping timeout: 256 seconds)
187 [01:37:39] *** Joins: iflema (~ian@replaced-ip )
188 [01:41:24] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
189 [01:42:00] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
190 [01:42:05] *** Joins: MACscr|lappy (~MACscr|la@replaced-ip )
191 [01:42:06] *** Joins: swickrotation (~swickrota@replaced-ip )
192 [01:42:24] *** Joins: xcm (~xcm@replaced-ip )
193 [01:42:30] *** Joins: kus (~kus@replaced-ip )
194 [01:44:35] <bites> rant: it's 2am, i'm out. good
luck anyway.
195 [01:47:13] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 248 seconds)
196 [01:48:08] *** Joins: greatgatsby (~greatgats@replaced-ip )
197 [01:51:29] *** Joins: guideline_ (guideline@replaced-ip )
198 [01:51:31] *** Joins: MrGeneral (~MrGeneral@replaced-ip )
199 [01:52:08] *** Quits: guideline (guideline@replaced-ip ) (Ping timeout: 256 seconds)
200 [01:52:31] *** Joins: cryptodan (~cryptodan@replaced-ip )
201 [01:53:23] *** Quits: guideline_ (guideline@replaced-ip ) (Remote host closed the connection)
202 [01:55:05] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
203 [01:57:40] <rant> bites: alright, thanks.. it seems like
it'll work now I got the pw wrong three times and gave up.. but
its at least asking for the pw now.. so I think its good
204 [01:58:20] *** Quits: sakax (~skx@replaced-ip ) (Quit: Leaving)
205 [02:01:07] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
206 [02:01:19] *** Quits: MACscr|lappy (~MACscr|la@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
207 [02:01:22] *** Joins: de-facto (~de-facto@replaced-ip )
208 [02:01:36] *** Joins: guideline (guideline@replaced-ip )
209 [02:02:51] *** Quits: sinaowolabi (~Sina@replaced-ip ) (Remote host closed the connection)
210 [02:02:55] *** Joins: MACscr|lappy (~MACscr|la@replaced-ip )
211 [02:03:43] *** Joins: erasmus (~erasmus@replaced-ip )
212 [02:07:16] *** Quits: toogley (~toogley@replaced-ip ) (Ping timeout: 244 seconds)
213 [02:07:46] *** Quits: MACscr|lappy (~MACscr|la@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
214 [02:07:59] *** Joins: toogley (~toogley@replaced-ip )
215 [02:09:28] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
216 [02:10:28] *** Joins: sinaowolabi (~Sina@replaced-ip )
217 [02:10:53] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 244 seconds)
218 [02:11:09] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 265 seconds)
219 [02:15:03] *** Joins: mandeep (mandeep@replaced-ip )
220 [02:21:19] *** Quits: tuxd00d (~tuxd00d@replaced-ip ) (Quit: tuxd00d)
221 [02:21:32] *** Joins: MACscr|lappy (~MACscr|la@replaced-ip )
222 [02:28:24] *** Quits: hxmuller (~hxmuller@replaced-ip ) (Quit: WeeChat 1.6)
223 [02:29:05] *** Quits: crimson_king (~crimson_k@replaced-ip ) (Read error: Connection reset by peer)
224 [02:30:45] *** Joins: Soul_Eater (~marcelo@replaced-ip )
225 [02:31:07] *** Quits: Soul_Eater (~marcelo@replaced-ip ) (Max SendQ exceeded)
226 [02:31:54] *** Joins: Soul_Eater (~marcelo@replaced-ip )
227 [02:32:33] *** Quits: Vizva (~Vizva@replaced-ip ) (Ping timeout: 250 seconds)
228 [02:37:17] *** Quits: CrazyEddy (crazyed@replaced-ip ) (Ping timeout: 276 seconds)
229 [02:39:42] *** Quits: _rubik (~rubik@replaced-ip##) (Quit: ZNC 1.7.0 - ##replaced-url
230 [02:40:14] *** Quits: kernelman (~ricardo@replaced-ip ) (Quit: Leaving.)
231 [02:42:04] *** Joins: siraben (~user@replaced-ip )
232 [02:42:25] *** Quits: MACscr|lappy (~MACscr|la@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
233 [02:42:40] *** Joins: _rubik (~rubik@replaced-ip )
234 [02:42:47] *** Quits: holden- (~holden-@replaced-ip ) (Ping timeout: 268 seconds)
235 [02:48:33] *** Joins: jfoy (~jfoy@replaced-ip )
236 [02:52:50] *** Joins: CrazyEddy (crazyed@replaced-ip )
237 [02:55:02] *** Quits: uNmowed (~Kaede@replaced-ip ) (Ping timeout: 256 seconds)
238 [02:55:46] *** Quits: GenteelBen (GenteelBen@replaced-ip ) ()
239 [02:57:18] *** Parts: davis (~davis@replaced-ip ) ()
240 [02:57:43] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
241 [02:58:17] *** Joins: dvs (~hibbard@replaced-ip )
242 [02:58:22] *** Joins: ShapeShifter499 (~ShapeShif@replaced-ip )
243 [03:00:06] *** Quits: jfoy (~jfoy@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
244 [03:01:12] *** Quits: Tom01 (~tom@replaced-ip ) (Quit: Lost terminal)
245 [03:01:25] *** Quits: foriin (solaris@replaced-ip ) (Ping timeout: 265 seconds)
246 [03:02:15] *** Joins: tuxd00d (~tuxd00d@replaced-ip )
247 [03:03:14] *** Joins: foriin (solaris@replaced-ip )
248 [03:03:20] *** Quits: th_ (~th@replaced-ip ) (Quit: Leaving)
249 [03:04:18] *** Quits: sine0 (~sine0@replaced-ip ) (Remote host closed the connection)
250 [03:11:36] *** Joins: annadane (~annadane@replaced-ip )
251 [03:11:57] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 240 seconds)
252 [03:17:04] *** Quits: sinaowolabi (~Sina@replaced-ip ) (Remote host closed the connection)
253 [03:17:08] *** Quits: Apple][ (x13@replaced-ip ) (Ping timeout: 256 seconds)
254 [03:17:22] *** Quits: elliot007 (elliot007@replaced-ip ) (Ping timeout: 265 seconds)
255 [03:17:32] *** Quits: e2 (e2@replaced-ip ) (Ping timeout: 255 seconds)
256 [03:17:59] *** Quits: nolsen (nolsen@replaced-ip ) (Ping timeout: 255 seconds)
257 [03:18:26] *** Quits: dave4925 (dave4925@replaced-ip ) (Ping timeout: 255 seconds)
258 [03:18:32] *** Quits: unshackled (znc1@replaced-ip ) (Ping timeout: 245 seconds)
259 [03:18:42] *** Joins: k_sze[work] (~Kira@replaced-ip )
260 [03:18:51] *** Quits: swickrotation (~swickrota@replaced-ip ) (Quit: Catch you later on this worldline)
261 [03:18:53] *** Joins: Ceber (~cerberus@replaced-ip )
262 [03:18:57] *** Quits: plundra (500@replaced-ip ) (Ping timeout: 248 seconds)
263 [03:19:10] *** Quits: czer00 (~mhj@replaced-ip ) (Ping timeout: 268 seconds)
264 [03:21:05] *** Joins: czer00 (~mhj@replaced-ip )
265 [03:22:51] *** Quits: tuxd00d (~tuxd00d@replaced-ip ) (Quit: tuxd00d)
266 [03:23:47] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
267 [03:23:56] *** Joins: Colti (Miramar-FL@replaced-ip )
268 [03:24:02] *** debhelper sets mode: +l 1398
269 [03:24:06] *** Joins: arthurmde_ (uid38505@replaced-ip )
270 [03:25:27] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 240 seconds)
271 [03:25:50] *** Joins: edwardly (~edwardly@replaced-ip )
272 [03:27:12] *** Joins: edarfoc (~yaaic@replaced-ip )
273 [03:28:15] *** Joins: plundra (500@replaced-ip )
274 [03:31:01] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
275 [03:31:27] *** Quits: chrissl (~chris@replaced-ip ) (Ping timeout: 240 seconds)
276 [03:33:07] *** Quits: cluelessperson (~cluelessp@replaced-ip ) (Ping timeout: 256 seconds)
277 [03:34:04] *** Quits: M4he (~mahe@replaced-ip ) (Ping timeout: 244 seconds)
278 [03:35:47] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
279 [03:36:18] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 260 seconds)
280 [03:36:51] *** Joins: mahe (~mahe@replaced-ip )
281 [03:38:29] *** Joins: e2 (e2@replaced-ip )
282 [03:39:05] *** Joins: cluelessperson (~cluelessp@replaced-ip )
283 [03:43:50] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 268 seconds)
284 [03:44:01] *** Joins: sigsts (~sigsts@replaced-ip )
285 [03:44:05] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
286 [03:46:56] *** Joins: th_ (~th@replaced-ip )
287 [03:47:10] *** Joins: sgnyjohn (~sgnyjohn@replaced-ip )
288 [03:47:44] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 256 seconds)
289 [03:50:27] *** Joins: fstd_ (~fstd@replaced-ip )
290 [03:53:10] *** Joins: patterson (patterson@replaced-ip )
291 [03:53:42] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 244 seconds)
292 [03:53:42] *** fstd_ is now known as fstd
293 [03:55:06] *** Quits: kus (~kus@replaced-ip ) (Remote host closed the connection)
294 [03:56:50] *** Quits: erasmus (~erasmus@replaced-ip ) (Read error: Connection reset by peer)
295 [03:59:14] *** Quits: th_ (~th@replaced-ip ) (Remote host closed the connection)
296 [03:59:41] *** Joins: semeion (~semeion@replaced-ip )
297 [04:01:30] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 260 seconds)
298 [04:04:14] *** Quits: RedSoxFan07 (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
299 [04:07:26] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 256 seconds)
300 [04:07:41] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
301 [04:09:35] *** Quits: ranzpirat (~anon@replaced-ip ) (Ping timeout: 240 seconds)
302 [04:10:26] *** Joins: ranzpirat (~anon@replaced-ip )
303 [04:10:32] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
304 [04:10:46] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
305 [04:13:35] *** Joins: th_ (~th@replaced-ip )
306 [04:14:10] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 264 seconds)
307 [04:14:23] *** Quits: giaco (~giaco@replaced-ip ) (Remote host closed the connection)
308 [04:14:24] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
309 [04:14:33] *** Joins: dgp (~daniel@replaced-ip )
310 [04:16:08] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
311 [04:17:25] *** Joins: erasmus (~erasmus@replaced-ip )
312 [04:21:22] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
313 [04:21:53] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 248 seconds)
314 [04:22:44] *** Joins: kernelman (~ricardo@replaced-ip )
315 [04:24:11] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
316 [04:25:48] <SyfiMalik> my new debian stretch cant connect to
wifi
317 [04:26:05] <mefistofeles> what wifi card?
318 [04:26:24] <SyfiMalik> dont know, how to check
319 [04:26:36] <SyfiMalik> x1 carbon
320 [04:26:52] *** Joins: nuuuciano (~luuuciano@replaced-ip )
321 [04:26:55] <SyfiMalik> 4600 chip
322 [04:27:07] <mefistofeles> lspci | grep -i wireless
323 [04:27:10] <mefistofeles> probably that
324 [04:27:39] *** Joins: nolsen (nolsen@replaced-ip )
325 [04:28:35] <SyfiMalik> intel wireless 7260
326 [04:29:01] <SyfiMalik> cant even touchpad doesnt work in
touch to tap
327 [04:29:33] <mefistofeles> SyfiMalik: that may just be
configuration
328 [04:29:37] *** Quits: dartleader (~dartleade@replaced-ip ) (Quit: WeeChat 2.1)
329 [04:29:54] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 260 seconds)
330 [04:30:16] <themill> you'll need firmware-iwlwifi for
that
331 [04:30:20] <mefistofeles> yes
332 [04:31:13] <SyfiMalik> installed, now what to do?
333 [04:31:59] *** Joins: rant (~user@replaced-ip )
334 [04:32:07] <mefistofeles> SyfiMalik: try and see?
335 [04:32:32] <SyfiMalik> plz help im sitting in sun. and have
only some minutes left to end my data time
336 [04:32:38] *** Quits: sgnyjohn (~sgnyjohn@replaced-ip ) (Quit: Leaving)
337 [04:32:39] <SyfiMalik> just give me commands
338 [04:33:00] <SyfiMalik> nmtui doens't show wireless
connection
339 [04:33:51] <mefistofeles> is the module loaded?
340 [04:34:05] <mefistofeles> lsmod | grep wifi
341 [04:34:08] <SyfiMalik> how to do that?
342 [04:34:34] <SyfiMalik> iwlwifi 151552 0
343 [04:34:35] <SyfiMalik> cfg80211 589824 1 iwlwifi
344 [04:35:06] *** Joins: Tom-_ (~tomg@replaced-ip )
345 [04:35:17] <SyfiMalik> ive 25 minutes left
346 [04:35:47] <SyfiMalik> and im burning here in sunny roof
because in the ground my isp doens't work
347 [04:36:15] <mefistofeles> don't know what could be
wrong, maybe try rebooting?
348 [04:36:29] <SyfiMalik> ok
349 [04:36:33] <mefistofeles> not sure if firmware should work
just by installing or whether it needs rebooting
350 [04:36:34] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Quit: leaving)
351 [04:36:56] <rant> at most you reload the module
352 [04:36:57] <themill> you'd need to either reload the
module or reboot
353 [04:37:36] *** Quits: cadillac_ (~omab@replaced-ip ) (Ping timeout: 256 seconds)
354 [04:38:25] <mefistofeles> yeah, I thought so, but was going
for reboot to be sure
355 [04:38:34] *** Joins: Jing (Jing@replaced-ip )
356 [04:39:57] *** Joins: cadillac_ (~omab@replaced-ip )
357 [04:40:48] <mefistofeles> guess it's good news if he/she
doesn't come back xD
358 [04:41:25] *** Quits: b (~coffee@replaced-ip ) (Quit: Lost terminal)
359 [04:42:32] *** Quits: JPT (~jpt@replaced-ip ) (Remote host closed the connection)
360 [04:44:09] *** Quits: orphean (~Orphean@replaced-ip ) (Ping timeout: 264 seconds)
361 [04:48:19] *** Quits: HugsWontletgo (~HugsWontl@replaced-ip ) (Read error: Connection reset by peer)
362 [04:51:07] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
363 [04:52:15] *** Joins: JPT (~jpt@replaced-ip )
364 [04:52:54] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 268 seconds)
365 [04:56:07] *** Joins: HugsWont1etgo (~HugsWontl@replaced-ip )
366 [04:56:10] *** Quits: HugsWontletgo (~HugsWontl@replaced-ip ) (Ping timeout: 264 seconds)
367 [04:58:59] *** Joins: Riddick (sprich01@replaced-ip )
368 [05:00:00] *** Quits: cadillac_ (~omab@replaced-ip ) (Quit: I quit)
369 [05:00:11] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
370 [05:00:31] *** Joins: cadillac_ (~omab@replaced-ip )
371 [05:00:43] *** Joins: boris_t (~boris_t@replaced-ip )
372 [05:03:47] *** Quits: jero- (~ID100T@replaced-ip ) (Ping timeout: 256 seconds)
373 [05:11:43] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 244 seconds)
374 [05:12:56] *** Joins: citypw (~citypw@replaced-ip )
375 [05:15:51] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
376 [05:16:08] <SyfiMalik> Thanks guys wifi is working now.
377 [05:16:23] <SyfiMalik> so now we can solve th tap to click
issue
378 [05:16:58] <SyfiMalik> I had a dir in arch linux, there I
added two custom files and my tap to click was working, but in
debian I can't see those dir
379 [05:17:25] <SyfiMalik> arch dir path was /etc/X11/xorg. or
something
380 [05:18:12] *** Quits: ShapeShifter499 (~ShapeShif@replaced-ip ) (Ping timeout: 265 seconds)
381 [05:18:16] *** Quits: th_ (~th@replaced-ip ) (Remote host closed the connection)
382 [05:23:13] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
383 [05:27:48] *** Parts: kernelman (~ricardo@replaced-ip ) ()
384 [05:32:29] *** Joins: boturk (boturk@replaced-ip )
385 [05:34:11] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
386 [05:34:41] *** Quits: deznuts (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
387 [05:37:34] *** Quits: tacocat (~james@replaced-ip ) (Quit: <no message specified>)
388 [05:37:55] *** Joins: tacocat (~james@replaced-ip )
389 [05:41:49] *** Joins: ExploitedKernel (~pi@replaced-ip )
390 [05:42:06] *** Joins: honestemu (~emil@replaced-ip )
391 [05:42:58] *** Joins: holycow (~holycow@replaced-ip )
392 [05:43:10] *** Parts: holycow (~holycow@replaced-ip ) ()
393 [05:44:33] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 248 seconds)
394 [05:47:53] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
395 [05:48:32] *** Joins: aloo_shu (~atomic@replaced-ip )
396 [05:48:39] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 260 seconds)
397 [05:53:02] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 260 seconds)
398 [05:54:40] *** Quits: honestemu (~emil@replaced-ip ) (Ping timeout: 256 seconds)
399 [05:54:58] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Ping timeout: 264 seconds)
400 [05:55:38] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 244 seconds)
401 [05:56:14] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 256 seconds)
402 [05:58:47] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
403 [06:00:22] *** Joins: v01t (~v01t@replaced-ip )
404 [06:00:54] *** Quits: guideline (guideline@replaced-ip ) (Ping timeout: 256 seconds)
405 [06:02:36] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
406 [06:04:07] *** Quits: siraben (~user@replaced-ip ) (Quit: travelling)
407 [06:04:36] *** Joins: Mazhive_one (~Mazhive@replaced-ip )
408 [06:04:52] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Ping timeout: 256 seconds)
409 [06:04:54] <SyfiMalik> guys how fprintd works in debian?
410 [06:04:59] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
411 [06:05:33] <SyfiMalik> iTeV: I can't use polybar, it
gives me error after compiling
412 [06:08:08] *** Quits: xcm (~xcm@replaced-ip ) (Ping timeout: 268 seconds)
413 [06:08:51] *** Joins: xcm (~xcm@replaced-ip )
414 [06:11:49] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Quit: leaving)
415 [06:17:20] *** Quits: `whoami` (~user@replaced-ip ) (Quit: leaving)
416 [06:19:06] *** Quits: dendazen (~dendazen@replaced-ip ) (Remote host closed the connection)
417 [06:20:36] *** Joins: `whoami` (~user@replaced-ip )
418 [06:21:19] *** Joins: __derek__ (0e8e68aa@replaced-ip )
419 [06:22:34] <__derek__> Hello
420 [06:22:51] <__derek__> I'm trying to build a package
using the following command(I want to disable lintian)
421 [06:22:55] <__derek__> debuild -i -I -us -uc --lintian-opts
--no-lintian
422 [06:23:02] *** Joins: Barones (~B@replaced-ip )
423 [06:23:10] <__derek__> Unknown option: no-lintian
424 [06:23:17] <__derek__> error parsing options
425 [06:23:29] <__derek__> What am I doing wrong?
426 [06:24:20] <Unit193> Drop '--lintian-opts'
427 [06:25:05] <__derek__> dpkg-buildpackage -rfakeroot -us -uc
-ui -i -I --no-lintian
428 [06:25:06] <__derek__> dpkg-buildpackage: error: unknown
option or argument --no-lintian
429 [06:25:29] *** Quits: Toadisattva (~Toadisatt@replaced-ip ) (Quit: Leaving)
430 [06:25:55] *** Joins: codingquark (~user@replaced-ip )
431 [06:26:06] <Unit193> Ah yes, the format being debuild
[debuild options] [dpkg-buildpackage options], so you'll have
to put the debuild options first.
432 [06:26:06] <__derek__> Unit193: thats the error I get if I
run "debuild -i -I -us -uc --no-lintian"
433 [06:26:41] *** Joins: vbutnaru (~vbutnaru@replaced-ip )
434 [06:27:04] <__derek__> The man page is kinda confusing... it
says "debuild [debuild options] [dpkg-buildpackage options]
[--lintian-opts lintian options]"
435 [06:27:47] <__derek__> Parameters can be passed to
dpkg-buildpackage and lintian, where the parameters to the latter
are indicated with the --lintian-opts option. The allowable options
in this case are --lintian and --no-lintian to force or skip the
lintian step, respectively.
436 [06:31:45] *** Quits: Zorroness (~Zorroness@replaced-ip ) (Quit: Connection reset by beer)
437 [06:32:06] *** Joins: Zorroness (~Zorroness@replaced-ip )
438 [06:33:35] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
439 [06:33:36] *** Joins: electro33 (uid613@replaced-ip )
440 [06:33:50] *** Joins: dreamon__ (~dreamon@replaced-ip )
441 [06:34:39] *** Joins: jschneider (~jschneid@replaced-ip )
442 [06:35:36] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Client Quit)
443 [06:35:45] *** Quits: csierra__ (~charlie@replaced-ip ) (Ping timeout: 264 seconds)
444 [06:35:50] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.0+deb1+b1 - ##replaced-url
445 [06:36:03] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
446 [06:37:07] *** Joins: Heston (~name@replaced-ip )
447 [06:40:30] *** Joins: martian67 (~martian67@replaced-ip )
448 [06:40:43] <__derek__> I guess I'll have to use
dpkg-buildpackage instead
449 [06:41:03] <__derek__> Just trying to figure out if the
manpage info is wrong/is a bug
450 [06:41:56] <SyfiMalik> is there someone who knows about fonts
application or installing some fonts to new installation or I should
ask google aunt :P
451 [06:43:16] <SyfiMalik> __derek__: lol till today morning I
didn't had man :D
452 [06:43:57] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 240 seconds)
453 [06:48:10] *** Quits: erasmus (~erasmus@replaced-ip ) (Quit: END-AUMF)
454 [06:49:33] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 264 seconds)
455 [06:52:25] *** Quits: Jing (Jing@replaced-ip ) (Quit: Jing)
456 [06:59:35] *** Joins: him-cesjf (~cesjf@replaced-ip )
457 [06:59:51] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
458 [07:02:44] *** Joins: platvoeten (~platvoete@replaced-ip )
459 [07:04:47] *** Joins: jeep (~jeep@replaced-ip )
460 [07:06:50] <darxmurf> morning
461 [07:07:27] *** Parts: orekix (~orekix@replaced-ip ) ("WeeChat 2.2")
462 [07:08:00] *** Joins: crn (~crn@replaced-ip )
463 [07:14:03] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Quit: Lost terminal)
464 [07:14:35] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 240 seconds)
465 [07:14:43] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
466 [07:15:44] *** Quits: troys (~troys@replaced-ip ) (Quit: Bye)
467 [07:15:56] *** Quits: crn (~crn@replaced-ip ) (Quit: Leaving)
468 [07:19:33] *** Joins: SIX10 (~SIX10@replaced-ip )
469 [07:21:02] *** Quits: SIX10 (~SIX10@replaced-ip ) (Client Quit)
470 [07:21:18] *** Joins: SIX10 (~SIX10@replaced-ip )
471 [07:23:10] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 264 seconds)
472 [07:24:10] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
473 [07:24:44] *** Joins: iViLe (~bob@replaced-ip )
474 [07:25:22] *** Joins: him-cesjf (~cesjf@replaced-ip )
475 [07:26:18] *** Joins: smolboye (~smolboye@replaced-ip )
476 [07:28:55] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
477 [07:29:37] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Ping timeout: 248 seconds)
478 [07:30:06] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 260 seconds)
479 [07:30:30] *** Joins: KaraLeah (~KaraLeah@replaced-ip )
480 [07:31:53] *** Joins: sigsts (~sigsts@replaced-ip )
481 [07:33:50] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Ping timeout: 256 seconds)
482 [07:38:28] *** Joins: hoshineko (~yuki.n@unaffiliated/hoshineko)
483 [07:39:05] *** Joins: erasmus (~erasmus@replaced-ip )
484 [07:39:27] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 240 seconds)
485 [07:40:33] *** Quits: __derek__ (0e8e68aa@replaced-ip ) (Ping timeout: 252 seconds)
486 [07:40:44] *** Quits: dracc (~dracc@replaced-ip ) (Quit: Leaving)
487 [07:41:36] *** Joins: sharp15 (~stop_look@replaced-ip )
488 [07:45:26] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
489 [07:45:50] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
490 [07:46:02] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
491 [07:46:52] *** Quits: smolboye (~smolboye@replaced-ip ) (Ping timeout: 256 seconds)
492 [07:47:12] *** Quits: KaraLeah (~KaraLeah@replaced-ip ) (Quit: leaving)
493 [07:48:34] *** Quits: Labu (~Labu@replaced-ip ) (Quit: WeeChat 2.0.1)
494 [07:48:47] *** Quits: ladderff (~jim@replaced-ip ) (Remote host closed the connection)
495 [07:48:48] <hoshineko> hello, I've always had this issue
with debian where if I remove /etc/fonts/conf.d/70-no-bitmaps.conf
to enable bitmaps my fonts start looking like this
replaced-url
496 [07:49:44] <hoshineko> this is only in debian and debian
based distros, I've never had this issue outside of debian
497 [07:54:12] *** Quits: vbutnaru (~vbutnaru@replaced-ip ) (Remote host closed the connection)
498 [07:54:32] <hoshineko> another example of broken fonts being
broken
replaced-url
499 [07:57:13] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 265 seconds)
500 [07:57:42] *** Quits: dimir (~dimir@replaced-ip ) (Remote host closed the connection)
501 [07:57:57] *** Joins: sigsts- (~sigsts@replaced-ip )
502 [07:59:38] *** Quits: cascadia_rising (cascadia_r@replaced-ip ) (Quit: WeeChat 2.1)
503 [08:01:07] *** Quits: Saga (~the_One@replaced-ip ) ()
504 [08:01:30] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 245 seconds)
505 [08:01:51] *** Joins: dilema (~dilema@replaced-ip )
506 [08:02:05] *** Quits: erasmus (~erasmus@replaced-ip ) (Quit: END-AUMF)
507 [08:03:25] *** Joins: COOurb (~COOurb@replaced-ip )
508 [08:03:30] <hoshineko> none of the fonts in the screenshots
are bitmap fonts by the way, bitmap fonts actually look good,
it's some other fonts that break
509 [08:04:06] <hoshineko> all 70-no-bitmaps-fonts.conf seems to
do is reject nonscalable fonts anyway, so I don't get why this
happens
510 [08:04:52] *** Quits: vonsanchez (~pal@replaced-ip ) (Ping timeout: 256 seconds)
511 [08:05:31] *** Joins: smolboye (~smolboye@replaced-ip )
512 [08:09:35] *** Joins: k_sze[work] (~Kira@replaced-ip )
513 [08:09:55] *** Joins: tvm (~tvm@replaced-ip )
514 [08:10:07] *** Joins: s8548a (~s8548a@replaced-ip )
515 [08:11:20] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Quit: leaving)
516 [08:11:21] *** Joins: wgas (~wgas@replaced-ip )
517 [08:11:36] <Heston> did you run `dpkg-reconfigure fontconfig
fontconfig-config`?
518 [08:13:25] <hoshineko> Not this time, no, but I have done it
in the past, I'll do it now since you asked though
519 [08:14:31] *** Joins: blackes__ (~blackest_@replaced-ip )
520 [08:14:43] <hoshineko> nope, no changes
521 [08:15:26] *** Quits: blackes__ (~blackest_@replaced-ip ) (Remote host closed the connection)
522 [08:15:29] <hoshineko> but i've found out that
there's 10-scale-bitmap-fonts.conf, removing that fixes my
titlebar fonts (that were actually bitmaps, I had forgotten)
523 [08:15:44] <hoshineko> however that still doesn't
explain the broken fonts in my browser
524 [08:16:01] *** Joins: ShapeShifter499 (~ShapeShif@replaced-ip )
525 [08:16:31] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
526 [08:16:38] *** Joins: Shun131 (~shun@replaced-ip )
527 [08:16:55] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Ping timeout: 245 seconds)
528 [08:17:28] <Haohmaru> hoshineko i got debian on 3 machines
and i "enable" bitmap fonts, my vector fonts are still
fine
529 [08:17:42] <Haohmaru> but i don't remember how i did it
exactly
530 [08:17:58] *** Joins: blackest_mamba (~blackest_@replaced-ip )
531 [08:18:10] <Haohmaru> i think i might have followed some
example on the archlinux wiki
532 [08:19:25] *** Quits: smolboye (~smolboye@replaced-ip ) (Ping timeout: 245 seconds)
533 [08:19:27] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 240 seconds)
534 [08:20:40] *** Joins: Zorroness_ (Zorroness@replaced-ip )
535 [08:21:35] *** Joins: mauz555 (~mauz555@replaced-ip )
536 [08:22:22] *** Joins: chele (~chele@replaced-ip )
537 [08:22:42] *** Joins: DerLG_ (~derlg@replaced-ip )
538 [08:22:43] *** Joins: blackes__ (~blackest_@replaced-ip )
539 [08:23:19] *** Quits: Zorroness (~Zorroness@replaced-ip ) (Ping timeout: 265 seconds)
540 [08:23:55] *** Quits: giraffe (skarn@replaced-ip ) (Remote host closed the connection)
541 [08:23:55] *** Quits: raSter^ (raster@replaced-ip ) (Remote host closed the connection)
542 [08:23:55] *** Quits: spooky (spooky@replaced-ip ) (Remote host closed the connection)
543 [08:23:55] *** Quits: vaidy (vaidy@replaced-ip ) (Remote host closed the connection)
544 [08:24:23] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Ping timeout: 276 seconds)
545 [08:24:46] <Heston> hoshineko, which version of debian are
you running?
546 [08:24:52] <hoshineko> stable
547 [08:25:47] *** Quits: NoCode (~NoCode@replaced-ip ) (Ping timeout: 255 seconds)
548 [08:25:56] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Remote host closed the connection)
549 [08:26:05] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 240 seconds)
550 [08:26:29] <hoshineko> i'll be back in a sec, relogging
551 [08:26:42] *** Quits: hoshineko (~yuki.n@unaffiliated/hoshineko)
(Quit: hoshineko)
552 [08:26:57] *** Joins: sikun (~David@replaced-ip )
553 [08:27:32] *** blackes__ is now known as blackest_mamba
554 [08:28:17] *** Quits: wgas (~wgas@replaced-ip ) (Read error: Connection reset by peer)
555 [08:28:23] *** Joins: hoshineko (~yuki.n@unaffiliated/hoshineko)
556 [08:28:34] *** Joins: dixie7z_ (~dixie7z@replaced-ip )
557 [08:28:44] *** Quits: [StrangeGhost] (~while@replaced-ip ) (Quit: I thought what I'd do was, I'd pretend I was one
of those deaf-mutes.)
558 [08:28:45] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
559 [08:29:27] *** Quits: dixie7z__ (~dixie7z@replaced-ip ) (Ping timeout: 240 seconds)
560 [08:29:41] *** Joins: fax (~fax@replaced-ip )
561 [08:29:48] *** Joins: gour (~gour@replaced-ip )
562 [08:30:00] <gour> morning
563 [08:30:37] *** Joins: rue_bed (~Rue@replaced-ip )
564 [08:30:37] *** Joins: conta (~Thunderbi@replaced-ip )
565 [08:31:02] <rue_bed> I'd like to confirm, there are no
up to date web browsers for 32 bit debian ?
566 [08:31:17] <rue_bed> no chromium, no iceweasel, no firefox
567 [08:31:21] <rue_bed> ?
568 [08:31:57] <gour> i'd like to move to debian sid (from
fedora) and wonder what is the most smooth way to do it, iow.
install stretch and then dist-upgrade, start with testing or
something else?
569 [08:32:24] *** Joins: [StandAlone] (~while@replaced-ip )
570 [08:32:48] *** Joins: schu-r (~Thunderbi@replaced-ip )
571 [08:32:51] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.2)
572 [08:33:03] *** Joins: wgas (~wgas@replaced-ip )
573 [08:33:36] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
574 [08:34:17] <hoshineko> gour:
replaced-url
575 [08:34:24] <dgp> gour: Download the debian installer nightly
testing image
576 [08:35:32] *** Joins: Lichte (~Lichte@replaced-ip )
577 [08:35:34] <hoshineko> speaking of testing, I wonder if
upgrading to it would fix my font issue, after all I haven't
found a single other person with the same issue, so maybe it has
something wtih do with my hardware and the package versions
578 [08:35:53] <rue_bed> hoshineko, I have some font issues,
whats yours?
579 [08:36:05] <hoshineko> enable bitmap fonts breaks non-bitmap
fonts
580 [08:36:14] <hoshineko> s/enable/enabling/
581 [08:36:15] *** Parts: Lichte (~Lichte@replaced-ip ) ()
582 [08:36:26] <rue_bed> oh, not a problem I'v got
583 [08:36:32] *** Joins: iflema (~ian@replaced-ip )
584 [08:36:48] *** Joins: kallesbar (~kallesbar@replaced-ip )
585 [08:36:54] <gour> dgp: dl-ing
debian-buster-DI-alpha3-amd64-netinst image, that's correct?
586 [08:36:54] <rue_bed> what are you doing to enable it?
587 [08:37:01] <Haohmaru> hoshineko have you messed with other
stuff in /etc/fonts/ besides deleting the 70-no...conf ?
588 [08:37:03] <Heston> how are you certain that the new fonts
you're seeing arent bitmaps?
589 [08:37:38] <hoshineko> Haohmaru: well it's not like
I've tried messing with every file, but yes I've tried
some things
590 [08:37:41] <Haohmaru> yeah, i use a text editor which i close
and reopen to see a list of fonts
591 [08:37:45] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
592 [08:37:49] <rue_bed> can I upgrade a system from 32 bit to 64
bit without reinstalling?
593 [08:37:54] *** Joins: sigsts (~sigsts@replaced-ip )
594 [08:38:03] <hoshineko> Heston: well I guess I can't be
100% sure, but it doesn't make any sense to see them in my
browser
595 [08:38:07] <dgp> gour:
replaced-url
596 [08:38:55] <Haohmaru> hoshineko your browser probably has its
own font settings additionally
597 [08:39:03] <gour> dgp: thanks
598 [08:39:07] <Haohmaru> don't use that as an indicator
599 [08:39:34] <hoshineko> i believe i've tried other
browsers before, but I can't say for sure
600 [08:39:36] <dgp> gour: once you're installed you can
just change the sources from testing to sid and upgrade a few
packages
601 [08:39:40] *** Joins: mauz555 (~mauz555@replaced-ip )
602 [08:39:49] <hoshineko> ill try in chromium
603 [08:40:05] <gour> dgp: yeah, thank you
604 [08:40:30] <Heston> hoshineko, have you made sure the font
package you chose has enough coverage for all the font types
you're using? I've read it will fallback onto bitmaps if
it doesnt
605 [08:40:45] <Haohmaru> rue_bed i'm skeptical.. but if
your /home is on a separate partition - you could just wipe the
32bit OS
606 [08:40:45] <rue_bed> hoshineko, are you running 64 bit?
607 [08:40:50] <hoshineko> Uhh, well idk it's just default
608 [08:40:54] <hoshineko> rue_bed: yes
609 [08:40:56] *** Quits: Shun131 (~shun@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
610 [08:41:04] <rue_bed> Haohmaru, I'd like to maintain the
apps I got
611 [08:41:07] *** Joins: sigsts- (~sigsts@replaced-ip )
612 [08:41:18] <rue_bed> aka, not have to work out everything
thats installed and reinstall it by hand
613 [08:41:19] *** Joins: password8 (uid198557@replaced-ip )
614 [08:41:41] <rue_bed> one of my machines hasn't been
reinstalled since 2000, I'd like not to have to
615 [08:42:13] <hoshineko> also I should say that not ALL fonts
in my browser are broken
616 [08:42:23] <hoshineko> some are some aren't
617 [08:42:24] <rue_bed> but the lack of any workable web
browsers is getting really annoying, with googles push for everyone
to use stupid long keys on sites that dont need them
618 [08:42:51] <dgp> rue_bed: how does that stop you using i386?
619 [08:42:54] <rue_bed> right now, lynx can access more pages
than iceweasel or chromium
620 [08:43:08] <Heston> hoshineko, have you tried manually
setting them
621 [08:43:10] <rue_bed> I'm running a 32 debian
622 [08:43:12] <hoshineko> huh, it might be some firefox thing,
chromium displays fonts fine
623 [08:43:18] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
624 [08:43:31] <hoshineko> Heston: I have, and it does
"fix" it
625 [08:43:34] <rue_bed> I dont reinstall my computer every 3
years like everyone else seems to
626 [08:43:50] <rue_bed> I been upgrading one for 18 years and
its still fine
627 [08:44:01] *** debhelper sets mode: +l 1404
628 [08:44:06] <hoshineko> But I kinda like using webfonts
629 [08:44:06] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 256 seconds)
630 [08:44:37] <rue_bed> I'm just kinda surprised that 32bit
debian is EOL
631 [08:44:45] <rue_bed> with no upgrade path
632 [08:44:46] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 260 seconds)
633 [08:44:52] <dgp> rue_bed: I can see why you don't want
to reinstall from scratch but I don't get how running i386
stops you from using browsers
634 [08:45:22] <rue_bed> chrome requires 64 bit os, firefox
requires 64 bit os
635 [08:45:45] <rue_bed> there are no browsers made in the last 3
years that will run on 32 bit
636 [08:46:14] <rue_bed> granted they are such memory hogs that
they need the addressing for more than 32 bits worth of memory, but
ugh
637 [08:46:25] <dgp> chromium isn't in i386?
638 [08:46:37] <rue_bed> chromium is eol, as of a long time ago
639 [08:46:48] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 256 seconds)
640 [08:46:53] <rue_bed> they stopped it and said to use chrome
641 [08:47:02] <rue_bed> ditty with iceweasel -> firefox
642 [08:47:18] *** Quits: jazz (~jazz@replaced-ip ) (Quit: Leaving.)
643 [08:47:35] <dgp> the chromium git got a push 14 minutes ago..
644 [08:47:39] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
645 [08:47:50] <rue_bed> how old is the debain package?
646 [08:47:52] *** Joins: sigsts (~sigsts@replaced-ip )
647 [08:49:01] *** Quits: wildlander (~wildlande@replaced-ip ) (Quit: Konversation terminated!)
648 [08:49:14] <dgp> in unstable chromium is 67 and the official
chrome is 68
649 [08:50:19] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
650 [08:51:09] <rue_bed> ... sorting....
651 [08:51:26] <Heston> 68 in stretch
652 [08:51:48] *** Joins: RebelCoder (~RebelCode@replaced-ip )
653 [08:52:37] <dgp> rue_bed: anyhow. There might be something
that'll dump your installed packages and put that back after
installing amd64. I think you could install amd64 alongside i386
with multiarch but I'm not sure how you would make that
actually boot up the amd64 side
654 [08:53:05] <hoshineko> okay, I'll try upgrading to
testing, if that doesn't work I guess I'll give up
655 [08:53:51] *** Joins: mauz555 (~mauz555@replaced-ip )
656 [08:54:42] <rue_bed> will the 32bit apps run under 64bit?
657 [08:54:57] *** Joins: sigsts- (~sigsts@replaced-ip )
658 [08:55:16] <rue_bed> I have a bunch of programs i wrote,
rather not have to recompile them all
659 [08:55:30] *** Quits: dixie7z_ (~dixie7z@replaced-ip ) (Ping timeout: 260 seconds)
660 [08:56:04] <dgp> I can't think of any 32bit app that
doesn't work
661 [08:56:05] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
662 [08:56:07] *** Joins: semeion (~semeion@replaced-ip )
663 [08:56:34] <rue_bed> ok, so a 64 bit kernel is kosher with a
32bit app
664 [08:56:50] <rue_bed> so, I could just start with a kernel
upgrade?
665 [08:57:14] <dgp> yeah. IIRC there are 64bit kernels in i386
you can install to have a 64bit kernel with 32bit userland
666 [08:57:21] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 240 seconds)
667 [08:57:48] <SwedeMike> the only risk is that you'll be
triggering bugs in the userland/kernel interaction, because not that
many run 64bit kernel with 32bit userland, but I'd say the risk
is low.
668 [08:58:01] <rue_bed> can I tell apt to include 64 bit apps in
its sources as well as 32 bit?!?!
669 [08:58:16] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 256 seconds)
670 [08:58:36] <rue_bed> that sounds like a problem waiting to
hang me
671 [08:59:44] <dgp> rue_bed: debian allows you to install
multiple archs. I have amd64 with i386 and armhf as additional archs
672 [09:00:35] *** Quits: sigsts- (~sigsts@replaced-ip ) (Remote host closed the connection)
673 [09:00:40] <dgp> It's good for crosscompiling etc but
I'm not sure how you'd go about booting one of the others
674 [09:00:47] <rue_bed> ok, so, if I upgrade to a 64 bit kernel,
Linux freebee6 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2
(2016-10-19) i686 GNU/Linux
675 [09:00:57] *** Joins: dixie7z_ (~dixie7z@replaced-ip )
676 [09:01:00] <rue_bed> hey, isn't the 686 already 64 bit?
677 [09:01:31] <dgp> 686 is pentium 2 so not 64bit
678 [09:01:38] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Ping timeout: 244 seconds)
679 [09:01:46] <dgp> pae means you can address more than 4GB of
ram though
680 [09:02:10] <rue_bed> model name : AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
681 [09:02:23] <Heston> with terrible performance
682 [09:02:35] <rue_bed> pretty sure all the machines I have are
64 bit cpus now
683 [09:02:47] <rue_bed> maybe except the file server...
684 [09:02:48] *** Joins: ced2c (~ced2c@replaced-ip )
685 [09:02:57] <rue_bed> and the boiler controller...
686 [09:03:11] <rue_bed> and the home automation server...
687 [09:03:13] <rue_bed> anyhow
688 [09:03:51] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
689 [09:04:45] *** Quits: ced2c (~ced2c@replaced-ip ) (Client Quit)
690 [09:05:33] <dgp> I don't think I have any only 32bit x86
machines left now. Eventually it'll get to the point where the
only people using i386 will be some weird embedded stuff
691 [09:05:57] *** Joins: sigsts (~sigsts@replaced-ip )
692 [09:06:05] *** Quits: hoshineko (~yuki.n@unaffiliated/hoshineko)
(Quit: hoshineko)
693 [09:06:17] *** Joins: k_sze[work] (~Kira@replaced-ip )
694 [09:07:05] <SwedeMike> the biggest problem is that there is
no migration path, you have to re-install to move between
architectures.
695 [09:07:05] <rue_bed> its too bad, the 32 bit is so much more
memory efficient
696 [09:07:29] *** Joins: jimm (~jim@replaced-ip )
697 [09:07:34] <rue_bed> but it sounds like if I put in a 64 bit
kernel, I can start adding 64 bit apps
698 [09:07:57] <rue_bed> or will there be issues like 32/64 libc
conflicts
699 [09:08:31] <dgp> if you add amd64 as another arch you'd
get another set of libraries for amd64
700 [09:08:45] <rue_bed> right, parallel install
701 [09:09:11] <rue_bed> I presume the namespaces wont conflict
702 [09:09:43] <rue_bed> as the same version of any given library
was probably not compiled for 32 and 64 bit
703 [09:10:04] <dgp> the namespaces only exists for libraries
IIRC. So if you install something that puts something in /usr/bin
for example you have to have one or the other, you can't have
both
704 [09:10:21] <rant> rue_bed: the system has been fully capable
of multiarch for a long time now
705 [09:10:21] <rue_bed> yes
706 [09:10:42] <rant> !multiarch
707 [09:10:43] <dpkg> Multiarch allows you to install foreign
architecture packages. For example, to allow i386 packages to be
installed on an amd64 system: «dpkg --add-architecture i386
&& apt-get update». See
replaced-url
708 [09:10:49] <rue_bed> but if I install a 64 bit vers of a
program its cause the 32 bit is dorf anyhow
709 [09:10:58] *** Joins: Shun131 (~shun@replaced-ip )
710 [09:11:01] *** Joins: himcesjf_ (~cesjf@replaced-ip )
711 [09:11:10] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 265 seconds)
712 [09:11:15] <rue_bed> ok, so I just need to have a 64 bit
kernel to go there
713 [09:11:59] <rue_bed> thats a direction, I can work on it
714 [09:12:25] <dgp> I think you'll end up with more mess
than just installing amd64 and moving your stuff over in the long
run
715 [09:12:35] <rue_bed> I'll slap togethor a new machine,
put 64 on it, and steal its kernel by doing things that should never
be done to a system
716 [09:13:01] <dgp> I think i386 has 64bit kernels you can
install already
717 [09:13:23] <rue_bed> dpg if you knew the mess of things
installed on the system in the 18 years I been using it, you would
notice there are a lot of shadows to the light being cast
718 [09:13:39] <rue_bed> ...isn't that an oxymoron?
719 [09:14:02] <rue_bed> I usually custom compile my kernels
anyhow
720 [09:14:02] *** Joins: dave4925 (dave4925@replaced-ip )
721 [09:14:27] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
722 [09:14:33] <dgp> back in the day(tm) there were people using
64bit kernels with a 32bit userland because of having applications
that wouldn't work in a 64bit userland
723 [09:14:37] <rant> I used to do that back in the day.. but you
gotta keep up on your own maint.. updates and bug fixes
724 [09:14:38] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
725 [09:14:54] *** Joins: msimpson (~msimpson@replaced-ip )
726 [09:15:10] <rant> but I was rolling kernels with each release
anyhow to keep up to speed on new features
727 [09:15:32] <rant> so I didnt really have to pay much
attention to fixes cause I was staying current
728 [09:15:51] <rue_bed> I find one that works and hold it till
it dosn't
729 [09:15:58] <dgp> Compiling kernels for x86 machines
isn't really worth the effort. Recentish kernels are in
testing/unstable if you really need it
730 [09:16:17] <rue_bed> regular updates once bit me badly (ext2
didn't work)
731 [09:16:23] <rant> rue_bed: yeah well that could open you up
to vulnerabilities if you dont keep an eye on the CVEs and such
732 [09:16:42] <rant> especially in light of recent critical
flaws found in nearly all modern CPUs
733 [09:16:53] <rue_bed> I'm mostly ok, as I'm not on
public-ip
734 [09:17:23] *** Joins: DirkS (~DirkS@replaced-ip )
735 [09:17:27] *** Joins: bvdk (~bvdkfreen@replaced-ip )
736 [09:17:29] <rue_bed> microsoft just stole ownership of all
the code I had on gitub, does anything really matter anymore?
737 [09:17:40] <rant> heh
738 [09:18:03] <dgp> drama much?
739 [09:18:07] <rue_bed> hah, make menuconfig: [ ] 64-bit kernel
740 [09:18:19] *** Joins: dreamon__ (~dreamon@replaced-ip )
741 [09:18:33] <rue_bed> ... so.... I just turn that swtich on?
742 [09:18:36] <rue_bed> haha
743 [09:18:37] <rant> yeah thats just one of many new generic
options that selects a bunch of stuff
744 [09:19:02] <rant> they been trying to streamline things by
making meta options that select a bunch of dependencies
745 [09:19:35] <rant> and from what I saw the cpu specific stuff
has been cut way down in recent kernels
746 [09:20:12] <rue_bed> AMD Athlon(tm) II X3 455 Processor
747 [09:20:23] <rue_bed> I selected athalon in the kernel config
748 [09:20:28] <rue_bed> so, thats right...
749 [09:20:35] <rue_bed> so...
750 [09:20:37] *** Quits: elkalamar (~elkalamar@replaced-ip ) (Remote host closed the connection)
751 [09:20:53] *** Quits: Shun131 (~shun@replaced-ip##) (Quit: Mutter: ##replaced-url
752 [09:21:00] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Quit: leaving)
753 [09:21:03] *** Joins: sigsts (~sigsts@replaced-ip )
754 [09:21:14] *** Joins: elkalamar (~elkalamar@replaced-ip )
755 [09:22:03] <rue_bed> well, I'll try the same kernel
config as I had, but with the x64 turned on, see what I get
756 [09:22:21] <rue_bed> thanks
757 [09:22:29] *** Quits: elkalamar (~elkalamar@replaced-ip ) (Max SendQ exceeded)
758 [09:22:38] <rue_bed> you can put money on the guess I'll
be back for more help
759 [09:22:51] <rue_bed> w/ apt-sources
760 [09:23:11] *** Joins: elkalamar (~elkalamar@replaced-ip )
761 [09:23:46] *** Joins: gryffus (~gryffus@replaced-ip )
762 [09:23:48] *** Quits: gryffus (~gryffus@replaced-ip ) (Remote host closed the connection)
763 [09:24:05] *** Quits: edarfoc (~yaaic@replaced-ip ) (Ping timeout: 240 seconds)
764 [09:24:16] *** Joins: gryffus (~gryffus@replaced-ip )
765 [09:24:20] <gour> if i want gnome desktop, there is no need
to select gnome besides 'debian desktop environment' in
the installer?
766 [09:25:06] <rue_bed> noooo
767 [09:25:26] <rant> gour: we have
768 [09:25:28] <rue_bed> gour, install with nothing, name the
gnome apps you want, and let it suck in the dependencies
769 [09:25:41] <rue_bed> otherwise you seem to get a brokeen kde
thing
770 [09:26:07] <gour> ok
771 [09:26:30] <rue_bed> the xserver will become a headless
dependency
772 [09:26:36] <rant> gour: we have 7 complete Desktop
Environments, you might want to be specific
773 [09:26:39] *** Joins: Dece (~Shgck@replaced-ip )
774 [09:26:43] <rue_bed> there is a bit of fun
775 [09:27:08] <dgp> rant: he's referring to the task in the
debian installer
776 [09:27:32] <rue_bed> I clear it all, then apt-get everything
on command line
777 [09:27:34] <rant> so am I
778 [09:28:03] <gour> rant: iirc, i heard somewhere that
selecting just 'debian desktop environment' is going to
install default Debian desktop, which is, in this case, gnome. maybe
i'm wrong or it was so in the past
779 [09:28:16] *** Joins: sysvalve (~sysvalve@replaced-ip )
780 [09:28:18] *** Joins: smolboye (~smolboye@replaced-ip )
781 [09:28:23] <rue_bed> it used to be gnome
782 [09:28:28] <rue_bed> then iirc it changed to kde
783 [09:28:31] <rant> no depends on the install media
784 [09:28:38] <gour> kde? since when?
785 [09:28:43] <rue_bed> I had a machine install with k3 and
nothing worked
786 [09:28:50] <rant> if you download the only CD we have still
available, its XFCE by default
787 [09:28:51] *** Joins: Mottengrotte (~Mottengro@replaced-ip )
788 [09:28:51] <gour> i know that it was xfce for some time
789 [09:29:12] <rant> its the only one we have that is small
enough to fit on one cd and still get a complete DE
790 [09:29:28] <rant> which is the default depends on which media
you use
791 [09:29:42] <gour> "The GNOME Desktop task is what is
installed by Debian-Installer's Desktop "task" (replaced-url
792 [09:29:46] <rue_bed> ... what all is in there that needs more
than 650M?
793 [09:29:51] *** Joins: mauz555 (~mauz555@replaced-ip )
794 [09:30:10] <rant> libreoffice is like 300MB by itself
795 [09:30:15] <rue_bed> 50M of kernel modules?
796 [09:30:19] <gour> anyway, the most important thing for me
here is fedora --> debian
797 [09:30:40] <rue_bed> gour, if you can get apt-get to work,
your off to the races
798 [09:31:01] <dgp> gour: If you know what you're doing
just install the standard system tools option and go from there
799 [09:31:28] <dgp> gour: the "tasks" are handy but
you usually end up with thing you wanted + tons of stuff you'll
never ever use
800 [09:31:39] <rue_bed> if your machocistic like me, copy
apt-get over from a debian install, then start copying any
dependiencies that it seems to need, till it work
801 [09:32:01] <dgp> rue_bed: or just use debootstrap
802 [09:32:03] <gour> dgp: i see...well, we'll have to clean
some things probably..
803 [09:32:08] <rue_bed> (sorry, keynboard issues)
804 [09:32:44] <rue_bed> oh its 12:30 on a worknight, I'v
failed to go to sleep
805 [09:33:34] *** Quits: Ekchuan (~RandyMars@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
806 [09:33:35] *** Joins: guideline (guideline@replaced-ip )
807 [09:34:01] *** debhelper sets mode: +l 1410
808 [09:34:09] <rue_bed> huh, due to power/space packing in moden
technology, and cheap manufacturing, machines are nolonger cold and
hard
809 [09:34:17] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 256 seconds)
810 [09:34:59] *** Quits: conta (~Thunderbi@replaced-ip ) (Remote host closed the connection)
811 [09:35:17] *** Joins: clemens3 (~clemens@replaced-ip )
812 [09:35:37] *** Joins: orphean (~Orphean@replaced-ip )
813 [09:35:46] *** Joins: tralala (~user@replaced-ip )
814 [09:37:48] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 268 seconds)
815 [09:37:57] *** Quits: mandeep (mandeep@replaced-ip ) (Ping timeout: 240 seconds)
816 [09:38:03] *** Quits: gryffus (~gryffus@replaced-ip ) (Remote host closed the connection)
817 [09:38:26] *** Joins: gryffus (~gryffus@replaced-ip )
818 [09:39:51] <tralala> I'm trying to connect a debian
machine to an active directory server. I added winbind to nsswitch,
but even though wbinfo can access and list the active directory
users samba authentication doesn't work. I followed the samba
wiki for the configuration. Does anybody have an idea how to
investigate the problem?
819 [09:40:11] *** Joins: Guest43893 (~elkalamar@replaced-ip )
820 [09:40:51] *** Quits: gryffus (~gryffus@replaced-ip ) (Remote host closed the connection)
821 [09:40:59] <rue_bed> I cant help there
822 [09:41:17] *** Joins: gryffus (~gryffus@replaced-ip )
823 [09:41:20] *** Quits: elkalamar (~elkalamar@replaced-ip ) (Read error: Connection reset by peer)
824 [09:41:49] *** Joins: Sepultura (~Sepultura@replaced-ip )
825 [09:41:49] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
826 [09:44:45] *** Joins: ChiMai (~hustler@replaced-ip )
827 [09:44:51] *** Quits: TvL2386 (~tom@replaced-ip ) (Ping timeout: 256 seconds)
828 [09:48:08] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 255 seconds)
829 [09:48:09] *** Joins: sigsts (~sigsts@replaced-ip )
830 [09:48:16] *** Joins: sibyakin (~sibyakin@replaced-ip )
831 [09:49:41] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 244 seconds)
832 [09:52:39] *** Joins: bvdk (~bvdkfreen@replaced-ip )
833 [09:52:40] *** Quits: s8548a (~s8548a@replaced-ip ) (Read error: Connection reset by peer)
834 [09:52:52] *** Quits: smolboye (~smolboye@replaced-ip ) (Quit: WeeChat 2.0)
835 [09:53:13] *** Joins: s8548a (~s8548a@replaced-ip )
836 [09:57:59] *** Joins: Mottengrotte_ (~Mottengro@replaced-ip )
837 [09:58:05] *** Quits: Mottengrotte (~Mottengro@replaced-ip ) (Read error: Connection reset by peer)
838 [09:59:05] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 240 seconds)
839 [09:59:57] *** Joins: BenNZ (~Ben__@replaced-ip )
840 [10:01:48] <rant> tralala: maybe try #samba (upstream can be
a bit picky about older releases though) or wait around / come back
a lil later.. I know someone who did this recently, was just talking
about it yesterday morning but they arent here yet
841 [10:05:29] *** Quits: wgas (~wgas@replaced-ip ) (Quit: Leaving)
842 [10:06:54] *** Joins: Darcidride (~Darcidrid@replaced-ip )
843 [10:07:16] <tralala> thanks rant
844 [10:07:38] *** Joins: Hunterkll_ (~Hunterkll@replaced-ip )
845 [10:07:45] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 245 seconds)
846 [10:07:51] <rant> I used to know a lil samba but its been
ages and I never fooled with AD
847 [10:08:57] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
848 [10:09:37] *** Quits: ChiMai (~hustler@replaced-ip ) (Ping timeout: 248 seconds)
849 [10:09:48] <rant> tralala: I'm gonna be up here
installing Debian repeatedly in virtualbox, so I'll let him
know if he comes on if you're still around
850 [10:09:49] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
851 [10:09:57] *** Joins: xcm (~xcm@replaced-ip )
852 [10:09:57] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 264 seconds)
853 [10:10:31] * rant is building VMs of all the DEs and one for Base,
Testing, and Unstable for reference purposes since he finally got
his machine all sorted out and has the space
854 [10:12:09] <rant> though I dont have enough ram to really run
more than two at a time comfortably.. nor am I going about this the
most efficient way cause I'm tired :P
855 [10:13:24] * rant should've done the base vm first and then
cloned it for each one.. but started with Gnome/KDE seperately first
like a jagoff
856 [10:13:50] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Remote host closed the connection)
857 [10:14:16] *** Joins: conta (~Thunderbi@replaced-ip )
858 [10:14:35] *** Joins: schu-r (~Thunderbi@replaced-ip )
859 [10:14:54] *** Joins: sigsts (~sigsts@replaced-ip )
860 [10:16:11] *** Joins: mauz555 (~mauz555@replaced-ip )
861 [10:16:48] *** Joins: gryffus_ (~gryffus@replaced-ip )
862 [10:17:37] *** Quits: gryffus (~gryffus@replaced-ip ) (Ping timeout: 248 seconds)
863 [10:19:36] *** Joins: cloudywizzard (~cloudywiz@replaced-ip )
864 [10:19:47] *** Joins: iateadonut (~dan@replaced-ip )
865 [10:20:12] *** Quits: iflema (~ian@replaced-ip ) (Quit: WeeChat 2.0.1)
866 [10:20:37] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 245 seconds)
867 [10:21:29] *** Joins: qam4r (~qam4r@replaced-ip )
868 [10:23:53] *** Quits: Guest43893 (~elkalamar@replaced-ip ) (Quit: Leaving)
869 [10:24:03] *** Joins: Slashman (~Slash@replaced-ip )
870 [10:26:16] *** Quits: Mottengrotte_ (~Mottengro@replaced-ip ) (Read error: Connection reset by peer)
871 [10:26:19] *** Joins: Ool (~Ool@replaced-ip )
872 [10:26:22] *** Joins: Mottengrotte__ (~Mottengro@replaced-ip )
873 [10:29:52] *** Quits: dxrt (~dxrt@replaced-ip##) (Quit: ZNC - ##replaced-url
874 [10:33:02] *** Quits: COOurb (~COOurb@replaced-ip ) (Remote host closed the connection)
875 [10:34:06] *** Joins: COOurb (~COOurb@replaced-ip )
876 [10:35:46] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.0+deb1+b1 - ##replaced-url
877 [10:36:12] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
878 [10:37:29] *** Joins: X230t (x13@replaced-ip )
879 [10:39:26] *** Joins: dutchfish (~wil@replaced-ip )
880 [10:40:31] *** Parts: iateadonut (~dan@replaced-ip ) ()
881 [10:41:59] *** Joins: Release_ (~Mibbit@replaced-ip )
882 [10:42:06] *** Parts: Release_ (~Mibbit@replaced-ip ) ()
883 [10:42:10] *** Joins: Release_ (~Mibbit@replaced-ip )
884 [10:42:53] <Release_> greetz , what would be the way have
prompt set correct on new created users ?
885 [10:43:21] <rant> Release_: its called the skeleton
886 [10:43:34] <rant> Release_: the skeleton files are copied to
all new users
887 [10:43:44] <Release_> how would that be done
888 [10:44:01] *** Quits: bumbar_ (~bumbar@replaced-ip ) (Quit: Leaving)
889 [10:47:39] *** Joins: martian67 (~martian67@replaced-ip )
890 [10:48:18] *** Joins: mibo (~mibo@replaced-ip )
891 [10:48:33] *** Joins: epicmetal (~epicmetal@replaced-ip )
892 [10:50:44] *** Quits: epicmetal (~epicmetal@replaced-ip ) (Client Quit)
893 [10:50:59] *** Quits: password8 (uid198557@replaced-ip ) (Quit: Connection closed for inactivity)
894 [10:51:55] *** Joins: smolboye (~smolboye@replaced-ip )
895 [10:53:43] *** Joins: nathamanath (~nathamana@replaced-ip )
896 [10:53:57] *** Joins: elliot007 (elliot007@replaced-ip )
897 [10:54:14] *** Parts: iron_houzi (~iron_houz@replaced-ip ) ("WeeChat 2.2")
898 [10:55:06] <Release_> tried using PS1="[\\u@\\h:\\w]
$"
899 [10:55:19] <Release_> It returned [\u@\h:\w] $
900 [10:55:22] <Release_> as prompt
901 [10:56:06] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I
remember that this is the internet)
902 [10:57:00] *** Joins: shocj (~shocj@replaced-ip )
903 [10:57:05] <Release_> also in the default created bash file i
see
904 [10:57:06] <Release_> Else
905 [10:57:06] <Release_>
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
906 [10:57:24] <Release_> shouldnt that create the proper prompt
by default ?
907 [10:57:40] *** Quits: smolboye (~smolboye@replaced-ip ) (Quit: WeeChat 2.0)
908 [10:57:57] *** Joins: SopaXorzTaker (~SopaXorzT@replaced-ip )
909 [10:59:29] <rant> idk about all that.. I'm way sleep
deprived and heavily preoccupied.. what I CAN tell you from legacy
linux 101 is, that kinda stuff is done in files like ~/.profile and
~/.bashrc and those are copied (as per your question) to new users
from the files in /etc/skel/ anything you put in there is read by
adduser or such and called the "skeleton" which is copied
to new users by default
910 [11:00:01] <rant> iirc there are options to not use the
skeleton, but by default thats how it works
911 [11:01:21] <rant> a channel like #bash could help you with
the specifics of which file and the actual prompt settings if nobody
in here can.. they are all bash users/gurus over there and I told
you the debian/linux general info about the skeleton, the rest you
can find out from #bash if need be
912 [11:01:25] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
913 [11:01:28] <Release_> i know its done in files like bashrc
914 [11:01:41] <Release_> only dont know what to add
915 [11:01:53] <Release_> as that i found on the net doesnt seem
to be working
916 [11:02:15] *** Joins: aloo_shu (~atomic@replaced-ip )
917 [11:02:42] <rant> afaik aside from my brain being too messed
up to process the "code" portions of what you said right
now, I dont think you specifically stated what you want to do other
than asked how to set prompt on new users.. and the skeleton is the
answer to that.. as for what you consider "correct" you
haven't said
918 [11:02:56] *** Quits: mortn (~morten@replaced-ip ) (Ping timeout: 256 seconds)
919 [11:03:00] <rant> and as I said before, #bash can probably
help you with that much of it
920 [11:03:48] *** Joins: dxrt (~dxrt@replaced-ip )
921 [11:04:21] *** Parts: fiet (~nobody@replaced-ip ) ("WeeChat 2.2")
922 [11:04:34] <Release_> tnx
923 [11:04:35] *** Quits: Barones (~B@replaced-ip ) (Ping timeout: 240 seconds)
924 [11:05:11] *** Joins: tommaso (~chatzilla@replaced-ip )
925 [11:05:13] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
926 [11:05:24] *** Joins: sigsts (~sigsts@replaced-ip )
927 [11:05:59] *** Quits: TacoGS (~tacogs@replaced-ip ) ()
928 [11:06:24] *** Joins: gour_ (~gour@replaced-ip )
929 [11:07:37] *** Quits: Cecil (~cecil@replaced-ip ) (Quit: Leaving)
930 [11:08:29] *** Joins: armin (~armin@replaced-ip )
931 [11:09:02] *** Joins: sigsts- (~sigsts@replaced-ip )
932 [11:09:57] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 250 seconds)
933 [11:09:57] *** Quits: j7k6 (~j7k6@replaced-ip ) (Ping timeout: 250 seconds)
934 [11:09:57] *** Quits: dijong (~dijong@replaced-ip ) (Ping timeout: 250 seconds)
935 [11:10:06] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
936 [11:10:18] *** Quits: gour (~gour@replaced-ip ) (Ping timeout: 268 seconds)
937 [11:11:17] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
938 [11:11:55] *** Joins: j7k6 (~j7k6@replaced-ip )
939 [11:12:14] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 260 seconds)
940 [11:13:34] *** Quits: Soul_Eater (~marcelo@replaced-ip ) (Ping timeout: 264 seconds)
941 [11:13:54] <tralala> I'm trying to connect a debian
stable machine to an active directory network, but even though
wbinfo can access the users of the AD, samba authentication fails.
Any ideas how to investigate this?
942 [11:14:20] <dutchfish> tralala, use cifs
943 [11:15:23] *** himcesjf_ is now known as him-cesjf
944 [11:15:25] *** Joins: de-facto (~de-facto@replaced-ip )
945 [11:15:52] <dutchfish> tralala, easiest way (if you are using
a wm) to connect to it with cifs://[path/share] with domain name in
front of the user password combo.
946 [11:16:07] <dutchfish> tralala, you dont need to be a domain
member for this.
947 [11:16:15] <tralala> dutchfish, I don't need to access
shares, I need to define my own shares for AD users to access.
948 [11:17:10] <dutchfish> tralala, why not configure that in the
AD itself (fileserver role)?
949 [11:18:18] <dutchfish> tralala, or you want to setup an AD
controller on linux?
950 [11:19:10] <tralala> just a linux fileserver that uses AD
users instead of local ones
951 [11:20:06] <dutchfish> tralala, the easiest way i know of is
using RADIUS for auth. That can be incorporated within SAMBA/CIFS.
952 [11:20:10] *** Quits: sigsts- (~sigsts@replaced-ip ) (Ping timeout: 260 seconds)
953 [11:20:14] *** Joins: pvdp (~pvdp@replaced-ip )
954 [11:20:26] <tralala> there are guides online on how to do
that, but even though I followed the configuration of the official
samba wiki, it doesn't authenticate the AD users
955 [11:20:59] <armin> well AD is some kind of ldap derivate, why
would you want to throw radius on top of this?
956 [11:21:05] <dutchfish> tralala, well, i grant this is
confusing, since SMB is on its way out, CIFS is what you want for
the newer OSes.
957 [11:21:44] <dutchfish> armin, right, but for that you need to
create your own schema files (lots of work)
958 [11:22:13] <armin> dutchfish: well you said you want your AD
users to connect to i assume there already exists a schema you can
use.
959 [11:22:19] <armin> s/to/so/
960 [11:22:27] *** Joins: sigsts (~sigsts@replaced-ip )
961 [11:22:30] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
962 [11:22:37] *** Joins: catsup (~d@replaced-ip )
963 [11:22:40] <dutchfish> armin, i not asking, i am just trying
to help tralala
964 [11:22:40] <armin> dutchfish: if they exist in your AD, you
can probably speak ldap to that AD and do a lookup
965 [11:22:46] *** Quits: gryffus_ (~gryffus@replaced-ip ) (Remote host closed the connection)
966 [11:22:53] <Release_> it turns out using sh instead of bash
for prompt
967 [11:22:58] <dutchfish> armin, right
968 [11:23:11] <armin> dutchfish: uh, i'm not trying to
answer anything. :)
969 [11:23:28] <armin> dutchfish: i was just as curious as
tralala i guess.
970 [11:23:28] <Release_> anway to edit that to return the proper
prompt patch for each newly created user and possibly current ones
971 [11:23:31] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
972 [11:23:41] *** Joins: dijong (~dijong@replaced-ip )
973 [11:23:44] <dutchfish> armin, but even that is not needed, if
he want to setup a linux/samba/cifs server, which the current AD
users can connect and auth too.
974 [11:23:54] *** Joins: catsup (d@replaced-ip )
975 [11:24:04] <dutchfish> armin, fair enough
976 [11:24:15] <armin> dutchfish: how does smbd do the lookup
against the AD if not via ldap in that case?
977 [11:25:14] <dutchfish> tralala, in short, let AD (win) do its
thing and administer in there your userbase. Use radius to auth to
your samba or windows shares. Done.
978 [11:25:46] *** Quits: heroxbd (~heroxbd@replaced-ip ) (Quit: See you around.)
979 [11:25:56] <dutchfish> tralala, you can forget about ldap,
because you are using the win AD mechanisms to authorize.
980 [11:26:17] <dutchfish> tralala, unless, you insist doing your
own AD on linux.
981 [11:26:19] <armin> dutchfish: thanks for answering my
question, even if prefixing with tralala's nick. :)
982 [11:26:49] <dutchfish> ah, sorry, i thought it was his
question, hit me!
983 [11:26:58] <luna_> Time for the yearly apt talk in 2 minutes:
replaced-url
984 [11:26:58] <armin> all fine. happens to all of us. :)
985 [11:27:20] <dutchfish> i logged on just recently so i missed
some of it, prolly.
986 [11:27:40] *** Joins: sigsts- (~sigsts@replaced-ip )
987 [11:27:55] <armin> i actually had to move my weechat setup to
another box because the alpine vm i used before literally was goin
up in flames after the last upgrade.
988 [11:28:33] <dutchfish> armin, i have some links too:
replaced-url
989 [11:28:44] <rant> luna_: please don't do that here.. you
can plainly see there is active issues being supported here, this is
a support channel. Goto the debconf channel or #debian-offtopic if
you can't contain your excitement
990 [11:29:07] *** Joins: manticorpus (~manticore@replaced-ip )
991 [11:29:10] <luna_> rant: sorry
992 [11:29:12] *** Joins: iflema (~ian@replaced-ip )
993 [11:29:21] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 240 seconds)
994 [11:29:48] <tralala> dutchfish, thanks, I'll check it
out.
995 [11:29:58] <dutchfish> yw
996 [11:30:35] *** Quits: verboese (~verboese@replaced-ip ) (Ping timeout: 240 seconds)
997 [11:31:12] *** Joins: xet7 (~xet7@replaced-ip )
998 [11:31:37] <tralala> the strange thing is that wbinfo -a and
ntlm_auth work with AD users, but when trying to access a samba
share authentication doesn't work
999 [11:31:53] *** Joins: The_Loko (~The_Loko@replaced-ip )
1000 [11:32:16] <rant> !radius
1001 [11:32:16] <dpkg> radius is, like, Remote Authentication
Dial-In User Service.
replaced-url
1002 [11:32:31] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1003 [11:32:32] <dutchfish> tralala, read about the diffrences in
SMB / CIFS, that is probably your issue.
1004 [11:32:49] <dutchfish> (as i explained a few lines ago)
1005 [11:32:58] <rant> I recall that vaguely when I was looking
into ldap and such many years ago
1006 [11:33:18] <manticorpus> Hi there, I have one problem with
xorg logs, the file .xsession-errors create huge file. As specify by
some post on stackoverflow, I have done redirection to /dev/null.
The problem is the file stay open by cinnamon (replaced-url
1007 [11:33:24] *** Quits: StygianBlues (~StygianBl@replaced-ip ) (Ping timeout: 260 seconds)
1008 [11:33:56] *** Joins: turin (~thurin@replaced-ip )
1009 [11:34:21] <rant> manticorpus: the key to answering that
would be in what is spamming the log... without knowing the cause
one can only but speculate at extreme measures to a solution like
the one you already stated
1010 [11:34:29] *** gour_ is now known as gour
1011 [11:34:40] <rant> you need to share some of what's
filling up the log
1012 [11:34:41] <dutchfish> tralala, furthermore, a lot of docs
floating on the net are totally outdated and no longer work.
1013 [11:34:48] * gour was not aware of the "new" apt
cmd...very nice
1014 [11:34:52] *** Joins: verboese (~verboese@replaced-ip )
1015 [11:34:54] *** Quits: thurin (~thurin@replaced-ip ) (Read error: Connection reset by peer)
1016 [11:35:03] *** Joins: heroxbd (~heroxbd@replaced-ip )
1017 [11:35:21] <rant> yeah I am still getting used to it myself..
be warned it does things differently..
1018 [11:35:27] *** Joins: StygianBlues (~StygianBl@replaced-ip )
1019 [11:35:29] *** Quits: bryceml (bryceml@replaced-ip ) (Ping timeout: 276 seconds)
1020 [11:35:35] <rant> for one thing it installs recommends by
default
1021 [11:35:38] *** Joins: craigp (~craigp@replaced-ip )
1022 [11:35:51] <manticorpus> rant: The spam is dues to a java-fx
bug. The problem is not solved yet, and the solution is to wait for
update. So the question is not about how to limitat the logs, but
how to limite the size or avoid the deleted file to eat the space
1023 [11:36:12] *** Joins: bryceml (bryceml@replaced-ip )
1024 [11:36:34] <tralala> dutchfish, yes I tried following guides
on the net without success. CIFS vs SMB confuses me though. Can you
tell me a bit more?
1025 [11:36:38] *** Quits: Deepfriedice (~Deepfried@replaced-ip ) (Quit: Leaving)
1026 [11:37:07] <dutchfish> tralala, its in the lnk i gave.
1027 [11:37:08] *** Joins: Elirips (~Elirips@replaced-ip )
1028 [11:37:36] <dutchfish> tralala, wiki.samba.org contains the
right info.
1029 [11:37:47] <dutchfish> tralala, also for CIFS
1030 [11:37:48] <rant> manticorpus: you can easily stop it as
suggested.. first shutdown your session "service lightdm
stop" or whatever your dm is, login on tty1, rm the file, then
link it to /dev/null but thats a really crude hack
1031 [11:38:23] <rant> manticorpus: it wont stop the problem
it'll only stop the effect..
1032 [11:39:11] <manticorpus> rant: Yea, that's not fitting
my needs. Actually, I can just do a crontask and echo ""
> /proc/fd/ but if I am seeking for something cleaner
1033 [11:39:33] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 265 seconds)
1034 [11:40:58] <rant> manticorpus: the cleaner solution is what
I'm trying to tell you which is figure out what's causing
it and get at the root of the issue.. you are running around fixing
your peeling wallpaper, trying to stop the whistling kettle, and not
addressing the fact your house is on fire :P
1035 [11:41:40] <manticorpus> rant: I exactly know what is the
source of the problem. But as the bug is in the java-fx stack, I
will not be able to correct them ;)
1036 [11:41:55] <tralala> dutchfish, the link you gave me seems to
be talking about linux as a CIFS client
1037 [11:42:08] <dutchfish> tralala, yes
1038 [11:42:32] <rant> manticorpus: and what are you so in need of
that uses this stack that is causing this?
1039 [11:42:56] <rant> manticorpus: cause me personally I'd
be purging something right now..
1040 [11:43:28] *** Joins: Lxrowe (~Lxrowe@replaced-ip )
1041 [11:43:42] <dutchfish> tralala, once you have that working
you can work your way up with hwat comes next, exposing shares on
linux machines for both camps, and setting up your own CIFS server
or more.
1042 [11:43:57] *** Joins: tymczenko (~tymczenko@replaced-ip )
1043 [11:44:02] *** debhelper sets mode: +l 1418
1044 [11:44:07] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
1045 [11:44:10] <rant> but "java-fx" means nothing to me
as to what you're actually using/doing that is generating log
spam that we can possibly mitigate.. my concern here is that that
logfile doesnt belong to whats filling it.. so I'd be looking
for a solution more specific to whats generating it than where its
putting it
1046 [11:44:18] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Quit: Leaving)
1047 [11:44:23] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 265 seconds)
1048 [11:44:59] <dutchfish> tralala, things like this
replaced-url
1049 [11:45:31] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1050 [11:46:15] <dutchfish> tralala, in short all parts need te be
correctly configured, thngs like DNS, auth, domain binding, etc etc
1051 [11:46:20] *** Joins: mrig (~mrig@replaced-ip )
1052 [11:47:07] <dutchfish> tralala, if this is all new to you, do
an expirimental setup in a 3 stations virtual network and learn it.
1053 [11:47:17] <tralala> dutchfish, I followed that guide. Maybe
my DNS isn't set up correctly.
1054 [11:47:33] <dutchfish> tralala, a common mistake, yes, maybe.
1055 [11:47:35] *** Quits: mrig (~mrig@replaced-ip ) (Client Quit)
1056 [11:47:53] *** Joins: jubo2 (~juboxi@replaced-ip )
1057 [11:47:55] *** Joins: mrig (~mrig@replaced-ip )
1058 [11:48:35] *** Joins: gm152 (coffee@replaced-ip )
1059 [11:48:36] *** Joins: czart (~czart@replaced-ip )
1060 [11:49:03] <dutchfish> tralala, i am not gone take you by the
hand on each and every step, read the fine manuals i say and test it
out. If you still have specific questions about the Debian side of
things, you can ask in here.
1061 [11:49:11] *** Joins: czesmir (~stefan@replaced-ip )
1062 [11:49:33] *** Quits: V7 (~v7@replaced-ip ) (Ping timeout: 244 seconds)
1063 [11:50:01] <dutchfish> tralala, also i advise you to buy a
book on the topic (samba). The topic is huge.
1064 [11:50:15] *** Quits: citypw (~citypw@replaced-ip ) (Quit: Leaving)
1065 [11:50:46] <tralala> dutchfish, thank you for your help.
1066 [11:50:49] <dutchfish> tralala, good luck!
1067 [11:51:49] *** Quits: phorce1 (~gvl2@replaced-ip ) (Quit: leaving)
1068 [11:51:57] *** Quits: sigsts- (~sigsts@replaced-ip ) (Remote host closed the connection)
1069 [11:52:52] *** Quits: cloudywizzard (~cloudywiz@replaced-ip ) (Remote host closed the connection)
1070 [11:53:09] *** Joins: cloudywizzard (~cloudywiz@replaced-ip )
1071 [11:53:31] *** Joins: bozza (~bozza@replaced-ip )
1072 [11:53:48] *** Quits: drax- (~win95@replaced-ip ) (Ping timeout: 256 seconds)
1073 [11:55:05] *** Joins: electrocamel (~electroca@replaced-ip )
1074 [11:55:53] *** Joins: V7 (~v7@replaced-ip )
1075 [11:56:19] *** Joins: lucad111 (~lucad111@replaced-ip )
1076 [11:56:31] *** Joins: sigsts (~sigsts@replaced-ip )
1077 [11:56:56] *** Quits: cloudywizzard (~cloudywiz@replaced-ip ) (Remote host closed the connection)
1078 [11:56:57] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 265 seconds)
1079 [11:56:58] <electrocamel> Hi! I just wanted to ask a quick
question: Why do I get a permission denied error when trying to
delete files from /sys/firmware/efi/efivars? Both with sudo and as
root
1080 [11:57:06] *** Quits: dutchfish (~wil@replaced-ip ) (Quit: Splash, leaving the bowl)
1081 [11:57:09] *** Joins: cloudywizzard (~cloudywiz@replaced-ip )
1082 [11:58:43] *** Quits: cloudywizzard (~cloudywiz@replaced-ip ) (Remote host closed the connection)
1083 [11:59:06] *** Joins: ChiMai (~hustler@replaced-ip )
1084 [11:59:28] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1085 [11:59:47] *** Joins: jubo2 (~juboxi@replaced-ip )
1086 [12:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1087 [12:00:23] *** Joins: v01t (~v01t@replaced-ip )
1088 [12:01:18] *** Quits: foka (~foka@replaced-ip ) (Ping timeout: 265 seconds)
1089 [12:01:37] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Remote host closed the connection)
1090 [12:02:03] *** Parts: Release_ (~Mibbit@replaced-ip ) ()
1091 [12:03:08] *** Joins: electro33 (uid613@replaced-ip )
1092 [12:04:02] *** Joins: cloudywizzard (~cloudywiz@replaced-ip )
1093 [12:04:49] *** Quits: ChiMai (~hustler@replaced-ip ) (Quit: Leaving)
1094 [12:05:26] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1095 [12:09:13] *** Joins: foka (~foka@replaced-ip )
1096 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1097 [12:10:09] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 260 seconds)
1098 [12:10:59] *** Joins: dselect (~dselect@replaced-ip )
1099 [12:13:52] *** Quits: COOurb (~COOurb@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
1100 [12:14:56] *** Joins: COOurb (~COOurb@replaced-ip )
1101 [12:15:17] *** Joins: veco68 (~veco68@replaced-ip )
1102 [12:16:21] *** Quits: crash_ (~crash@replaced-ip ) (Ping timeout: 240 seconds)
1103 [12:16:23] *** Joins: cdown (~cdown@replaced-ip )
1104 [12:17:19] *** Parts: shocj (~shocj@replaced-ip ) ("WeeChat 2.2")
1105 [12:20:23] *** Quits: COOurb (~COOurb@replaced-ip ) (Remote host closed the connection)
1106 [12:20:36] *** Joins: toorop (~toorop@replaced-ip )
1107 [12:21:00] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1108 [12:21:04] *** Joins: COOurb (~COOurb@replaced-ip )
1109 [12:21:05] <manticorpus> electrocamel: You are trying to
delete virtual file. You cannot do that
1110 [12:21:46] <manticorpus> electrocamel: sysfs is used to get
kernel information in user mode :
replaced-url
1111 [12:22:28] <electrocamel> Ok, so should I delete them through
efibootmgr?
1112 [12:23:53] <manticorpus> electrocamel: I am not very skilled
in all the bootloader stuff.
1113 [12:24:46] <electrocamel> Ok no problem, thanks for the tip!
1114 [12:25:11] <manticorpus> electrocamel: But you need to seek
on the efi configuration or kernel configuration and not how to
delete the file. As the files only reflect configuration/state from
the kernel
1115 [12:25:33] *** Joins: sigsts (~sigsts@replaced-ip )
1116 [12:27:17] *** Quits: patterson (patterson@replaced-ip ) ()
1117 [12:27:25] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
1118 [12:28:37] *** Quits: COOurb (~COOurb@replaced-ip ) (Remote host closed the connection)
1119 [12:29:05] *** Joins: Wotac (~Wotac@replaced-ip )
1120 [12:29:15] *** Joins: COOurb (~COOurb@replaced-ip )
1121 [12:29:52] *** Joins: padarc (~user@replaced-ip )
1122 [12:30:13] *** Joins: sigsts- (~sigsts@replaced-ip )
1123 [12:31:09] *** Quits: craigp (~craigp@replaced-ip ) (Remote host closed the connection)
1124 [12:31:22] *** Joins: shtrb (~shtrb@replaced-ip )
1125 [12:31:34] *** Quits: COOurb (~COOurb@replaced-ip ) (Client Quit)
1126 [12:31:34] *** Joins: crash_ (~crash@replaced-ip )
1127 [12:32:30] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 260 seconds)
1128 [12:32:36] *** Quits: electrocamel (~electroca@replaced-ip ) (Quit: leaving)
1129 [12:35:42] *** Quits: iflema (~ian@replaced-ip ) (Quit: WeeChat 2.0.1)
1130 [12:35:56] *** Joins: sinaowolabi (~Sina@replaced-ip )
1131 [12:36:24] *** Joins: vvor (~vvor@replaced-ip )
1132 [12:39:39] *** Joins: lankanmon (~LKNnet@replaced-ip )
1133 [12:41:38] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
1134 [12:42:08] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
1135 [12:42:49] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Client Quit)
1136 [12:42:50] *** Joins: de-facto (~de-facto@replaced-ip )
1137 [12:46:12] *** Joins: dixie7z__ (~dixie7z@replaced-ip )
1138 [12:48:07] *** Joins: huwjr (~huwjr@replaced-ip )
1139 [12:49:51] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1140 [12:49:56] *** Quits: dixie7z_ (~dixie7z@replaced-ip ) (Ping timeout: 255 seconds)
1141 [12:54:36] *** Joins: sigsts (~sigsts@replaced-ip )
1142 [12:56:30] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1143 [12:56:35] *** Hunterkll_ is now known as Hunterkll
1144 [12:57:24] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1145 [12:58:50] *** Quits: matzeG (~matzeG@replaced-ip ) (Ping timeout: 268 seconds)
1146 [13:02:16] *** Joins: sigsts- (~sigsts@replaced-ip )
1147 [13:03:29] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
1148 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1149 [13:05:08] *** Joins: jarlopez (~johan@replaced-ip )
1150 [13:05:18] *** Joins: AlexPortable (uid7568@replaced-ip )
1151 [13:05:18] *** Joins: dpkg (~dpkg@replaced-ip )
1152 [13:05:41] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 255 seconds)
1153 [13:05:58] *** Joins: gryffus (~gryffus@replaced-ip )
1154 [13:06:14] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (Ping timeout: 268 seconds)
1155 [13:06:54] <jarlopez> I was running an awesomewm session
after having logged in through GDM, and "logged out" by
restarting the GDM service. Now when I log back in, a new awesomewm
session is started rather than connecting to the existing one. Any
tips on bridging the gap here?
1156 [13:07:32] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
1157 [13:09:55] *** Quits: sigsts- (~sigsts@replaced-ip ) (Remote host closed the connection)
1158 [13:10:18] *** Quits: cloudywizzard (~cloudywiz@replaced-ip ) (Quit: Leaving)
1159 [13:11:10] <jarlopez> Aha, it was living under virtual
terminal #2.
1160 [13:12:38] *** Quits: jarlopez (~johan@replaced-ip ) (Quit: leaving)
1161 [13:13:33] *** Joins: jarlopez (~johan@replaced-ip )
1162 [13:13:42] *** Joins: encod3 (~encod3@replaced-ip )
1163 [13:14:05] *** Joins: sigsts (~sigsts@replaced-ip )
1164 [13:14:24] *** Quits: tsuggs (~tsuggs@replaced-ip ) (Ping timeout: 256 seconds)
1165 [13:15:21] *** Joins: iflema (~ian@replaced-ip )
1166 [13:16:14] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1167 [13:18:48] *** Joins: sigsts- (~sigsts@replaced-ip )
1168 [13:19:15] *** Quits: encod3 (~encod3@replaced-ip ) (Ping timeout: 256 seconds)
1169 [13:20:26] *** Joins: Andros (~Andros@replaced-ip )
1170 [13:21:46] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1171 [13:22:39] *** Joins: nix64bit (~Thunderbi@replaced-ip )
1172 [13:23:15] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Client Quit)
1173 [13:24:01] *** debhelper sets mode: +l 1425
1174 [13:24:56] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1175 [13:25:10] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Ping timeout: 256 seconds)
1176 [13:26:20] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
1177 [13:26:33] *** Joins: tymczenko (~tymczenko@replaced-ip )
1178 [13:27:03] *** Joins: czart_ (~czart@replaced-ip )
1179 [13:29:11] *** Joins: bites (~bites@replaced-ip )
1180 [13:29:41] *** Joins: sigsts (~sigsts@replaced-ip )
1181 [13:30:26] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 255 seconds)
1182 [13:30:39] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 260 seconds)
1183 [13:32:13] *** Joins: sigsts- (~sigsts@replaced-ip )
1184 [13:36:26] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 260 seconds)
1185 [13:37:00] *** Quits: qam4r (~qam4r@replaced-ip ) (Ping timeout: 265 seconds)
1186 [13:37:27] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 240 seconds)
1187 [13:38:40] *** Joins: cloudywizzard (~cloudywiz@replaced-ip )
1188 [13:39:34] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
1189 [13:39:55] *** Quits: sigsts- (~sigsts@replaced-ip ) (Remote host closed the connection)
1190 [13:41:05] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 240 seconds)
1191 [13:44:48] *** Joins: sigsts (~sigsts@replaced-ip )
1192 [13:45:46] *** Joins: dendazen (~dendazen@replaced-ip )
1193 [13:48:21] *** Quits: veco68 (~veco68@replaced-ip ) ()
1194 [13:48:42] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Quit: 神奇,永無止境的神奇)
1195 [13:49:54] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Ping timeout: 260 seconds)
1196 [13:50:08] *** Quits: dilema (~dilema@replaced-ip ) (Quit: Leaving)
1197 [13:50:27] *** Quits: padarc (~user@replaced-ip ) (Ping timeout: 244 seconds)
1198 [13:50:32] *** Quits: cloudywizzard (~cloudywiz@replaced-ip ) (Ping timeout: 256 seconds)
1199 [13:51:29] *** Joins: dooglus (~biufter@replaced-ip )
1200 [13:52:16] *** Quits: sigsts (~sigsts@replaced-ip ) (Remote host closed the connection)
1201 [13:52:18] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1202 [13:52:30] *** Joins: sigsts (~sigsts@replaced-ip )
1203 [13:52:35] *** Quits: jeep (~jeep@replaced-ip ) (Ping timeout: 240 seconds)
1204 [13:53:10] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 245 seconds)
1205 [13:53:29] *** Parts: AndrewPRS (Elite20578@replaced-ip ) ("Leaving")
1206 [13:53:48] *** Joins: Cecil (~cecil@replaced-ip )
1207 [13:53:59] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1208 [13:54:02] *** debhelper sets mode: +l 1417
1209 [13:55:42] *** Joins: amcorreia (~amcorreia@replaced-ip )
1210 [13:56:37] *** Joins: conta (~Thunderbi@replaced-ip )
1211 [13:56:47] *** Quits: sibyakin (~sibyakin@replaced-ip ) ()
1212 [13:58:08] *** Quits: gm152 (coffee@replaced-ip ) (Quit: Lost terminal)
1213 [13:58:43] *** Joins: sigsts (~sigsts@replaced-ip )
1214 [14:02:30] *** Joins: sigsts- (~sigsts@replaced-ip )
1215 [14:03:33] *** Joins: Barones (~B@replaced-ip )
1216 [14:04:25] *** Joins: Niklas9751 (~Niklas975@replaced-ip )
1217 [14:05:07] *** Quits: ledeni (~ledeni@replaced-ip ) (Quit: Leaving😎)
1218 [14:05:50] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 260 seconds)
1219 [14:06:28] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1220 [14:08:02] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1221 [14:08:36] *** Joins: ledeni (~ledeni@replaced-ip )
1222 [14:10:07] *** Joins: walnut_burl (~oak@replaced-ip )
1223 [14:10:42] *** Joins: sigsts (~sigsts@replaced-ip )
1224 [14:12:51] *** Joins: dreamon__ (~dreamon@replaced-ip )
1225 [14:12:51] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1226 [14:12:53] *** Quits: czart_ (~czart@replaced-ip ) (Read error: Connection reset by peer)
1227 [14:13:47] *** Joins: sigsts- (~sigsts@replaced-ip )
1228 [14:14:56] *** Joins: holden- (~holden-@replaced-ip )
1229 [14:17:02] *** Joins: Niklas9751_ (~Niklas975@replaced-ip )
1230 [14:17:37] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1231 [14:17:55] *** Quits: Niklas9751_ (~Niklas975@replaced-ip ) (Remote host closed the connection)
1232 [14:18:25] *** Joins: Niklas9751_ (~Niklas975@replaced-ip )
1233 [14:18:54] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1234 [14:19:16] *** Joins: Robert34__ (~Niklas975@replaced-ip )
1235 [14:19:39] *** Quits: Niklas9751 (~Niklas975@replaced-ip ) (Ping timeout: 260 seconds)
1236 [14:22:48] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Quit)
1237 [14:22:49] *** Joins: Haudegen (~quassel@replaced-ip )
1238 [14:23:00] *** Quits: holden- (~holden-@replaced-ip ) (Ping timeout: 244 seconds)
1239 [14:23:16] *** Joins: tymczenko (~tymczenko@replaced-ip )
1240 [14:23:19] *** Quits: Niklas9751_ (~Niklas975@replaced-ip ) (Ping timeout: 268 seconds)
1241 [14:23:43] *** Joins: sigsts (~sigsts@replaced-ip )
1242 [14:24:12] *** Quits: jimm (~jim@replaced-ip ) (Quit: Leaving)
1243 [14:24:25] *** Joins: holden- (~holden-@replaced-ip )
1244 [14:24:40] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1245 [14:24:57] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 264 seconds)
1246 [14:26:10] *** Joins: sigsts- (~sigsts@replaced-ip )
1247 [14:28:23] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1248 [14:28:24] *** Quits: Barones (~B@replaced-ip ) (Quit: Leaving)
1249 [14:29:34] *** Quits: holden- (~holden-@replaced-ip ) (Ping timeout: 260 seconds)
1250 [14:29:42] *** Joins: aloo_shu (~atomic@replaced-ip )
1251 [14:30:18] *** Joins: tsglove (~tsglove@replaced-ip )
1252 [14:31:38] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1253 [14:32:39] *** Quits: arthurmde_ (uid38505@replaced-ip ) (Quit: Connection closed for inactivity)
1254 [14:34:15] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1255 [14:36:51] *** Quits: shtrb (~shtrb@replaced-ip ) (Remote host closed the connection)
1256 [14:38:23] *** Quits: DerLG_ (~derlg@replaced-ip ) (Ping timeout: 265 seconds)
1257 [14:39:13] *** Joins: jasmith (~jasmith@replaced-ip )
1258 [14:40:49] *** Joins: dc13ff (uid190567@replaced-ip )
1259 [14:43:14] *** Quits: sikun (~David@replaced-ip ) (Read error: Connection reset by peer)
1260 [14:44:27] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 240 seconds)
1261 [14:45:29] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Quit: Bye.)
1262 [14:48:04] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1263 [14:49:03] *** Joins: Brigo (~Brigo@replaced-ip )
1264 [14:49:55] *** Quits: tmch2 (~tmch@replaced-ip ) (Ping timeout: 256 seconds)
1265 [14:51:25] *** Joins: tmch2 (~tmch@replaced-ip )
1266 [14:51:57] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1267 [14:55:41] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
1268 [14:56:11] *** Joins: Jing (Jing@replaced-ip )
1269 [14:56:32] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1270 [14:56:48] *** Joins: sigsts (~sigsts@replaced-ip )
1271 [14:58:04] *** Quits: conta (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1272 [14:58:12] *** Quits: jschneider (~jschneid@replaced-ip ) (Ping timeout: 265 seconds)
1273 [14:59:37] *** Joins: Hunterkll_ (~Hunterkll@replaced-ip )
1274 [15:00:15] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 245 seconds)
1275 [15:00:18] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.2)
1276 [15:02:25] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Ping timeout: 248 seconds)
1277 [15:02:52] <petn-randall> Hi, how can I find out when a XFS
filesystem was fsck'ed the last time? I know the ext[2-4] way
to do it, but couldn't yet find a tool for xfs.
1278 [15:03:27] *** Joins: sigsts- (~sigsts@replaced-ip )
1279 [15:03:39] *** Joins: greycat (~wooledg@replaced-ip )
1280 [15:04:45] *** Quits: sigsts- (~sigsts@replaced-ip ) (Remote host closed the connection)
1281 [15:06:25] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 265 seconds)
1282 [15:09:27] *** Joins: sigsts (~sigsts@replaced-ip )
1283 [15:10:10] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1284 [15:10:46] <Fox> petn-randall: did you try xfs_info ?
1285 [15:11:22] <petn-randall> Fox: Yes, however I don't see
any output that resembles a timestamps of any kind.
1286 [15:11:46] <Fox> dunno, I don't have any xfs FS actually
1287 [15:12:16] *** Quits: cadillac_ (~omab@replaced-ip ) (Ping timeout: 256 seconds)
1288 [15:13:11] *** Joins: cadillac_ (~omab@replaced-ip )
1289 [15:13:39] *** Quits: tommaso (~chatzilla@replaced-ip ) (Read error: Connection reset by peer)
1290 [15:14:20] *** Joins: OneSploit (~OneSploit@replaced-ip )
1291 [15:14:24] *** Quits: totonika (~toto@replaced-ip ) (Ping timeout: 256 seconds)
1292 [15:15:06] <OneSploit> Hi
1293 [15:15:20] *** Joins: sbef (~holoirc@replaced-ip )
1294 [15:15:29] *** Joins: bites (~bites@replaced-ip )
1295 [15:15:30] <OneSploit> how can I download apparmor (2.13-6)
unstable ?
1296 [15:15:40] <OneSploit> do I really need to wait?
1297 [15:15:56] <greycat> !debian-next
1298 [15:15:57] <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.
1299 [15:16:21] <OneSploit> trying to join there but polari is
kind of broken, wont allow me, guess I need another IRC client
1300 [15:16:31] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1301 [15:16:43] <jelly> are you connecting to the right network,
OneSploit
1302 [15:16:52] <OneSploit> ah right, true
1303 [15:17:35] <OneSploit> it was oftc right?
1304 [15:17:43] *** Quits: AlexPortable (uid7568@replaced-ip ) (Quit: Connection closed for inactivity)
1305 [15:18:02] <jelly> I thought I changed that factoid to
mention the OFTC thing about 6 more times, but maybe I dreamt it
1306 [15:18:32] *** Joins: gryffus_ (~gryffus@replaced-ip )
1307 [15:18:40] <greycat> It currently says it 3 times, as well as
1 "not Freenode". So, roughly 3.5 times.
1308 [15:19:27] <OneSploit> lol cant read topic cause polari
amazing client shows topic either not full length, or for 1-2s..
really this package should be removed, not to confuse ppl
1309 [15:19:33] *** Quits: gryffus (~gryffus@replaced-ip ) (Ping timeout: 264 seconds)
1310 [15:19:35] *** Quits: OneSploit (~OneSploit@replaced-ip ) (Quit: OneSploit)
1311 [15:19:38] <jelly> ,i polari
1312 [15:19:40] <judd> Package polari (gnome, optional) in
stretch/amd64: Internet Relay Chat (IRC) client. Version: 3.22.2-1;
Size: 266.1k; Installed: 1288k; Homepage:
replaced-url
1313 [15:19:59] <greycat> It already says "gnome" on the
label. That should be enough.
1314 [15:20:00] *** Joins: OneSploit (~user@replaced-ip )
1315 [15:20:14] *** Quits: czer00 (~mhj@replaced-ip ) (Read error: Connection reset by peer)
1316 [15:20:23] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Ping timeout: 276 seconds)
1317 [15:20:39] *** Joins: czer00 (~mhj@replaced-ip )
1318 [15:21:10] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1319 [15:21:35] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 255 seconds)
1320 [15:25:10] *** Joins: sibyakin (~sibyakin@replaced-ip )
1321 [15:25:34] *** Quits: sbef (~holoirc@replaced-ip ) (Quit: sbef)
1322 [15:27:16] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1323 [15:27:26] <tw> Will all of the rust build deps come through
stretch-updates when firefox 52 esr goes EOL august 28?
1324 [15:28:17] *** Parts: tralala (~user@replaced-ip ) ("ERC (IRC client for Emacs 26.1)")
1325 [15:28:22] <jelly> who knows
1326 [15:28:55] <tw> I hope someone has a plan for it =p
1327 [15:29:41] <jelly> my completely uneducated guess might be
having an ESR build with build deps only in a newer release is
somewhat better than not having an up-to-date browser at all
1328 [15:29:48] *** Joins: AlexPortable (uid7568@replaced-ip )
1329 [15:31:46] *** Joins: imp (~imp@replaced-ip )
1330 [15:34:23] *** Quits: sigsts (~sigsts@replaced-ip ) (Remote host closed the connection)
1331 [15:35:08] *** Quits: eblip (~eblip@replaced-ip ) (Quit: WeeChat 2.0.1)
1332 [15:35:32] *** Quits: tmch2 (~tmch@replaced-ip ) (Ping timeout: 255 seconds)
1333 [15:36:02] *** Joins: VoiceOfReason (~max@replaced-ip )
1334 [15:36:19] *** Joins: chomwitt (~chomwitt@replaced-ip )
1335 [15:37:07] *** Joins: electro33 (uid613@replaced-ip )
1336 [15:37:43] *** Quits: Lily-Ayta (~Lily-Ayta@replaced-ip ) (Remote host closed the connection)
1337 [15:38:10] *** Joins: Lily-Ayta (~Lily-Ayta@replaced-ip )
1338 [15:38:52] *** Joins: sigsts (~sigsts@replaced-ip )
1339 [15:39:12] *** Joins: Hunterkll__ (~Hunterkll@replaced-ip )
1340 [15:39:32] *** Hunterkll__ is now known as Hunterkll
1341 [15:40:07] *** Joins: totonika (~toto@replaced-ip )
1342 [15:41:30] *** Quits: Hunterkll_ (~Hunterkll@replaced-ip ) (Ping timeout: 245 seconds)
1343 [15:42:29] *** Quits: Immanuel (~Manu@replaced-ip ) (Ping timeout: 276 seconds)
1344 [15:42:29] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1345 [15:43:25] *** Joins: eblip (~eblip@replaced-ip )
1346 [15:44:10] *** Quits: Alina-malina (~Alina-mal@replaced-ip ) (Ping timeout: 264 seconds)
1347 [15:44:35] *** Quits: totonika (~toto@replaced-ip ) (Ping timeout: 240 seconds)
1348 [15:47:19] *** Joins: sigsts- (~sigsts@replaced-ip )
1349 [15:48:42] *** Joins: Hunterkll_ (~Hunterkll@replaced-ip )
1350 [15:48:55] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Disconnected by services)
1351 [15:48:57] *** Hunterkll_ is now known as Hunterkll
1352 [15:49:22] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 245 seconds)
1353 [15:50:38] *** Joins: totonika (~toto@replaced-ip )
1354 [15:52:19] *** Joins: Alina-malina (~Alina-mal@replaced-ip )
1355 [15:53:26] *** Joins: blackes__ (~blackest_@replaced-ip )
1356 [15:53:37] *** Joins: RedSoxFan07 (~Thunderbi@replaced-ip )
1357 [15:55:02] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Read error: Connection reset by peer)
1358 [15:57:17] *** Quits: Tempesta (Tempesta@replaced-ip ) (Quit: See ya!)
1359 [15:59:43] *** Joins: donnelly (~donnelly@replaced-ip )
1360 [16:01:40] *** Joins: citypw (~citypw@replaced-ip )
1361 [16:02:23] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
1362 [16:02:38] *** Quits: blackes__ (~blackest_@replaced-ip ) (Quit: Leaving...)
1363 [16:02:56] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1364 [16:03:31] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.0+deb1+b1 - ##replaced-url
1365 [16:04:04] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1366 [16:04:09] *** Quits: totonika (~toto@replaced-ip ) (Ping timeout: 256 seconds)
1367 [16:04:51] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Remote host closed the connection)
1368 [16:04:52] *** Joins: DrWatson_ (~DrWatson_@replaced-ip )
1369 [16:06:06] *** Quits: guideline (guideline@replaced-ip ) (Ping timeout: 256 seconds)
1370 [16:06:50] *** Joins: Raed|Laptop (~Raed@replaced-ip )
1371 [16:09:04] *** Joins: blackest_mamba (~blackest_@replaced-ip )
1372 [16:09:05] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1373 [16:09:17] <ayekat> hey, is it OK to .gitignore all the files
generated by debuild?
1374 [16:09:18] *** Joins: guideline (guideline@replaced-ip )
1375 [16:09:56] *** Joins: acm1pt (~luchus@replaced-ip )
1376 [16:10:05] *** Quits: DrWatson_ (~DrWatson_@replaced-ip ) (Ping timeout: 240 seconds)
1377 [16:10:18] <petn-randall> ayekat: OK for whom? You?
1378 [16:11:23] <ayekat> petn-randall: yes
1379 [16:11:44] *** Quits: jarlopez (~johan@replaced-ip ) (Quit: Lost terminal)
1380 [16:11:45] <ayekat> petn-randall: like - there are no files
that couldn't be regenerated, I guess?
1381 [16:11:54] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1382 [16:11:56] *** Quits: Sepultura (~Sepultura@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
1383 [16:11:56] *** Joins: martian67 (~martian67@replaced-ip )
1384 [16:12:12] * ayekat should probably actually learn first what all
those files really mean before asking
1385 [16:12:17] <greycat> why does your package build directory
need git metadata config files in it
1386 [16:13:03] <ayekat> greycat: I'm following
replaced-url
1387 [16:13:25] *** Joins: sigsts (~sigsts@replaced-ip )
1388 [16:13:31] <ayekat> I just ran `debuild`, and it generated
the package as I expected, but it also generated a few files and
directories under `debian/`
1389 [16:13:37] <petn-randall> Well, uh, there's no law
against it if that's what you're asking.
1390 [16:14:34] <greycat> Ahhh, so it's like asking whether
you should include the "configure" script in your source
code management, or only the configure.ac (et al.).
1391 [16:14:41] <greycat> Your choice.
1392 [16:15:48] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
1393 [16:15:50] <ayekat> no - there is no configure file, there
are currently
debian/{.debhelper,debhelper-build-stamp,files,pkgname.substvars,pkgname},
which are all untracked by git
1394 [16:15:59] *** Quits: sibyakin (~sibyakin@replaced-ip ) ()
1395 [16:16:11] <greycat> But it's an analogy that I can
understand.
1396 [16:16:24] <petn-randall> ayekat: You can define a
debian/.gitignore and put in whatever you want.
1397 [16:16:38] <ayekat> petn-randall: OK, so it's not
considered bad practice?
1398 [16:16:41] <petn-randall> ayekat: You just can't define
one at the base level.
1399 [16:17:16] <petn-randall> ayekat: I don't think there is
any best practice on that, but I haven't digged yet. I guess
whatever works for you is The Right Thing™.
1400 [16:17:16] <ayekat> petn-randall: ah yes, I'd put it in
the debian directorz (sorry, I should've clarified that) ^^
1401 [16:17:29] <ayekat> *directory
1402 [16:18:32] <ayekat> OK, so I'll go with that then :-)
thanks for your replies!
1403 [16:19:32] <petn-randall> ayekat: Btw, there's
#debian-mentors on OFTC, it's a channel dedicated to packaging
questions.
1404 [16:20:13] *** Joins: sigsts- (~sigsts@replaced-ip )
1405 [16:21:10] *** Joins: JordiGH (jordi@replaced-ip )
1406 [16:21:21] <JordiGH> Is rusty Firefox available on stable?
1407 [16:21:21] <ayekat> petn-randall: ah, thanks
1408 [16:21:42] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
1409 [16:21:48] *** Quits: Iridos (~iridos@replaced-ip ) (Remote host closed the connection)
1410 [16:21:56] <petn-randall> JordiGH: What is rusty firefox?
1411 [16:22:14] <JordiGH> The one that I thought required more
rust to build than stable could handle.
1412 [16:22:27] *** Joins: Iridos (~iridos@replaced-ip )
1413 [16:22:34] *** Quits: bluenemo (~bluenemo@replaced-ip ) (Read error: Connection reset by peer)
1414 [16:22:47] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 265 seconds)
1415 [16:23:04] <petn-randall> JordiGH: Check which version you
exactly mean, and then check the version number in stable, I guess.
1416 [16:23:22] <JordiGH> Yeah, I mean something newer than 52.
1417 [16:23:29] <JordiGH> I think they're up to 57 or
something.
1418 [16:23:43] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.0+deb1+b1 - ##replaced-url
1419 [16:23:59] <greycat> 09:27 tw> Will all of the rust build
deps come through stretch-updates when firefox 52 esr goes EOL
august 28?
1420 [16:24:02] <greycat> 09:28 jelly> who knows
1421 [16:24:46] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1422 [16:27:30] <jelly> 60esr is the next esr
1423 [16:30:06] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 244 seconds)
1424 [16:31:09] *** Joins: martian67 (~martian67@replaced-ip )
1425 [16:31:10] *** Joins: Adbray (~Adbray@replaced-ip )
1426 [16:38:26] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1427 [16:38:46] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Ping timeout: 264 seconds)
1428 [16:39:43] <codingquark> On
replaced-url
1429 [16:41:33] <codingquark> Hmm, let me try this new thing
1430 [16:41:36] <likcoras> I'd prefer local email (eg. cron
emails and the such, sent to root) to be readable from an email
provider (eg. gmail). What is the absolute simplest configuration
that I could achieve this with?
1431 [16:41:39] *** Joins: Delta706 (~xxx@replaced-ip )
1432 [16:42:27] *** Quits: Delta706 (~xxx@replaced-ip ) (Client Quit)
1433 [16:42:30] <jelly> likcoras, do you need it delivered only
locally, or both locally and to a remote address?
1434 [16:42:38] <jelly> or just remotely?
1435 [16:42:41] <likcoras> I don't mind if it's not
delivered locally.
1436 [16:42:55] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
1437 [16:42:55] *** Joins: devil6lair (~devil6lai@replaced-ip )
1438 [16:44:19] <jelly> then use one of the available nullmailer
MTA-s, like msmtp-mta or ssmtp
1439 [16:44:34] <bites> codingquark: that does not look like a
place for systemd unit. ~/.config/systemd/user/ for user units and
/etc/systemd/system/ if you want it system-wide
1440 [16:44:54] <likcoras> jelly: alright, thanks for the
pointers!
1441 [16:45:06] <codingquark> bites: yeah, creating that file as
we speak.
1442 [16:45:31] <jelly> ,whatprovides mail-transport-agent
1443 [16:45:33] <judd> Package mail-transport-agent in
stretch/amd64 is provided by: citadel-server, courier-mta, dma,
esmtp-run, exim4-daemon-heavy, exim4-daemon-light, msmtp-mta,
nullmailer, opensmtpd, postfix, qmail-run, sendmail-bin, ssmtp.
1444 [16:46:41] <jelly> or nullmailer. or dma if you also want a
bit of local delivery. Dunno what esmtp-run is. Others are more
full-blown smtp services.
1445 [16:46:48] *** Quits: HugsWont1etgo (~HugsWontl@replaced-ip ) (Quit: Lost terminal)
1446 [16:47:10] <likcoras> dma supports this kind of setup?
1447 [16:48:02] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 256 seconds)
1448 [16:49:33] <jelly> yes
1449 [16:49:48] <jelly> but I haven't tried it recently
1450 [16:50:00] *** Quits: dc13ff (uid190567@replaced-ip ) (Quit: Connection closed for inactivity)
1451 [16:50:34] *** Joins: Elleander (~Elleander@replaced-ip )
1452 [16:51:06] <jelly> eg.
replaced-url
1453 [16:52:02] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1454 [16:53:16] <jelly> and the everlasting question which
/usr/sbin/sendmail should be installed by default
replaced-url
1455 [16:56:59] *** Joins: sigsts (~sigsts@replaced-ip )
1456 [16:57:14] <likcoras> Amazing...! This is exactly what I
wanted! Thanks!
1457 [16:57:20] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 245 seconds)
1458 [16:58:06] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
1459 [16:59:39] <JordiGH> "Starting from version
1.20.0+dfsg1-1 (i.e. the previous version) the Debian packages of
rustc no longer fail their build if any tests fail."
1460 [16:59:54] <JordiGH> This (and a longer explanation) showed
up during `apt upgrade`.
1461 [17:00:05] *** Quits: Lily-Ayta (~Lily-Ayta@replaced-ip ) (Remote host closed the connection)
1462 [17:00:26] *** Quits: msimpson (~msimpson@replaced-ip ) (Quit: Leaving)
1463 [17:00:30] *** Joins: Lily-Ayta (~Lily-Ayta@replaced-ip )
1464 [17:00:58] *** Joins: iflema (~ian@replaced-ip )
1465 [17:01:16] *** Joins: sigsts- (~sigsts@replaced-ip )
1466 [17:01:22] <JordiGH> Where is this from? I thought I would
see it in the Debian changelog, but it's not there:
replaced-url
1467 [17:02:20] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Quit: 神奇,永無止境的神奇)
1468 [17:02:30] <JordiGH> Oh, it's in the NEWS file.
1469 [17:03:07] *** Joins: jubo2 (~juboxi@replaced-ip )
1470 [17:03:40] *** Quits: iflema (~ian@replaced-ip ) (Client Quit)
1471 [17:03:54] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1472 [17:04:00] *** Joins: conta1 (~Thunderbi@replaced-ip )
1473 [17:04:10] *** Joins: spooky (spooky@replaced-ip )
1474 [17:05:11] <JordiGH> Is there a better way to link to it than
this?
replaced-url
1475 [17:05:42] *** Joins: annadane (~annadane@replaced-ip )
1476 [17:06:07] *** Quits: OneSploit (~user@replaced-ip ) (Remote host closed the connection)
1477 [17:06:08] *** Joins: Zesk (d5296501@replaced-ip )
1478 [17:06:36] *** Joins: Miraddo (uid311524@replaced-ip )
1479 [17:07:16] *** Joins: allizom (~Thunderbi@replaced-ip )
1480 [17:09:15] *** Joins: Tom01 (~tom@replaced-ip )
1481 [17:11:59] *** Joins: bitess (~bites@replaced-ip )
1482 [17:15:49] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 260 seconds)
1483 [17:19:12] *** Quits: Zyferus (Zyferus@replaced-ip ) (Remote host closed the connection)
1484 [17:19:36] *** Joins: Zyferus (Zyferus@replaced-ip )
1485 [17:20:51] *** Quits: Cork (~Cork@replaced-ip ) (Quit: .)
1486 [17:22:18] *** Joins: yesi (~yesi@replaced-ip )
1487 [17:22:53] *** Joins: woshty (~woshty@replaced-ip )
1488 [17:26:44] *** Joins: jsubl2 (~jim@replaced-ip )
1489 [17:27:19] *** Joins: loader (~loader@replaced-ip )
1490 [17:28:42] *** Joins: Cork (~Cork@replaced-ip )
1491 [17:29:39] *** Quits: booyah (~bb@replaced-ip ) (Read error: Connection reset by peer)
1492 [17:29:46] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
1493 [17:30:01] *** Quits: Cork (~Cork@replaced-ip ) (Excess Flood)
1494 [17:30:17] *** Joins: booyah (~bb@replaced-ip )
1495 [17:30:23] *** Joins: angerctl (~Namarrgon@replaced-ip )
1496 [17:30:37] *** Joins: xcm (~xcm@replaced-ip )
1497 [17:31:26] *** Joins: padarc (~user@replaced-ip )
1498 [17:32:45] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (Ping timeout: 264 seconds)
1499 [17:33:23] *** Quits: codingquark (~user@replaced-ip ) (Remote host closed the connection)
1500 [17:33:41] *** Joins: codingquark (~user@replaced-ip )
1501 [17:34:02] *** debhelper sets mode: +l 1425
1502 [17:34:41] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
1503 [17:35:50] *** Joins: Cork (~Cork@replaced-ip )
1504 [17:36:09] *** Joins: colinjmatt (~colinjmat@replaced-ip )
1505 [17:37:38] *** Quits: donnelly (~donnelly@replaced-ip ) (Quit: brb chunching)
1506 [17:38:00] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1507 [17:38:11] *** Quits: Velgor (~Velgor@replaced-ip ) (Ping timeout: 268 seconds)
1508 [17:39:59] *** Joins: josecapurro (~jcapurro@replaced-ip )
1509 [17:40:57] <josecapurro> Hello there! Anybody knows which
opencv package do i need to install to have the utilities, like
haartraining?
1510 [17:41:16] <josecapurro> I can't find them with
apt-cache
1511 [17:41:31] <josecapurro> dpkg: haartraining
1512 [17:41:32] <dpkg> josecapurro: are you using Windows?
1513 [17:41:43] <greycat> is "haartraining" a file name?
1514 [17:42:00] <greycat> ,file haartraining
1515 [17:42:04] <judd> Search for haartraining in stretch/amd64:
libopencv-dev: usr/bin/opencv_haartraining
1516 [17:42:04] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1517 [17:42:27] <josecapurro> judd: Thanks!
1518 [17:42:37] *** Joins: deznuts (uid92154@replaced-ip )
1519 [17:43:00] *** Joins: Niklas9751_ (~Niklas975@replaced-ip )
1520 [17:44:41] *** Joins: Velgor (~Velgor@replaced-ip )
1521 [17:44:55] *** Quits: jsubl2 (~jim@replaced-ip ) (Quit: leaving)
1522 [17:46:34] *** Quits: Cork (~Cork@replaced-ip ) (Quit: .)
1523 [17:46:35] *** Quits: Robert34__ (~Niklas975@replaced-ip ) (Ping timeout: 240 seconds)
1524 [17:47:06] *** Joins: sigsts (~sigsts@replaced-ip )
1525 [17:48:03] *** Quits: citypw (~citypw@replaced-ip ) (Quit: Leaving)
1526 [17:49:37] *** Joins: sigsts- (~sigsts@replaced-ip )
1527 [17:51:39] *** Joins: Cork (~Cork@replaced-ip )
1528 [17:51:56] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1529 [17:51:59] *** Quits: beaver (~none@replaced-ip ) (Remote host closed the connection)
1530 [17:52:40] *** Joins: beaver (~none@replaced-ip )
1531 [17:55:00] *** Quits: Mottengrotte__ (~Mottengro@replaced-ip ) (Quit: Mottengrotte__)
1532 [17:55:18] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Quit: WeeChat 1.0.1)
1533 [17:57:29] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1534 [17:57:48] *** Joins: jubo2 (~juboxi@replaced-ip )
1535 [17:59:32] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Quit: Bye for now)
1536 [17:59:46] *** Quits: cadillac_ (~omab@replaced-ip ) (Ping timeout: 264 seconds)
1537 [18:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1538 [18:00:20] *** Joins: v01t (~v01t@replaced-ip )
1539 [18:00:21] *** Joins: cadillac_ (~omab@replaced-ip )
1540 [18:00:58] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (Ping timeout: 264 seconds)
1541 [18:01:03] *** Quits: himuraken (~quassel@replaced-ip ) (Remote host closed the connection)
1542 [18:01:24] *** Joins: jfoy (~jfoy@replaced-ip )
1543 [18:01:33] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 244 seconds)
1544 [18:01:54] *** Quits: booyah (~bb@replaced-ip ) (Ping timeout: 260 seconds)
1545 [18:03:19] *** Joins: hipp (~hipp@replaced-ip )
1546 [18:03:25] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
1547 [18:03:46] *** Joins: Niklas9751 (~Niklas975@replaced-ip )
1548 [18:03:48] *** Quits: Niklas9751_ (~Niklas975@replaced-ip ) (Ping timeout: 265 seconds)
1549 [18:03:58] *** Joins: erasmus (~erasmus@replaced-ip )
1550 [18:04:44] *** Quits: c0ncealed2 (c0ncealed@replaced-ip ) (Remote host closed the connection)
1551 [18:05:17] *** Joins: c0ncealed2 (c0ncealed@replaced-ip )
1552 [18:05:25] *** Quits: Robby (robby@replaced-ip ) (Ping timeout: 256 seconds)
1553 [18:06:06] *** Joins: booyah (~bb@replaced-ip )
1554 [18:07:21] *** Joins: Robby (robby@replaced-ip )
1555 [18:08:20] *** Quits: yesi (~yesi@replaced-ip ) (Quit: peace)
1556 [18:09:14] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1557 [18:10:39] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 260 seconds)
1558 [18:12:33] *** Quits: codingquark (~user@replaced-ip ) (Quit: ERC (IRC client for Emacs 25.1.1))
1559 [18:14:12] *** Joins: sigsts (~sigsts@replaced-ip )
1560 [18:15:09] *** Joins: troys (~troys@replaced-ip )
1561 [18:16:55] *** Joins: sigsts- (~sigsts@replaced-ip )
1562 [18:16:56] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1563 [18:17:20] *** Joins: HZun (~HZun@replaced-ip )
1564 [18:17:22] *** Quits: HZun (~HZun@replaced-ip ) (Max SendQ exceeded)
1565 [18:17:49] *** Joins: HZun (~HZun@replaced-ip )
1566 [18:17:54] *** Joins: timahvo1 (~rogue@replaced-ip )
1567 [18:19:18] *** Quits: HZun (~HZun@replaced-ip ) (Client Quit)
1568 [18:19:38] *** Joins: HZun (~HZun@replaced-ip )
1569 [18:20:36] *** Quits: rany (~rany@replaced-ip ) (Quit: Leaving)
1570 [18:20:51] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 240 seconds)
1571 [18:21:02] *** Quits: eddynetweb (eddynetweb@replaced-ip ) (Ping timeout: 260 seconds)
1572 [18:21:21] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 240 seconds)
1573 [18:21:30] *** Joins: rany (~rany@replaced-ip )
1574 [18:23:09] <Zesk> Hello, I have a keepalived configured with
a virtual_ipaddress on many interfaces. When I re-read/load with
systemd-networkd, virtuals ips get lost and i have to restart
keepavlied. Is it a normal behavior? or do I miss something
1575 [18:24:39] *** Quits: bitess (~bites@replaced-ip ) (Quit: adios)
1576 [18:26:03] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
1577 [18:27:04] *** Joins: eddynetweb (eddynetweb@replaced-ip )
1578 [18:28:09] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1579 [18:28:24] *** Joins: adoua (~adoua@replaced-ip )
1580 [18:29:37] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1581 [18:30:35] *** Joins: faw (~faw@replaced-ip )
1582 [18:31:39] *** Quits: booyah (~bb@replaced-ip ) (Ping timeout: 260 seconds)
1583 [18:32:23] *** Quits: jfoy (~jfoy@replaced-ip ) (Remote host closed the connection)
1584 [18:32:41] *** Joins: sigsts (~sigsts@replaced-ip )
1585 [18:33:00] *** Joins: ChmEarl (~chmearl@replaced-ip )
1586 [18:33:29] *** Joins: jfoy (~jfoy@replaced-ip )
1587 [18:37:22] *** Joins: tradar (~tradar@replaced-ip )
1588 [18:38:35] *** Quits: dendazen (~dendazen@replaced-ip ) (Ping timeout: 240 seconds)
1589 [18:39:17] *** Quits: MACscr (~MACscr@replaced-ip ) (Read error: Connection reset by peer)
1590 [18:39:22] *** Joins: sigsts- (~sigsts@replaced-ip )
1591 [18:39:57] *** Joins: hypn0 (~h@replaced-ip )
1592 [18:40:41] *** Quits: huwjr (~huwjr@replaced-ip ) (Quit: huwjr)
1593 [18:41:26] *** Quits: sysvalve (~sysvalve@replaced-ip ) (Read error: Connection reset by peer)
1594 [18:42:15] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1595 [18:42:16] *** Parts: JordiGH (jordi@replaced-ip ) ("Leaving")
1596 [18:44:06] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1597 [18:44:35] *** Joins: MACscr (~MACscr@replaced-ip )
1598 [18:47:18] *** Quits: Robby (robby@replaced-ip ) (Ping timeout: 265 seconds)
1599 [18:48:32] <Zesk> Hm, after a bit of thinking, maybe
it's better to change network configuration on the fly with
iproute2 rather than restart systemd-networkd.
1600 [18:48:39] <Zesk> Isn't it?
1601 [18:49:11] *** Joins: sigsts (~sigsts@replaced-ip )
1602 [18:49:25] *** Joins: tymczenko (~tymczenko@replaced-ip )
1603 [18:49:54] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1604 [18:50:42] *** Joins: sigsts- (~sigsts@replaced-ip )
1605 [18:53:01] *** Joins: Robby (robby@replaced-ip )
1606 [18:53:13] *** Quits: mo1991 (~mo1991@replaced-ip ) (Ping timeout: 244 seconds)
1607 [18:53:50] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1608 [18:54:24] *** Joins: booyah (~bb@replaced-ip )
1609 [18:54:39] *** Joins: diniwed (~gavron@replaced-ip )
1610 [18:54:59] <jhutchins_wk> Is there a way to query what
symlinks connect to a real file/directory?
1611 [18:55:32] *** Quits: sigsts- (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1612 [18:55:45] <greycat> Only brute force searching of all file
systems.
1613 [18:57:43] <tradar> and what if it was a hardlink? same?
1614 [18:57:43] *** Joins: shtrb (~shtrb@replaced-ip )
1615 [18:58:03] *** Joins: sigsts (~sigsts@replaced-ip )
1616 [18:58:44] *** Joins: Skada (~dfsfads@replaced-ip )
1617 [18:59:00] *** Quits: Robby (robby@replaced-ip ) (Ping timeout: 245 seconds)
1618 [18:59:03] <greycat> then you only have to search one file
system. and you have the link-count to tell you when you can stop
1619 [18:59:19] *** Joins: aliasnumber10 (~aliasnumb@replaced-ip )
1620 [18:59:26] *** Joins: SyfiMalik (~SyfiMalik@replaced-ip )
1621 [19:00:02] *** Joins: Niklas9751_ (~Niklas975@replaced-ip )
1622 [19:00:10] <tradar> "stat file.txt" tells how many
hardlinks point to the same inode, but there is a way to enumerate
them directly?
1623 [19:00:31] <greycat> no
1624 [19:00:33] *** Quits: nathamanath (~nathamana@replaced-ip ) (Remote host closed the connection)
1625 [19:00:56] *** Quits: Niklas9751_ (~Niklas975@replaced-ip ) (Remote host closed the connection)
1626 [19:01:30] *** Joins: Niklas9751_ (~Niklas975@replaced-ip )
1627 [19:01:57] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 240 seconds)
1628 [19:02:05] *** Quits: Niklas9751 (~Niklas975@replaced-ip ) (Ping timeout: 240 seconds)
1629 [19:02:06] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1630 [19:02:14] *** Joins: czart (~czart@replaced-ip )
1631 [19:02:25] *** Quits: Niklas9751_ (~Niklas975@replaced-ip ) (Remote host closed the connection)
1632 [19:02:42] <tradar> but (only talking about hardlinks) it
could be possible for a given fileystem driver. Maybe it's just
lacking of a [standard] interface for that. It would be a useful
thing to have for backup programs for example.
1633 [19:02:54] *** Joins: Niklas9751_ (~Niklas975@replaced-ip )
1634 [19:03:29] *** Quits: SyfiMalik (~SyfiMalik@replaced-ip ) (Client Quit)
1635 [19:04:25] *** Quits: Niklas9751_ (~Niklas975@replaced-ip ) (Remote host closed the connection)
1636 [19:04:53] *** Joins: Niklas9751_ (~Niklas975@replaced-ip )
1637 [19:05:27] *** Quits: d3vnull (~d3vnull@replaced-ip ) (Quit: Konversation terminated!)
1638 [19:06:25] *** Quits: Niklas9751_ (~Niklas975@replaced-ip ) (Remote host closed the connection)
1639 [19:06:44] *** Joins: sigsts (~sigsts@replaced-ip )
1640 [19:06:56] *** Joins: Niklas9751_ (~Niklas975@replaced-ip )
1641 [19:07:22] *** Quits: HZun (~HZun@replaced-ip ) (Remote host closed the connection)
1642 [19:07:40] *** Joins: kirk781 (~kirk781@replaced-ip )
1643 [19:07:55] *** Quits: Niklas9751_ (~Niklas975@replaced-ip ) (Remote host closed the connection)
1644 [19:08:13] *** Quits: sinaowolabi (~Sina@replaced-ip ) (Ping timeout: 268 seconds)
1645 [19:08:22] *** Joins: Niklas9751_ (~Niklas975@replaced-ip )
1646 [19:08:27] *** Quits: padarc (~user@replaced-ip ) (Ping timeout: 240 seconds)
1647 [19:08:34] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Ping timeout: 256 seconds)
1648 [19:10:11] *** Joins: Robert34__ (~Niklas975@replaced-ip )
1649 [19:10:20] *** Joins: sigsts- (~sigsts@replaced-ip )
1650 [19:10:42] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
1651 [19:11:04] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1652 [19:11:04] *** Joins: Robby (robby@replaced-ip )
1653 [19:11:14] *** Quits: Zesk (d5296501@replaced-ip ) (Quit: Zesk)
1654 [19:11:44] *** Parts: DerWnd (uid312823@replaced-ip ) ()
1655 [19:12:19] *** Joins: BCMM (~BCMM@replaced-ip )
1656 [19:13:53] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 265 seconds)
1657 [19:13:57] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
1658 [19:14:03] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1659 [19:14:14] *** Quits: Niklas9751_ (~Niklas975@replaced-ip ) (Ping timeout: 256 seconds)
1660 [19:15:28] *** Joins: pfoo (~pfood@replaced-ip )
1661 [19:16:50] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1662 [19:18:45] *** Joins: sigsts (~sigsts@replaced-ip )
1663 [19:20:29] *** Joins: sigsts- (~sigsts@replaced-ip )
1664 [19:22:07] *** Joins: jazz (~jazz@replaced-ip )
1665 [19:23:32] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
1666 [19:23:33] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 265 seconds)
1667 [19:24:05] <jhutchins_wk> In this case I linked a folder to a
fairly deep tomcat folder, and I don't remember the whole path.
I can dig it up again (documented), but a quick "list
links" would be handy. Oh well.
1668 [19:24:06] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1669 [19:24:36] *** Joins: platvoeten (~platvoete@replaced-ip )
1670 [19:26:55] <tradar> jhutchins_wk: syslinks are like text
files: the path to the target is stored as the content of the file.
Then, there is a flag that marks the file as "soft link".
Not even the filesyetem driver could know which files point to
another.
1671 [19:27:35] *** Quits: troys (~troys@replaced-ip ) (Ping timeout: 240 seconds)
1672 [19:27:59] <jhutchins_wk> tradar: Understood. It's
something that could theoretically be recorded in the metadata, but
it isn't done that way.
1673 [19:28:56] *** Joins: sigsts (~sigsts@replaced-ip )
1674 [19:30:24] *** Quits: shtrb (~shtrb@replaced-ip ) (Remote host closed the connection)
1675 [19:32:22] *** Joins: Shun131 (~shun@replaced-ip )
1676 [19:33:37] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
1677 [19:34:02] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 244 seconds)
1678 [19:36:32] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1679 [19:37:37] *** Quits: Robert34__ (~Niklas975@replaced-ip ) (Quit: Leaving)
1680 [19:38:32] *** Joins: lezsakdomi (~led@replaced-ip )
1681 [19:39:21] *** Quits: jazz (~jazz@replaced-ip ) (Ping timeout: 264 seconds)
1682 [19:39:55] *** Quits: jocthbr (~salci@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1683 [19:40:51] *** Joins: sigsts (~sigsts@replaced-ip )
1684 [19:41:23] *** Joins: Ceber (~cerberus@replaced-ip )
1685 [19:41:57] *** Quits: cadillac_ (~omab@replaced-ip ) (Ping timeout: 240 seconds)
1686 [19:42:50] <Slashman> hello, I have an issue with a brand new
server on Debian 9, the bonding configuration fails at boot time but
works after an ifdown, ifup, it looks like a race condition, any
idea how I can make the interface work at boot? full log here with
config:
replaced-url
1687 [19:43:39] <nkuttler> Slashman: and your config?
1688 [19:43:54] <Slashman> nkuttler: at the end of the paste
1689 [19:43:57] *** Joins: cadillac_ (~omab@replaced-ip )
1690 [19:44:09] *** Quits: SopaXorzTaker (~SopaXorzT@replaced-ip ) (Quit: Leaving)
1691 [19:44:37] *** Joins: electro33 (uid613@replaced-ip )
1692 [19:45:48] <jhutchins_wk> Slashman: I take it this is a VM or
a container?
1693 [19:46:01] <Slashman> jhutchins_wk: bare metal
1694 [19:46:12] *** Quits: Miraddo (uid311524@replaced-ip ) (Quit: Connection closed for inactivity)
1695 [19:48:05] <Slashman> (mac address are hidden, that's
not the real ones)
1696 [19:48:26] *** Joins: sigsts- (~sigsts@replaced-ip )
1697 [19:50:32] *** Joins: Immanuel (~Manu@replaced-ip )
1698 [19:52:01] <Brigo> Slashman, did you find this?
replaced-url
1699 [19:52:08] *** Quits: sigsts- (~sigsts@replaced-ip ) (Remote host closed the connection)
1700 [19:52:34] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 260 seconds)
1701 [19:52:36] <Slashman> solved by moving the bond0 config
before eno1 and eno2 in the config file
1702 [19:53:23] *** Joins: sigsts (~sigsts@replaced-ip )
1703 [19:53:39] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 256 seconds)
1704 [19:53:44] <Slashman> Brigo: looking at it, I didn't
find this, thanks
1705 [19:54:18] <Brigo> Slashman, maybe you are lucking and that
works :)
1706 [19:54:37] *** Quits: gour (~gour@replaced-ip ) (Quit: Leaving)
1707 [19:54:45] <Slashman> Brigo: yeah I'm thinking just
this, maybe next reboot the server will have no network
1708 [19:55:08] *** angerctl is now known as Namarrgon
1709 [19:55:13] *** Quits: monty (~monte@replaced-ip ) (Ping timeout: 244 seconds)
1710 [19:55:20] *** Joins: colinjmatt (~colinjmat@replaced-ip )
1711 [19:55:29] <Slashman> and knowing the Murphy law, this will
happen at the worst possible moment :p
1712 [19:56:36] *** Joins: jazz (~jazz@replaced-ip )
1713 [19:56:40] <Brigo> Slashman, it is a bug from 2014 already
patched, it look like ...
1714 [19:57:05] *** Joins: monty (~monte@replaced-ip )
1715 [19:57:35] <Slashman> Brigo: I actually have an include in
/etc/network/interfaces, which is to
/etc/network/interfaces.d/bond0.cfg, where the real config is,
I'm trying without any include
1716 [19:57:37] *** Joins: Labu (~Labu@replaced-ip )
1717 [19:58:06] *** Joins: bites (~bites@replaced-ip )
1718 [19:58:08] <Brigo> Slashman, i don't think that's
the problem.
1719 [19:58:10] <Slashman> could be a strange bug with include
ordering or something
1720 [19:59:09] *** Joins: dreamon__ (~dreamon@replaced-ip )
1721 [19:59:52] <Brigo> Slashman, this debian bug is from this
year:
replaced-url
1722 [19:59:53] <judd> Bug
replaced-url
1723 [19:59:55] <Slashman> it doesn't work without the
include but with bond0 defined after the physical interface,
rebooting...
1724 [19:59:58] *** Joins: MACscr|lappy (~MACscr|la@replaced-ip )
1725 [20:00:06] *** Joins: gryffus (~gryffus@replaced-ip )
1726 [20:02:32] <Slashman> Brigo: looks like it, it seems that
this "delays" the bond interface by setting it up in
/etc/modprobe.d/bonding.conf
1727 [20:03:08] <Slashman> at least, for me, it seems to work by
"just" putting bond0 config before physical interface in
the config file
1728 [20:03:30] <Brigo> good workaround then :)
1729 [20:03:58] *** Quits: gryffus_ (~gryffus@replaced-ip ) (Ping timeout: 264 seconds)
1730 [20:04:20] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
1731 [20:05:22] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1732 [20:05:31] *** Joins: xaeB5 (xaeB5@replaced-ip )
1733 [20:05:43] *** Joins: gryffus_ (~gryffus@replaced-ip )
1734 [20:05:46] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1735 [20:06:55] *** Joins: KaraLeah (~KaraLeah@replaced-ip )
1736 [20:07:17] *** Joins: hen- (~hen@replaced-ip )
1737 [20:07:49] *** Quits: tuxmartin (~martin@replaced-ip ) (Quit: Leaving)
1738 [20:08:33] *** Quits: gryffus (~gryffus@replaced-ip ) (Ping timeout: 248 seconds)
1739 [20:12:13] *** Joins: thescientist (~thescient@replaced-ip )
1740 [20:12:20] *** Joins: cloudywizzard (~cloudywiz@replaced-ip )
1741 [20:12:51] *** Joins: gryffus (~gryffus@replaced-ip )
1742 [20:14:01] *** debhelper sets mode: +l 1435
1743 [20:16:34] *** Quits: gryffus_ (~gryffus@replaced-ip ) (Ping timeout: 256 seconds)
1744 [20:17:49] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
1745 [20:18:03] *** Joins: RedSoxFan08 (~Thunderbi@replaced-ip )
1746 [20:18:10] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1747 [20:19:43] *** Quits: RedSoxFan07 (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
1748 [20:19:44] *** RedSoxFan08 is now known as RedSoxFan07
1749 [20:20:10] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
1750 [20:20:59] *** Quits: gryffus (~gryffus@replaced-ip ) (Ping timeout: 268 seconds)
1751 [20:22:11] *** Quits: deznuts (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
1752 [20:22:26] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 260 seconds)
1753 [20:23:00] *** Joins: sigsts (~sigsts@replaced-ip )
1754 [20:23:12] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1755 [20:23:22] *** Quits: KaraLeah (~KaraLeah@replaced-ip ) (Quit: Lost terminal)
1756 [20:24:02] *** debhelper sets mode: +l 1429
1757 [20:25:18] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1758 [20:26:57] *** Quits: jazz (~jazz@replaced-ip ) (Ping timeout: 240 seconds)
1759 [20:26:57] *** Quits: sauvin (sauvin@replaced-ip ) (Read error: Connection reset by peer)
1760 [20:27:44] *** Quits: kemisten (~benne@replaced-ip ) (Ping timeout: 260 seconds)
1761 [20:27:51] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 240 seconds)
1762 [20:29:38] *** Joins: kemisten (~benne@replaced-ip )
1763 [20:30:00] *** Joins: sigsts (~sigsts@replaced-ip )
1764 [20:30:14] *** Quits: lezsakdomi (~led@replaced-ip ) (Quit: leaving)
1765 [20:32:45] *** Quits: StygianBlues (~StygianBl@replaced-ip ) (Ping timeout: 264 seconds)
1766 [20:33:07] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1767 [20:34:01] *** debhelper sets mode: +l 1423
1768 [20:34:05] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 240 seconds)
1769 [20:35:18] *** Quits: jfoy (~jfoy@replaced-ip ) (Remote host closed the connection)
1770 [20:35:52] *** Joins: voidSurfr (~voidSurfr@replaced-ip )
1771 [20:36:08] *** Joins: jfoy (~jfoy@replaced-ip )
1772 [20:36:57] *** Quits: allizom (~Thunderbi@replaced-ip ) (Quit: allizom)
1773 [20:37:58] *** Joins: sigsts (~sigsts@replaced-ip )
1774 [20:39:38] *** Joins: yonder (~yonder@replaced-ip )
1775 [20:40:38] *** Joins: KaraLeah (~KaraLeah@replaced-ip )
1776 [20:41:24] *** Quits: walnut_burl (~oak@replaced-ip ) (Quit: leaving)
1777 [20:43:16] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 244 seconds)
1778 [20:43:57] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1779 [20:45:05] *** Joins: jazz (~jazz@replaced-ip )
1780 [20:45:06] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1781 [20:46:45] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Remote host closed the connection)
1782 [20:47:35] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1783 [20:49:22] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
1784 [20:49:53] *** Joins: sigsts (~sigsts@replaced-ip )
1785 [20:50:26] *** Joins: jubo2 (~juboxi@replaced-ip )
1786 [20:50:36] *** Joins: sigsts- (~sigsts@replaced-ip )
1787 [20:50:53] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1788 [20:51:43] *** Joins: Something1 (~Something@replaced-ip )
1789 [20:51:45] *** Quits: RedSoxFan07 (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
1790 [20:54:12] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1791 [20:54:17] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1792 [20:56:50] *** Quits: tvm (~tvm@replaced-ip ) (Read error: Connection reset by peer)
1793 [20:57:32] *** Joins: RedSoxFan07 (~Thunderbi@replaced-ip )
1794 [20:58:57] *** Joins: sigsts (~sigsts@replaced-ip )
1795 [20:59:13] *** Joins: sinaowolabi (~Sina@replaced-ip )
1796 [20:59:43] *** Joins: TacoGS (~tacogs@replaced-ip )
1797 [21:00:45] *** Quits: Heston (~name@replaced-ip ) (Quit: Leaving)
1798 [21:00:57] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Ping timeout: 240 seconds)
1799 [21:01:31] *** Joins: holden- (~holden-@replaced-ip )
1800 [21:02:35] *** Joins: ca1ek (~dawid@replaced-ip )
1801 [21:03:16] <ca1ek> I've just suffered a horrible hang,
my cpu usage went though the roof up to 28.00
1802 [21:03:44] <ca1ek> all memory got used up in a couple of
seconds and it started swapping
1803 [21:03:47] *** Quits: KaraLeah (~KaraLeah@replaced-ip ) (Quit: leaving)
1804 [21:04:01] <ca1ek> which logs should i check to learn about
what happened?
1805 [21:04:24] <ca1ek> i think x11 or the nvidia driver did
something extremely dumb
1806 [21:04:25] *** Joins: krzych (krzych@replaced-ip )
1807 [21:04:41] <Something1> dmesg journalctl always first places
:)
1808 [21:04:41] *** Joins: timahvo1 (~rogue@replaced-ip )
1809 [21:06:21] *** Quits: hen- (~hen@replaced-ip ) (Quit: WeeChat 1.9.1)
1810 [21:06:26] <Something1> Sorry, my English can be terrible at
times. If you´re using a GUI you can open the Logs app from
GNOME if you have it installed. You can alternatively open a
terminal and look at journatctl or dmesg to see recent events.
1811 [21:06:54] <ca1ek> yeah i'm looking at dmesg
1812 [21:06:56] *** Joins: MarioMey (~mario@replaced-ip )
1813 [21:07:13] <ca1ek> can someone explain what is the number in
the brackets? it's obviously some timestamp but i don't
understand the format
1814 [21:07:14] *** Quits: hypn0 (~h@replaced-ip ) (Quit: Leaving.)
1815 [21:07:35] *** Joins: Somelauw (~Somelauw@replaced-ip )
1816 [21:07:57] <Something1> Try dmesg -T
1817 [21:08:09] <MarioMey> Hello, there. I'm using Stretch
Mate x64. I need to run an application (blenderplayer) but I
don't want it to connect to Jack... or alsa. How can I do it?
Maybe by modifying .alsoftr file? I think some day I did it, but now
I don't remember.
1818 [21:08:11] <ca1ek> oh that's nice
1819 [21:08:14] <Somelauw> Can anyone tell me if there is a repo
or anything where I can possibly make a PR for a custom keyboard
layout?
1820 [21:08:23] <BCMM> ca1ek: you mean the number in [] square
brackets, at the start of the line?
1821 [21:08:35] <ca1ek> yes
1822 [21:08:42] <BCMM> ca1ek: it's just seconds since the
machine booted up
1823 [21:09:20] *** Joins: sigsts- (~sigsts@replaced-ip )
1824 [21:09:24] <ca1ek> nothing in dmesg, just the information
that sysrq is disabled (since that's what I tried to use to
rescue the system)
1825 [21:09:40] <ca1ek> and some segfaults of programs which ran
using x11
1826 [21:10:25] *** Joins: romo (~romo@replaced-ip )
1827 [21:10:28] *** Quits: thescientist (~thescient@replaced-ip ) (Read error: Connection reset by peer)
1828 [21:10:49] *** Joins: tymczenko (~tymczenko@replaced-ip )
1829 [21:10:51] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 240 seconds)
1830 [21:10:54] *** Joins: thescientist (~thescient@replaced-ip )
1831 [21:11:10] *** Joins: CobraKai_ (0c7cafa2@replaced-ip )
1832 [21:11:14] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1833 [21:11:54] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 260 seconds)
1834 [21:12:32] *** Quits: sharp15 (~stop_look@replaced-ip ) (Quit: leaving)
1835 [21:13:22] <ca1ek> also nothing in journalctl but minissdpd
spamming the logs
1836 [21:13:48] *** Quits: foka (~foka@replaced-ip ) (Ping timeout: 256 seconds)
1837 [21:14:05] *** Joins: user1_fn (~user1_fn@replaced-ip )
1838 [21:14:14] <ca1ek> i'm starting to suspect pulseaudipo
1839 [21:14:19] <ca1ek> it's always pulseaudio
1840 [21:14:48] *** Quits: cadillac_ (~omab@replaced-ip ) (Ping timeout: 256 seconds)
1841 [21:15:33] *** Joins: cadillac_ (~omab@replaced-ip )
1842 [21:15:53] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1843 [21:16:03] *** Quits: xaeB5 (xaeB5@replaced-ip ) (Quit: Leaving)
1844 [21:16:04] *** Joins: sigsts (~sigsts@replaced-ip )
1845 [21:16:25] <ca1ek> If I do SysRq + I, what will systemd do?
Will it just behave like I restarted the machine and start up all
services?
1846 [21:16:27] *** Joins: thescientist_ (~thescient@replaced-ip )
1847 [21:16:28] *** Quits: Andros (~Andros@replaced-ip ) (Quit: Leaving)
1848 [21:16:41] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1849 [21:17:23] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
1850 [21:17:53] *** Quits: Gasoline (~Nope@replaced-ip ) (Ping timeout: 244 seconds)
1851 [21:19:11] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1852 [21:20:01] *** Quits: thescientist (~thescient@replaced-ip ) (Ping timeout: 248 seconds)
1853 [21:20:45] <ca1ek> there's nothing in the logs for like
2 minutes before the crash
1854 [21:20:52] <ca1ek> i guess it will remain a mystery
1855 [21:21:26] *** Joins: foka (~foka@replaced-ip )
1856 [21:22:15] <ca1ek> is there some way to make the system kill
any process the moment it goes over 3gb of ram?
1857 [21:22:38] *** Joins: lektrik (~mayday_ja@replaced-ip )
1858 [21:22:59] <greycat> Globally, no, not so easy... you can set
resource limits, but they are inherited, not applied globally.
1859 [21:23:15] <greycat> If it's a specific thing that you
want to kill, just stick the uname (or equivalent) into its startup
script.
1860 [21:23:16] *** Quits: CrazyEddy (crazyed@replaced-ip ) (Ping timeout: 268 seconds)
1861 [21:23:19] <greycat> err... ulimit
1862 [21:23:28] *** Joins: smolboye (~smolboye@replaced-ip )
1863 [21:23:57] *** Joins: sigsts (~sigsts@replaced-ip )
1864 [21:24:08] *** Quits: smolboye (~smolboye@replaced-ip ) (Client Quit)
1865 [21:24:13] *** Joins: jubo2 (~juboxi@replaced-ip )
1866 [21:24:26] *** Joins: thescientist__ (~thescient@replaced-ip )
1867 [21:25:08] <Somelauw> j #linux
1868 [21:25:28] *** Joins: sigsts- (~sigsts@replaced-ip )
1869 [21:25:56] *** Quits: eblip (~eblip@replaced-ip ) (Quit: WeeChat 2.0.1)
1870 [21:26:26] *** Joins: sacarde (~sacarde@replaced-ip )
1871 [21:26:29] <sacarde> hi
1872 [21:27:33] <sacarde> is possible to have , in
/etc/network/interfaces, 2 definitions for one device wlan0 ?
1873 [21:27:58] *** Quits: thescientist_ (~thescient@replaced-ip ) (Ping timeout: 256 seconds)
1874 [21:28:11] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1875 [21:28:12] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1876 [21:28:19] <sacarde> and start one at a time
1877 [21:28:49] *** Quits: MACscr|lappy (~MACscr|la@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1878 [21:29:14] *** Joins: smolboye (~smolboye@replaced-ip )
1879 [21:30:22] *** Joins: thescientist_ (~thescient@replaced-ip )
1880 [21:31:32] *** Joins: format_c (~koeppea@replaced-ip )
1881 [21:31:42] *** Joins: MACscr|lappy (~MACscr|la@replaced-ip )
1882 [21:31:51] *** Joins: gobelpepitai (~gobelpepi@replaced-ip )
1883 [21:32:35] *** Quits: thescientist__ (~thescient@replaced-ip ) (Ping timeout: 240 seconds)
1884 [21:32:59] *** Joins: sigsts (~sigsts@replaced-ip )
1885 [21:34:01] *** debhelper sets mode: +l 1429
1886 [21:34:56] *** Quits: adoua (~adoua@replaced-ip ) (Ping timeout: 244 seconds)
1887 [21:35:19] *** Kocane15 is now known as Kocane
1888 [21:35:23] *** Joins: va3vna (~mayday_ja@replaced-ip )
1889 [21:35:27] *** Joins: KaraLeah (~KaraLeah@replaced-ip )
1890 [21:35:37] *** Quits: Kocane (~Kocane@replaced-ip##) (Quit: The Lounge - ##replaced-url
1891 [21:35:59] *** Joins: cryptodan (~cryptodan@replaced-ip )
1892 [21:36:09] *** Quits: thescientist_ (~thescient@replaced-ip ) (Remote host closed the connection)
1893 [21:36:18] *** Joins: iflema (~ian@replaced-ip )
1894 [21:37:33] *** Joins: sigsts- (~sigsts@replaced-ip )
1895 [21:37:38] *** Joins: thescientist (~thescient@replaced-ip )
1896 [21:38:10] *** Quits: lektrik (~mayday_ja@replaced-ip ) (Ping timeout: 264 seconds)
1897 [21:38:17] *** Joins: martin-_-_ (~default@replaced-ip )
1898 [21:39:34] *** Quits: smolboye (~smolboye@replaced-ip ) (Quit: WeeChat 1.6)
1899 [21:39:37] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
1900 [21:41:28] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1901 [21:41:28] *** Quits: Tom01 (~tom@replaced-ip ) (Read error: Connection reset by peer)
1902 [21:41:49] *** Joins: Tom01 (~tom@replaced-ip )
1903 [21:42:11] *** Quits: czart (~czart@replaced-ip ) (Read error: Connection reset by peer)
1904 [21:42:55] *** Joins: thescientist_ (~thescient@replaced-ip )
1905 [21:43:24] <jhutchins_wk> sacarde: It might be possible, but
what people usually do is run Network Manager. Or wicd, but
that's pretty obsolete now.
1906 [21:45:03] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1907 [21:45:13] *** Quits: intcat (~zshlyk@replaced-ip ) (Ping timeout: 250 seconds)
1908 [21:45:32] *** Quits: kallesbar (~kallesbar@replaced-ip ) (Ping timeout: 256 seconds)
1909 [21:45:56] *** Quits: philippirrip (~pip@replaced-ip ) (Remote host closed the connection)
1910 [21:45:56] *** Quits: kus_ubuntui686 (~kus@replaced-ip ) (Remote host closed the connection)
1911 [21:46:03] *** Joins: sigsts (~sigsts@replaced-ip )
1912 [21:46:29] *** Quits: thescientist (~thescient@replaced-ip ) (Ping timeout: 260 seconds)
1913 [21:46:52] *** Joins: CrazyEddy (crazyed@replaced-ip )
1914 [21:47:04] <sacarde> jhutchins_wk, have some example to show
me?
1915 [21:47:18] <sacarde> I dont use NM or wicd
1916 [21:48:00] *** Joins: thescientist__ (~thescient@replaced-ip )
1917 [21:49:49] *** Joins: intcat (~zshlyk@replaced-ip )
1918 [21:50:11] *** Joins: sigsts- (~sigsts@replaced-ip )
1919 [21:51:39] *** Quits: alekz (alekz@replaced-ip ) (Read error: Connection reset by peer)
1920 [21:51:46] *** Quits: thescientist_ (~thescient@replaced-ip ) (Ping timeout: 256 seconds)
1921 [21:52:23] <jhutchins_wk> I use NM
1922 [21:52:42] <jhutchins_wk> It was made to manage connections
like that.
1923 [21:52:51] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 240 seconds)
1924 [21:53:03] <jhutchins_wk> No need to re-invent the scone.
1925 [21:53:17] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1926 [21:53:32] *** Parts: CobraKai_ (0c7cafa2@replaced-ip ) ()
1927 [21:54:23] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
1928 [21:55:02] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Quit: Leaving)
1929 [21:55:06] *** Joins: Adbray (~Adbray@replaced-ip )
1930 [21:55:28] *** Joins: alekz (alekz@replaced-ip )
1931 [21:56:26] *** Joins: thescientist_ (~thescient@replaced-ip )
1932 [21:56:50] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1933 [21:57:36] *** Quits: ca1ek (~dawid@replaced-ip ) (Remote host closed the connection)
1934 [21:58:04] *** Joins: sigsts (~sigsts@replaced-ip )
1935 [21:59:02] *** Quits: thescientist__ (~thescient@replaced-ip ) (Ping timeout: 268 seconds)
1936 [21:59:57] *** Quits: conta1 (~Thunderbi@replaced-ip ) (Quit: conta1)
1937 [22:00:33] *** Quits: gobelpepitai (~gobelpepi@replaced-ip ) (Quit: Leaving)
1938 [22:01:23] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
1939 [22:01:25] *** Joins: thescientist__ (~thescient@replaced-ip )
1940 [22:02:06] *** Joins: Adbray (~Adbray@replaced-ip )
1941 [22:03:58] *** Quits: Cork (~Cork@replaced-ip ) (Ping timeout: 268 seconds)
1942 [22:04:02] *** debhelper sets mode: +l 1422
1943 [22:04:05] *** Joins: havenstance (~havenstan@replaced-ip )
1944 [22:04:21] *** Quits: [StandAlone] (~while@replaced-ip ) (Quit: It's like touching god from a finger end.)
1945 [22:05:06] *** Quits: thescientist_ (~thescient@replaced-ip ) (Ping timeout: 260 seconds)
1946 [22:05:15] *** Joins: elkalamar (~elkalamar@replaced-ip )
1947 [22:06:13] *** Joins: CaptainN (zelda@replaced-ip )
1948 [22:06:20] *** Joins: eblip (~eblip@replaced-ip )
1949 [22:06:34] *** Joins: sigsts- (~sigsts@replaced-ip )
1950 [22:07:23] *** Joins: Tramp (~Tramp@replaced-ip )
1951 [22:07:50] *** Joins: thescientist_ (~thescient@replaced-ip )
1952 [22:09:33] *** Quits: Adbray (~Adbray@replaced-ip ) (Read error: Connection reset by peer)
1953 [22:09:45] *** Joins: Adbray (~Adbray@replaced-ip )
1954 [22:09:51] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 240 seconds)
1955 [22:10:07] *** Quits: platvoeten (~platvoete@replaced-ip ) (Quit: Lost terminal)
1956 [22:10:08] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1957 [22:10:22] *** Joins: allizom (~Thunderbi@replaced-ip )
1958 [22:10:24] *** Quits: thescientist__ (~thescient@replaced-ip ) (Ping timeout: 260 seconds)
1959 [22:10:42] *** Parts: MarioMey (~mario@replaced-ip ) ()
1960 [22:10:48] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
1961 [22:11:00] *** Quits: user1_fn (~user1_fn@replaced-ip ) (Quit: Leaving)
1962 [22:11:45] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
1963 [22:13:01] *** Quits: imp (~imp@replaced-ip ) (Quit: WeeChat 2.1)
1964 [22:13:22] *** Quits: acm1pt (~luchus@replaced-ip ) (Quit: acm1pt)
1965 [22:14:24] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
1966 [22:15:09] *** Joins: sigsts (~sigsts@replaced-ip )
1967 [22:15:27] *** Quits: martin-_-_ (~default@replaced-ip ) (Ping timeout: 240 seconds)
1968 [22:15:33] *** Quits: tradar (~tradar@replaced-ip ) (Ping timeout: 250 seconds)
1969 [22:15:40] *** Quits: sigsts (~sigsts@replaced-ip ) (Remote host closed the connection)
1970 [22:15:49] *** Joins: tradar_ (~tradar@replaced-ip )
1971 [22:16:42] *** Joins: _736c6f (~foo@replaced-ip )
1972 [22:16:42] *** Joins: sigsts (~sigsts@replaced-ip )
1973 [22:17:11] *** tradar_ is now known as tradar
1974 [22:17:11] *** Quits: sigsts (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1975 [22:17:24] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
1976 [22:17:45] *** Joins: pringau (~pringau@replaced-ip )
1977 [22:18:11] *** Joins: thescientist (~thescient@replaced-ip )
1978 [22:19:05] *** Quits: thescientist_ (~thescient@replaced-ip ) (Ping timeout: 240 seconds)
1979 [22:19:48] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1980 [22:20:00] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (Remote host closed the connection)
1981 [22:20:25] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 256 seconds)
1982 [22:21:36] *** Joins: th0r (~th0r@replaced-ip )
1983 [22:22:04] *** Joins: sigsts (~sigsts@replaced-ip )
1984 [22:22:10] *** Joins: Error451 (~R@replaced-ip )
1985 [22:24:32] *** Joins: thescientist_ (~thescient@replaced-ip )
1986 [22:24:41] *** Joins: sigsts- (~sigsts@replaced-ip )
1987 [22:26:03] *** Quits: thescientist_ (~thescient@replaced-ip ) (Remote host closed the connection)
1988 [22:26:44] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 265 seconds)
1989 [22:26:51] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 240 seconds)
1990 [22:28:01] *** Joins: ntd (~ntd@replaced-ip )
1991 [22:28:01] *** Quits: thescientist (~thescient@replaced-ip ) (Ping timeout: 268 seconds)
1992 [22:28:06] *** Quits: va3vna (~mayday_ja@replaced-ip ) (Quit: Leaving)
1993 [22:28:09] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 244 seconds)
1994 [22:28:09] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
1995 [22:29:40] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Read error: Connection reset by peer)
1996 [22:32:54] *** Joins: sakax (~skx@replaced-ip )
1997 [22:34:22] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 245 seconds)
1998 [22:38:23] *** Joins: sigsts (~sigsts@replaced-ip )
1999 [22:39:07] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 256 seconds)
2000 [22:39:38] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Remote host closed the connection)
2001 [22:40:01] *** Joins: [eZHe] (~while@replaced-ip )
2002 [22:40:31] *** Joins: amcorreia (~amcorreia@replaced-ip )
2003 [22:42:12] *** Quits: turfrex (~py@replaced-ip ) (Ping timeout: 268 seconds)
2004 [22:42:38] *** Quits: HicksD (~quassel@replaced-ip##) (Quit: ##replaced-url
2005 [22:43:28] *** Joins: mrjpaxton (~weechat@replaced-ip )
2006 [22:43:29] *** Joins: imp (~imp@replaced-ip )
2007 [22:43:32] *** Joins: sigsts- (~sigsts@replaced-ip )
2008 [22:45:22] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
2009 [22:46:05] *** Quits: MACscr|lappy (~MACscr|la@replaced-ip ) (Ping timeout: 240 seconds)
2010 [22:46:36] *** Quits: inaki (~inaki@replaced-ip ) (Ping timeout: 256 seconds)
2011 [22:47:03] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
2012 [22:47:17] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
2013 [22:52:08] *** Joins: sigsts (~sigsts@replaced-ip )
2014 [22:53:59] *** Joins: fax (~fax@replaced-ip )
2015 [22:54:01] *** debhelper sets mode: +l 1415
2016 [22:55:36] *** Joins: sigsts- (~sigsts@replaced-ip )
2017 [22:56:25] *** Joins: inaki (~inaki@replaced-ip )
2018 [22:56:56] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
2019 [22:57:43] *** Joins: Gasoline (~Nope@replaced-ip )
2020 [22:58:57] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
2021 [22:59:05] *** Quits: BCMM (~BCMM@replaced-ip ) (Remote host closed the connection)
2022 [22:59:14] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
2023 [23:00:29] *** Quits: loader (~loader@replaced-ip ) (Read error: Connection reset by peer)
2024 [23:00:31] *** Quits: allizom (~Thunderbi@replaced-ip ) (Quit: allizom)
2025 [23:01:18] <jhutchins_wk> sacarde: There are CLI interfaces
for NM if that's what you need.
2026 [23:01:44] *** Quits: tolecnal (tolecnal@replaced-ip ) (Quit: brb - time to update the server)
2027 [23:03:18] *** Joins: Adbray (~Adbray@replaced-ip )
2028 [23:04:09] *** Joins: sigsts (~sigsts@replaced-ip )
2029 [23:04:22] *** Joins: tolecnal (tolecnal@replaced-ip )
2030 [23:05:52] *** Quits: AlexPortable (uid7568@replaced-ip ) (Ping timeout: 256 seconds)
2031 [23:05:52] *** Quits: seyeongkim (seyeongkim@replaced-ip ) (Ping timeout: 256 seconds)
2032 [23:06:09] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Quit: Leaving)
2033 [23:06:26] *** Quits: npgm (sid42623@replaced-ip ) (Ping timeout: 256 seconds)
2034 [23:06:46] *** Joins: seyeongkim (seyeongkim@replaced-ip )
2035 [23:06:58] *** Joins: npgm (sid42623@replaced-ip )
2036 [23:07:25] *** Joins: AlexPortable (uid7568@replaced-ip )
2037 [23:07:32] *** Quits: Shun131 (~shun@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2038 [23:08:28] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
2039 [23:09:24] *** Joins: r0Oter (~r00ter@replaced-ip )
2040 [23:09:31] *** Quits: r00ter (~r00ter@replaced-ip ) (Disconnected by services)
2041 [23:09:38] *** Joins: sigsts- (~sigsts@replaced-ip )
2042 [23:11:24] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
2043 [23:11:37] *** Joins: midnightmagic (~midnightm@replaced-ip )
2044 [23:12:14] *** Quits: booyah (~bb@replaced-ip ) (Ping timeout: 256 seconds)
2045 [23:12:42] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 245 seconds)
2046 [23:15:04] *** Quits: Typhon (~Typhon@replaced-ip ) (Ping timeout: 256 seconds)
2047 [23:16:12] *** Quits: DirkS (~DirkS@replaced-ip ) (Ping timeout: 244 seconds)
2048 [23:16:12] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
2049 [23:17:02] *** Joins: DirkS (~DirkS@replaced-ip )
2050 [23:21:11] *** Joins: sigsts (~sigsts@replaced-ip )
2051 [23:21:44] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Quit: Lost terminal)
2052 [23:21:51] *** Joins: sigsts- (~sigsts@replaced-ip )
2053 [23:22:46] *** Joins: Dreadnaught (1010011010@replaced-ip )
2054 [23:22:47] *** Joins: cdown (~cdown@replaced-ip )
2055 [23:23:29] *** Joins: annadane (~annadane@replaced-ip )
2056 [23:23:39] *** Parts: midnightmagic (~midnightm@replaced-ip ) ()
2057 [23:24:04] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't
do nothin' 'cause I'm cute and furry)
2058 [23:24:53] *** Joins: AndrewMC (~amc@replaced-ip )
2059 [23:25:13] *** Quits: Somelauw (~Somelauw@replaced-ip ) (Quit: WeeChat 2.1)
2060 [23:25:18] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
2061 [23:25:35] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
2062 [23:27:36] *** Joins: Typhon (~Typhon@replaced-ip )
2063 [23:27:44] *** Joins: nathamanath (~nathamana@replaced-ip )
2064 [23:29:28] *** Joins: beeman (6d437282@replaced-ip )
2065 [23:29:30] <beeman> hi. i have vmware-authdlauncher and
vmware programs start on startup.. how do i diable it on startup
plz?
2066 [23:30:11] *** Joins: sigsts (~sigsts@replaced-ip )
2067 [23:30:22] *** Joins: tommaso (~chatzilla@replaced-ip )
2068 [23:31:29] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Ping timeout: 260 seconds)
2069 [23:32:22] *** Quits: sacarde (~sacarde@replaced-ip ) (Remote host closed the connection)
2070 [23:32:28] <annadane> beeman, what desktop are you using, if
any?
2071 [23:32:38] <annadane> (i assume vmware is gui anyway)
2072 [23:33:20] <beeman> yeah
2073 [23:33:23] <beeman> xfce
2074 [23:35:36] <annadane> applications - settings - session and
startup
2075 [23:35:44] *** Joins: sigsts- (~sigsts@replaced-ip )
2076 [23:35:56] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
2077 [23:39:11] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
2078 [23:39:11] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
2079 [23:39:18] <beeman> annadane: its not there
2080 [23:39:42] <annadane> check .config/autostart
2081 [23:40:20] *** Joins: gm152 (~coffee@replaced-ip )
2082 [23:41:10] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 265 seconds)
2083 [23:41:29] <beeman> annadane: none
2084 [23:42:44] *** Joins: soul-d (~nonme@replaced-ip )
2085 [23:44:13] *** Joins: sigsts (~sigsts@replaced-ip )
2086 [23:44:17] <annadane> .cache? otherwise i'm not sure
2087 [23:44:37] <beeman> no
2088 [23:44:42] <beeman> i dont have it on root folder
2089 [23:45:02] *** Quits: James_T (james@replaced-ip ) (Ping timeout: 265 seconds)
2090 [23:45:42] *** Quits: format_c (~koeppea@replaced-ip ) (Quit: Leaving)
2091 [23:47:00] *** Joins: sigsts- (~sigsts@replaced-ip )
2092 [23:47:23] *** Joins: HZun (~HZun@replaced-ip )
2093 [23:48:49] *** Quits: sigsts (~sigsts@replaced-ip ) (Ping timeout: 256 seconds)
2094 [23:49:23] *** Quits: lowin (~lowin@replaced-ip ) (Ping timeout: 265 seconds)
2095 [23:50:35] *** Joins: format_c (~koeppea@replaced-ip )
2096 [23:50:50] *** Quits: waveforms (~waveforms@replaced-ip ) (Remote host closed the connection)
2097 [23:52:09] *** Quits: Elleander (~Elleander@replaced-ip ) (Quit: Leaving)
2098 [23:52:55] *** Quits: CaptainN (zelda@replaced-ip ) (Quit: I have to pee!)
2099 [23:53:27] *** Joins: James_T (james@replaced-ip )
2100 [23:55:13] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
2101 [23:55:32] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2102 [23:56:14] *** Joins: johnnyfive (~johnny@replaced-ip )
2103 [23:56:30] *** Quits: Zyferus (Zyferus@replaced-ip ) (Ping timeout: 244 seconds)
2104 [23:56:31] *** Quits: sigsts- (~sigsts@replaced-ip ) (Read error: Connection reset by peer)
2105 [23:57:04] *** Joins: Zyferus (Zyferus@replaced-ip )
2106 [23:57:39] *** Joins: hypn0 (~h@replaced-ip )
2107 [23:58:08] *** Quits: imp (~imp@replaced-ip ) (Ping timeout: 256 seconds)
2108 [23:58:18] *** Joins: AfroThundr (~AfroThund@replaced-ip )
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be