People who Joins , Parts or Quits a chatroom
this is #debian
an IRC -Channel at freenode
(freenode IRC service closed
2021-06-01)
0 [00:00:05] *** Joins: GNU\colossus (~colo@replaced-ip )
1 [00:00:13] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2 [00:00:24] *** Joins: v01t (~v01t@replaced-ip )
3 [00:00:30] <ryouma> rwp: yeah i just noticed that. and there
is no reason why it should afaik. i do not pin. i do not run much
from backports.
4 [00:00:33] *** Joins: mavhc (~mavhc@replaced-ip )
5 [00:00:43] <rwp> As I recall the backports repository sets a
preference by some config I do not recall so that it must be asked
for specifically. apt-get -t stretch-backports install ...
6 [00:01:02] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
7 [00:01:30] <ryouma> right
8 [00:01:39] <rwp> Well... I don't know. And you say it is
not misbehaving now. Which makes it hard to troubleshoot a problem
which is not active at the moment.
9 [00:01:52] <rwp> Next time it happens then at that time jump
in and debug it.
10 [00:01:58] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
11 [00:02:13] <ryouma> i thought the problem was that stuff
should be installed and upgraded and removed, but is not
12 [00:02:18] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
13 [00:02:26] <ryouma> what's teh search term for what i
have in backports?
14 [00:02:54] <ryouma> ah got it
15 [00:02:59] <ryouma> aptitude search
'?narrow(?version(CURRENT),?origin(Debian Backports))' -F
'%100p'
16 [00:03:42] *** Joins: _anb (~anb@replaced-ip )
17 [00:04:01] *** debhelper sets mode: +l 1463
18 [00:04:26] *** Quits: arosusi_ (~arosusi@replaced-ip ) (Ping timeout: 250 seconds)
19 [00:04:37] <ryouma> 13 packages from backports; all but one
are video libs
20 [00:04:38] *** Quits: slv (~slv@replaced-ip ) (Ping timeout: 245 seconds)
21 [00:04:57] *** Quits: Immanuel (~Manu@replaced-ip ) (Read error: Connection reset by peer)
22 [00:05:04] <ryouma> (the other being youtube-dl)
23 [00:06:16] *** Joins: mo1991 (~mo1991@replaced-ip )
24 [00:06:16] *** Joins: olric (~olricnone@replaced-ip )
25 [00:06:57] *** Joins: hakash_ (~hakash@replaced-ip )
26 [00:07:16] *** Joins: slv (~slv@replaced-ip )
27 [00:07:26] *** Quits: xet7 (~xet7@replaced-ip ) (Ping timeout: 268 seconds)
28 [00:07:33] *** Joins: bltzfsck (~bltzfsck@replaced-ip )
29 [00:08:14] *** Joins: Immanuel (~Manu@replaced-ip )
30 [00:09:19] <olric> hi is there any app fore freezing computer
in any state for security reason ?
31 [00:09:21] *** Joins: yvy (~yvy@replaced-ip )
32 [00:09:27] <olric> in linux or debian
33 [00:10:30] *** Joins: Cleisthenes (~HerrDokto@replaced-ip )
34 [00:10:39] <blackflow> olric: not sure what you're
asking
35 [00:10:54] <BCMM> olric: freezing as in storing the state of
the computer in an image or some such? or as in making it impossible
to change certain aspects of the system?
36 [00:11:03] <ryouma> the only thing i can think of that would
have changed apt-get since it said it wanted to do a lot was to c-z
it and run a few commands like apt-policy then fg
37 [00:11:04] <olric> deepfreez
38 [00:11:16] <olric>
replaced-url
39 [00:12:34] <BCMM> olric: kind of a vaguely-written advert,
but perhaps a read-only root filesystem would do what you want?
40 [00:12:39] <olric> i am playing a lot pdf ppt file and
browsing a lot i assumed it could solve my problem at some point
41 [00:13:07] <olric> thanks BCMM i will for that
42 [00:13:18] <rwp> There are also LVM snapshots that people use
for such things too. But not trivial to administer.
43 [00:13:19] <BCMM> olric: have a look at
replaced-url
44 [00:13:52] <BCMM> olric: with overlayroot, you can change any
files you want, but those changes will be lost at reboot
45 [00:14:01] <ryouma> a read-only root filesystem would have to
be booted, which would require grub monkeying or a separate disk,
but would solve it. but it would also require fixing fstab etc.
46 [00:14:06] *** Joins: xet7 (~xet7@replaced-ip )
47 [00:14:15] <blackflow> olric: with one huge caveat, you can
never trust that an exploit didn't do something to compromise
you completely, despite any snapshots or backups that you have.
closest thing to that behavior is to run in a VM and manage VM
snapshots from the host side, so the in-VM kernel has no clue about
them.
48 [00:14:36] *** Quits: sorko999 (~sorko999@replaced-ip ) (Quit: Leaving.)
49 [00:14:52] <blackflow> (though VMs are _not_ security risk
free either and hosts can be pwned too)
50 [00:15:05] <olric> VM takes a lot of ram is there any
low-cost OS youu can suggest
51 [00:15:06] *** Quits: Ede|Popede (~EdePopede@replaced-ip ) (Remote host closed the connection)
52 [00:15:06] *** Quits: Cleisthenes (~HerrDokto@replaced-ip ) (Ping timeout: 260 seconds)
53 [00:15:20] *** Joins: Ede|Popede (~EdePopede@replaced-ip )
54 [00:15:49] *** Joins: oo_miguel (~miguel@replaced-ip )
55 [00:15:53] <olric> i was using qubes os but it hard for daily
users to adapt it
56 [00:16:07] <BCMM> olric: actually, looks like fsprotect or
bilibop-lockfs are better answers since they are packaged in debian
57 [00:16:24] <blackflow> despite the hype, qubes is one of the
more vulnerable ones being it relies on xen and qemu which, this
year alone, have had a plethora of host-pwning vulns.
58 [00:16:37] *** Joins: victorqueiroz (~victor@replaced-ip )
59 [00:16:38] *** Quits: tdlnx (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
60 [00:16:39] *** Quits: c0derz (~asm@replaced-ip ) (Ping timeout: 246 seconds)
61 [00:16:39] *** Quits: aindilis (~aindilis@replaced-ip ) (Ping timeout: 246 seconds)
62 [00:17:00] <victorqueiroz> My system is freezing sometimes.
Would you guys know why is that happening? This is dmesg output:
replaced-url
63 [00:17:12] <n4dir> olric: what do you want to do in the VM?
that is: what do you expect from the OS?
64 [00:17:24] <blackflow> olric: if not with a VM, you can try
btrfs or ZFS and use their snapshot capabilities and boot
environments to restore a snapshot on boot
65 [00:17:47] <BCMM> ryouma: there are pre-existing solutions
for read-only root. they usually work with an initramfs, no weird
stuff needed in grub
66 [00:17:50] <olric> libreofffice pdf browsing
67 [00:18:27] <n4dir> well. they are heavy on their own. not
sure how much the OS matters then.
68 [00:18:28] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
69 [00:18:30] <ryouma> BCMM: itneresting. but the partition or
fs uuid will be different, at teh very least, i presume?
70 [00:18:40] <blackflow> read-only root requires careful
configuration, or else you'll have to mount /var and friends on
a rw path
71 [00:18:48] <BCMM> (also, in a non-initramfs setup, the root
is ordinarily mounted read-only early in boot anyway. the init
system is responsible for remounting it rw later.)
72 [00:19:10] *** Joins: Sander^work (~sander@replaced-ip )
73 [00:19:22] <Sander^work> Which email servers use encrypted
socket?
74 [00:19:33] <blackflow> all of them?
75 [00:20:18] <Sander^work> Whats the right email server for a
noob?
76 [00:20:41] <blackflow> I'd say Postfix.
77 [00:20:51] *** Joins: got11_ (~live@replaced-ip )
78 [00:21:07] <Sander^work> blackflow, its so damn many hard
questions to answer when configuring it.
79 [00:21:13] *** Joins: SanchoPensa1 (~azteca@replaced-ip )
80 [00:21:47] <blackflow> Sander^work: unfortunately, running a
mail server requires knowledge and experience.
81 [00:22:24] *** Joins: eamanu (~Thunderbi@replaced-ip )
82 [00:22:25] <blackflow> postfix being "right for a
noob" is in its clean configuration, sane defaults, privilege
separation and easy to understand paradigms.
83 [00:22:28] *** Quits: SanchoPensa (~me@replaced-ip ) (Quit: Leaving.)
84 [00:23:26] <Sander^work> blackflow, whats the minimum I need
to configure?
85 [00:23:34] <blackflow> Sander^work: for what purpose?
86 [00:24:09] *** Quits: SanchoPensa1 (~azteca@replaced-ip ) (Client Quit)
87 [00:24:13] <blackflow> the installation menu will ask you to
choose a purpose so that installs the minimum for given purpos
88 [00:24:27] *** Joins: SanchoPensa (~azteca@replaced-ip )
89 [00:24:30] *** Joins: argusbr (~donw@replaced-ip )
90 [00:24:31] *** Quits: argusbr (~donw@replaced-ip ) (Changing host)
91 [00:24:31] *** Joins: argusbr (~donw@replaced-ip )
92 [00:24:41] <SanchoPensa> Hey, guys!
93 [00:24:47] <blackflow> (though not completely, you'd
still want a non-snakeoil TLS cert)
94 [00:25:20] <Sander^work> blackflow, I'm trying to create
a way of mailing myself when a security update is available, with
apticron or with a notification sceem on irc.
95 [00:25:22] <SanchoPensa> I have a problem of the tricky kind:
Today I reinstalled my debian, and ever since, I cannot seem to
mount two of my hard disks, gives me a bad superblock error:
96 [00:25:59] <SanchoPensa> mount: wrong fs type, bad option,
bad superblock on /dev/sdb1, missing codepage or helper program, or
other error In some cases useful info is found in syslog - try dmesg
| tail or so
97 [00:26:08] *** Joins: liamliamliam (~liam@replaced-ip )
98 [00:26:11] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
99 [00:26:14] <blackflow> Sander^work: do you have, say, a gmail
account?
100 [00:26:22] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
101 [00:26:25] <SanchoPensa> dmesg says: [ 4575.356801] EXT4-fs
(sdb1): couldn't mount RDWR because of unsupported optional
features (400)
102 [00:26:37] <Sander^work> blackflow, how come?
103 [00:26:39] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
104 [00:26:43] <Truxx> SanchoPensa: Hey SanchoPensa!
105 [00:27:07] <Sander^work> yes, facebook whould also work as a
safe email:)
106 [00:27:09] <SanchoPensa> according to some support pages, I
should restore a different superblock, but that attempt gives me a
really weird error:
107 [00:27:17] <SanchoPensa> hey, Truxx
108 [00:27:19] <blackflow> Sander^work: because if you do, then
instead of running a whole mail SERVER, you can instead use dma
(Dragonfy Mail Agent) and configure it to use your gmail directly
109 [00:27:37] <SanchoPensa> e2fsck: Bad magic number in
super-block while trying to open /dev/sdb1
110 [00:27:47] <blackflow> Sander^work: of course, gmail is just
an exmaple here. it works with any external mail account you can
access via smtp/submission, like gmail.
111 [00:27:51] <SanchoPensa> The superblock could not be read or
does not describe a correct ext2
112 [00:27:58] <SanchoPensa> it is not an ext2 but an ext4
113 [00:28:02] <SanchoPensa> what am I missing?
114 [00:28:29] <BCMM> SanchoPensa: how did you create the
filesystem?
115 [00:28:49] <BCMM> and have you successfully mounted it before
on the same system?
116 [00:28:54] *** Joins: sodaal (51c579fc@replaced-ip )
117 [00:29:02] <Sander^work> blackflow, Means I need to follow
gmail's spam requirements?
118 [00:29:04] <BCMM> usually that would mean you're using
an old filesystem driver and a new mkfs
119 [00:29:21] <blackflow> Sander^work: why wouldn't you, if
apticron is ALL you need notifications from? :)
120 [00:29:55] *** Joins: himcesjf_ (~cesjf@replaced-ip )
121 [00:30:04] <blackflow> Sander^work: meanwhile, no if
you're talking about SPF, DKIM, DMARC, etc... because you
wouldn't be running an MTA. dma can login to gmail using your
credentials and use gmail to send mail to yourself
122 [00:30:27] <SanchoPensa> BCMM: i believe with gparted?
123 [00:30:46] <BCMM> SanchoPensa: i mean, did you create it
using a different distribution or something?
124 [00:30:46] *** Quits: rocketmagnet (~rocketmag@replaced-ip ) (Quit: WeeChat 1.6)
125 [00:30:47] <Sander^work> blackflow, ah, so thats the
diffrence between an MTA and a dma?
126 [00:31:30] <SanchoPensa> BCMM: which is perfectly possible,
as I just installed debian 7.11 but hat 8.something running
previously.
127 [00:31:30] <SanchoPensa> The reason, why I did this, is,
because, my graphics adapter is so old, that a fresh install would
not recon it any longer...
128 [00:31:33] <Sander^work> blackflow, I dont want to use
someone elses spam filter.
129 [00:31:37] <blackflow> Sander^work: an MTA is a whole server
that queues, routes, sends, receives mail. dma is just a submission
daemon that requires an MTA (in this case, say, your own gmail) to
send actual mail
130 [00:31:58] <BCMM> SanchoPensa: ah well, that'll be the
problem then
131 [00:32:26] <Sander^work> blackflow, which email servers have
both options?
132 [00:32:30] <SanchoPensa> BCMM: are you basically suggesting
to swap the nouveau driver for a legacy nvidia one, and then to
upgrade, and everything should be fine again?
133 [00:32:45] *** Quits: sharms (~sharms@replaced-ip ) (Ping timeout: 246 seconds)
134 [00:33:01] <blackflow> Sander^work: Postfix can do that too.
But, again, no need to install and configure the whole Postfix
suite, if all you want is to mail yourself some apticron outputs.
135 [00:33:06] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 246 seconds)
136 [00:33:07] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 240 seconds)
137 [00:33:11] <BCMM> SanchoPensa: the problem is that your
filesystem includes a feature that isn't supported by your ext4
driver, because your ext4 driver is really really old
138 [00:33:23] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 245 seconds)
139 [00:33:23] <BCMM> SanchoPensa: you could probably use tune2fs
to disable that optional feature
140 [00:33:39] <BCMM> but this is a symptom of using a really,
really old distro, and you are going to run in to more problems
141 [00:33:39] <SanchoPensa> BCMM: roger that. so, is the only
way to fix it to upgrade my os?
142 [00:33:56] <SanchoPensa> BCMM: nice one! and how do I find
out the featue?
143 [00:34:16] *** Quits: Truxx (~truxx@replaced-ip ) (Ping timeout: 246 seconds)
144 [00:34:38] *** Joins: masber (~masber@replaced-ip )
145 [00:34:59] <BCMM> SanchoPensa:
replaced-url
146 [00:35:20] <BCMM> SanchoPensa: but i really wouldn't
recommend running an ancient OS, unless this is some sort of
special-purpose computer
147 [00:35:44] <BCMM> if this is a general-purpose desktop
machine, you're going to get pwned because you're running
an unsupported web browser, for example
148 [00:36:16] <Sander^work> blackflow, I do want the privilege
to spam someone else.
149 [00:36:23] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
150 [00:36:38] <BCMM> SanchoPensa: if you're running an OS
which doesn't get any security updates, you need to make sure
you're aware of what that entails
151 [00:36:43] <SanchoPensa> BCMM: well it used to be my
workhorse, it is mainly going to be a smb server in the future...
152 [00:36:50] *** Quits: masuberu (~masber@replaced-ip ) (Ping timeout: 244 seconds)
153 [00:36:53] <blackflow> Sander^work: you can always pipe your
mail to /dev/null. Fastest MTA on the planet.
154 [00:36:54] *** Joins: Ardit (~ard1t@replaced-ip )
155 [00:37:02] *** Quits: eamanu (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
156 [00:37:11] <SanchoPensa> BCMM: I am, bro, I am. :) but thanks
for your concern. :)
157 [00:37:12] <BCMM> SanchoPensa: i hope you don't need it
to work with Windows 10 (seeing as how samba will also be ancient)
158 [00:37:15] *** Ardit is now known as Guest41944
159 [00:37:21] *** Quits: Guest41944 (~ard1t@replaced-ip ) (Changing host)
160 [00:37:21] *** Joins: Guest41944 (~ard1t@replaced-ip )
161 [00:37:34] *** Guest41944 is now known as Ardit
162 [00:37:46] <SanchoPensa> I CAN upgrade, but I#d have to swap
the nouveau driver for a nvidia one in order to...
163 [00:38:00] <SanchoPensa> BCMM: no worries there, all Linux in
the net. :D
164 [00:38:14] *** Joins: Janet75 (~gianni@replaced-ip )
165 [00:38:35] <Sander^work> blackflow, how does that work?
166 [00:38:39] <SanchoPensa> BCMM: currently there are still
security updates available for 7.11 frm what I could see, it is from
2016...
167 [00:38:47] *** Quits: apteryx (~maxim@replaced-ip ) (Ping timeout: 240 seconds)
168 [00:39:20] <Sander^work> blackflow, I do want to have my
personal MTA to play with:)
169 [00:39:34] *** Joins: bumblebee (~bumblebee@replaced-ip )
170 [00:39:37] <BCMM> SanchoPensa: where are you seeing that?
replaced-url
171 [00:39:41] *** Joins: furrymcgee (~furrymcge@replaced-ip )
172 [00:39:50] *** Joins: awal1 (~awal1@replaced-ip )
173 [00:39:58] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 250 seconds)
174 [00:39:59] *** Quits: yvy (~yvy@replaced-ip ) (Read error: Connection reset by peer)
175 [00:40:04] *** Joins: erle (~erle@replaced-ip )
176 [00:40:16] <Sander^work> blackflow, I want it on my raspberry
pi, is postfix still the best one to use?
177 [00:40:17] <SanchoPensa> BCMM: oh! i see! :D thanks for that,
bro
178 [00:40:32] <SanchoPensa> BCMM: so nvidia and dist-upgrade it
is, then...
179 [00:40:51] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
180 [00:41:10] <blackflow> Sander^work: you're clearly not
serious, or if you are, then you shall receive no help from me to
set up a spam box. In any case, I've got better things to do.
bye.
181 [00:41:16] <SanchoPensa> BCMM: i just had a look into tune2fs
man pages, to see what features can be changed. Have you any
suggestion, how to find out, which is the feature in question?
182 [00:41:39] <BCMM> SanchoPensa: see the stackexchange comment
i linked
replaced-url
183 [00:41:54] <SanchoPensa> BCMM: will do, thanks, bro
184 [00:41:59] <BCMM> SanchoPensa: they're defined in
ext2_fs.h
185 [00:42:03] *** Joins: Code-Hunter (~Coder@replaced-ip )
186 [00:42:10] *** Quits: vjacob_ (~vjacob@replaced-ip ) (Remote host closed the connection)
187 [00:42:29] *** Joins: vjacob_ (~vjacob@replaced-ip )
188 [00:42:34] *** Quits: CodeHunter (~Coder@replaced-ip ) (Ping timeout: 250 seconds)
189 [00:42:58] <Sander^work> blackflow, I do want to create some
pieace of software to spam intentionally to eather irc or mail.
190 [00:43:27] <SanchoPensa> BCMM: I just tried the instructions,
gives me a bad superblock error again...
191 [00:43:57] <SanchoPensa> BCMM: tune2fs: Filesystem has
unsupported read-only feature(s) while trying to open /dev/sdb1
192 [00:44:04] <BCMM> SanchoPensa: how are you running tune2fs? i
think you'll want to run that from a modern distro
193 [00:44:08] <SanchoPensa> Couldn't find valid filesystem
superblock.
194 [00:44:48] <SanchoPensa> BCMM: oh! well, if I have a modern
distro installed, I can leve it away, cos that should be able to
read them disks, right...?
195 [00:44:50] *** Joins: epicmetal (~epicmetal@replaced-ip )
196 [00:44:52] <Sander^work> blackflow, I know the drill of
getting blacklisted all the time, back and forth.
197 [00:44:58] *** Quits: vjacob_ (~vjacob@replaced-ip ) (Excess Flood)
198 [00:45:29] <BCMM> SanchoPensa: yes. afaik the entire problem
is that your distro is too old to support a feature that was enabled
on the filesystem when it was created
199 [00:45:41] *** Joins: vjacob_ (~vjacob@replaced-ip )
200 [00:46:00] <Sander^work> Still wondering how much muscles I
need to have to operate my own MTA:)
201 [00:46:05] *** Quits: deicide- (~deicide-@replaced-ip ) (Ping timeout: 250 seconds)
202 [00:46:08] <SanchoPensa> BCMM: I will fix the graphics
problem, then upgrade, and then check again. Thank you for your
assistance, bro, appreciate it!
203 [00:46:14] <BCMM> good luck
204 [00:46:37] <SanchoPensa> BCMM: luck has nothing to do with
it, fortunately, but thanks, though. >:)
205 [00:46:43] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
206 [00:47:00] <Sander^work> blackflow, can you forgive me of
playling like a noob?
207 [00:47:33] <SanchoPensa> and I think, I'll take nfs, not
samba
208 [00:47:35] *** Quits: chocolate (bbb575ed@replaced-ip ) (Ping timeout: 256 seconds)
209 [00:49:38] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
210 [00:49:48] <Sander^work> I did operate a MTA once, and I
think I configured a few one without remembering how I did it with
postfix.
211 [00:50:05] <Sander^work> in a upgrade process.
212 [00:50:07] *** Quits: Thedarkb1-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 240 seconds)
213 [00:51:09] <Sander^work> I'm so noob at understanding
all postfix configuration options.
214 [00:51:33] <Sander^work> blackflow, thank you so much for
explaining the diffrence between MTA and dma:)
215 [00:51:46] *** Joins: toolz (toolz@replaced-ip )
216 [00:52:54] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
217 [00:53:33] *** Joins: dArK_IcE (~lawl@replaced-ip )
218 [00:53:50] *** Quits: hypn0 (~h@replaced-ip ) (Ping timeout: 250 seconds)
219 [00:54:14] <Sander^work> anyone got an article explaining how
to use postfix?
220 [00:54:17] *** Joins: saint__ (~saint_@replaced-ip )
221 [00:54:23] *** Quits: uppik (~uppik@replaced-ip ) (Quit: QRT)
222 [00:55:08] *** Quits: watchcat (~un@replaced-ip ) (Ping timeout: 250 seconds)
223 [00:55:58] *** Quits: saint_ (~saint_@replaced-ip ) (Ping timeout: 246 seconds)
224 [00:57:11] *** Quits: otmi (~mito@replaced-ip ) (Read error: Connection reset by peer)
225 [00:57:13] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
226 [00:58:07] *** Joins: shepe (~shepe@replaced-ip )
227 [00:59:08] *** Quits: skrying (~skrying@replaced-ip ) (Quit: skrying)
228 [00:59:11] *** Quits: lafleurdubien_ (uid206563@replaced-ip ) (Quit: Connection closed for inactivity)
229 [00:59:12] *** Quits: erle (~erle@replaced-ip ) (Remote host closed the connection)
230 [00:59:34] *** Joins: Brigo (~Brigo@replaced-ip )
231 [00:59:49] *** Joins: no0bs1337 (~no0bs1337@replaced-ip )
232 [01:00:17] *** Quits: Toadisattva (~Toadisatt@replaced-ip ) (Remote host closed the connection)
233 [01:02:04] *** Joins: skrying (~skrying@replaced-ip )
234 [01:03:47] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
235 [01:03:54] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 252 seconds)
236 [01:04:02] *** debhelper sets mode: +l 1456
237 [01:04:10] *** Quits: liamliamliam (~liam@replaced-ip ) (Ping timeout: 268 seconds)
238 [01:04:14] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
239 [01:04:25] *** Quits: no0bs1337 (~no0bs1337@replaced-ip ) (Client Quit)
240 [01:05:18] *** Quits: Cork (~Cork@replaced-ip ) (Ping timeout: 246 seconds)
241 [01:05:27] *** Quits: poti (~archie@replaced-ip ) (Ping timeout: 240 seconds)
242 [01:05:27] *** Joins: deicide- (~deicide-@replaced-ip )
243 [01:08:37] *** Quits: sodaal (51c579fc@replaced-ip ) (Remote host closed the connection)
244 [01:09:00] *** Joins: Thedarkb1-T60 (~Thedarkb-@replaced-ip )
245 [01:11:09] *** Quits: olric (~olricnone@replaced-ip ) (Quit: Leaving)
246 [01:11:31] *** Joins: mavhc (~mavhc@replaced-ip )
247 [01:12:42] *** Joins: apteryx (~maxim@replaced-ip )
248 [01:13:20] *** Joins: Cork (~Cork@replaced-ip )
249 [01:13:33] *** Quits: firztspawn (~firztspaw@replaced-ip ) (Ping timeout: 272 seconds)
250 [01:15:01] *** Joins: Ryushin (chris@replaced-ip )
251 [01:15:30] *** Quits: jim (~jim@replaced-ip ) (Ping timeout: 250 seconds)
252 [01:15:54] *** Joins: nsk_nyc (~nsk_nyc@replaced-ip )
253 [01:19:39] *** Quits: \\Mr_C\\ (mrc@replaced-ip ) (Ping timeout: 246 seconds)
254 [01:19:55] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Quit: If it wasn't written down it didn't happen...)
255 [01:20:49] *** Quits: Fye (~Fye@replaced-ip ) (Read error: Connection reset by peer)
256 [01:20:55] *** Quits: mrig (~mrig@replaced-ip ) (Quit: WeeChat 2.3)
257 [01:21:15] <ryouma> this site is great. but ... blue on
black?
replaced-url
258 [01:22:01] <mutante> ryouma: blue on white? do you have a
browser extension for "NIght Mode" or so :)
259 [01:22:51] *** Joins: armando (~armando@replaced-ip )
260 [01:23:12] *** Quits: nsk_nyc (~nsk_nyc@replaced-ip ) (Quit: My computer has gone to sleep.)
261 [01:23:36] *** Joins: millican (~tom@replaced-ip )
262 [01:24:36] *** Quits: monstar_ (~mitya@replaced-ip ) (Ping timeout: 250 seconds)
263 [01:24:59] *** Quits: SanchoPensa (~azteca@replaced-ip ) (Quit: Leaving.)
264 [01:26:28] *** Joins: j0seph (~quassel@replaced-ip )
265 [01:27:01] *** Joins: emoc (~emoc@replaced-ip )
266 [01:27:23] <ryouma> yeah it glitched and didn't change
the bg. have yet to install a good one that doesn't have a
binary blob.
267 [01:28:01] <ryouma> blue is a bad choice because many people
will use dark bg, but it's quite common too :(
268 [01:28:36] <j0seph> Hi all. If I want to update to the latest
kernel from stretch backports, then will simply installing the
"linux-image-amd64" and "linux-headers-amd64"
packages make sure I always stay up to date with the latest
backported kernel?
269 [01:28:49] *** Joins: monstar_ (~mitya@replaced-ip )
270 [01:29:01] *** Quits: emoc (~emoc@replaced-ip ) (Client Quit)
271 [01:29:10] *** Joins: gerforce_ (~b0urne@replaced-ip )
272 [01:29:30] *** Joins: asterismo_l (~asterismo@replaced-ip )
273 [01:32:50] <victorqueiroz> My system is freezing sometimes.
Would you guys know why is that happening? This is dmesg output:
replaced-url
274 [01:33:25] *** Quits: clemens3_ (~clemens@replaced-ip ) (Ping timeout: 246 seconds)
275 [01:34:10] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
276 [01:34:44] *** Parts: Janet75 (~gianni@replaced-ip ) ()
277 [01:37:31] *** Quits: thurin (thurin@replaced-ip ) (Quit: quit)
278 [01:38:03] *** Joins: userhasjdhfjahsw (~user98175@replaced-ip )
279 [01:38:34] *** Quits: shepe (~shepe@replaced-ip ) (Remote host closed the connection)
280 [01:38:40] *** Quits: ddp` (~ddp@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
281 [01:38:55] *** Joins: ddp` (~ddp@replaced-ip )
282 [01:38:58] *** Joins: thurin (thurin@replaced-ip )
283 [01:39:16] *** Quits: j0seph (~quassel@replaced-ip ) (Remote host closed the connection)
284 [01:39:44] *** Joins: c0derz (~asm@replaced-ip )
285 [01:40:06] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
286 [01:41:39] *** Parts: userhasjdhfjahsw (~user98175@replaced-ip ) ()
287 [01:41:45] *** Joins: \\Mr_C\\ (mrc@replaced-ip )
288 [01:44:02] *** debhelper sets mode: +l 1449
289 [01:44:05] *** Joins: nbits (~quassel@replaced-ip )
290 [01:44:15] *** Joins: MyTest (~DontTest@replaced-ip )
291 [01:44:27] *** Quits: runlevel7 (~runlevel7@replaced-ip ) (Quit: Leaving)
292 [01:45:04] *** Quits: c0derz (~asm@replaced-ip ) (Quit: An0n Generation)
293 [01:45:46] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
294 [01:45:55] *** Quits: graphene (~graphene@replaced-ip ) (Remote host closed the connection)
295 [01:46:21] *** Joins: graphene (~graphene@replaced-ip )
296 [01:46:28] *** Quits: eb0t (~eblip@replaced-ip ) (Ping timeout: 272 seconds)
297 [01:46:33] <millican> I'm stumped on getting the Alt+F2
to work. (to open a dialog to run a program)
298 [01:46:37] <millican> in Debian 9
299 [01:47:25] <epicmetal> millican: depends on DE/WM
300 [01:47:49] *** Joins: nighty- (~nighty@replaced-ip )
301 [01:47:52] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Ping timeout: 268 seconds)
302 [01:48:03] <millican> openbox
303 [01:48:05] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
304 [01:48:58] <BCMM> ryouma: that's an rss feed. any
formatting is from your client
305 [01:49:42] <mason> millican: In your .config/openbox/rc.xml,
add a keybind to the <keyboard> section that does it.
306 [01:49:51] *** Joins: c0derz (~asm@replaced-ip )
307 [01:50:14] <mason> millican: Here's the launcher I use:
replaced-url
308 [01:50:24] <millican> thanks. I'll check on that.
309 [01:50:48] *** Quits: bumblebee (~bumblebee@replaced-ip ) (Remote host closed the connection)
310 [01:51:03] *** Joins: runlevel7 (~runlevel7@replaced-ip )
311 [01:52:16] *** Quits: got11_ (~live@replaced-ip ) (Ping timeout: 244 seconds)
312 [01:53:06] <phogg> when in doubt xbindkeys is your friend
313 [01:53:49] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Remote host closed the connection)
314 [01:54:13] *** Quits: monstar_ (~mitya@replaced-ip ) (Ping timeout: 245 seconds)
315 [01:54:52] <mason> If he's already running Openbox,
might as well not run additional software to reproduce built-in
functionality.
316 [01:54:55] <millican> got it. thanks guys.
317 [01:55:09] <mason> Gotta think of the carbon footprint.
318 [01:55:11] <millican> I never looked at rc.xml
319 [01:55:28] <mason> millican: It's XML, and hence ugly,
but it's flexible and useful.
320 [01:56:04] *** Joins: altker128 (~vr@replaced-ip )
321 [01:56:05] <phogg> mason: That's one way to look at it.
I look at it like this: Why learn and re-learn a different way of
doing key bindings every time you switch WMs? Decouple keys from
window management and win forever.
322 [01:56:16] <OS-34800> !edbmachine
323 [01:56:33] *** Joins: dvs (~hibbard@replaced-ip )
324 [01:56:34] <mason> phogg: I look at it like this: Once
you're running Openbox, why switch? I've been using it on
different OSes for a long long time now.
325 [01:56:35] <phogg> these days with wmctrl and the like
it's rare to find WM-specific functions you need to invoke and
can't
326 [01:56:52] <millican> I'm not opposed to xbindkeys, just
thought this shortcut worked "out of the box".
327 [01:57:01] <altker128> Hey guys. If I use a Debian LiveCD
image on a USB-pendrive, and place a file on the USB drive (i.e.
myfile.txt) is that accessible via some mount in the LiveCD
environment?
328 [01:57:07] *** Joins: tdlnx (~textual@replaced-ip )
329 [01:57:08] <joepublic> millican, depends on the
"box" :)
330 [01:57:13] <phogg> mason: To be fair I've been running
e16 since 2000 and also use its built in keybinding mechanism... but
only because it came with a GUI configurator.
331 [01:57:28] *** Joins: OS-39680 (~savvygeek@replaced-ip )
332 [01:57:42] <phogg> For *new* bindings in the last decade I
use xbindkeys
333 [01:57:48] *** Quits: dowwie (~dowwie@replaced-ip ) (Ping timeout: 246 seconds)
334 [01:58:01] <mason> Recently I thought I'd been running
Openbox longer, but evidently it's not as old as I thought. I
ran TWM before that. Change is bad.
335 [01:58:01] *** Quits: slack_ (~slack@replaced-ip ) (Ping timeout: 250 seconds)
336 [01:58:08] *** Joins: liamliamliam (~liam@replaced-ip )
337 [01:58:08] <joepublic> I am an amateur compared to you guys,
running Autokey to bind keys across environments
338 [01:58:11] * phogg nods
339 [01:58:13] *** Joins: nsk_nyc (~nsk_nyc@replaced-ip )
340 [01:58:50] <phogg> mason: twm is a harsh mistress. Switching
to afterstep was a pleasant sidegrade.
341 [01:58:58] *** Quits: OS-39680 (~savvygeek@replaced-ip ) (Remote host closed the connection)
342 [01:59:03] *** Joins: MikZyth (~MikZyth@replaced-ip )
343 [01:59:25] <phogg> The longer I do this the more I think
integrated environments are crazy. I'd rather duct tape
toolboxes together.
344 [01:59:29] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
345 [01:59:30] *** Quits: liamliamliam (~liam@replaced-ip ) (Remote host closed the connection)
346 [01:59:30] <mason> Yeah.
347 [01:59:51] <altker128> Anyone know if Debian LiveCD includes
gparted?
348 [01:59:53] <millican> altker128: I'd assume the file
would be accessible, but don't know where it would be exactly.
349 [01:59:58] *** Joins: terminalator (terminalat@replaced-ip )
350 [02:00:21] <altker128> millican: Yeah, that was my thought
too. Kali Linux (just happend to have it around) exposes the USB
filesystem via /var/lib/mount/ or something
351 [02:00:35] *** Quits: Sander^work (~sander@replaced-ip ) (Read error: Connection reset by peer)
352 [02:01:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
353 [02:01:25] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 246 seconds)
354 [02:01:39] <BCMM> altker128:
replaced-url
355 [02:01:42] <BCMM> parted is there though
356 [02:01:50] *** Joins: de-facto (~de-facto@replaced-ip )
357 [02:01:54] <altker128> BCMM: OK, thanks for checking!
358 [02:02:17] <BCMM> altker128: it's not really a rescue
system
359 [02:02:19] <joepublic> I suppose copying a distinctive file
and then booting the usb stick and running the find command would be
a definitive answer
360 [02:03:02] <altker128> joepublic: Yeah, pretty much to that
point
361 [02:03:10] <altker128> Trying sysreccd as well
362 [02:03:14] *** Joins: watchcat (~un@replaced-ip )
363 [02:03:23] <joepublic> system rescue cd does have gparted
364 [02:03:26] *** Joins: timbits (~yahoo@replaced-ip )
365 [02:03:33] *** Joins: slack_ (~slack@replaced-ip )
366 [02:03:50] <BCMM> yeah, it definitely does
367 [02:04:08] <altker128> it has gparted for sure
368 [02:04:14] <altker128> just not sure about the filesystem
mounting thing
369 [02:04:29] <BCMM> is there a debian-based equivalent to
sysresccd, now that grml seems to be semi-abandoned?
370 [02:04:51] <altker128> BCMM: I'm curious too!
371 [02:05:45] <altker128> So, on sysreccd it seems like
/livemnt/boot gives me access to the USB drive's filesystem
372 [02:06:09] <BCMM> yup. and you can remount that rw and save
data there if you want to
373 [02:06:14] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
374 [02:06:23] <BCMM> (assuming you have some extra space on the
usb)
375 [02:06:24] *** Joins: dez (uid92154@replaced-ip )
376 [02:07:54] *** Joins: [b0b] (~bob@replaced-ip )
377 [02:08:10] *** Quits: MyTest (~DontTest@replaced-ip##) (Quit: ZNC - ##replaced-url
378 [02:09:43] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 250 seconds)
379 [02:10:07] *** Joins: iflema (~ian@replaced-ip )
380 [02:10:11] *** Joins: liamliamliam (~liam@replaced-ip )
381 [02:10:32] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 250 seconds)
382 [02:10:35] *** [b0b] is now known as b0b
383 [02:11:01] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 250 seconds)
384 [02:11:37] *** Quits: victorqueiroz (~victor@replaced-ip ) (Quit: Leaving.)
385 [02:12:18] *** Quits: skrying (~skrying@replaced-ip ) (Quit: skrying)
386 [02:12:29] *** Joins: sander^work (~sander@replaced-ip )
387 [02:13:21] *** Joins: cliluw (~cliluw@replaced-ip )
388 [02:13:23] *** Joins: gem808 (~Thunderbi@replaced-ip )
389 [02:13:25] *** Joins: got11_ (~live@replaced-ip )
390 [02:16:02] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 244 seconds)
391 [02:16:23] *** Quits: timbits (~yahoo@replaced-ip ) (Quit: Leaving)
392 [02:16:36] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 250 seconds)
393 [02:17:18] *** Joins: rpifan (~rpifan@replaced-ip )
394 [02:17:47] *** Joins: vizius00 (~vizius00@replaced-ip )
395 [02:18:46] *** Quits: nsk_nyc (~nsk_nyc@replaced-ip ) (Ping timeout: 250 seconds)
396 [02:20:28] *** Quits: got11_ (~live@replaced-ip ) (Ping timeout: 245 seconds)
397 [02:27:11] *** Joins: donofrio (~donofrio@replaced-ip )
398 [02:27:57] *** Quits: osro (~osro@replaced-ip ) (Remote host closed the connection)
399 [02:28:16] *** Joins: osro (~osro@replaced-ip )
400 [02:29:18] *** Joins: uptime (alore@replaced-ip )
401 [02:31:16] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
402 [02:31:43] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 245 seconds)
403 [02:31:43] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
404 [02:32:18] *** Joins: skrying (~skrying@replaced-ip )
405 [02:32:24] *** Joins: donofrio (~donofrio@replaced-ip )
406 [02:33:25] *** Joins: _anb (~anb@replaced-ip )
407 [02:34:27] *** Quits: lostqt (~lost@replaced-ip ) (Quit: bye)
408 [02:34:34] *** Joins: iflema (~ian@replaced-ip )
409 [02:35:30] *** Quits: Essadon (~Essadon@replaced-ip ) (Quit: Qutting)
410 [02:36:00] *** Joins: disfit (~pl@replaced-ip )
411 [02:36:59] *** Joins: lostqt (~lost@replaced-ip )
412 [02:37:11] *** Joins: OS-41128 (~OS-41128@replaced-ip )
413 [02:38:46] *** Quits: donofrio (~donofrio@replaced-ip ) (Ping timeout: 244 seconds)
414 [02:45:07] *** Quits: freestyle_coder (~freestyle@replaced-ip ) (Quit: Leaving)
415 [02:46:12] *** Quits: OS-41128 (~OS-41128@replaced-ip ) (Quit: Leaving)
416 [02:46:22] *** Joins: Prayer (~redribbbo@replaced-ip )
417 [02:48:26] *** Joins: emucla_ (~emucla@replaced-ip )
418 [02:49:10] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
419 [02:49:45] *** Quits: Ardit (~ard1t@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
420 [02:50:02] *** Joins: n1ce___________ (~n1ce@replaced-ip )
421 [02:50:39] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
422 [02:50:42] *** Quits: basnevod (~dmitry@replaced-ip ) (Remote host closed the connection)
423 [02:50:44] *** Quits: n1ce (~n1ce@replaced-ip ) (Read error: Connection reset by peer)
424 [02:50:50] *** Quits: emucla (~emucla@replaced-ip ) (Ping timeout: 250 seconds)
425 [02:51:28] *** Quits: c0derz (~asm@replaced-ip ) (Ping timeout: 268 seconds)
426 [02:53:43] *** Quits: madage (~madage@replaced-ip ) (Remote host closed the connection)
427 [02:53:46] *** Joins: eb0t (~eblip@replaced-ip )
428 [02:54:52] *** Quits: elkalamar (~elkalamar@replaced-ip ) (Ping timeout: 272 seconds)
429 [02:55:39] *** Joins: masuberu (~masber@replaced-ip )
430 [02:58:12] *** Quits: masber (~masber@replaced-ip ) (Ping timeout: 250 seconds)
431 [02:58:56] *** Quits: nuuuciano__ (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
432 [02:59:02] *** Joins: madage (~madage@replaced-ip )
433 [02:59:13] *** Quits: ixc (~x@replaced-ip ) (Ping timeout: 245 seconds)
434 [02:59:30] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 250 seconds)
435 [03:01:36] *** dab21 is now known as David
436 [03:02:05] *** David is now known as Guest42034
437 [03:02:35] *** Quits: deadz0 (~deadz0@replaced-ip ) (Remote host closed the connection)
438 [03:02:54] *** Joins: monksam (~monksam@replaced-ip )
439 [03:03:00] *** Guest42034 is now known as dab21
440 [03:04:15] *** Quits: uptime (alore@replaced-ip ) (Quit: quit)
441 [03:04:55] *** Joins: nuuuciano__ (~luuuciano@replaced-ip )
442 [03:05:59] *** Quits: Prayer (~redribbbo@replaced-ip ) (Remote host closed the connection)
443 [03:07:28] *** Quits: nuuuciano__ (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
444 [03:08:20] *** Joins: nuuuciano__ (~luuuciano@replaced-ip )
445 [03:08:25] *** Quits: t1k3 (~t1k3@replaced-ip##) (Quit: The Lounge - ##replaced-url
446 [03:09:04] *** Quits: nuuuciano__ (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
447 [03:09:33] *** Joins: t1k3 (~t1k3@replaced-ip )
448 [03:09:54] *** Quits: Thedarkb1-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 246 seconds)
449 [03:10:14] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
450 [03:11:14] *** Quits: PileOfDirt (~DIRT@replaced-ip ) (Remote host closed the connection)
451 [03:11:39] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Ping timeout: 250 seconds)
452 [03:11:56] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
453 [03:14:02] *** debhelper sets mode: +l 1439
454 [03:14:14] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 250 seconds)
455 [03:15:09] *** Quits: XSoul (~XRule@replaced-ip ) (Ping timeout: 246 seconds)
456 [03:15:56] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Ping timeout: 260 seconds)
457 [03:16:29] <awal1> how to exclude libs when searching with
aptitude/apt-cache/apt?
458 [03:18:07] <mutante> | grep -v ^lib
459 [03:18:14] <mutante> ? eh..just a silly idea
460 [03:18:26] <mutante> but since they all start with lib* ,
kinda works
461 [03:18:32] <ryouma> libreoffice
462 [03:19:06] <mutante> still fulfills teh requirement of
excluding all libs ;) *gg*
463 [03:19:15] <ryouma> you also want oldlibs and whatever the
devel libs are excluded
464 [03:19:24] <ryouma> does that mean grin?
465 [03:19:37] *** Joins: Codier (~user@replaced-ip )
466 [03:21:36] <mutante> ryouma: yea, it was meant to be a
modifier for "not entirely serious", you got a point. not
sure what the better answer is
467 [03:21:43] *** Quits: embodiment_ (~embodimen@replaced-ip ) (Quit: Leaving)
468 [03:22:11] *** Quits: devios (~devios@replaced-ip ) (Disconnected by services)
469 [03:22:26] *** Joins: devios (~devios@replaced-ip )
470 [03:23:14] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.1+deb2+b1 - ##replaced-url
471 [03:23:35] <awal1> mutante, nice :) thanks
472 [03:23:55] <awal1> I missed -v grep argument :)
473 [03:24:46] <mutante> heh, ok, cool
474 [03:24:54] <ryouma> there is a table for aptitude that shows
all the syntax. and then there are the sections for libs oldlibs
etc.
475 [03:25:08] <ryouma> so you find the syntax for sections
476 [03:25:19] <ryouma> not(whatever)
477 [03:25:42] <ryouma> i hate arbitrary syntax and wish
everythign were sexps
478 [03:25:53] *** Quits: n1ce___________ (~n1ce@replaced-ip ) (Read error: Connection reset by peer)
479 [03:26:06] *** Joins: n1ce (~n1ce@replaced-ip )
480 [03:26:06] *** Quits: n1ce (~n1ce@replaced-ip ) (Changing host)
481 [03:26:06] *** Joins: n1ce (~n1ce@replaced-ip )
482 [03:26:10] *** Quits: Pendrag0n (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
483 [03:26:54] *** Joins: sudhackar (~sudhackar@replaced-ip )
484 [03:27:39] *** Joins: martian67 (~martian67@replaced-ip )
485 [03:28:38] *** Joins: gm152 (coffee@replaced-ip )
486 [03:29:04] *** Joins: finalbeta (~finalbeta@replaced-ip )
487 [03:29:13] *** Quits: devios (~devios@replaced-ip ) (Disconnected by services)
488 [03:29:24] *** Quits: sydney_untangle (~sydney@replaced-ip ) (Ping timeout: 250 seconds)
489 [03:29:28] *** Joins: devios (~devios@replaced-ip )
490 [03:30:29] *** Quits: devios (~devios@replaced-ip ) (Disconnected by services)
491 [03:30:34] *** Joins: devios_ (~devios@replaced-ip )
492 [03:30:35] *** devios_ is now known as devios
493 [03:31:34] *** Joins: sydney_untangle (~sydney@replaced-ip )
494 [03:31:48] *** Joins: vimpulse (~user@replaced-ip )
495 [03:32:10] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
496 [03:32:20] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Quit: WeeChat 1.9.1)
497 [03:32:45] *** Quits: vimpulse (~user@replaced-ip ) (Client Quit)
498 [03:33:10] *** Joins: tealhill (~user@replaced-ip )
499 [03:34:03] <awal1> ryouma, you refer to "search
~ssection"?
500 [03:34:10] *** Quits: hayer (~hayer@replaced-ip ) (Read error: Connection reset by peer)
501 [03:34:21] *** Joins: electro33 (uid613@replaced-ip )
502 [03:35:15] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 268 seconds)
503 [03:35:30] <ryouma> awal1: probably
504 [03:36:03] <ryouma> but note that i do aptitude markauto
'~sdev' '~slibs' '~slibdevel'
'~soldlibs' '~sperl' '~spython' which
is highly suboptimal
505 [03:36:07] *** Joins: mavhc (~mavhc@replaced-ip )
506 [03:36:25] <ryouma> so there might be somethinb etter
507 [03:37:21] *** Quits: kolla (~kolla@replaced-ip ) (Quit: %fog relay%)
508 [03:37:30] *** Quits: t1k3 (~t1k3@replaced-ip##) (Quit: The Lounge - ##replaced-url
509 [03:38:19] *** Joins: kolla (~kolla@replaced-ip )
510 [03:38:28] <awal1> in fact I already have this
replaced-url
511 [03:38:32] *** Joins: n1ce___________ (~n1ce@replaced-ip )
512 [03:38:56] *** Parts: tealhill (~user@replaced-ip ) ()
513 [03:38:58] *** Joins: tealhill (~user@replaced-ip )
514 [03:39:04] *** Quits: n1ce (~n1ce@replaced-ip ) (Ping timeout: 246 seconds)
515 [03:39:08] <awal1> "~section" is for search the
specified section. my goal is to exclude
516 [03:39:39] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 246 seconds)
517 [03:39:49] <kre10s> lol. search all then in libs and do a
diff?
518 [03:41:14] <awal1> :)
519 [03:41:20] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
520 [03:41:25] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
521 [03:41:43] *** Joins: t1k3 (~t1k3@replaced-ip )
522 [03:41:54] *** Quits: t1k3 (~t1k3@replaced-ip ) (Client Quit)
523 [03:41:56] *** Quits: tealhill (~user@replaced-ip ) (Quit: ERC Version 5.3 (IRC client for Emacs))
524 [03:42:01] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
525 [03:42:21] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
526 [03:42:22] *** Joins: unfo (~user@replaced-ip )
527 [03:42:38] <unfo> Hi all! I'm running 32-bit mixed
oldstable + stable. The freeware self-control tool
"Pluckeye" always segfaults when I run "pluck add
'Sometimes 0900-0901&0800-0801 Blackout'".
528 [03:42:38] *** Joins: t1k3 (~t1k3@replaced-ip )
529 [03:42:41] <unfo> The backtrace looks wrong:
replaced-url
530 [03:42:44] <unfo> Am I missing some necessary symbol files? I
do have libc6-dbg installed.
531 [03:43:11] <awal1> | grep -v ^something looks like fine for
now, anyway
532 [03:43:19] *** Quits: masuberu (~masber@replaced-ip ) (Ping timeout: 250 seconds)
533 [03:43:46] <unfo> Here are two lines from the backtrace. (I
hope I'm not being too chatty.)
534 [03:43:46] <unfo> #0 __memmove_ia32 () at
../sysdeps/i386/i686/multiarch/../memmove.S:103
535 [03:43:46] <unfo> #1 0x08069e50 in ?? ()
536 [03:43:58] *** Quits: t1k3 (~t1k3@replaced-ip ) (Client Quit)
537 [03:44:01] *** debhelper sets mode: +l 1430
538 [03:44:24] <unfo> Maybe the reason why my backtrace looks so
weird is because memmove.S is hand-optimized assembly (not C)?
539 [03:44:40] *** Joins: t1k3 (~t1k3@replaced-ip )
540 [03:45:08] <unfo> I definitely don't have symbols for
Pluckeye. The developer doesn't release symbols to the public.
541 [03:46:03] *** Quits: terminalator (terminalat@replaced-ip ) (Quit: terminalator)
542 [03:46:21] *** Joins: sidmo_ (~ident@replaced-ip )
543 [03:47:33] *** Joins: masuberu (~masber@replaced-ip )
544 [03:47:37] *** Joins: mavhc (~mavhc@replaced-ip )
545 [03:48:11] *** Quits: nyov (~nyov@replaced-ip ) (Killed (tepper.freenode.net (Nickname regained by services)))
546 [03:48:19] *** Joins: nyov (~nyov@replaced-ip )
547 [03:49:07] *** Quits: t1k3 (~t1k3@replaced-ip ) (Client Quit)
548 [03:49:58] *** Joins: t1k3 (~t1k3@replaced-ip )
549 [03:50:03] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 268 seconds)
550 [03:50:39] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.1+deb2+b1 - ##replaced-url
551 [03:50:57] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
552 [03:51:29] *** Quits: t1k3 (~t1k3@replaced-ip ) (Client Quit)
553 [03:52:23] *** Joins: t1k3 (~t1k3@replaced-ip )
554 [03:53:27] *** Quits: t1k3 (~t1k3@replaced-ip ) (Client Quit)
555 [03:53:37] *** Joins: martian67 (~martian67@replaced-ip )
556 [03:53:49] *** Joins: iflema (~ian@replaced-ip )
557 [03:54:28] *** Joins: t1k3 (~t1k3@replaced-ip )
558 [03:54:32] <awal1> I think I need something like
"aptitude search foo '!-d"lib"'"
559 [03:54:38] *** Joins: OS-41163 (~OS-41163@replaced-ip )
560 [03:54:39] *** Joins: whiskey_soda (~whiskey_s@replaced-ip )
561 [03:55:19] <whiskey_soda> Hey guys, anyone using ReaR for
backups around here?
562 [03:55:21] <awal1> "lib", "library" and
similar stuff
563 [03:55:41] <unfo> whiskey_soda: Hi! Why do you ask?
564 [03:57:14] <awal1> ryouma, mutante, we missed ! which is
intended to exclude if my research is correct :P
565 [03:57:28] *** Joins: citypw (~citypw@replaced-ip )
566 [03:57:37] <whiskey_soda> Hey unfo! I've been writing a
script for backing up my server and I've run into a strange
situation where the rear mkbackup will work only when I've run
from the command line but not when the script is running as a chron
job and I cant seem to figure out why
567 [03:58:19] <unfo> whiskey_soda: OK thanks for providing more
info!
568 [03:58:19] <unfo> Can anyone help whiskey_soda?
569 [03:58:26] <unfo> I've never used ReaR.
570 [03:59:08] <whiskey_soda> It's a tool to back up your
computer as a bootable iso from it's current state
571 [03:59:35] <whiskey_soda> So far I really like it
572 [04:01:20] <unfo> whiskey_soda: you want your server to be a
bootable .iso file?
573 [04:01:52] <whiskey_soda> unfo: yep, for recovery purposes
574 [04:02:18] *** Joins: Class7_ (~Class7@replaced-ip )
575 [04:02:48] <unfo> whiskey_soda: I generally never back up any
machine. Are ReaR's backups atomic?
576 [04:03:09] <watchcat> hm, i bet that would work with
drivedroid on a cellphone.
577 [04:03:26] <unfo> drivedroid is cool.
578 [04:03:55] <whiskey_soda> unfo: I'm not sure, had to
look up what that was
579 [04:04:02] *** debhelper sets mode: +l 1436
580 [04:04:39] *** Quits: millican (~tom@replaced-ip ) (Remote host closed the connection)
581 [04:05:25] *** Quits: Class7 (~Class7@replaced-ip ) (Ping timeout: 250 seconds)
582 [04:05:30] <unfo> watchcat: I once ran Debian on an old
Samsung Galaxy S Relay with Android 4.x "KitKat" and a
built-in physical keyboard.
583 [04:05:30] <unfo> Even nowadays, you could run "GNURoot
Debian" or "AnLinux" or similar on a modern
BlackBerry Priv or Key2.
584 [04:06:14] <unfo> whiskey_soda: can you shut down the machine
and run ReaR from a live CD? then the backup of your server will
definitely be atomic.
585 [04:06:34] <whiskey_soda> watchcat: I think it might be
possible if you could somehow package the backup in the iso itself
586 [04:07:48] <watchcat> thanks for mentioning ReaR. i'll
look into it.
587 [04:08:16] <whiskey_soda> unfo: I believe it's possible
but last time i used it for recovery I had the back up itself on
another file system and it read from there with the live cd
588 [04:08:49] *** Quits: banc (~banc@replaced-ip ) (Quit: Bye)
589 [04:09:19] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 250 seconds)
590 [04:10:10] *** Quits: osro (~osro@replaced-ip ) (Remote host closed the connection)
591 [04:10:14] *** Parts: unfo (~user@replaced-ip ) ("ERC Version 5.3 (IRC client for Emacs)")
592 [04:11:01] *** Quits: Urchin (~urchin@replaced-ip ) (Ping timeout: 268 seconds)
593 [04:11:35] <simbalion> The nvidia packages in
stretch-backports are broken
594 [04:11:47] <simbalion> they've got = dependencies which
are the wrong versions
595 [04:12:01] <simbalion> so it says requires 390 but 396 is to
be installed
596 [04:12:29] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.3)
597 [04:13:26] <simbalion> and the packages in experimental seem
to depend on a version of glx-alternatives-nvidia which is not
available at all?
598 [04:14:01] *** debhelper sets mode: +l 1428
599 [04:14:39] *** Joins: FreeitConsultant (~freeitcon@replaced-ip )
600 [04:14:50] <ryouma> awal1: see scrollback :)
601 [04:15:09] <ryouma> there are 2 syntaxes
602 [04:15:19] <ryouma> i'm a long options kinda guy
603 [04:15:49] *** Quits: rustbuckett (~downtime@replaced-ip ) (Quit: WeeChat 1.6)
604 [04:15:52] *** Joins: XSoul (~XRule@replaced-ip )
605 [04:17:30] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
606 [04:18:07] *** Joins: lead_pipe23 (~Lead@replaced-ip )
607 [04:18:37] *** Joins: xcm (~xcm@replaced-ip )
608 [04:19:03] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Remote host closed the connection)
609 [04:19:28] *** Joins: lead_pipe23 (~Lead@replaced-ip )
610 [04:21:58] *** Quits: ryouma (~user@replaced-ip ) (Remote host closed the connection)
611 [04:25:37] *** Joins: banc (~banc@replaced-ip )
612 [04:26:12] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
613 [04:28:23] *** Quits: kingofmemes (~kingofmem@replaced-ip ) (Ping timeout: 250 seconds)
614 [04:29:09] *** Quits: whiskey_soda (~whiskey_s@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
615 [04:30:14] *** Quits: MikZyth (~MikZyth@replaced-ip ) (Quit: leaving)
616 [04:30:51] *** Joins: beardface (~bearface@replaced-ip )
617 [04:30:53] *** Quits: Myk267 (~myk267@replaced-ip ) (Quit: experimentum periculosum)
618 [04:30:55] *** Joins: Mr_Gr33n (~None@replaced-ip )
619 [04:30:59] *** Joins: c|oneman (~cloneman@replaced-ip )
620 [04:31:48] *** Quits: watchcat (~un@replaced-ip ) (Ping timeout: 250 seconds)
621 [04:32:30] *** Quits: _MrGr33n_ (~None@replaced-ip ) (Ping timeout: 246 seconds)
622 [04:34:15] <simbalion> Is it usual for packages to be
accepted into the repo with dependencies that don't exist?
623 [04:34:23] *** Joins: dvs (~hibbard@replaced-ip )
624 [04:34:34] <simbalion> *experimental repo
625 [04:34:37] *** Joins: Toadisattva (~Toadisatt@replaced-ip )
626 [04:36:22] *** Joins: kingofmemes (~kingofmem@replaced-ip )
627 [04:37:32] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Quit: Bye)
628 [04:37:34] *** Joins: jim (~jim@replaced-ip )
629 [04:39:53] *** Joins: Gigglebyte (~Gigglebyt@replaced-ip )
630 [04:42:10] *** Joins: lead_pipe23 (~Lead@replaced-ip )
631 [04:44:44] *** Joins: Codyer (~user@replaced-ip )
632 [04:48:16] *** Quits: Codier (~user@replaced-ip ) (Ping timeout: 250 seconds)
633 [04:48:57] *** Quits: bolt (~r00t@replaced-ip ) (Ping timeout: 246 seconds)
634 [04:49:56] *** Quits: Bjornn (~Bjornn@replaced-ip ) (Quit: Leaving)
635 [04:53:18] *** Quits: krabador (~krabador@replaced-ip ) (Read error: Connection reset by peer)
636 [04:54:24] <Gigglebyte> Can someone provide enlightenment
with respect to the correct way to create a user account. I
attempted to follow the instructions found here
replaced-url
637 [04:55:52] <mutante> Gigglebyte: i would use
"adduser", fewer mnaual commands. but also, what is the
error
638 [04:56:04] *** Quits: Raed (~Raed@replaced-ip ) (Ping timeout: 250 seconds)
639 [04:56:59] <Gigglebyte> can't find user raymond:users
640 [04:57:20] <mutante> "users" is meant to be an
example for a group name
641 [04:57:59] <mutante> it's not literally
"users" unless you made a group like that
642 [04:58:23] <mutante> Gigglebyte: just try
"adduser". it should make this easier and interactive
643 [04:58:32] *** Quits: nbits (~quassel@replaced-ip ) (Remote host closed the connection)
644 [04:59:00] <Gigglebyte> mutante> I just did and now will
reboot to test the account.
645 [04:59:05] <Gigglebyte> Thanks for your help.
646 [04:59:11] *** Joins: Raed (~Raed@replaced-ip )
647 [04:59:12] *** Joins: Class7 (~Class7@replaced-ip )
648 [04:59:18] *** Quits: Gigglebyte (~Gigglebyt@replaced-ip ) (Remote host closed the connection)
649 [04:59:19] *** Quits: benrob0329 (~benrob032@replaced-ip ) (Quit: Konversation terminated!)
650 [04:59:42] <mutante> lol, why reboot
651 [04:59:50] <mutante> not even windows needs that for a new
user
652 [05:01:34] *** Joins: Amaelric (~Amaelric@replaced-ip )
653 [05:01:44] *** Joins: Gigglebyte (~Gigglebyt@replaced-ip )
654 [05:02:49] *** Quits: Class7_ (~Class7@replaced-ip ) (Ping timeout: 272 seconds)
655 [05:03:24] <Gigglebyte> I just tried logging in with the name
of the folder we created, and the new password, but the new user
couldn't log in. How do I get the new user to show up at login?
656 [05:05:03] *** Quits: lukaso666 (~lukaso666@replaced-ip ) (Ping timeout: 246 seconds)
657 [05:05:51] *** Parts: Amaelric (~Amaelric@replaced-ip ) ()
658 [05:07:40] *** Joins: kirk781 (~kirk781@replaced-ip )
659 [05:07:41] <c|oneman> is it possible to have some sort of
caching on a device with slow hard disks to make the ssh terminal
faster
660 [05:08:38] <c|oneman> many VPS's that i've owned
behave strangely, they might do things like take forever to connect
but then they are fine. where is the bottleneck
661 [05:09:18] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
662 [05:09:19] *** Joins: aindilis (~aindilis@replaced-ip )
663 [05:09:30] *** Quits: Cabanoss- (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
664 [05:09:40] *** Quits: deleuze6 (~deleuze@replaced-ip ) (Remote host closed the connection)
665 [05:09:56] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 250 seconds)
666 [05:10:09] *** Joins: deleuze6 (~deleuze@replaced-ip )
667 [05:10:41] *** Joins: nuuuciano (~luuuciano@replaced-ip )
668 [05:11:38] *** Quits: r3 (~arethree@replaced-ip ) (Read error: Connection reset by peer)
669 [05:12:01] *** Joins: r3 (~arethree@replaced-ip )
670 [05:14:40] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
671 [05:16:37] *** Joins: roshanavand1 (~Thunderbi@replaced-ip )
672 [05:17:26] *** Joins: whiskey_soda (~whiskey_s@replaced-ip )
673 [05:18:23] *** Quits: _tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
674 [05:18:26] *** Quits: roshanavand (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
675 [05:18:26] *** roshanavand1 is now known as roshanavand
676 [05:19:10] <Gigglebyte> I created this account with adduser,
and don't know what the user name is. How do I find out the
username for the new user that I created? i am attempting to create
a guest account for a guest that is staying at our facility.
677 [05:19:52] *** Joins: tyranny12 (~blarg@replaced-ip )
678 [05:19:52] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
679 [05:19:52] *** Joins: tyranny12 (~blarg@replaced-ip )
680 [05:20:43] <rwp> Gigglebyte, When you created the account
with adduser what name did you tell it to create?
681 [05:21:28] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.1+deb2+b1 - ##replaced-url
682 [05:21:36] *** Joins: ham5 (~iamfive@replaced-ip )
683 [05:21:38] <rwp> Gigglebyte, To use adduser to create an
account named "guest" as root say "adduser
guest" and then answer the questions. Do not reboot. The
account is available immediately afterward.
684 [05:23:00] <Gigglebyte> I used the name raymond instead of
guest.
685 [05:23:13] <rwp> mutante, In the old days of 30 years ago the
convention was that all users were in a group called
"users" and lots of documentation still talks about it
like that. Old school Unix people still think that. But for the last
15 years at least UPG (user private groups) that we have today has
been the convention. UPG is an improvement.
686 [05:23:35] <rwp> Very good Gigglebyte! Then you should be
able to log in using the account name raymond and using the password
you gave it.
687 [05:24:01] <Gigglebyte> rwp> How do I recover a lost user
name and password. The one I created isn't working.
688 [05:24:10] *** Joins: debsan (~debsan@replaced-ip )
689 [05:24:10] *** Quits: debsan (~debsan@replaced-ip ) (Changing host)
690 [05:24:10] *** Joins: debsan (~debsan@replaced-ip )
691 [05:25:02] <rwp> You can't recover a password but you
can set a new one. Are you using a root shell by "su" to
switch user to root? Or are you using "sudo" to get su to
do as root?
692 [05:26:08] <Gigglebyte> rwp> I know my own password. It is
the password for the guest that has me concerned. Also, how do I
verify the user name of the guest?
693 [05:26:44] *** Quits: cfoch (uid153227@replaced-ip ) (Quit: Connection closed for inactivity)
694 [05:27:29] <rwp> If you are using sudo then "sudo passwd
raymond" will ask for your password for sudo and then allow you
to change the password for raymond.
695 [05:27:57] <rwp> If you are using su to root then your prompt
will be "#" and you will just say "passwd
raymond" to change the password for raymond.
696 [05:28:06] <rwp> Root has the authority to change any
password.
697 [05:28:59] *** Joins: martian67 (~martian67@replaced-ip )
698 [05:29:14] *** Quits: sudhackar (~sudhackar@replaced-ip ) (Remote host closed the connection)
699 [05:29:23] <rwp> Accounts created with adduser will have
their $HOME in /home and so an easy way to see what accounts exist
is to 'ls /home' and look.
700 [05:30:13] <jim> Gigglebyte, can you log in as any user?
701 [05:30:29] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
702 [05:30:42] <Gigglebyte> jim> Yes, I am logged into my own
account.
703 [05:31:01] *** Joins: nuuuciano (~luuuciano@replaced-ip )
704 [05:31:16] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
705 [05:31:42] <jim> ok, (background: by default, the name of a
user's dir is the same as the username, and you can get a list
of many of the home dirs, by doing: ls /home)
706 [05:32:11] *** Joins: nuuuciano (~luuuciano@replaced-ip )
707 [05:33:12] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
708 [05:34:11] *** Joins: nuuuciano (~luuuciano@replaced-ip )
709 [05:34:11] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
710 [05:34:27] *** Joins: Wulf4 (~Wulf@replaced-ip )
711 [05:34:34] *** Joins: alex_pa (~alex_pa@replaced-ip )
712 [05:34:51] *** Joins: nuuuciano (~luuuciano@replaced-ip )
713 [05:35:03] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
714 [05:35:33] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 250 seconds)
715 [05:36:06] *** Joins: nuuuciano (~luuuciano@replaced-ip )
716 [05:36:15] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
717 [05:37:33] *** Joins: nuuuciano (~luuuciano@replaced-ip )
718 [05:37:58] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 268 seconds)
719 [05:37:59] *** Wulf4 is now known as Wulf
720 [05:38:45] *** Quits: roshanavand (~Thunderbi@replaced-ip ) (Remote host closed the connection)
721 [05:39:05] *** Joins: roshanavand (~Thunderbi@replaced-ip )
722 [05:40:20] *** Joins: s8548a (~s8548a@replaced-ip )
723 [05:42:15] *** Joins: watchcat (~un@replaced-ip )
724 [05:44:45] *** Quits: FreeitConsultant (~freeitcon@replaced-ip ) (Remote host closed the connection)
725 [05:44:54] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
726 [05:45:58] *** Joins: llucenic (~Thunderbi@replaced-ip )
727 [05:48:31] *** Quits: kriger (~norge@replaced-ip ) (Ping timeout: 250 seconds)
728 [05:49:02] *** Joins: AfroThundr|main (~AfroThund@replaced-ip )
729 [05:51:35] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 250 seconds)
730 [05:53:10] *** Joins: ellyacht (~ossuary@replaced-ip )
731 [05:54:44] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
732 [05:55:48] *** Joins: nuuuciano (~luuuciano@replaced-ip )
733 [05:58:23] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
734 [05:58:48] *** Joins: Ericounet (~Eric@replaced-ip )
735 [05:59:19] *** Joins: nuuuciano (~luuuciano@replaced-ip )
736 [05:59:20] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
737 [06:00:23] *** Joins: v01t (~v01t@replaced-ip )
738 [06:00:23] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
739 [06:01:10] *** Joins: _anb (~anb@replaced-ip )
740 [06:02:52] *** Joins: shingouz_ (~not@replaced-ip )
741 [06:05:36] *** Quits: shingouz (~not@replaced-ip ) (Ping timeout: 246 seconds)
742 [06:06:23] *** Joins: DrWatson (~DrWatson_@replaced-ip )
743 [06:06:23] *** Joins: lovezrs (~u0_a193@replaced-ip )
744 [06:06:47] *** Quits: Heston (~name@replaced-ip ) (Ping timeout: 240 seconds)
745 [06:09:55] *** Quits: Malinux (~malin@replaced-ip ) (Ping timeout: 246 seconds)
746 [06:11:23] *** Joins: Heston (~name@replaced-ip )
747 [06:11:45] *** Heston is now known as Guest44188
748 [06:12:00] *** Quits: Guest44188 (~name@replaced-ip ) (Changing host)
749 [06:12:00] *** Joins: Guest44188 (~name@replaced-ip )
750 [06:12:34] *** Guest44188 is now known as Heston
751 [06:14:09] *** Joins: crimastergogo (~crimaster@replaced-ip )
752 [06:15:33] *** Quits: yo9fah (~yo9fah@replaced-ip ) (Read error: Connection reset by peer)
753 [06:15:54] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
754 [06:16:05] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Client Quit)
755 [06:21:43] *** Quits: tdlnx (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
756 [06:23:31] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
757 [06:24:08] *** Joins: Elephant454 (~user@replaced-ip )
758 [06:26:04] *** Quits: awal1 (~awal1@replaced-ip ) (Read error: Connection reset by peer)
759 [06:27:13] *** Parts: ham5 (~iamfive@replaced-ip ) ()
760 [06:27:37] *** Joins: awal1 (~awal1@replaced-ip )
761 [06:28:29] *** Joins: endstille (~endstille@replaced-ip )
762 [06:28:30] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Read error: Connection reset by peer)
763 [06:29:24] *** Joins: grobi (~rtng@replaced-ip )
764 [06:29:46] *** Quits: hakash_ (~hakash@replaced-ip ) (Ping timeout: 268 seconds)
765 [06:34:05] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
766 [06:36:36] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 260 seconds)
767 [06:37:13] *** Joins: Malinux (~malin@replaced-ip )
768 [06:39:22] *** Joins: ddp` (~ddp@replaced-ip )
769 [06:39:39] *** Joins: Amaelric_ (~Amaelric@replaced-ip )
770 [06:40:00] *** Joins: stitched_unicorn (~Red@replaced-ip )
771 [06:40:10] *** Joins: tvm (~tvm@replaced-ip )
772 [06:40:58] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 272 seconds)
773 [06:41:10] *** Joins: donofrio (~donofrio@replaced-ip )
774 [06:41:20] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
775 [06:41:22] *** Joins: kapil____ (uid36151@replaced-ip )
776 [06:41:47] *** Joins: oahong (~samigarus@replaced-ip )
777 [06:41:59] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Max SendQ exceeded)
778 [06:43:41] *** Joins: stitched_unicorn (~Red@replaced-ip )
779 [06:43:42] *** Quits: Amaelric_ (~Amaelric@replaced-ip ) (Quit: Leaving)
780 [06:43:48] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
781 [06:46:28] *** Joins: sodaal (51c579fc@replaced-ip )
782 [06:46:39] *** Quits: epicmetal (~epicmetal@replaced-ip ) (Read error: Connection reset by peer)
783 [06:46:59] *** Joins: trytus (c12ebbfc@replaced-ip )
784 [06:48:32] *** Joins: bumblebee (~bumblebee@replaced-ip )
785 [06:48:37] *** Quits: bumblebee (~bumblebee@replaced-ip ) (Client Quit)
786 [06:48:53] *** Joins: bumblebee (~bumblebee@replaced-ip )
787 [06:50:00] *** Quits: Old_Dog (~don@replaced-ip ) (Quit: Leaving)
788 [06:50:25] *** Parts: Buliarous (~gypsydang@replaced-ip ) ("Be back later...")
789 [06:50:50] *** Joins: Buliarous (~gypsydang@replaced-ip )
790 [06:50:50] *** Joins: beolwulf (~james@replaced-ip )
791 [06:50:56] *** Quits: lostqt (~lost@replaced-ip ) (Quit: bye)
792 [06:51:58] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
793 [06:52:27] *** Joins: lostqt (~lost@replaced-ip )
794 [06:53:18] *** Joins: jmarsac (~jmarsac@replaced-ip )
795 [06:53:30] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 250 seconds)
796 [06:54:11] *** Joins: bolt (~r00t@replaced-ip )
797 [06:54:36] *** Quits: Toadisattva (~Toadisatt@replaced-ip ) (Remote host closed the connection)
798 [06:56:32] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 250 seconds)
799 [06:56:32] *** Joins: mavhc (~mavhc@replaced-ip )
800 [06:56:46] *** Joins: tyranny12 (~blarg@replaced-ip )
801 [06:57:40] *** Joins: s8548a (~s8548a@replaced-ip )
802 [07:01:22] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
803 [07:01:38] *** Quits: [diablo] (~diablo]@replaced-ip ) (Quit: Ping timeout (120 seconds))
804 [07:01:47] *** Quits: gm152 (coffee@replaced-ip ) (Quit: Lost terminal)
805 [07:01:48] *** Quits: IdleGandalf (~IdleGanda@replaced-ip ) (Quit: Leaving)
806 [07:02:46] *** Quits: alex_pa (~alex_pa@replaced-ip ) (Ping timeout: 246 seconds)
807 [07:04:07] *** Joins: crimastergogo (~crimaster@replaced-ip )
808 [07:04:19] *** Joins: IdleGandalf (~IdleGanda@replaced-ip )
809 [07:04:32] *** Joins: conta (~Thunderbi@replaced-ip )
810 [07:04:58] *** Joins: alex_pa (~alex_pa@replaced-ip )
811 [07:05:10] *** Quits: agris (~agris@replaced-ip ) (Remote host closed the connection)
812 [07:06:01] *** Joins: hakash_ (~hakash@replaced-ip )
813 [07:06:07] *** Quits: skrying (~skrying@replaced-ip ) (Quit: skrying)
814 [07:06:55] *** Joins: [diablo] (~diablo]@replaced-ip )
815 [07:07:19] *** Quits: broseph (~broseph@replaced-ip ) (Ping timeout: 246 seconds)
816 [07:09:27] *** Quits: alex_pa (~alex_pa@replaced-ip ) (Ping timeout: 240 seconds)
817 [07:11:16] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
818 [07:12:08] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
819 [07:12:14] *** Joins: [diablo] (~diablo]@replaced-ip )
820 [07:12:37] *** Quits: Meteor0ID (~Prometeor@replaced-ip ) (Ping timeout: 250 seconds)
821 [07:16:17] *** Joins: mavhc (~mavhc@replaced-ip )
822 [07:18:13] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
823 [07:19:39] *** Joins: [diablo] (~diablo]@replaced-ip )
824 [07:23:40] *** Joins: KOJIbKA (~nikobit@replaced-ip )
825 [07:28:19] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 246 seconds)
826 [07:29:26] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
827 [07:30:53] *** Joins: [diablo] (~diablo]@replaced-ip )
828 [07:31:14] *** Joins: ixc (~x@replaced-ip )
829 [07:31:31] *** Joins: llucenic (~Thunderbi@replaced-ip )
830 [07:32:37] *** Joins: enapiuz (~enapiuz@replaced-ip )
831 [07:33:13] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
832 [07:34:34] *** Quits: [diablo] (~diablo]@replaced-ip ) (Client Quit)
833 [07:35:23] *** Joins: sharms (~sharms@replaced-ip )
834 [07:35:27] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
835 [07:37:10] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
836 [07:37:12] *** Joins: mavhc (~mavhc@replaced-ip )
837 [07:38:27] *** Joins: previously8 (~previousl@replaced-ip )
838 [07:39:04] *** Quits: Raed (~Raed@replaced-ip ) (Ping timeout: 250 seconds)
839 [07:39:05] *** Quits: graphene (~graphene@replaced-ip ) (Read error: Connection reset by peer)
840 [07:39:24] *** Joins: oo_miguel (~miguel@replaced-ip )
841 [07:40:16] *** Joins: nix64bit (~Thunderbi@replaced-ip )
842 [07:41:23] *** Quits: previously8 (~previousl@replaced-ip ) (Remote host closed the connection)
843 [07:42:35] *** Joins: Raed (~Raed@replaced-ip )
844 [07:43:09] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 268 seconds)
845 [07:43:35] *** Quits: trytus (c12ebbfc@replaced-ip ) (Quit: Page closed)
846 [07:43:49] *** Joins: gerforce (~b0urne@replaced-ip )
847 [07:44:05] *** Joins: trytus (c12ebbfc@replaced-ip )
848 [07:44:45] *** Joins: aaii (~aaii@replaced-ip )
849 [07:45:08] *** Joins: savancik (~savant@replaced-ip )
850 [07:45:27] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
851 [07:46:06] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
852 [07:47:14] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
853 [07:47:25] <aaii> Hi,I have fingerprint scanner in my laptop
, but i dont know how i can use this.how i can use this? (package
name maybe)
854 [07:47:28] *** Quits: gerforce_ (~b0urne@replaced-ip ) (Ping timeout: 268 seconds)
855 [07:48:29] *** Quits: ellyacht (~ossuary@replaced-ip ) (Quit: -a- Welandedonthemoon!)
856 [07:49:02] <SpeedyG> aaii: i'm not sure as mine wasnt
supported a long time but when I was researching, I started looking
here:
replaced-url
857 [07:49:07] *** Quits: paulez (~paul@replaced-ip ) (Quit: WeeChat 1.6)
858 [07:49:28] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
859 [07:49:35] *** Quits: Gigglebyte (~Gigglebyt@replaced-ip ) (Quit: Leaving)
860 [07:49:35] <aaii> SpeedyG, thanks for answering, i should try
it now :)
861 [07:50:12] *** Joins: crimastergogo (~crimaster@replaced-ip )
862 [07:50:40] *** Quits: whiskey_soda (~whiskey_s@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
863 [07:51:16] *** Quits: ixc (~x@replaced-ip ) (Quit: .)
864 [07:53:01] *** Joins: floraline (~floraline@replaced-ip )
865 [07:53:18] *** Quits: lovezrs (~u0_a193@replaced-ip ) (Quit: leaving)
866 [07:53:41] *** Quits: awal1 (~awal1@replaced-ip ) (Remote host closed the connection)
867 [07:53:46] *** Joins: BlueByte (~walther@replaced-ip )
868 [07:54:27] *** Joins: Pjusur (~Pjusur@replaced-ip )
869 [07:54:28] *** Joins: bestucan (~weechat@replaced-ip )
870 [07:55:42] *** Joins: diabel (diabel@replaced-ip )
871 [07:56:14] *** Joins: mzf (~fakhraee@replaced-ip )
872 [07:56:38] *** Quits: bestucan (~weechat@replaced-ip ) (Client Quit)
873 [07:58:00] <Ede|Popede> question: on xfce live, vlc is in the
menu, mplayer (after manual installation) not. which party created
the entry? vlc/mplayer, xfce or debian? or do i have to trigger this
manually?
874 [07:59:32] *** Quits: KOJIbKA (~nikobit@replaced-ip ) (Quit: KOJIbKA)
875 [08:00:17] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
876 [08:01:02] *** Joins: nuuuciano (~luuuciano@replaced-ip )
877 [08:04:23] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
878 [08:04:42] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
879 [08:05:01] <rwp> Ede|Popede, Entries in the debian menu
system need a .freedesktop file installed. I don't know what
for mplayer. I recommend mpv myself. but you can hack the vlc
version over to mplayer if you wish.
880 [08:05:24] *** Joins: nuuuciano (~luuuciano@replaced-ip )
881 [08:05:27] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
882 [08:05:47] *** Joins: [diablo] (~diablo]@replaced-ip )
883 [08:05:50] *** Joins: _anb (~anb@replaced-ip )
884 [08:05:51] *** Quits: monksam (~monksam@replaced-ip ) (Quit: leaving)
885 [08:06:28] *** Quits: savancik (~savant@replaced-ip ) (Ping timeout: 272 seconds)
886 [08:06:54] <Ede|Popede> rwp: i looked into the contest or
what it is called recently. vlc is much more popular than mplayer.
now i think i know why. mplayer is literally invisible to most
users.
887 [08:06:55] <towo^work> mplayer is a commandline tool
888 [08:07:01] *** Joins: nuuuciano (~luuuciano@replaced-ip )
889 [08:07:02] <towo^work> what should it do in the menu?
890 [08:07:13] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
891 [08:07:28] <Ede|Popede> it may let xfce select it as a
handler for videos
892 [08:07:35] <rwp> The mplayer project imploded some time ago.
So mostly only forks are active such as mpv.
893 [08:08:02] *** Joins: savancik (~savant@replaced-ip )
894 [08:08:02] <Ede|Popede> i've seen it yesterday. bad
situation
895 [08:08:03] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
896 [08:08:24] <rwp> So actually you want it available in the
"open with" menu selection. Gotcha. I have no idea how to
do that.
897 [08:08:29] <Ede|Popede> reminds me of xchat years ago. took
some time until hexchat was the clear winner
898 [08:08:51] *** Joins: nuuuciano (~luuuciano@replaced-ip )
899 [08:08:51] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
900 [08:08:59] <rwp> xchat has been replaced with hexchat? Why
wasn't I notified?
901 [08:09:38] <Ede|Popede> there is a mime/app dialog which
allows selection of any application using a file dialog. and there
it's getting weird. mplayer isn't listed if
"executables" is selected
902 [08:10:00] <Ede|Popede> afaik xchat is back in debian without
upstream
903 [08:10:05] *** Joins: nuuuciano (~luuuciano@replaced-ip )
904 [08:10:15] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
905 [08:10:24] <rwp> If you want to use mplayer why do you care
if it is in the menu system? Just run it from the command line.
It's point and shoot.
906 [08:10:40] <Ede|Popede> xchat was inactive more than one
time, but one day the forum or what it was was also gone
907 [08:10:52] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
908 [08:11:02] *** Joins: skrying (~skrying@replaced-ip )
909 [08:11:29] *** Joins: nuuuciano (~luuuciano@replaced-ip )
910 [08:12:47] *** Quits: supersoju (~ajones@replaced-ip ) (Ping timeout: 240 seconds)
911 [08:12:49] <Ede|Popede> it's enter in mc. which uses its
scripts to call the xdg handler (a shell script) which checks the
environment and in the case of xfce starts exo-open. which even
manages to open .ts files with the player sometimes or in the
browser. and has no usable interface to quickly change the list.
912 [08:13:58] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
913 [08:14:18] <Ede|Popede> there are LOTS of mimes belonging to
vlc or libreoffice in a default environment. my hack so far is to
not even use xdg from mc's config, but my preferred programs.
mplayer for media and pdf viewer for pdf and such
914 [08:14:19] *** Joins: [diablo] (~diablo]@replaced-ip )
915 [08:14:52] *** Quits: spacebison (~bison@replaced-ip ) (Ping timeout: 246 seconds)
916 [08:15:05] *** Joins: seekr (~seekr@replaced-ip )
917 [08:15:05] *** Quits: seekr (~seekr@replaced-ip ) (Changing host)
918 [08:15:05] *** Joins: seekr (~seekr@replaced-ip )
919 [08:15:37] *** Joins: nuuuciano (~luuuciano@replaced-ip )
920 [08:15:58] <Ede|Popede> but that's a dirty hack only.
and while browser, terminal, mail and web client have a default
setting, there is none for all of media: images, sound, video.
921 [08:15:59] *** Joins: spacebison (~bison@replaced-ip )
922 [08:16:06] <rwp> As long as you are having fun with it then
that is what matters. The machine works for us. We don't work
for the machine.
923 [08:16:26] *** Joins: mavhc (~mavhc@replaced-ip )
924 [08:17:08] *** Quits: bumblebee (~bumblebee@replaced-ip ) (Remote host closed the connection)
925 [08:18:12] <Ede|Popede> i have to at least change some
settings every time i start that other pc with the live system. and
i'll have to do this until i'll be able to install it to
an empty disk. and before i do i prefer do know what i'll have
to change and look after.
926 [08:18:25] *** Quits: Elephant454 (~user@replaced-ip ) (Quit: ERC (IRC client for Emacs 26.1))
927 [08:18:47] <Ede|Popede> because i prefer to have a system
like a want and need it from the beginning instead of changing
things for the next weeks one by one.
928 [08:18:49] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
929 [08:19:13] *** Joins: m0u (~m0u@replaced-ip )
930 [08:20:11] *** Quits: lostqt (~lost@replaced-ip ) (Quit: bye)
931 [08:20:22] *** Quits: monkey-b (~monkey-b@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
932 [08:20:45] *** Quits: liamliamliam (~liam@replaced-ip ) (Remote host closed the connection)
933 [08:20:51] <Ede|Popede> and then i also don't like the
impression that such situations are considered SEP by all involved
parties. that's letting the user outside in the rain together
with the cat.
934 [08:22:07] *** Joins: monkey-b (~monkey-b@replaced-ip )
935 [08:24:04] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
936 [08:27:22] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
937 [08:28:27] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
938 [08:28:28] *** Quits: monkey-b (~monkey-b@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
939 [08:28:43] *** Joins: monkey-b (~monkey-b@replaced-ip )
940 [08:30:37] *** Quits: savancik (~savant@replaced-ip ) (Ping timeout: 246 seconds)
941 [08:31:04] *** Joins: mortn (~morten@replaced-ip )
942 [08:31:09] *** Joins: Wulf4 (~Wulf@replaced-ip )
943 [08:33:04] <watchcat> you called?
944 [08:33:14] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
945 [08:33:48] *** Quits: mortn___ (~morten@replaced-ip ) (Ping timeout: 245 seconds)
946 [08:34:21] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 246 seconds)
947 [08:34:21] *** Wulf4 is now known as Wulf
948 [08:34:43] *** Joins: nibble_zero (~nibble_ze@replaced-ip )
949 [08:35:44] *** Joins: Rembo (Rembo@replaced-ip )
950 [08:35:46] <Rembo> hello, is udev patch require reboot?
951 [08:35:46] *** Joins: cps (~cps@replaced-ip )
952 [08:36:10] <Ede|Popede> oh. because of the cat? while i was
writing about the rain i remembered starbuck.
953 [08:36:21] *** Joins: nuxil (~nuxil@replaced-ip )
954 [08:36:23] <Ede|Popede> you have a hl on it?
955 [08:36:52] <Rembo> ?
956 [08:38:04] *** Joins: mortn_ (~morten@replaced-ip )
957 [08:38:12] *** Quits: mortn_ (~morten@replaced-ip ) (Read error: Connection reset by peer)
958 [08:38:23] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 250 seconds)
959 [08:38:54] *** Joins: discovered (~discovere@replaced-ip )
960 [08:39:01] *** Joins: mortn__ (~morten@replaced-ip )
961 [08:39:07] *** Quits: beolwulf (~james@replaced-ip ) (Ping timeout: 240 seconds)
962 [08:40:19] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
963 [08:40:29] *** Quits: Sleepy63 (~Sleepy63@replaced-ip##) (Quit: ##replaced-url
964 [08:41:07] *** Quits: mortn (~morten@replaced-ip ) (Ping timeout: 240 seconds)
965 [08:41:17] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Quit: Quit)
966 [08:41:18] *** Quits: hgnoel1980 (~hgnoel198@replaced-ip ) (Ping timeout: 245 seconds)
967 [08:41:47] *** Quits: xcm (~xcm@replaced-ip ) (Ping timeout: 240 seconds)
968 [08:41:57] *** Joins: _anb (~anb@replaced-ip )
969 [08:42:12] *** Joins: supersoju (~ajones@replaced-ip )
970 [08:42:21] *** Quits: aaii (~aaii@replaced-ip ) (Ping timeout: 268 seconds)
971 [08:43:44] *** Joins: [diablo] (~diablo]@replaced-ip )
972 [08:43:56] *** Joins: neuraload (~marius@replaced-ip )
973 [08:44:08] *** Joins: nuuuciano (~luuuciano@replaced-ip )
974 [08:44:11] <Wulf> Rembo: shouldn't.
975 [08:44:12] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
976 [08:44:13] *** Joins: P1ersson (~P1ersson@replaced-ip )
977 [08:44:33] *** Joins: xcm (~xcm@replaced-ip )
978 [08:44:42] *** Joins: Rothgar (~admin@replaced-ip )
979 [08:45:05] *** Rothgar is now known as Guest4274
980 [08:46:03] *** Joins: nuuuciano (~luuuciano@replaced-ip )
981 [08:47:23] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
982 [08:47:44] *** Joins: jubo2 (~juboxi@replaced-ip )
983 [08:48:01] *** Joins: aaii (~aaii@replaced-ip )
984 [08:48:20] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
985 [08:48:23] *** Joins: nuuuciano (~luuuciano@replaced-ip )
986 [08:49:24] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
987 [08:49:59] *** Joins: savancik (~savant@replaced-ip )
988 [08:50:04] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 250 seconds)
989 [08:50:07] <jelly> Rembo, it depends, if the service was
restarted during patching then probably no. But udev is built from
systemd source these days so if you got new udev you probably got
new systemd as well, and if that's your /sbin/init, the safest
thing to do there is probably reboot
990 [08:50:23] *** Quits: kot0ff__ (~kot0ff@replaced-ip ) (Quit: Leaving)
991 [08:50:29] *** Joins: nuuuciano (~luuuciano@replaced-ip )
992 [08:50:59] *** Quits: tuxayo_ (~tuxayo@replaced-ip ) (Ping timeout: 250 seconds)
993 [08:52:02] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
994 [08:52:04] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 272 seconds)
995 [08:52:54] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 246 seconds)
996 [08:52:57] *** Joins: disposable2 (~Thunderbi@replaced-ip )
997 [08:54:11] *** Joins: [diablo] (~diablo]@replaced-ip )
998 [08:54:12] *** Joins: nuuuciano (~luuuciano@replaced-ip )
999 [08:54:12] *** Joins: encod3 (~encod3@replaced-ip )
1000 [08:56:09] *** Joins: f10 (~flo@replaced-ip )
1001 [08:56:53] *** Joins: cef (~cef@replaced-ip )
1002 [08:58:23] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1003 [08:58:49] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
1004 [08:59:25] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1005 [09:00:02] *** Joins: hudo (~hhudo_@replaced-ip )
1006 [09:00:02] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1007 [09:01:28] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1008 [09:02:06] *** Joins: iderik (~weechat@replaced-ip )
1009 [09:03:04] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1010 [09:03:09] *** Joins: Elirips (~Elirips@replaced-ip )
1011 [09:03:39] *** Joins: tuxayo_ (~tuxayo@replaced-ip )
1012 [09:04:19] *** Joins: booyah_ (~bb@replaced-ip )
1013 [09:04:33] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1014 [09:04:44] *** Joins: Codyer (~user@replaced-ip )
1015 [09:04:44] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1016 [09:05:17] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
1017 [09:06:02] *** Joins: [diablo] (~diablo]@replaced-ip )
1018 [09:06:08] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1019 [09:07:04] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1020 [09:07:15] *** Joins: eduardas_m (~eduardas@replaced-ip )
1021 [09:07:18] *** Quits: booyah (~bb@replaced-ip ) (Ping timeout: 244 seconds)
1022 [09:07:19] *** Quits: chuun (~user@replaced-ip ) (Ping timeout: 256 seconds)
1023 [09:07:49] *** Joins: a_l_b (~a_l_b@replaced-ip )
1024 [09:07:56] *** Joins: s8548a (~s8548a@replaced-ip )
1025 [09:07:58] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1026 [09:08:01] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1027 [09:08:59] *** Joins: chuun (~user@replaced-ip )
1028 [09:09:50] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
1029 [09:09:51] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1030 [09:10:17] *** Joins: crimastergogo (~crimaster@replaced-ip )
1031 [09:10:46] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1032 [09:10:46] *** Joins: z8z (~x@replaced-ip )
1033 [09:11:56] <z8z> Someone knows about a binary compare GUI
application for linux that works well like the one in Total
Commander for windows?
1034 [09:12:52] *** Joins: clemens3_ (~clemens@replaced-ip )
1035 [09:13:03] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
1036 [09:14:01] *** debhelper sets mode: +l 1438
1037 [09:14:07] *** Quits: eduardas_m (~eduardas@replaced-ip ) (Quit: Konversation terminated!)
1038 [09:14:23] *** Quits: sander^work (~sander@replaced-ip ) (Ping timeout: 250 seconds)
1039 [09:15:17] *** Joins: [diablo] (~diablo]@replaced-ip )
1040 [09:15:46] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 246 seconds)
1041 [09:16:36] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1042 [09:16:47] <nuxil> z8z, mc :p
1043 [09:17:35] *** Joins: oish (~charlie@replaced-ip )
1044 [09:17:56] *** Joins: firztspawn (~firztspaw@replaced-ip )
1045 [09:18:03] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1046 [09:18:27] *** Quits: aaii (~aaii@replaced-ip ) (Quit: Leaving)
1047 [09:18:33] <nuxil> z8z,
replaced-url
1048 [09:18:56] *** Quits: hudo (~hhudo_@replaced-ip ) (Quit: Leaving)
1049 [09:19:24] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1050 [09:19:32] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
1051 [09:19:48] <jelly> mc has a diff for binaries?
1052 [09:20:24] *** Quits: discovered (~discovere@replaced-ip ) (Ping timeout: 250 seconds)
1053 [09:20:47] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1054 [09:21:18] <nuxil> no. i sorry. i misread the question a bit.
tought he just wanted a replacement for tc.
1055 [09:21:36] *** Parts: floraline (~floraline@replaced-ip ) ()
1056 [09:21:42] *** Quits: sodaal (51c579fc@replaced-ip ) (Ping timeout: 250 seconds)
1057 [09:21:47] *** Joins: alex_pa (~alex_pa@replaced-ip )
1058 [09:22:08] *** Joins: nelsonhb (~Instantbi@replaced-ip )
1059 [09:23:28] *** Joins: him-cesjf (~cesjf@replaced-ip )
1060 [09:24:24] *** Joins: pax (~Thunderbi@replaced-ip )
1061 [09:25:34] <nuxil> krusader has a diff function. but it
depends on external tool. xxdiff , Kdediff or something.
1062 [09:26:03] *** Joins: yvy (~yvy@replaced-ip )
1063 [09:26:18] <z8z> nuxil: It only works for text files
1064 [09:26:33] <nuxil> oh :\
1065 [09:26:38] *** Joins: super_gollum (~ich@replaced-ip )
1066 [09:26:52] <z8z> Found this but have no idea if supported or
not. Have to check if debian has package too
1067 [09:26:54] <z8z>
replaced-url
1068 [09:28:11] <nuxil> no idea
1069 [09:28:48] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1070 [09:29:58] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1071 [09:30:59] <z8z> Good there is
1072 [09:31:10] <z8z> But it's CLI -_-
1073 [09:31:13] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1074 [09:31:43] <nuxil> sudo apt-get install colordiff
1075 [09:31:47] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1076 [09:31:53] <nuxil> colordiff -y <(xxd foo1.bin) <(xxd
foo2.bin)
1077 [09:31:57] <nuxil> :)
1078 [09:32:19] <nuxil>
replaced-url
1079 [09:32:49] *** Joins: airwind (~belovent@replaced-ip )
1080 [09:32:58] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1081 [09:33:02] <nuxil> and there is Dhex mention in post below
1082 [09:33:11] *** Joins: fedorafan (~fedorafan@replaced-ip )
1083 [09:33:42] *** Joins: pragomer (~pragomer@replaced-ip )
1084 [09:33:59] <nuxil>
replaced-url
1085 [09:34:01] <z8z> Jesus.....
1086 [09:34:17] *** Quits: pragomer (~pragomer@replaced-ip ) (Remote host closed the connection)
1087 [09:35:38] <nuxil> hehe :)
1088 [09:36:21] *** Parts: n1ce___________ (~n1ce@replaced-ip ) ()
1089 [09:36:22] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1090 [09:36:37] *** Quits: savancik (~savant@replaced-ip ) (Ping timeout: 268 seconds)
1091 [09:36:50] *** Quits: cps (~cps@replaced-ip ) (Quit: cps)
1092 [09:37:48] *** Joins: Guest78767 (~quassel@replaced-ip )
1093 [09:38:49] *** Quits: avu (~jan@replaced-ip ) (Quit: avu)
1094 [09:39:35] *** Joins: aspyct (~aspyct@replaced-ip )
1095 [09:40:01] *** Joins: discovered (~discovere@replaced-ip )
1096 [09:41:33] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
1097 [09:42:39] *** Joins: avu (~jan@replaced-ip )
1098 [09:42:40] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1099 [09:43:21] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1100 [09:43:54] *** Joins: msimpson (~msimpson@replaced-ip )
1101 [09:44:40] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1102 [09:45:11] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
1103 [09:45:40] *** Joins: crimastergogo (~crimaster@replaced-ip )
1104 [09:45:44] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1105 [09:46:49] *** Joins: cps (~cps@replaced-ip )
1106 [09:47:16] *** Joins: e-Ra (~Thunderbi@replaced-ip )
1107 [09:47:34] *** Quits: cps (~cps@replaced-ip ) (Client Quit)
1108 [09:47:35] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1109 [09:47:36] *** Joins: aso (~aso@replaced-ip )
1110 [09:48:13] *** Quits: msimpson (~msimpson@replaced-ip ) (Client Quit)
1111 [09:48:17] *** Joins: savancik (~savant@replaced-ip )
1112 [09:48:55] *** Joins: mrig (~mrig@replaced-ip )
1113 [09:49:12] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1114 [09:49:58] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1115 [09:51:03] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Quit: Quit)
1116 [09:51:04] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1117 [09:51:54] <e-Ra> Hi, can someone help me to boot debian from
a BIOS/GPT system with /boot on a software raid (metadata 1.2). The
installer finishes without any problems but on first boot I get the
following error "error: disk mduuid\<UID of the RAID
device> not found", then grub rescue
1118 [09:52:23] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1119 [09:52:24] *** Joins: [diablo] (~diablo]@replaced-ip )
1120 [09:52:28] *** Quits: aso (~aso@replaced-ip ) (Ping timeout: 250 seconds)
1121 [09:53:47] *** Quits: devios (~devios@replaced-ip ) (Disconnected by services)
1122 [09:53:59] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1123 [09:54:01] *** Joins: devios (~devios@replaced-ip )
1124 [09:54:03] *** debhelper sets mode: +l 1444
1125 [09:54:20] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1126 [09:55:19] *** Joins: got11_ (~live@replaced-ip )
1127 [09:56:07] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1128 [09:56:19] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1129 [09:56:48] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
1130 [09:56:54] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
1131 [09:57:15] *** Parts: Guest71656 (~aaron@replaced-ip ) ()
1132 [09:57:36] *** Joins: him-cesjf (~cesjf@replaced-ip )
1133 [09:57:43] *** Joins: Aaron (~aaron@replaced-ip )
1134 [09:57:55] *** Joins: oish (~charlie@replaced-ip )
1135 [09:58:27] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1136 [09:58:33] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1137 [09:58:54] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1138 [10:00:07] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1139 [10:00:29] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1140 [10:01:30] *** Joins: spidget (~spidget@replaced-ip )
1141 [10:01:33] *** Joins: woshty (~woshty@replaced-ip )
1142 [10:01:57] *** Joins: metnel (~metnel@replaced-ip )
1143 [10:02:11] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1144 [10:02:17] *** Joins: tagomago (~tagomago@replaced-ip )
1145 [10:03:44] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1146 [10:04:26] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
1147 [10:04:31] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1148 [10:04:47] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1149 [10:05:34] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
1150 [10:05:55] *** Joins: crimastergogo (~crimaster@replaced-ip )
1151 [10:06:07] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Remote host closed the connection)
1152 [10:06:26] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1153 [10:06:28] *** Joins: crimastergogo (~crimaster@replaced-ip )
1154 [10:06:40] *** Joins: hgnoel1980 (~hgnoel198@replaced-ip )
1155 [10:06:45] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
1156 [10:06:46] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1157 [10:07:56] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1158 [10:08:04] *** Quits: sinner (~themsay@replaced-ip ) (Ping timeout: 268 seconds)
1159 [10:08:13] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1160 [10:08:49] *** Joins: [diablo] (~diablo]@replaced-ip )
1161 [10:09:36] *** Joins: mavhc (~mavhc@replaced-ip )
1162 [10:11:06] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Client Quit)
1163 [10:11:30] *** Joins: crimastergogo (~crimaster@replaced-ip )
1164 [10:11:39] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1165 [10:13:08] *** Quits: mzf (~fakhraee@replaced-ip ) (Ping timeout: 272 seconds)
1166 [10:13:17] *** Quits: Guest78767 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1167 [10:13:21] *** Quits: coderphive (~coderphiv@replaced-ip ) (Remote host closed the connection)
1168 [10:13:26] *** Quits: savancik (~savant@replaced-ip ) (Ping timeout: 244 seconds)
1169 [10:13:45] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1170 [10:13:46] *** Quits: yvy (~yvy@replaced-ip ) (Read error: Connection reset by peer)
1171 [10:13:49] *** Joins: coderphive (~coderphiv@replaced-ip )
1172 [10:14:01] *** Joins: savancik (~savant@replaced-ip )
1173 [10:14:24] *** Joins: mzf (~fakhraee@replaced-ip )
1174 [10:14:29] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1175 [10:15:36] *** Joins: santig (~santig@replaced-ip )
1176 [10:15:37] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 246 seconds)
1177 [10:16:13] *** Joins: jnavila (~jnavila@replaced-ip )
1178 [10:16:45] *** Quits: bindi (~bindi@replaced-ip ) (Remote host closed the connection)
1179 [10:18:18] *** Joins: msimpson (~msimpson@replaced-ip )
1180 [10:18:39] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
1181 [10:20:44] *** Quits: bebbet (~bebbet@replaced-ip##) (Quit: ZNC 1.7.1+deb2+b1 - ##replaced-url
1182 [10:21:16] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1183 [10:21:25] *** Joins: [diablo] (~diablo]@replaced-ip )
1184 [10:21:26] *** Joins: masber (~masber@replaced-ip )
1185 [10:21:46] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1186 [10:21:47] *** Joins: bebbet (~bebbet@replaced-ip )
1187 [10:22:20] *** Joins: selroc (~selroc@replaced-ip )
1188 [10:22:37] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
1189 [10:23:46] *** Quits: masuberu (~masber@replaced-ip ) (Ping timeout: 244 seconds)
1190 [10:24:22] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Quit: Quit)
1191 [10:24:26] *** Joins: _MrGr33n_ (~None@replaced-ip )
1192 [10:25:41] *** Joins: Kevlar_Noir (~lexou@replaced-ip )
1193 [10:25:46] *** Quits: savancik (~savant@replaced-ip ) (Quit: WeeChat 2.3)
1194 [10:27:06] *** Joins: him-cesjf (~cesjf@replaced-ip )
1195 [10:27:40] *** Quits: Mr_Gr33n (~None@replaced-ip ) (Ping timeout: 252 seconds)
1196 [10:29:14] *** Joins: knidos (~knidos@replaced-ip )
1197 [10:29:44] *** Joins: mavhc (~mavhc@replaced-ip )
1198 [10:29:52] *** Quits: Kevlar_Noir (~lexou@replaced-ip ) (Client Quit)
1199 [10:30:20] <leibniz> i want a easy bot to run
1200 [10:30:36] *** Joins: spidget_ (~spidget@replaced-ip )
1201 [10:30:51] *** Joins: Kevlar_Noir (~lexou@replaced-ip )
1202 [10:30:55] <at0m> leibniz: for what purpose?
1203 [10:31:06] <leibniz> idk trivia or weather or something
1204 [10:31:08] <leibniz> yt
1205 [10:31:11] <at0m> i guess different bots are good at
different things
1206 [10:31:14] <at0m> ok
1207 [10:31:17] <leibniz> maybe a tay bot
1208 [10:31:23] <leibniz> benes
1209 [10:31:25] <at0m> supybot? idk
1210 [10:31:52] *** Joins: oo_miguel (~miguel@replaced-ip )
1211 [10:33:35] *** Quits: spidget (~spidget@replaced-ip ) (Ping timeout: 244 seconds)
1212 [10:33:51] *** Quits: [diablo] (~diablo]@replaced-ip ) (Quit: Ping timeout (120 seconds))
1213 [10:35:49] *** Joins: stitched_unicorn (~Red@replaced-ip )
1214 [10:37:20] *** Joins: monstar_ (~mitya@replaced-ip )
1215 [10:37:41] *** Joins: [diablo] (~diablo]@replaced-ip )
1216 [10:37:42] *** Quits: roshanavand (~Thunderbi@replaced-ip ) (Quit: Gone planting!)
1217 [10:37:58] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
1218 [10:38:57] *** Quits: gerforce (~b0urne@replaced-ip ) (Ping timeout: 246 seconds)
1219 [10:41:21] *** Quits: [diablo] (~diablo]@replaced-ip ) (Client Quit)
1220 [10:42:00] *** Joins: spidget (~spidget@replaced-ip )
1221 [10:43:01] *** Joins: n4dir (~n4dir@replaced-ip )
1222 [10:43:48] *** Quits: bltzfsck (~bltzfsck@replaced-ip ) (Ping timeout: 245 seconds)
1223 [10:44:07] *** Quits: spidget_ (~spidget@replaced-ip ) (Ping timeout: 240 seconds)
1224 [10:44:40] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 246 seconds)
1225 [10:44:46] *** Joins: [diablo] (~diablo]@replaced-ip )
1226 [10:45:42] *** Joins: spidget_ (~spidget@replaced-ip )
1227 [10:46:00] *** Joins: bltzfsck (~bltzfsck@replaced-ip )
1228 [10:46:38] *** Quits: spidget (~spidget@replaced-ip ) (Ping timeout: 250 seconds)
1229 [10:46:46] *** Joins: dreamon (~dreamon@replaced-ip )
1230 [10:47:10] *** Joins: cps (~cps@replaced-ip )
1231 [10:48:18] *** Joins: Sleepy63 (~Sleepy63@replaced-ip )
1232 [10:48:19] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
1233 [10:48:23] *** Joins: pragomer (~pragomer@replaced-ip )
1234 [10:48:28] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
1235 [10:49:11] *** Joins: n_1-c_k (~nick@replaced-ip )
1236 [10:49:27] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1237 [10:50:30] *** Quits: metnel (~metnel@replaced-ip ) (Ping timeout: 272 seconds)
1238 [10:54:02] *** debhelper sets mode: +l 1452
1239 [10:54:31] *** Joins: fightthewalrus (~user@replaced-ip )
1240 [10:54:44] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
1241 [10:54:47] <leibniz> Error opening messages logfile
(logs/messages.log). Generally, this is because you are running
Supybot in a directory you don't have permissions to add files
in, or you're running Supybot as a different user than you
normal do. The original error was: IOError: [Errno 13] Permission
denied: '/home/trev/supybot/logs/messages.log'
1242 [10:55:02] *** Quits: cps (~cps@replaced-ip ) (Quit: cps)
1243 [10:55:18] *** Quits: [diablo] (~diablo]@replaced-ip ) (Ping timeout: 250 seconds)
1244 [10:55:22] <joepublic> nice bot, trev
1245 [10:57:07] *** Quits: hakash_ (~hakash@replaced-ip ) (Ping timeout: 240 seconds)
1246 [10:57:19] *** Joins: p3rs3us (~jduro@replaced-ip )
1247 [10:57:52] *** Joins: pax (~Thunderbi@replaced-ip )
1248 [10:58:52] *** Quits: spidget_ (~spidget@replaced-ip ) (Quit: leaving)
1249 [10:59:43] *** Joins: spidget (~spidget@replaced-ip )
1250 [10:59:56] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 244 seconds)
1251 [11:00:34] *** Joins: oish (~charlie@replaced-ip )
1252 [11:00:35] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1253 [11:00:59] *** Joins: killian99 (~killian99@replaced-ip )
1254 [11:01:15] *** Quits: stenrose (~martin@replaced-ip ) (Remote host closed the connection)
1255 [11:01:42] *** Joins: AimHere (~David@replaced-ip )
1256 [11:02:57] *** Quits: altker128 (~vr@replaced-ip ) (Ping timeout: 268 seconds)
1257 [11:03:05] *** Joins: vr_ (~vr@replaced-ip )
1258 [11:03:07] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1259 [11:03:17] *** Quits: gem808 (~Thunderbi@replaced-ip ) (Quit: gem808)
1260 [11:04:07] *** Joins: Guest83 (d444e4a6@replaced-ip )
1261 [11:04:16] *** Parts: Guest83 (d444e4a6@replaced-ip ) ()
1262 [11:06:03] *** Quits: skrying (~skrying@replaced-ip ) (Quit: skrying)
1263 [11:06:18] *** Joins: crimastergogo (~crimaster@replaced-ip )
1264 [11:07:29] *** Quits: CaptainN (zelda@replaced-ip ) (Quit: I have to pee!)
1265 [11:08:47] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 240 seconds)
1266 [11:10:06] *** Joins: [diablo] (~diablo]@replaced-ip )
1267 [11:12:50] *** Quits: neuraload (~marius@replaced-ip ) (Quit: This computer has gone to sleep)
1268 [11:12:54] *** Quits: tmiland (~c0a80202@replaced-ip ) (Ping timeout: 246 seconds)
1269 [11:13:23] *** Joins: tmiland (~c0a80202@replaced-ip )
1270 [11:13:36] *** Quits: spithash (~spithash@replaced-ip ) (Quit: Leaving)
1271 [11:13:50] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
1272 [11:16:35] *** Quits: got11_ (~live@replaced-ip ) (Ping timeout: 250 seconds)
1273 [11:16:46] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1274 [11:17:47] *** Joins: mixu_ (554c3359@replaced-ip )
1275 [11:18:53] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
1276 [11:19:02] *** Joins: catsup (~d@replaced-ip )
1277 [11:19:30] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
1278 [11:19:35] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
1279 [11:19:45] *** Quits: mixu_ (554c3359@replaced-ip ) (Client Quit)
1280 [11:19:53] *** Joins: s8548a (~s8548a@replaced-ip )
1281 [11:20:00] *** Quits: nuxil (~nuxil@replaced-ip ) (Ping timeout: 250 seconds)
1282 [11:20:26] *** Joins: catsup (d@replaced-ip )
1283 [11:22:59] *** Joins: pragomer (~pragomer@replaced-ip )
1284 [11:23:53] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1285 [11:24:01] *** debhelper sets mode: +l 1446
1286 [11:26:12] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
1287 [11:26:44] *** Joins: crimastergogo (~crimaster@replaced-ip )
1288 [11:30:49] *** Joins: derlg (~derlg@replaced-ip )
1289 [11:33:11] *** Quits: selroc (~selroc@replaced-ip ) (Quit: Leaving)
1290 [11:36:33] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
1291 [11:37:54] *** Joins: crimastergogo (~crimaster@replaced-ip )
1292 [11:45:57] *** Joins: amcorreia (~amcorreia@replaced-ip )
1293 [11:46:14] *** Quits: discovered (~discovere@replaced-ip ) (Ping timeout: 272 seconds)
1294 [11:46:43] *** Joins: j0seph (~quassel@replaced-ip )
1295 [11:47:54] *** Quits: fightthewalrus (~user@replaced-ip ) (Ping timeout: 246 seconds)
1296 [11:49:42] *** Joins: discovered (~discovere@replaced-ip )
1297 [11:50:50] *** Joins: kirk781 (~kirk781@replaced-ip )
1298 [11:52:41] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
1299 [11:53:30] *** Joins: hakash_ (~hakash@replaced-ip )
1300 [11:57:11] *** Joins: roshanavand (~Thunderbi@replaced-ip )
1301 [12:00:13] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1302 [12:00:24] *** Joins: v01t (~v01t@replaced-ip )
1303 [12:05:10] *** Joins: traveltissues (~traveltis@replaced-ip )
1304 [12:07:42] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 268 seconds)
1305 [12:08:58] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 250 seconds)
1306 [12:09:24] <HD|Laptop> can I transform *all* swap usage
graphs from a pie chart to a graph chart?
1307 [12:09:52] <HD|Laptop> also, can I overlay graphs, for
example CPU Load, IO Load, RAM usage, Swap Usage?
1308 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1309 [12:10:18] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 272 seconds)
1310 [12:10:59] *** Joins: dselect (~dselect@replaced-ip )
1311 [12:12:00] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Disconnected by services)
1312 [12:12:08] <HD|Laptop> oh sorry, wrong channel.
1313 [12:12:31] *** Joins: ^Obi-Wan^ (~obi-wan@replaced-ip )
1314 [12:13:44] *** Quits: eb0t (~eblip@replaced-ip ) (Ping timeout: 250 seconds)
1315 [12:13:53] *** Joins: Swamy^ (~Swamy@replaced-ip )
1316 [12:14:32] *** Parts: ^Obi-Wan^ (~obi-wan@replaced-ip ) ()
1317 [12:14:36] *** Parts: Swamy^ (~Swamy@replaced-ip ) ()
1318 [12:14:44] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
1319 [12:15:40] *** Joins: Tom01 (~tom@replaced-ip )
1320 [12:16:30] *** Joins: D0c70rWh0 (~D0c70rWh0@replaced-ip )
1321 [12:16:57] *** Joins: Mazhive_one (~Mazhive@replaced-ip )
1322 [12:17:26] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Ping timeout: 244 seconds)
1323 [12:17:54] *** Joins: basnevod (~dmitry@replaced-ip )
1324 [12:18:26] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
1325 [12:20:05] *** Joins: olegfusion (~olegfusio@replaced-ip )
1326 [12:20:47] *** Joins: scream (~scream@replaced-ip )
1327 [12:21:12] *** Joins: TomyWork (~tomy@replaced-ip )
1328 [12:22:25] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
1329 [12:24:02] *** debhelper sets mode: +l 1452
1330 [12:24:06] *** Quits: alex_pa (~alex_pa@replaced-ip ) (Remote host closed the connection)
1331 [12:27:08] *** Joins: shellclear (~paulo@replaced-ip )
1332 [12:27:55] *** Joins: neuraload (~marius@replaced-ip )
1333 [12:28:33] *** Joins: irene_ (~ircap@replaced-ip )
1334 [12:29:11] *** Joins: AvatarA (~avatara@replaced-ip )
1335 [12:29:15] *** Quits: cybercrypto (~morpheus@replaced-ip ) (Quit: Konversation terminated!)
1336 [12:30:51] *** Quits: sbencherif (~sbencheri@replaced-ip ) (Ping timeout: 252 seconds)
1337 [12:31:00] *** Joins: fsociety10 (~fsociety1@replaced-ip )
1338 [12:31:23] *** fsociety10 is now known as Guest73084
1339 [12:31:50] *** Joins: nix64bit (~Thunderbi@replaced-ip )
1340 [12:32:52] *** Joins: rpifan (~rpifan@replaced-ip )
1341 [12:34:35] *** Joins: eb0t (~eblip@replaced-ip )
1342 [12:34:36] *** Joins: luizbag (~luizbag@replaced-ip )
1343 [12:34:38] *** Quits: Guest73084 (~fsociety1@replaced-ip ) (Client Quit)
1344 [12:34:43] *** Joins: broesel (~broesel@replaced-ip )
1345 [12:35:49] *** Joins: Guest73084 (~fsociety1@replaced-ip )
1346 [12:35:50] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 250 seconds)
1347 [12:36:36] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1348 [12:36:38] <Guest73084> hello
1349 [12:36:44] *** Guest73084 is now known as fsociety10
1350 [12:36:48] <fsociety10> hi
1351 [12:37:15] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 246 seconds)
1352 [12:37:57] *** Joins: tvgit (~tvgit@replaced-ip )
1353 [12:38:05] *** Parts: fsociety10 (~fsociety1@replaced-ip ) ()
1354 [12:38:21] *** Parts: D0c70rWh0 (~D0c70rWh0@replaced-ip ) ("Konversation terminated!")
1355 [12:39:31] *** Parts: tvgit (~tvgit@replaced-ip ) ()
1356 [12:43:09] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1357 [12:43:37] *** Joins: tvgit (~tvgit@replaced-ip )
1358 [12:43:51] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
1359 [12:44:46] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
1360 [12:45:11] *** Joins: s8548a (~s8548a@replaced-ip )
1361 [12:45:29] *** Parts: tvgit (~tvgit@replaced-ip ) ()
1362 [12:46:07] *** Quits: Zongva (~ole@replaced-ip ) (Ping timeout: 240 seconds)
1363 [12:49:43] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1364 [12:49:51] *** Quits: j0seph (~quassel@replaced-ip ) (Remote host closed the connection)
1365 [12:50:31] *** Quits: xnaclay (~xnaclay@replaced-ip ) (Ping timeout: 260 seconds)
1366 [12:50:33] *** Quits: SirNeo (~sirneo@replaced-ip ) (Ping timeout: 246 seconds)
1367 [12:50:37] *** Quits: spectral` (~julian@replaced-ip ) (Ping timeout: 250 seconds)
1368 [12:50:39] *** Quits: sonicdee (~linushec@replaced-ip ) (Ping timeout: 252 seconds)
1369 [12:51:40] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
1370 [12:52:01] *** Joins: tvgit (~tvgit@replaced-ip )
1371 [12:56:16] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: Lost terminal)
1372 [12:56:19] *** Quits: TomyWork (~tomy@replaced-ip ) (Remote host closed the connection)
1373 [12:56:32] *** Joins: selroc (~selroc@replaced-ip )
1374 [12:56:38] *** Quits: tmiland (~c0a80202@replaced-ip ) (Ping timeout: 250 seconds)
1375 [12:56:43] *** Joins: zeden (~user@replaced-ip )
1376 [12:58:01] *** Parts: tvgit (~tvgit@replaced-ip ) ()
1377 [12:58:32] *** Joins: tmiland (~c0a80202@replaced-ip )
1378 [12:58:48] *** Joins: tvgit (~tvgit@replaced-ip )
1379 [12:58:57] *** Joins: fightthewalrus (~user@replaced-ip )
1380 [12:59:05] *** Joins: tivog (~root@replaced-ip )
1381 [12:59:16] *** Parts: tvgit (~tvgit@replaced-ip ) ()
1382 [12:59:24] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Remote host closed the connection)
1383 [13:00:24] *** Joins: InvisibleRasta (~Invisible@replaced-ip )
1384 [13:00:33] *** Parts: tivog (~root@replaced-ip ) ()
1385 [13:00:38] *** Joins: Slashman (~Slash@replaced-ip )
1386 [13:00:58] <InvisibleRasta> hello guys where can i find the
9.6 iso with iwlwifi drivers included? i once had a link to it but i
cant find it in the repos anymore
1387 [13:01:11] *** Quits: teclo- (42@replaced-ip ) (Quit: The universe is slowing down and will reach a complete
stop)
1388 [13:01:56] *** Quits: kapil____ (uid36151@replaced-ip ) (Quit: Connection closed for inactivity)
1389 [13:02:48] *** Joins: MrCoffee (coffee@replaced-ip )
1390 [13:03:22] *** Joins: spectral` (~julian@replaced-ip )
1391 [13:03:22] *** Quits: spectral` (~julian@replaced-ip ) (Changing host)
1392 [13:03:22] *** Joins: spectral` (~julian@replaced-ip )
1393 [13:03:45] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
1394 [13:04:38] *** Joins: xnaclay (~xnaclay@replaced-ip )
1395 [13:04:46] *** Joins: sonicdee (~linushec@replaced-ip )
1396 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1397 [13:05:27] *** Joins: dpkg (~dpkg@replaced-ip )
1398 [13:07:53] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
1399 [13:08:14] *** Joins: _13LACK_ (~Kvirc@replaced-ip )
1400 [13:08:57] *** Joins: teclo- (42@replaced-ip )
1401 [13:08:59] <spidget> these ones?
replaced-url
1402 [13:10:14] *** Joins: SirNeo (~sirneo@replaced-ip )
1403 [13:10:35] *** Joins: masuberu (~masber@replaced-ip )
1404 [13:10:44] *** Joins: olric (~olricnone@replaced-ip )
1405 [13:11:10] *** Quits: selroc (~selroc@replaced-ip ) (Quit: Leaving)
1406 [13:11:34] *** Joins: BCMM (~BCMM@replaced-ip )
1407 [13:11:42] *** Quits: shellclear (~paulo@replaced-ip ) (Quit: shellclear)
1408 [13:12:05] *** Quits: olric (~olricnone@replaced-ip ) (Client Quit)
1409 [13:12:15] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1410 [13:12:27] *** Quits: masber (~masber@replaced-ip ) (Ping timeout: 240 seconds)
1411 [13:12:45] *** Joins: encod3 (~encod3@replaced-ip )
1412 [13:13:27] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Read error: Connection reset by peer)
1413 [13:13:55] *** Joins: him-cesjf (~cesjf@replaced-ip )
1414 [13:14:01] *** debhelper sets mode: +l 1458
1415 [13:14:21] *** Joins: olric (~olricnone@replaced-ip )
1416 [13:15:12] <InvisibleRasta> spidget: i am not sue cause i
downloaded firmware-9.6.0-amd64-netinst.iso thinking it would have
the iwlwifi drivers but when the installer loaded it didnt detect
the wifi drivers
1417 [13:15:14] *** Quits: olric (~olricnone@replaced-ip ) (Client Quit)
1418 [13:15:43] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 250 seconds)
1419 [13:17:06] *** Joins: afuentes (~kusanagi@replaced-ip )
1420 [13:17:33] *** Quits: encod3 (~encod3@replaced-ip ) (Ping timeout: 245 seconds)
1421 [13:18:07] *** Joins: kapil____ (uid36151@replaced-ip )
1422 [13:18:11] *** Joins: odelr (~tomahawk@replaced-ip )
1423 [13:18:43] *** Joins: matthelmke (~matthelmk@replaced-ip )
1424 [13:19:14] *** Quits: guiverc (~guiverc@replaced-ip ) (Ping timeout: 268 seconds)
1425 [13:21:39] *** Joins: Brainium (~brainium@replaced-ip )
1426 [13:23:18] <InvisibleRasta> anyo11-10 12:ne there?
1427 [13:23:24] <InvisibleRasta> anyone*
1428 [13:24:21] *** Joins: himcesjf_ (~cesjf@replaced-ip )
1429 [13:24:22] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Ping timeout: 250 seconds)
1430 [13:24:22] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 250 seconds)
1431 [13:24:23] *** himcesjf_ is now known as him-cesjf
1432 [13:26:29] *** Joins: Brigo (~Brigo@replaced-ip )
1433 [13:26:36] *** Quits: odelr (~tomahawk@replaced-ip ) (Quit: Leaving)
1434 [13:28:00] *** Quits: spidget (~spidget@replaced-ip ) (Ping timeout: 246 seconds)
1435 [13:28:42] *** Joins: spidget (~spidget@replaced-ip )
1436 [13:30:05] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
1437 [13:30:54] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1438 [13:31:01] *** Joins: SanchoPensa (~azteca@replaced-ip )
1439 [13:31:57] *** Quits: seekr (~seekr@replaced-ip ) (Read error: Connection reset by peer)
1440 [13:31:57] *** Quits: nwm (~nwm@replaced-ip ) (Read error: Connection reset by peer)
1441 [13:32:00] *** Joins: anglophilic (~seekr@replaced-ip )
1442 [13:32:04] *** Quits: InvisibleRasta (~Invisible@replaced-ip ) (Quit: WeeChat 2.3)
1443 [13:32:59] *** Joins: nwm (~nwm@replaced-ip )
1444 [13:33:15] *** Quits: spidget (~spidget@replaced-ip ) (Ping timeout: 246 seconds)
1445 [13:36:29] *** Quits: anglophilic (~seekr@replaced-ip ) (Client Quit)
1446 [13:36:50] *** Joins: seekr (~seekr@replaced-ip )
1447 [13:36:50] *** Quits: seekr (~seekr@replaced-ip ) (Changing host)
1448 [13:36:50] *** Joins: seekr (~seekr@replaced-ip )
1449 [13:37:28] *** Joins: encod3 (~encod3@replaced-ip )
1450 [13:38:44] *** Quits: Aaron (~aaron@replaced-ip ) (Remote host closed the connection)
1451 [13:40:00] *** Joins: Codyer (~user@replaced-ip )
1452 [13:40:10] *** Joins: dez (uid92154@replaced-ip )
1453 [13:41:07] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 240 seconds)
1454 [13:41:08] <darxmurf> InvisibleRasta: is you get the drivers
on a separate USB key, it will load them during installation
1455 [13:41:20] *** Joins: tony_ (~tony@replaced-ip )
1456 [13:41:26] *** Quits: killian99 (~killian99@replaced-ip ) (Quit: Quitte)
1457 [13:41:51] *** Quits: RadioElite (~tony@replaced-ip ) (Ping timeout: 260 seconds)
1458 [13:43:09] *** Joins: tyranny12 (~blarg@replaced-ip )
1459 [13:43:09] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1460 [13:43:09] *** Joins: tyranny12 (~blarg@replaced-ip )
1461 [13:43:28] *** Quits: MrCoffee (coffee@replaced-ip ) (Quit: Lost terminal)
1462 [13:43:35] *** Joins: supercoven (~quassel@replaced-ip )
1463 [13:44:32] *** Joins: sbencherif (~sbencheri@replaced-ip )
1464 [13:44:45] *** Quits: acidoverflow (~acidoverf@replaced-ip ) (Ping timeout: 244 seconds)
1465 [13:44:46] *** Joins: ae-35 (~ae-35@replaced-ip )
1466 [13:45:45] *** Quits: acidover1low (~acidoverf@replaced-ip ) (Ping timeout: 268 seconds)
1467 [13:47:54] *** Quits: spectral` (~julian@replaced-ip##) (Quit: Free ZNC ~ Powered by LunarBNC:
##replaced-url
1468 [13:48:05] *** Quits: xnaclay (~xnaclay@replaced-ip##) (Quit: Free ZNC ~ Powered by LunarBNC:
##replaced-url
1469 [13:48:36] *** Quits: sonicdee (~linushec@replaced-ip ) (Quit: byby)
1470 [13:48:41] *** Joins: Cujo26 (~Cujo26@replaced-ip )
1471 [13:51:12] *** Joins: platvoeten (~platvoete@replaced-ip )
1472 [13:51:19] *** Quits: SirNeo (~sirneo@replaced-ip##) (Quit: ##replaced-url
1473 [13:51:48] *** Quits: tmiland (~c0a80202@replaced-ip##) (Quit: The Lounge - ##replaced-url
1474 [13:52:07] *** Joins: tmiland (~c0a80202@replaced-ip )
1475 [13:52:33] *** Joins: BlueByte (~walther@replaced-ip )
1476 [13:54:41] *** Quits: elios (~tba@replaced-ip ) (Remote host closed the connection)
1477 [13:56:18] *** Joins: xnaclay (~xnaclay@replaced-ip )
1478 [13:56:25] *** Joins: semeion (~semeion@replaced-ip )
1479 [13:57:03] *** Joins: sonicdee (~linushec@replaced-ip )
1480 [13:58:41] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1481 [13:59:44] *** Joins: spectral` (~julian@replaced-ip )
1482 [13:59:44] *** Quits: spectral` (~julian@replaced-ip ) (Changing host)
1483 [13:59:44] *** Joins: spectral` (~julian@replaced-ip )
1484 [14:00:49] *** Joins: Freenoodle (~Bratwurst@replaced-ip )
1485 [14:01:27] *** Joins: elios (~tba@replaced-ip )
1486 [14:01:53] *** Joins: SirNeo (~sirneo@replaced-ip )
1487 [14:04:02] *** debhelper sets mode: +l 1464
1488 [14:05:03] *** Joins: sinner (~themsay@replaced-ip )
1489 [14:06:02] *** Joins: sbencherif_ (~sbencheri@replaced-ip )
1490 [14:06:11] *** Quits: Zgrokl (~MZgrokl_@replaced-ip ) (Remote host closed the connection)
1491 [14:06:13] *** Quits: sinner (~themsay@replaced-ip ) (Read error: Connection reset by peer)
1492 [14:06:20] *** Joins: sinner (~themsay@replaced-ip )
1493 [14:06:27] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 244 seconds)
1494 [14:06:39] *** Joins: Bordolino (c82b7431@replaced-ip )
1495 [14:08:08] *** Quits: luizbag (~luizbag@replaced-ip ) (Ping timeout: 250 seconds)
1496 [14:11:08] *** Joins: TomyWork (~tomy@replaced-ip )
1497 [14:11:48] *** Joins: mavhc (~mavhc@replaced-ip )
1498 [14:16:17] *** Joins: perique (~peri@replaced-ip )
1499 [14:16:25] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 250 seconds)
1500 [14:17:16] *** Joins: vizius00 (~vizius00@replaced-ip )
1501 [14:17:17] <darxmurf> I have some issues with my audio, I
can't play 2 sources anymore at the same time
1502 [14:17:46] <darxmurf> when youtube is playing a video and I
try to launch something on audacious, it says that ALSA is busy
1503 [14:17:55] *** Quits: murii (~pi@replaced-ip ) (Quit: leaving)
1504 [14:19:34] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
1505 [14:20:15] *** Joins: luizbag (~luizbag@replaced-ip )
1506 [14:20:24] *** Quits: devios (~devios@replaced-ip ) (Ping timeout: 244 seconds)
1507 [14:20:35] *** Joins: cryptodan (~cryptodan@replaced-ip )
1508 [14:20:42] *** Joins: spidget (~spidget@replaced-ip )
1509 [14:21:27] *** Joins: devios (~devios@replaced-ip )
1510 [14:22:52] *** Joins: mavhc (~mavhc@replaced-ip )
1511 [14:23:09] *** Quits: sbencherif (~sbencheri@replaced-ip ) (Quit: Leaving)
1512 [14:23:22] *** Joins: murii (~pi@replaced-ip )
1513 [14:23:31] <furrymcgee> what did you change when it stopped
playing 2 sources
1514 [14:23:51] *** Joins: oish_ (~charlie@replaced-ip )
1515 [14:24:01] *** debhelper sets mode: +l 1470
1516 [14:24:07] *** Quits: rlange_ (~rlange@replaced-ip ) (Ping timeout: 240 seconds)
1517 [14:24:21] <darxmurf> hmm nothing except maybe apt-get
upgrade/dist-upgrade
1518 [14:24:40] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1519 [14:26:06] <darxmurf> I don't have any asound.conf file,
I should have one no ?
1520 [14:26:16] *** Joins: rlange_ (~rlange@replaced-ip )
1521 [14:28:05] *** Joins: stenrose (~martin@replaced-ip )
1522 [14:28:28] <darxmurf> weird, all the things I find on the web
sound like "complicated"
1523 [14:28:33] *** Parts: broesel (~broesel@replaced-ip ) ()
1524 [14:30:17] *** Quits: mo1991 (~mo1991@replaced-ip ) (Ping timeout: 272 seconds)
1525 [14:30:59] <furrymcgee> is this only with your browser as a
audio source?
1526 [14:31:18] *** Joins: pax (~Thunderbi@replaced-ip )
1527 [14:32:05] *** Quits: trytus (c12ebbfc@replaced-ip ) (Ping timeout: 256 seconds)
1528 [14:32:17] *** Parts: Cujo26 (~Cujo26@replaced-ip ) ("Leaving")
1529 [14:32:53] *** Quits: faw_ (~faw@replaced-ip ) (Ping timeout: 250 seconds)
1530 [14:34:38] *** Joins: got11_ (~live@replaced-ip )
1531 [14:34:50] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1532 [14:36:13] *** Joins: tyranny12 (~blarg@replaced-ip )
1533 [14:36:13] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1534 [14:36:13] *** Joins: tyranny12 (~blarg@replaced-ip )
1535 [14:36:26] *** Quits: BCMM (~BCMM@replaced-ip ) (Read error: Connection reset by peer)
1536 [14:36:47] *** Quits: Ryushin (chris@replaced-ip ) (Ping timeout: 250 seconds)
1537 [14:39:31] *** Joins: nibble_zero_two (~nibble_ze@replaced-ip )
1538 [14:40:15] *** Quits: tony_ (~tony@replaced-ip ) (Ping timeout: 250 seconds)
1539 [14:40:57] *** Quits: ae-35 (~ae-35@replaced-ip ) (Quit: leaving)
1540 [14:41:09] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 246 seconds)
1541 [14:41:18] <darxmurf> I'll try that asap
1542 [14:41:26] *** Joins: RadioElite (~tony@replaced-ip )
1543 [14:41:43] *** Joins: ae-35 (~ae-35@replaced-ip )
1544 [14:42:22] *** Joins: tyranny12 (~blarg@replaced-ip )
1545 [14:42:22] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1546 [14:42:22] *** Joins: tyranny12 (~blarg@replaced-ip )
1547 [14:42:47] *** Quits: nibble_zero (~nibble_ze@replaced-ip ) (Ping timeout: 240 seconds)
1548 [14:44:03] <darxmurf> same issue when I play something with
audacious and then I open a MP3 with vlc
1549 [14:44:08] *** Joins: reffle (~reffle@replaced-ip )
1550 [14:46:13] *** Joins: orphean (~Orphean@replaced-ip )
1551 [14:47:50] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1552 [14:49:07] <furrymcgee> hm I dont know maybe someone else or
you could ask in #alsa
1553 [14:49:26] <darxmurf> okay
1554 [14:50:12] *** Joins: dreamon (~dreamon@replaced-ip )
1555 [14:50:13] *** Joins: pragomer (~pragomer@replaced-ip )
1556 [14:50:57] *** Joins: spackle259 (~spackle25@replaced-ip )
1557 [14:53:47] *** Joins: Haudegen (~quassel@replaced-ip )
1558 [14:56:39] *** Joins: CrystalMath (~coderain@replaced-ip )
1559 [14:56:44] *** Joins: atomicCyborg (~atomicCyb@replaced-ip )
1560 [14:57:41] *** Joins: PPaFin (~PPaFin@replaced-ip )
1561 [14:58:35] *** Joins: nuxil (~nuxil@replaced-ip )
1562 [14:58:43] <nuxil> hi..
1563 [14:59:24] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 272 seconds)
1564 [14:59:56] *** Joins: alexandros_tab (~quassel@replaced-ip )
1565 [14:59:57] *** Joins: alexandros (~quassel@replaced-ip )
1566 [15:00:14] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
1567 [15:01:09] <nuxil> stupid me.. i managed to remove my sound.,
"i was follow some idiotic guid" i rand the command
pulsaudio -k and now there is no more sound.
1568 [15:01:29] <nuxil> now do i get my sound back?
1569 [15:01:57] <trysten> nuxil: you can always reboot. But try
systemctl restart pulseaudio
1570 [15:02:07] <nuxil> i have rebooted
1571 [15:02:49] *** Quits: semeion (~semeion@replaced-ip ) (Read error: Connection reset by peer)
1572 [15:02:54] <nuxil> Failed to restart pulseaudio.service: Unit
pulseaudio.service not found.
1573 [15:03:02] <nuxil> i think maybe my system uses alsa?
1574 [15:03:18] *** Quits: AvatarA (~avatara@replaced-ip ) (Quit: Leaving)
1575 [15:03:39] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
1576 [15:04:45] <trysten> If 'pulseaudio -k' was the
problem, rebooting would have fixed it.
1577 [15:05:10] *** Parts: Bordolino (c82b7431@replaced-ip ) ()
1578 [15:05:45] <nuxil> well. i have rebooted. and my speaker icon
on the panel in my kde shows now sound. and when i go into the
settings. its there is no sound card listed.
1579 [15:05:55] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 268 seconds)
1580 [15:06:11] *** Joins: broseph (~broseph@replaced-ip )
1581 [15:06:14] *** Quits: rpifan (~rpifan@replaced-ip ) (Read error: Connection reset by peer)
1582 [15:06:32] *** Joins: rpifan (~rpifan@replaced-ip )
1583 [15:06:35] <nuxil> *shows "no" sound
1584 [15:06:44] <furrymcgee> you dont need both alsa and
pulseaudio
1585 [15:07:01] *** Quits: Raed (~Raed@replaced-ip ) (Ping timeout: 260 seconds)
1586 [15:07:07] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 240 seconds)
1587 [15:07:08] <cryptodan> doesnt alsa provide the driver for the
audio card?
1588 [15:07:19] <nuxil> well. i dont know what my system uses. i
just googled linux discord cracking sound.
1589 [15:07:25] <nuxil> and i tried to follow this guide
replaced-url
1590 [15:07:38] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 272 seconds)
1591 [15:07:42] <cryptodan> nuxil: tried using something lighter
then kde?
1592 [15:07:52] <trysten> cryptodan: incorrect answer
1593 [15:08:08] <trysten> nuxil: run 'speaker-test'
1594 [15:08:22] <cryptodan> why is it incorrect?
1595 [15:08:54] <trysten> cryptodan: sorry if that was curt. What
I mean is don't be making suggestions without even trying to
fix the problem. It likely has little/nothing to do with KDE
1596 [15:08:54] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
1597 [15:09:05] *** Parts: spackle259 (~spackle25@replaced-ip ) ("WeeChat 1.6")
1598 [15:09:06] <nuxil> cryptodan, well. gnome3 can go suck it.
and no im happy with kde as my desktop.. have tried mate|xfce etc.
have lubuntu running on a old pc tho.
1599 [15:09:13] <trysten> aaaaaand that's why
1600 [15:09:37] *** Joins: mibo (~mibo@replaced-ip )
1601 [15:09:42] <nuxil> *now happy
1602 [15:09:42] <cryptodan> and did you experience the crackling
there on the lighter end desktops
1603 [15:10:12] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
1604 [15:10:45] <nuxil> dude. seriousely.. im not gonna go swap DE
just cos a app is making cracking sound. i like kde. so i will try
and find a solution to the problem. however i kind of messed it up.
1605 [15:10:53] <trysten> nuxil: did you make the
'tsched=0' modification?
1606 [15:10:58] <cryptodan> okay fine
1607 [15:11:22] <trysten> cryptodan: see? incorrect answer :P
1608 [15:11:23] *** Joins: rpifan_ (~rpifan@replaced-ip )
1609 [15:11:24] *** Joins: debiantonio (~debianton@replaced-ip )
1610 [15:11:37] <trysten> cryptodan: I'm not trying to be
rude, but I feel rude.
1611 [15:11:47] <nuxil> trysten, yes at the end of my
/etc/pulse/default file i added: load-module module-udev-detect
tsched=0
1612 [15:11:48] *** Quits: geofox (~geofox@replaced-ip##) (Quit: ZNC - ##replaced-url
1613 [15:12:01] <trysten> nuxil: undo the changes you made before
it stopped working -.-
1614 [15:12:02] <nuxil> rand pulsaudio -k and restarted
1615 [15:12:04] *** Joins: jmarsac (~jmarsac@replaced-ip )
1616 [15:12:09] <nuxil> and sound gone
1617 [15:12:41] <nuxil> i'll tey remove that line and do a
reboot
1618 [15:12:46] <nuxil> *try
1619 [15:14:05] *** Joins: rpifan__ (~rpifan@replaced-ip )
1620 [15:14:21] *** Joins: geofox (~geofox@replaced-ip )
1621 [15:14:25] *** Parts: furrymcgee (~furrymcge@replaced-ip ) ()
1622 [15:14:30] *** Joins: opotin (~opotin@replaced-ip )
1623 [15:14:49] <nuxil> yes.. now sound back again with ,
pulseaudio --start . seams like it dont like load-module
module-udev-detect tsched=0
1624 [15:15:03] *** Quits: nelsonhb (~Instantbi@replaced-ip ) (Ping timeout: 245 seconds)
1625 [15:15:47] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 268 seconds)
1626 [15:15:57] *** Joins: Tazmain (~Tazmain@replaced-ip )
1627 [15:16:12] <Tazmain> Hi all, I am using a debian stretch-slim
docker container, how do I enable cron logs ?
1628 [15:16:22] <Tazmain> I can't seem to find any config
file or syslog file
1629 [15:16:43] *** Quits: rpifan_ (~rpifan@replaced-ip ) (Ping timeout: 245 seconds)
1630 [15:17:41] *** Joins: stitched_unicorn (~Red@replaced-ip )
1631 [15:20:44] *** Quits: geofox (~geofox@replaced-ip##) (Quit: ZNC - ##replaced-url
1632 [15:21:48] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
1633 [15:23:24] *** Joins: Prabhu (~androirc@replaced-ip )
1634 [15:23:58] *** Quits: debiantonio (~debianton@replaced-ip ) (Quit: Debian is "the best distro Linux " !!!)
1635 [15:25:21] *** Joins: dslegends (~dslegends@replaced-ip )
1636 [15:25:56] *** Quits: PPaFin (~PPaFin@replaced-ip ) (Quit: PPaFin)
1637 [15:26:43] *** Joins: geofox (~geofox@replaced-ip )
1638 [15:26:47] *** Quits: fightthewalrus (~user@replaced-ip ) (Ping timeout: 240 seconds)
1639 [15:27:18] *** Joins: Essadon (~Essadon@replaced-ip )
1640 [15:27:36] *** Joins: mavhc (~mavhc@replaced-ip )
1641 [15:29:22] *** Quits: jim (~jim@replaced-ip ) (Quit: Leaving)
1642 [15:30:40] *** Quits: Prabhu (~androirc@replaced-ip ) (Remote host closed the connection)
1643 [15:30:52] *** Joins: greycat (~wooledg@replaced-ip )
1644 [15:30:57] *** Joins: Prabhu (~androirc@replaced-ip )
1645 [15:31:21] <gusnan> Any Quassel-users here? There isn't
any GTK client, right?
1646 [15:32:05] *** Quits: tsglove (~tsglove@replaced-ip ) (Read error: Connection reset by peer)
1647 [15:32:24] *** Joins: tsglove (~tsglove@replaced-ip )
1648 [15:33:34] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
1649 [15:34:13] <trysten> gusnan: no, it is Qt
1650 [15:34:20] *** Joins: monksam (~monksam@replaced-ip )
1651 [15:34:40] <gusnan> trysten: thanks. Too bad.
1652 [15:35:04] *** rpifan__ is now known as rpifan
1653 [15:35:43] *** Joins: jim (~jim@replaced-ip )
1654 [15:36:09] <trysten> nuxil: Still crackling?
1655 [15:36:49] *** Joins: Zathras (~Zzzzzzzzz@replaced-ip )
1656 [15:37:13] *** Zathras is now known as Guest27272
1657 [15:37:24] *** Guest27272 is now known as zathraz
1658 [15:37:48] *** Quits: z8z (~x@replaced-ip ) (Quit: Quitting)
1659 [15:38:21] *** Parts: Prabhu (~androirc@replaced-ip ) ()
1660 [15:38:33] <zathraz> Hi. has anything recently changed in the
Apache2 package causing the situation why I no longer can
(reverse)proxy https to http?
1661 [15:39:32] <petn-randall> zathraz: no
1662 [15:39:40] <nuxil> trysten, i think tsched=0 helped a bit. it
sounds better. when i was looking the file i saw udev bal bla in a
if|else block. added tsched=0 there. and restarted pulseaudio
1663 [15:40:11] <zathraz> (ssl cert by letsencrypt, backend jetty)
1664 [15:41:00] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1665 [15:42:17] *** Joins: BlueByte (~walther@replaced-ip )
1666 [15:42:21] *** Quits: jim (~jim@replaced-ip ) (Remote host closed the connection)
1667 [15:42:39] *** Quits: efee229ddfk (~efee229dd@replaced-ip ) (Ping timeout: 250 seconds)
1668 [15:43:48] <zathraz> hmm. Might be a Jetty issue where JSP
support now seems to be abandonned
1669 [15:44:51] *** Joins: alex_laptop (~quassel@replaced-ip )
1670 [15:45:10] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
1671 [15:45:31] <zathraz> still weird as lynx on localhost works
so the proxy must be the culprit
1672 [15:46:33] *** Joins: hipp (~hipp@replaced-ip )
1673 [15:47:41] *** Joins: jim (~jim@replaced-ip )
1674 [15:48:02] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
1675 [15:48:28] <mutante> rwp: thanks for the addition, i was
unsure if that was the case
1676 [15:48:36] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
1677 [15:48:56] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1678 [15:50:46] *** Quits: jim (~jim@replaced-ip ) (Remote host closed the connection)
1679 [15:50:55] *** Joins: ableto (~cryptum@replaced-ip )
1680 [15:51:07] *** Quits: cdown (~cdown@replaced-ip ) (Read error: Connection reset by peer)
1681 [15:51:45] *** Quits: slack_ (~slack@replaced-ip ) (Ping timeout: 250 seconds)
1682 [15:51:52] *** Joins: cdown (~cdown@replaced-ip )
1683 [15:52:09] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1684 [15:53:48] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
1685 [15:55:32] *** Joins: Fye (~Fye@replaced-ip )
1686 [15:55:38] *** Joins: jim (~jim@replaced-ip )
1687 [15:55:41] *** Joins: P1ersson (~P1ersson@replaced-ip )
1688 [15:56:16] <petn-randall> zathraz: At start by looking at the
logs.
1689 [15:57:37] *** Joins: Old_Dog (~don@replaced-ip )
1690 [15:57:41] *** Quits: mortn__ (~morten@replaced-ip ) (Read error: Connection reset by peer)
1691 [15:57:50] *** Joins: mtn (~mtn@replaced-ip )
1692 [15:58:03] *** Joins: mortn__ (~morten@replaced-ip )
1693 [15:58:52] *** Joins: mandeep (mandeep@replaced-ip )
1694 [15:59:17] *** Joins: noln (~noln@replaced-ip )
1695 [15:59:24] *** Quits: mandeep (mandeep@replaced-ip ) (Remote host closed the connection)
1696 [15:59:53] *** Joins: annadane (~annadane@replaced-ip )
1697 [15:59:56] *** Quits: rasb (~rasb@replaced-ip ) (Ping timeout: 250 seconds)
1698 [16:00:09] <trysten> on debian/testing my graphics driver no
longer loads with new 4.18.0-3 kernel. I'm sshed in because I
can't see and `modprobe i915` hangs. Where do I start
troubleshooting?
1699 [16:00:40] <joepublic> I'd say over on oftc.
1700 [16:01:16] <trysten> Fair. Thanks.
1701 [16:01:57] *** Joins: kimpa (4d48e2dd@replaced-ip )
1702 [16:02:05] <joepublic> they would be likely to be more
knowledgeable about current things going on in testing.
1703 [16:02:07] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 246 seconds)
1704 [16:02:16] <annadane> #debian-next specifically
1705 [16:02:16] *** Parts: opotin (~opotin@replaced-ip ) ()
1706 [16:04:03] *** Joins: karven (~karven@replaced-ip )
1707 [16:04:39] *** Joins: nehemiah (~nehemiah@replaced-ip )
1708 [16:05:53] *** Joins: tryte (~tryte@replaced-ip )
1709 [16:05:58] *** Joins: karven_ (~karven@replaced-ip )
1710 [16:06:05] *** Quits: karven (~karven@replaced-ip ) (Client Quit)
1711 [16:06:09] *** Quits: karven_ (~karven@replaced-ip ) (Client Quit)
1712 [16:06:33] *** Joins: karven (~karven@replaced-ip )
1713 [16:06:55] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1714 [16:07:17] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Ex-Chat)
1715 [16:07:53] *** Joins: JohnML (~john1@replaced-ip )
1716 [16:08:04] *** Quits: Tazmain (~Tazmain@replaced-ip ) (Remote host closed the connection)
1717 [16:09:00] *** Joins: Kruppt (~Kruppt@replaced-ip )
1718 [16:09:04] *** Parts: ableto (~cryptum@replaced-ip ) ("Leaving")
1719 [16:09:08] *** Joins: Ulrar (~Ulrar@replaced-ip )
1720 [16:09:37] <Ulrar> Hi, so it looks like apache in debian 9
has a bug preventing from disabling TLS 1.0, is there any plans to
backport the fix ? It's a bit problematic
1721 [16:09:42] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Max SendQ exceeded)
1722 [16:10:44] <jelly> Ulrar: howspecifically do you attempt to
disable it, and what happens after restarting the service and doing
testssl.sh or Qualys ssl check on it?
1723 [16:11:01] *** Joins: Kruppt (~Kruppt@replaced-ip )
1724 [16:11:06] <Ulrar> SSLProtocol all -SSLv2 -SSLv3 -TLSv1
1725 [16:11:11] <Ulrar> And yes, Qualys is what I use
1726 [16:11:21] <jelly> but ypu're keeping 1.1 for the time
being?
1727 [16:11:32] *** Joins: dilema (~dilema@replaced-ip )
1728 [16:11:33] <Ulrar> There is a bug report about this saying
you can't have TLS 1.2 / 1.1 without having 1.0 because of a
bug, and the fix just isn't in debian's version
1729 [16:11:38] <Ulrar> YEs
1730 [16:11:44] <petn-randall> 1.1 does not add any new ciphers vs
1.0.
1731 [16:12:02] <jelly> this is about protocol, not cipher set
1732 [16:12:07] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Ping timeout: 250 seconds)
1733 [16:12:19] <Ulrar> as far as I know 1.1 isn't deprecated
1734 [16:12:41] <Ulrar> At least the client isn't asking to
disable 1.1
1735 [16:12:57] <jelly> if you care about reasona to disable
TLS1.0, there are very similar reasons to disable TLS1.1 as well.
1736 [16:13:03] *** Joins: rasb (~rasb@replaced-ip )
1737 [16:13:23] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1738 [16:13:29] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Remote host closed the connection)
1739 [16:13:31] <Ulrar> I don't, the client cares about the
big red warning in their backoffice. Would disabling 1.1 solve the
problem ?
1740 [16:14:01] *** debhelper sets mode: +l 1478
1741 [16:14:04] <Ulrar> As I understood the bug report, 1.2 would
still pull 1.0 in that version of apache
1742 [16:14:19] <jelly> if you can disable both 1.0 and 1.1, do
that. Do you have a bug number in debian bts?
1743 [16:14:31] <Ulrar> I can find it again, just a sec
1744 [16:14:39] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Max SendQ exceeded)
1745 [16:14:46] *** Quits: airwind (~belovent@replaced-ip ) (Quit: airwind)
1746 [16:14:46] <jelly> lemme see what we did for that one
customer actually caring about PCI compliance
1747 [16:14:50] *** Joins: victorqueiroz (~victor@replaced-ip )
1748 [16:15:37] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Ping timeout: 244 seconds)
1749 [16:15:40] <Ulrar>
replaced-url
1750 [16:15:47] <Ulrar> It's not debian's bug tracker,
but it's the same issue
1751 [16:15:58] *** Joins: Kruppt (~Kruppt@replaced-ip )
1752 [16:16:01] *** Quits: bablux (~bablux@replaced-ip##) (Quit: ZNC - ##replaced-url
1753 [16:16:02] <Ulrar> "As of Apache-2.4.34 the following
works"
1754 [16:16:07] <Ulrar> So it seems fixed in later versions
1755 [16:16:29] <petn-randall> ,v apache2
1756 [16:16:30] <judd> Package: apache2 on amd64 -- wheezy:
2.2.22-13+deb7u6; wheezy-security: 2.2.22-13+deb7u13; jessie:
2.4.10-10+deb8u12; jessie-security: 2.4.10-10+deb8u12;
stretch-security: 2.4.25-3+deb9u4; stretch: 2.4.25-3+deb9u6; buster:
2.4.37-1; sid: 2.4.37-1
1757 [16:16:44] <Ulrar> Apache/2.4.25 yes
1758 [16:18:03] *** Joins: a_l_b (~a_l_b@replaced-ip )
1759 [16:18:16] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1760 [16:18:40] <trysten> joepublic: why is there even a #debian
channel on freenode? All the official channels are on OFTC. (I
hadn't noticed, must have hopped on around 2005)
1761 [16:18:44] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1762 [16:18:46] *** Joins: nelsonhb (~Instantbi@replaced-ip )
1763 [16:18:53] *** Joins: bablux (~bablux@replaced-ip )
1764 [16:18:57] *** Quits: nelsonhb (~Instantbi@replaced-ip ) (Excess Flood)
1765 [16:19:12] *** Quits: uxfi (~uxfi@replaced-ip ) (Ping timeout: 272 seconds)
1766 [16:20:06] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1767 [16:20:33] <joepublic> trysten, I would say inertia. for a
long time, irc.debian.org pointed to freenode.
1768 [16:20:35] *** Joins: slv (~slv@replaced-ip )
1769 [16:21:04] *** Joins: towo` (~towo@replaced-ip )
1770 [16:21:21] <bunn> I thought this was the official channel...
1771 [16:21:56] *** Quits: kapil____ (uid36151@replaced-ip ) (Quit: Connection closed for inactivity)
1772 [16:22:07] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 240 seconds)
1773 [16:22:26] *** Joins: oo_miguel (~miguel@replaced-ip )
1774 [16:22:27] *** Joins: electro33 (uid613@replaced-ip )
1775 [16:22:32] *** Joins: fred__tv (~fred__tv@replaced-ip )
1776 [16:23:12] <joepublic> The most official information I know
about is here:
replaced-url
1777 [16:23:23] *** Joins: Zongva (~ole@replaced-ip )
1778 [16:23:34] <greycat> !oftc move
1779 [16:23:34] <dpkg> irc.debian.org moved to OFTC on June 4th
2006, see
replaced-url
1780 [16:23:59] *** Joins: illumi (~illumi@replaced-ip )
1781 [16:24:01] *** debhelper sets mode: +l 1485
1782 [16:24:05] <annadane> the official channel for #debian
specifically is OFTC
1783 [16:24:16] <greycat> What it really boils down to is that
most of the Debian developers moved to OFTC, but most of the end
users did not.
1784 [16:24:26] <fred__tv> Hi, is there any "server" (no
GUI) distro that can be ran "live" from USB stick ?
1785 [16:24:34] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1786 [16:24:50] <fred__tv> no install into HDD
1787 [16:25:41] *** Joins: xcm (~xcm@replaced-ip )
1788 [16:26:17] <Ulrar> Interesting, if I do "SSLProtocol
TLSv1.2" it seems to enable 1.2 and 1.1 but not 1.0
1789 [16:26:28] <Ulrar> which I suppose is what I want, just not
what's in the config
1790 [16:27:00] <jhutchins_wk> fred__tv: I don't know if any
of the live images have that option, but you could certainly create
one.
1791 [16:27:28] <jhutchins_wk> fred__tv: The linux GUI is a layer
that can be disabled or turned off easily.
1792 [16:27:43] *** Joins: illumi_ (~illumi@replaced-ip )
1793 [16:27:57] *** Quits: illumi (~illumi@replaced-ip ) (Remote host closed the connection)
1794 [16:27:57] *** Quits: illumi_ (~illumi@replaced-ip ) (Remote host closed the connection)
1795 [16:28:04] *** Joins: s8548a (~s8548a@replaced-ip )
1796 [16:28:23] *** Joins: dowwie (~dowwie@replaced-ip )
1797 [16:29:07] <darxmurf> is there a way to find all the files
with UID bigger than XXX ?
1798 [16:29:11] <bunn> thankyou for explaining greycat
1799 [16:29:23] <watchcat> live+non-free used to have a
"standard" version with no gui (which i miss) but stopped
for some reason.
1800 [16:29:46] <Ulrar> Well that'll do, thanks
1801 [16:29:48] *** Parts: Ulrar (~Ulrar@replaced-ip ) ("WeeChat 2.2")
1802 [16:29:49] <joepublic> fred__tv, parabola gnu/linux-libre has
a command-line-only live image you can boot.
1803 [16:29:51] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1804 [16:30:15] *** Joins: MichaelOF (~michael@replaced-ip )
1805 [16:30:32] <fred__tv> I've found all
debian-live-9.6.0-amd64-xxxxx have GUI.... I'll give them a try
and disable GUI...
1806 [16:31:03] <Kobaz> i have a weird X problem... i can't
drag-click... but i can click and drag
1807 [16:31:12] <Kobaz> it happens when i suspend and then
unsuspend
1808 [16:31:17] <annadane> Kobaz, what desktop
1809 [16:31:17] *** Quits: volodim (~volodim@replaced-ip ) (Quit: Lost terminal)
1810 [16:31:27] *** Quits: MichaelOF (~michael@replaced-ip ) (Client Quit)
1811 [16:31:27] <Kobaz> fluxbox... so if my finger is on the
touchpad and i click
1812 [16:31:36] <Kobaz> nothing happens, it's like the click
does not register
1813 [16:31:38] *** Joins: simpledat (~unknown@replaced-ip )
1814 [16:31:49] *** Joins: volodim (~volodim@replaced-ip )
1815 [16:31:55] <Kobaz> if i take my finger *off* the touchpad,
*then* click... then put my finger back on the touchpad... then i
can drag
1816 [16:32:02] <Kobaz> it's such a pain
1817 [16:32:19] <darxmurf> find . -uid +1000 ...
1818 [16:32:26] <fred__tv> Ok for Parabola also , thanks
1819 [16:32:31] <darxmurf> I should just think before to ask \o/
1820 [16:33:01] <blackflow> darxmurf: does that actually work?
because I don't see it documented in the manpage
1821 [16:33:11] *** Joins: Raed (~Raed@replaced-ip )
1822 [16:33:44] *** Quits: kimpa (4d48e2dd@replaced-ip ) (Ping timeout: 250 seconds)
1823 [16:33:55] <Kobaz> annadane: so basically i have to have sure
nothing is touching the touchpad, before clickin
1824 [16:34:12] <blackflow> darxmurf: actually it is.... at the
top of TEST section, for "numeric arguments". cool.
1825 [16:34:15] <Kobaz> annadane: i don't think it has
anything to do with the window manager... i figure it's an
issue with the synaptics driver
1826 [16:37:19] *** Joins: czart (~czart@replaced-ip )
1827 [16:37:40] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.2)
1828 [16:38:07] *** Quits: oojacoboo (~oojacoboo@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1829 [16:39:17] *** Joins: Aaron (~aaron@replaced-ip )
1830 [16:39:44] *** Joins: zeden (~user@replaced-ip )
1831 [16:40:07] *** Joins: tymczenko (~tymczenko@replaced-ip )
1832 [16:40:21] *** Joins: Envil (~envil@replaced-ip )
1833 [16:41:00] *** Quits: tmiland (~c0a80202@replaced-ip##) (Quit: The Lounge - ##replaced-url
1834 [16:41:13] *** Joins: mo1991 (~mo1991@replaced-ip )
1835 [16:41:19] *** Joins: tmiland (~c0a80202@replaced-ip )
1836 [16:42:07] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 268 seconds)
1837 [16:42:15] *** Quits: tmiland (~c0a80202@replaced-ip ) (Client Quit)
1838 [16:42:40] *** Quits: supercoven (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1839 [16:43:58] *** Joins: oojacoboo (~oojacoboo@replaced-ip )
1840 [16:49:07] *** Joins: buriz (~tud3@replaced-ip )
1841 [16:49:48] *** Joins: aretzlaff (~alexander@replaced-ip )
1842 [16:50:20] *** Parts: aretzlaff (~alexander@replaced-ip ) ()
1843 [16:50:30] *** Joins: hele (~hele@replaced-ip )
1844 [16:50:45] *** Quits: santig (~santig@replaced-ip ) (Ping timeout: 268 seconds)
1845 [16:51:47] *** Joins: lostqt (~lost@replaced-ip )
1846 [16:52:07] <wwilliam> how do i see if a txt file have a
carriage return at the end of every line
1847 [16:52:10] <wwilliam> thank you.
1848 [16:52:34] *** Joins: n4dir (~n4dir@replaced-ip )
1849 [16:52:36] *** Joins: DaVinciCode1 (~DaVinciCo@replaced-ip )
1850 [16:52:45] *** Joins: Toadisattva (~Toadisatt@replaced-ip )
1851 [16:54:01] *** debhelper sets mode: +l 1494
1852 [16:54:13] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 245 seconds)
1853 [16:54:18] *** Joins: santig (~santig@replaced-ip )
1854 [16:54:20] *** Quits: ddp` (~ddp@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
1855 [16:54:32] *** Quits: ArlequInOut (~DaVinciCo@replaced-ip ) (Ping timeout: 250 seconds)
1856 [16:54:35] *** Joins: ddp` (~ddp@replaced-ip )
1857 [16:54:52] *** Quits: neuraload (~marius@replaced-ip ) (Read error: Connection reset by peer)
1858 [16:55:29] *** Quits: DaVinciCode1 (~DaVinciCo@replaced-ip ) (Remote host closed the connection)
1859 [16:55:37] *** Joins: DaVinciCode2 (~DaVinciCo@replaced-ip )
1860 [16:56:03] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1861 [16:56:26] *** Joins: uxfi (~uxfi@replaced-ip )
1862 [16:56:26] *** Quits: uxfi (~uxfi@replaced-ip ) (Changing host)
1863 [16:56:26] *** Joins: uxfi (~uxfi@replaced-ip )
1864 [16:57:02] *** Joins: neuraload (~marius@replaced-ip )
1865 [16:57:26] *** Joins: rant (~user@replaced-ip )
1866 [16:57:47] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1867 [16:57:55] *** Joins: uniqdom (~uniqdom@replaced-ip )
1868 [16:57:58] *** Parts: uniqdom (~uniqdom@replaced-ip ) ()
1869 [16:58:37] *** Joins: uniqdom (~uniqdom@replaced-ip )
1870 [16:58:56] *** Parts: uniqdom (~uniqdom@replaced-ip ) ()
1871 [17:02:26] *** Quits: neuraload (~marius@replaced-ip ) (Quit: This computer has gone to sleep)
1872 [17:03:12] *** Joins: Toadisattva1 (~Toadisatt@replaced-ip )
1873 [17:03:41] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 250 seconds)
1874 [17:04:17] *** Joins: ddp` (~ddp@replaced-ip )
1875 [17:04:57] *** Joins: Mr_Gr33n (~None@replaced-ip )
1876 [17:05:33] *** Joins: slvmchn (~slv@replaced-ip )
1877 [17:05:50] *** Quits: dslegends (~dslegends@replaced-ip ) (Read error: Connection reset by peer)
1878 [17:06:09] *** Quits: Toadisattva (~Toadisatt@replaced-ip ) (Ping timeout: 256 seconds)
1879 [17:07:16] *** Joins: volkswagner (~volkswagn@replaced-ip )
1880 [17:07:38] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1881 [17:08:04] *** Quits: _MrGr33n_ (~None@replaced-ip ) (Ping timeout: 252 seconds)
1882 [17:08:16] *** Quits: slv (~slv@replaced-ip ) (Ping timeout: 246 seconds)
1883 [17:08:41] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
1884 [17:11:05] *** Joins: skrying (~skrying@replaced-ip )
1885 [17:12:32] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1886 [17:12:39] *** Joins: Nokaji (~Nokaji@replaced-ip )
1887 [17:13:04] *** Joins: krabador (~krabador@replaced-ip )
1888 [17:13:12] *** Joins: jjal (cc73b704@replaced-ip )
1889 [17:13:26] *** Quits: skrying (~skrying@replaced-ip ) (Client Quit)
1890 [17:13:26] *** Quits: jjal (cc73b704@replaced-ip ) (Client Quit)
1891 [17:13:30] <Kobaz> wwilliam: you can use sed
1892 [17:13:48] <Kobaz> wwilliam: or any scripting language really
1893 [17:13:53] <Kobaz> wwilliam: perl is good for that
1894 [17:14:02] *** Quits: aspyct (~aspyct@replaced-ip ) (Ping timeout: 250 seconds)
1895 [17:14:07] *** Joins: DeadTOm (~deadtom@replaced-ip )
1896 [17:14:23] *** Joins: neilthereildeil (cc73b704@replaced-ip )
1897 [17:14:38] *** Quits: neilthereildeil (cc73b704@replaced-ip ) (Changing host)
1898 [17:14:38] *** Joins: neilthereildeil (cc73b704@replaced-ip )
1899 [17:14:38] *** Quits: neilthereildeil (cc73b704@replaced-ip ) (Changing host)
1900 [17:14:38] *** Joins: neilthereildeil (cc73b704@replaced-ip )
1901 [17:14:42] <neilthereildeil> hi
1902 [17:15:02] <neilthereildeil> which package should i install
on 9.6 in order to get a Xen Dom0 kernel?
1903 [17:15:06] *** Quits: DaVinciCode2 (~DaVinciCo@replaced-ip ) (Quit: Leaving)
1904 [17:15:35] <neilthereildeil> i built an RPM out of Xen
sources, but dont have aDom0 yet, so cannot use Xen functionality
1905 [17:15:35] *** Joins: ArlequInOut (~DaVinciCo@replaced-ip )
1906 [17:15:53] <mason> neilthereildeil: xen-system-amd64
1907 [17:15:55] *** Quits: alex_laptop (~quassel@replaced-ip ) (Changing host)
1908 [17:15:55] *** Joins: alex_laptop (~quassel@replaced-ip )
1909 [17:16:32] *** Joins: Thedarkb1-T60 (~Thedarkb-@replaced-ip )
1910 [17:16:34] <neilthereildeil> mason: that looks like a
metapackage
1911 [17:16:40] <mason> neilthereildeil: Indeed it is.
1912 [17:16:46] <neilthereildeil> ive already built Xen 4.11 and
installed the custom RPM
1913 [17:16:54] <neilthereildeil> this metapackage is trying to
install Xen 4.8
1914 [17:17:02] <neilthereildeil> will there be any conflicts?
1915 [17:17:11] <neilthereildeil> it might overwriote my 4.11
build
1916 [17:17:13] *** Joins: Silvering (~textual@replaced-ip )
1917 [17:17:15] <mason> I was assuming the RPM was for a guest.
1918 [17:17:28] *** Quits: rant (~user@replaced-ip ) (Ping timeout: 272 seconds)
1919 [17:17:33] *** Quits: Freenoodle (~Bratwurst@replaced-ip ) (Ping timeout: 250 seconds)
1920 [17:17:39] <neilthereildeil> nah, RPM is for host
1921 [17:17:39] <mason> If you're looking for a newer dom0,
I'd see if there's something in backports, myself.
1922 [17:17:44] *** Joins: Brigo (~Brigo@replaced-ip )
1923 [17:17:45] <neilthereildeil> The following NEW packages will
be installed: qemu-system-common qemu-system-x86 qemu-utils
xen-hypervisor-4.8-amd64 xen-system-amd64 xen-utils-4.8
xen-utils-common
1924 [17:17:57] <neilthereildeil> i dont see anything about a Dom0
kernel in there
1925 [17:18:12] <neilthereildeil> i dont care about a newer Dom0.
any dom0 that works will be fine
1926 [17:18:46] <mason> neilthereildeil: In that case, I'd
use what's packaged and I wouldn't maintain your own. Much
easier/better.
1927 [17:19:20] <neilthereildeil> I am working with the hypervisor
so need my custom build
1928 [17:19:37] *** Joins: Sia- (~sia@replaced-ip )
1929 [17:20:12] *** Quits: basnevod (~dmitry@replaced-ip ) (Quit: Lost terminal)
1930 [17:20:26] *** Joins: skrying (~skrying@replaced-ip )
1931 [17:20:43] *** Quits: Thedarkb1-T60 (~Thedarkb-@replaced-ip ) (Remote host closed the connection)
1932 [17:20:53] <neilthereildeil> no, looks like it caught the
conflict before overwriting 4.11
1933 [17:20:54] <neilthereildeil> nice
1934 [17:21:08] <mason> neilthereildeil: So, from where you are
right now, I'd want to look at the package content of each of
the available Xen packages and see which has the parts you need.
1935 [17:21:14] *** Joins: Thedarkb1-T60 (~Thedarkb-@replaced-ip )
1936 [17:21:57] <neilthereildeil> mason: which is the package that
has only Dom0 kernel?
1937 [17:22:05] *** Joins: agoduva (~bagoduvap@replaced-ip )
1938 [17:22:08] <mason> neilthereildeil: And that's just the
sort of thing you'll find.
1939 [17:23:02] *** Joins: debiantonio (~debianton@replaced-ip )
1940 [17:23:07] *** Quits: simpledat (~unknown@replaced-ip ) (Quit: leaving)
1941 [17:23:16] *** Joins: Caplain (~shayne@replaced-ip )
1942 [17:23:40] *** Joins: rant (~user@replaced-ip )
1943 [17:23:46] *** Joins: __m4ch1n3__ (~m4ch1n3@replaced-ip )
1944 [17:24:02] *** debhelper sets mode: +l 1504
1945 [17:24:05] *** Joins: sorko999 (~sorko999@replaced-ip )
1946 [17:24:26] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 272 seconds)
1947 [17:24:50] *** Quits: irdr (~irdr@replaced-ip ) (Remote host closed the connection)
1948 [17:25:31] *** Quits: EricaT (~EricaT@replaced-ip ) (Remote host closed the connection)
1949 [17:26:18] *** Quits: agoduva (~bagoduvap@replaced-ip ) (Quit: Leaving)
1950 [17:26:22] *** Joins: EricaT (~EricaT@replaced-ip )
1951 [17:27:05] <neilthereildeil> ok rebooting brb
1952 [17:27:25] *** Joins: shadow98 (uid236862@replaced-ip )
1953 [17:27:57] *** Quits: spidget (~spidget@replaced-ip ) (Ping timeout: 250 seconds)
1954 [17:28:01] *** Quits: EricaT (~EricaT@replaced-ip ) (Remote host closed the connection)
1955 [17:28:14] *** Joins: MikZyth (~MikZyth@replaced-ip )
1956 [17:28:23] *** Joins: Tenkawa (~Tenkawa@replaced-ip )
1957 [17:28:27] *** Quits: Sia- (~sia@replaced-ip ) (Quit: Quit >>>>>)
1958 [17:29:52] *** Joins: winem_ (~quassel@replaced-ip )
1959 [17:31:19] *** Toadisattva1 is now known as Toadisattva
1960 [17:31:43] *** Quits: neilthereildeil (cc73b704@replaced-ip ) (Ping timeout: 256 seconds)
1961 [17:32:23] *** Quits: alex_laptop (~quassel@replaced-ip##) (Quit: ##replaced-url
1962 [17:32:47] *** Joins: alex_laptop (~quassel@replaced-ip )
1963 [17:33:42] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1964 [17:34:19] *** Joins: conta (~Thunderbi@replaced-ip )
1965 [17:36:08] *** Joins: crimastergogo (~crimaster@replaced-ip )
1966 [17:36:50] *** Quits: schizo (~schizo@replaced-ip##) (Quit: ZNC - ##replaced-url
1967 [17:36:59] *** Joins: conta1 (~Thunderbi@replaced-ip )
1968 [17:37:11] *** Joins: schizo (~schizo@replaced-ip )
1969 [17:39:11] *** Quits: skrying (~skrying@replaced-ip ) (Quit: skrying)
1970 [17:39:51] *** Joins: platvoeten (~platvoete@replaced-ip )
1971 [17:40:05] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
1972 [17:40:06] *** conta1 is now known as conta
1973 [17:40:48] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Client Quit)
1974 [17:41:15] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1975 [17:42:10] *** Quits: msimpson (~msimpson@replaced-ip ) (Quit: Leaving)
1976 [17:42:22] *** Joins: xcm (~xcm@replaced-ip )
1977 [17:43:35] *** Joins: pax (~Thunderbi@replaced-ip )
1978 [17:44:05] *** Joins: crimastergogo_ (~crimaster@replaced-ip )
1979 [17:44:42] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1980 [17:45:17] *** Quits: crimastergogo_ (~crimaster@replaced-ip ) (Read error: Connection reset by peer)
1981 [17:45:21] *** Joins: krabador (~krabador@replaced-ip )
1982 [17:45:36] *** Joins: ChmEarl (~chmearl@replaced-ip )
1983 [17:45:36] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Changing host)
1984 [17:45:36] *** Joins: ChmEarl (~chmearl@replaced-ip )
1985 [17:45:49] *** Joins: crimastergogo_ (~crimaster@replaced-ip )
1986 [17:46:18] *** Quits: Silvering (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1987 [17:46:49] *** Joins: g0zzy (~goose@replaced-ip )
1988 [17:46:59] *** Joins: crimastergogo (~crimaster@replaced-ip )
1989 [17:47:26] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 260 seconds)
1990 [17:47:31] <g0zzy> Why would something be missing from bash
history. In my setup, things often are
1991 [17:47:58] *** Joins: DieMoesch (~thomas@replaced-ip )
1992 [17:48:04] <greycat> bash loads history from .bash_history
into memory at startup, and writes to .bash_history on clean exit.
The number of lines it's willing to read/write can be
configured.
1993 [17:48:09] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
1994 [17:48:16] *** Joins: Myk267 (~myk267@replaced-ip )
1995 [17:48:27] <Wulf> g0zzy: maybe you're using
noninteractive shells
1996 [17:48:30] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1997 [17:48:40] <Wulf> or you kill the shell before it can write
the history
1998 [17:49:04] *** Joins: krabador (~krabador@replaced-ip )
1999 [17:49:09] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2000 [17:49:10] <greycat> Things to look at include use of
multiple bash instances simultaneously and the order in which you
exit them, or bash instances not having a chance to exit cleanly
while the .bash_history file is still writable (e.g. during a system
shutdown).
2001 [17:49:11] *** Quits: Old_Dog (~don@replaced-ip ) (Quit: Leaving)
2002 [17:49:16] <g0zzy> Ah. Would a crash make it a problem?
2003 [17:49:25] <greycat> Or a full system crash, yes.
2004 [17:49:52] <g0zzy> Right. I did just have one
2005 [17:50:07] *** Quits: mrig (~mrig@replaced-ip ) (Ping timeout: 240 seconds)
2006 [17:50:30] *** Quits: crimastergogo_ (~crimaster@replaced-ip ) (Ping timeout: 246 seconds)
2007 [17:50:47] <g0zzy> They happen sometimes when i apply
pressure to the left hand corner of my laptop
2008 [17:51:19] *** Joins: OS-33373 (~OS-33373@replaced-ip )
2009 [17:51:40] *** Joins: bmomjian (~bmomjian@replaced-ip )
2010 [17:52:15] *** Joins: mrig (~mrig@replaced-ip )
2011 [17:52:20] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2012 [17:52:57] <g0zzy> Thanks folks
2013 [17:53:43] *** Joins: dqsii (~dqsii@replaced-ip )
2014 [17:53:48] *** Quits: kre10s (~Kre10s__@replaced-ip ) (Quit: Lost terminal)
2015 [17:53:51] <bmomjian> Does anyone know about how fonts are
added to Ghostscript 9.06 on Debian Jessie? I am finding only one of
the directories listed in the font search path is actually searched
for subdirectories, i.e., /usr/share/fonts/type1/gsfonts/. Also,
what purpose does the /etc/ghostscript/fontmap.d Fontmap files
serve, except as aliases? I asked on #ghostscript and they were not
sure how it was compiled so could not help.
2016 [17:54:14] *** Joins: fassl (~fassl@replaced-ip )
2017 [17:54:20] *** Quits: knidos (~knidos@replaced-ip ) (Quit: WeeChat 1.9.1)
2018 [17:54:40] <__m4ch1n3__> ghost script, sounds like some gypsy
voodoo :D
2019 [17:55:47] <bmomjian> Yeah, pretty much true. Lots of layers
and black magic, especially interfacing to Latex and groff. I have
tons of notes on how to do it.
2020 [17:55:47] *** Quits: MikZyth (~MikZyth@replaced-ip ) (Quit: leaving)
2021 [17:55:58] *** Joins: tmiland (~c0a80202@replaced-ip )
2022 [17:56:11] <bmomjian> and with 5700 fonts, it has to be
automated
2023 [17:56:25] *** Quits: tmiland (~c0a80202@replaced-ip ) (Client Quit)
2024 [17:56:46] *** Joins: tmiland (~c0a80202@replaced-ip )
2025 [17:56:54] *** Joins: m3ddle (~m3ddle@replaced-ip )
2026 [17:57:10] *** Parts: vr_ (~vr@replaced-ip ) ()
2027 [17:57:12] *** Quits: Thedarkb1-T60 (~Thedarkb-@replaced-ip ) (Remote host closed the connection)
2028 [17:57:49] *** Joins: Thedarkb1-T60 (~Thedarkb-@replaced-ip )
2029 [17:58:30] *** Quits: broseph (~broseph@replaced-ip ) ()
2030 [17:59:19] *** Quits: rpifan (~rpifan@replaced-ip ) (Read error: Connection reset by peer)
2031 [17:59:24] *** Joins: broseph (~broseph@replaced-ip )
2032 [18:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2033 [18:00:26] *** Joins: v01t (~v01t@replaced-ip )
2034 [18:00:46] <g0zzy> Is there any way to update the bash
history manually so that nothing is lost in a crash?
2035 [18:00:53] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Client Quit)
2036 [18:01:02] *** Joins: rpifan (~rpifan@replaced-ip )
2037 [18:01:16] *** Joins: kapil____ (uid36151@replaced-ip )
2038 [18:01:25] *** Joins: m3ddle (~m3ddle@replaced-ip )
2039 [18:01:29] <__m4ch1n3__> bmomjian, looks like debian hase
some ghostscript font releated packages in the repo like: gsfonts,
gsfonts-other ...
2040 [18:01:39] <__m4ch1n3__> *has
2041 [18:02:22] *** Quits: Thedarkb1-T60 (~Thedarkb-@replaced-ip ) (Remote host closed the connection)
2042 [18:02:24] <broseph> g0zzy: you could use a crontab task to
cp the history periodically to a backed up file.
2043 [18:02:31] <greycat> g0zzy:
replaced-url
2044 [18:02:41] <broseph> Or what greycat said ;)
2045 [18:02:47] <greycat> broseph: no, wrong, the issue is history
that exists ONLY in bash's memory, not on disk yet
2046 [18:02:51] *** Joins: Thedarkb1-T60 (~Thedarkb-@replaced-ip )
2047 [18:02:52] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 246 seconds)
2048 [18:02:58] <broseph> My mistake.
2049 [18:03:25] <greycat> Bash only writes history to disk on
exit, or on demand. By default it just accumulates hisotry in
memory.
2050 [18:04:04] *** Joins: cdown_ (~cdown@replaced-ip )
2051 [18:04:38] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
2052 [18:06:16] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Quit: m3ddle)
2053 [18:06:22] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 246 seconds)
2054 [18:06:23] *** cdown_ is now known as cdown
2055 [18:06:44] *** Joins: m3ddle (~m3ddle@replaced-ip )
2056 [18:06:57] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 246 seconds)
2057 [18:08:13] <broseph> Wow, I didn't know that.
2058 [18:08:22] <broseph> That's what I get for blurting!
2059 [18:09:26] *** Joins: xdccMule[282PL] (xdccMule@replaced-ip )
2060 [18:09:36] *** Parts: xdccMule[282PL] (xdccMule@replaced-ip ) ()
2061 [18:10:19] *** Joins: Brainium (~brainium@replaced-ip )
2062 [18:10:47] <Iridos> I use the options from that page in the
grey box for ages
2063 [18:10:57] <Iridos> additional I have
HISTFILE="$HOME"/.bash_history_custom
2064 [18:11:03] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Client Quit)
2065 [18:11:05] *** Quits: monksam (~monksam@replaced-ip ) (Quit: leaving)
2066 [18:11:22] <Iridos> because else… one single shell
that for whatever reason doesn't read .bashrc truncates the
whole file back to the default length on exit
2067 [18:11:32] *** Joins: m3ddle (~m3ddle@replaced-ip )
2068 [18:11:47] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Remote host closed the connection)
2069 [18:11:56] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 260 seconds)
2070 [18:12:58] *** Quits: Thedarkb1-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 245 seconds)
2071 [18:12:58] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2072 [18:13:02] *** Joins: tios (~marcin@replaced-ip )
2073 [18:13:16] *** Quits: _13LACK_ (~Kvirc@replaced-ip##) (Quit: KVIrc 4.9.3 Aria ##replaced-url
2074 [18:13:40] *** Joins: anotherone2 (~anotheron@replaced-ip )
2075 [18:14:35] *** Joins: _anb (~anb@replaced-ip )
2076 [18:14:39] *** Quits: g0zzy (~goose@replaced-ip ) (Ping timeout: 246 seconds)
2077 [18:14:59] *** Joins: osro (~osro@replaced-ip )
2078 [18:15:10] *** Joins: broesel (~broesel@replaced-ip )
2079 [18:16:15] *** Joins: grobi (~rtng@replaced-ip )
2080 [18:16:16] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Client Quit)
2081 [18:16:43] *** Joins: m3ddle (~m3ddle@replaced-ip )
2082 [18:16:51] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Remote host closed the connection)
2083 [18:17:03] *** Quits: HD|Laptop (c2af710f@replaced-ip ) (Ping timeout: 256 seconds)
2084 [18:17:50] *** Quits: osro (~osro@replaced-ip ) (Client Quit)
2085 [18:18:38] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2086 [18:19:05] *** Joins: sodaal (51c579fc@replaced-ip )
2087 [18:19:07] *** Joins: kimpa (c0475083@replaced-ip )
2088 [18:19:42] *** Quits: dilema (~dilema@replaced-ip ) (Remote host closed the connection)
2089 [18:20:11] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 272 seconds)
2090 [18:20:14] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2091 [18:21:19] *** Joins: jak2000 (~jak2000@replaced-ip )
2092 [18:21:54] <jak2000> hi all i want copy files from dir1 to
dir2 but only if not exist in dir2... i try: rsync -a dir1 dir2 (but
command rsync not found, exist a way with cp command?
2093 [18:22:12] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 244 seconds)
2094 [18:22:16] <wwilliam> Kobaz: Thank you.
2095 [18:22:25] *** Quits: Tenkawa (~Tenkawa@replaced-ip ) (Quit: leaving)
2096 [18:22:53] <annadane> cp u /home/jak2000/dir1/*
/home/jak2000/dir2
2097 [18:22:58] <annadane> cp -u i mean
2098 [18:23:07] <greycat> jak2000: apt-get install rsync
2099 [18:23:24] <jak2000> yes but cant
2100 [18:23:32] <jak2000> the admin network havent permission :(
2101 [18:23:34] *** Joins: mandeep (~mandeep@replaced-ip )
2102 [18:23:41] <jak2000> ok cpu -u
2103 [18:23:49] <jak2000> cp -u
2104 [18:24:01] *** debhelper sets mode: +l 1498
2105 [18:24:01] *** Joins: cuddylier (~ryana@replaced-ip )
2106 [18:24:36] <mandeep> in gnome if i press the volume up/down
key on my keyboard the volume change by 5%. is there a way to change
this percentage?
2107 [18:25:16] *** Quits: sodaal (51c579fc@replaced-ip ) (Ping timeout: 246 seconds)
2108 [18:25:32] *** Quits: tios (~marcin@replaced-ip ) (Ping timeout: 250 seconds)
2109 [18:25:58] *** Quits: broesel (~broesel@replaced-ip ) (Quit: Lost terminal)
2110 [18:26:10] <cuddylier> Anyone know why this preseed file
results in a 1TB / partition, 500GB swap partition and 300MB boot
partition? The boot partition is correct but I want the swap to be
4096MB and the rest to go to /
2111 [18:27:24] *** Joins: mortn___ (~morten@replaced-ip )
2112 [18:27:32] *** Joins: aspyct (~aspyct@replaced-ip )
2113 [18:27:48] <Ede|Popede> jak2000
replaced-url
2114 [18:28:02] <annadane> my own recommendation is if you have a
choice for simple file operations between cp and rsync, to use cp,
easier syntax... obviously rsync can perform more complex operations
2115 [18:28:27] *** Quits: DieMoesch (~thomas@replaced-ip ) (Ping timeout: 240 seconds)
2116 [18:29:45] <petn-randall> cuddylier: What is "this"
preseed file? If I have to guess, it's because you define those
sizes there.
2117 [18:30:00] <cuddylier> it's part of a Debian preseed
2118 [18:30:10] <cuddylier> That I'm using to provision
Debian Stretch
2119 [18:30:18] *** Quits: mortn__ (~morten@replaced-ip ) (Ping timeout: 250 seconds)
2120 [18:30:41] <cuddylier> Do you know what changes I could make
so the ext4 / partition grows to the end of the disk and swap
remains at only 4096MB?
2121 [18:30:42] *** Joins: terminalator (terminalat@replaced-ip )
2122 [18:31:11] *** Joins: Brigo (~Brigo@replaced-ip )
2123 [18:31:21] <petn-randall> cuddylier: You could start by
showing us the preseed you're using.
2124 [18:31:43] <cuddylier> That's all of the disk section of
it, it's part of provisioning software called noc-ps
2125 [18:31:46] *** Joins: MichaelOF (~michael@replaced-ip )
2126 [18:31:55] <cuddylier> So that's the only part I edit to
change the disk partition setup
2127 [18:32:17] <cuddylier> Unless there is something else
I'm missing about what you want to see?
2128 [18:32:36] *** Joins: dastier_ (~dastier@replaced-ip )
2129 [18:32:37] <cuddylier> oh
2130 [18:32:44] <cuddylier> I forgot to paste the link, wow
2131 [18:32:47] <cuddylier>
replaced-url
2132 [18:32:51] <cuddylier> SOrry
2133 [18:32:56] <petn-randall> :)
2134 [18:33:23] <petn-randall> I haven't used preseed yet,
but at least other people can now look at it and respond.
2135 [18:33:29] *** Joins: s8548a_ (~s8548a@replaced-ip )
2136 [18:33:40] <annadane> maybe i should change !pastebin.com to
include "or, if you're going to use pastebin.com, put
/raw/ in between the url and the identifier thingy"
2137 [18:33:47] *** Quits: hgnoel1980 (~hgnoel198@replaced-ip ) (Ping timeout: 240 seconds)
2138 [18:34:22] <greycat> More generally, "give us the raw
link".
2139 [18:35:33] *** Quits: anotherone2 (~anotheron@replaced-ip ) (Remote host closed the connection)
2140 [18:36:02] *** Joins: tdlnx (~textual@replaced-ip )
2141 [18:36:12] *** Quits: terminalator (terminalat@replaced-ip ) (Ping timeout: 268 seconds)
2142 [18:36:22] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 250 seconds)
2143 [18:36:30] *** Quits: MichaelOF (~michael@replaced-ip ) (Client Quit)
2144 [18:37:06] *** Joins: terminalator (terminalat@replaced-ip )
2145 [18:37:27] *** Quits: s8548a_ (~s8548a@replaced-ip ) (Ping timeout: 240 seconds)
2146 [18:37:28] *** Joins: rsx (~rsx@replaced-ip )
2147 [18:37:57] *** Joins: ntd (~ntd@replaced-ip )
2148 [18:38:41] *** Joins: gaulishcoin (~gaulishco@replaced-ip )
2149 [18:38:54] *** Parts: gaulishcoin (~gaulishco@replaced-ip ) ()
2150 [18:38:59] *** Quits: got11_ (~live@replaced-ip ) (Ping timeout: 250 seconds)
2151 [18:39:28] *** Joins: s8548a (~s8548a@replaced-ip )
2152 [18:39:50] *** Quits: zathraz (~Zzzzzzzzz@replaced-ip ) (Remote host closed the connection)
2153 [18:40:19] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
2154 [18:40:52] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2155 [18:41:06] *** Quits: sharms (~sharms@replaced-ip ) (Quit: WeeChat 2.3)
2156 [18:41:46] *** Joins: crimastergogo (~crimaster@replaced-ip )
2157 [18:43:22] *** Quits: croddy (~cmr@replaced-ip##) (Quit: ZNC - ##replaced-url
2158 [18:43:25] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Read error: Connection reset by peer)
2159 [18:43:46] *** Joins: crimastergogo (~crimaster@replaced-ip )
2160 [18:43:49] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Remote host closed the connection)
2161 [18:44:13] *** Joins: crimastergogo (~crimaster@replaced-ip )
2162 [18:44:48] *** Quits: tmiland (~c0a80202@replaced-ip##) (Quit: The Lounge - ##replaced-url
2163 [18:45:31] *** Joins: mavhc (~mavhc@replaced-ip )
2164 [18:45:32] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2165 [18:46:16] *** Quits: OS-33373 (~OS-33373@replaced-ip ) (Ping timeout: 246 seconds)
2166 [18:46:20] *** Joins: ixc (~x@replaced-ip )
2167 [18:46:26] *** Joins: fassl_ (~fassl@replaced-ip )
2168 [18:46:27] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2169 [18:46:48] *** Joins: uwjesq (~henry@replaced-ip )
2170 [18:47:26] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
2171 [18:47:35] *** Joins: semeion (~semeion@replaced-ip )
2172 [18:47:55] *** Quits: santig (~santig@replaced-ip ) (Ping timeout: 268 seconds)
2173 [18:48:52] *** Joins: EricaT (~EricaT@replaced-ip )
2174 [18:48:59] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Client Quit)
2175 [18:48:59] *** Quits: fassl (~fassl@replaced-ip ) (Ping timeout: 250 seconds)
2176 [18:49:02] *** Quits: semeion (~semeion@replaced-ip ) (Read error: Connection reset by peer)
2177 [18:49:15] *** Joins: croddy (cmr@replaced-ip )
2178 [18:49:29] *** Joins: crimastergogo (~crimaster@replaced-ip )
2179 [18:49:29] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Remote host closed the connection)
2180 [18:49:36] *** Joins: b7219264_ (~b7219264@replaced-ip )
2181 [18:49:51] *** Joins: crimastergogo (~crimaster@replaced-ip )
2182 [18:50:03] *** Quits: b7219264_ (~b7219264@replaced-ip ) (Remote host closed the connection)
2183 [18:50:18] *** Joins: broesel (~broesel@replaced-ip )
2184 [18:51:11] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2185 [18:51:20] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Client Quit)
2186 [18:52:11] *** Quits: aedinius (andrewb@replaced-ip ) (Ping timeout: 260 seconds)
2187 [18:52:11] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (Ping timeout: 260 seconds)
2188 [18:52:56] *** Joins: scream (~scream@replaced-ip )
2189 [18:53:06] *** Quits: b7219264 (b7219264@replaced-ip ) (Ping timeout: 272 seconds)
2190 [18:53:22] *** Quits: chiluk (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2191 [18:53:52] *** Joins: Schmeckle (~Schmeckle@replaced-ip )
2192 [18:54:35] *** Joins: runlevel7_ (~runlevel7@replaced-ip )
2193 [18:54:40] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 246 seconds)
2194 [18:54:41] *** Joins: chiluk (~quassel@replaced-ip )
2195 [18:54:55] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
2196 [18:55:26] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
2197 [18:55:43] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
2198 [18:55:45] *** Joins: santiago (~santiago@replaced-ip )
2199 [18:55:46] *** Joins: maziar (~textual@replaced-ip )
2200 [18:55:47] *** Quits: maziar (~textual@replaced-ip ) (Changing host)
2201 [18:55:47] *** Joins: maziar (~textual@replaced-ip )
2202 [18:56:14] *** Quits: runlevel7 (~runlevel7@replaced-ip ) (Read error: Connection reset by peer)
2203 [18:56:33] *** Parts: broesel (~broesel@replaced-ip ) ()
2204 [18:56:33] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 268 seconds)
2205 [18:56:57] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
2206 [18:57:01] *** Joins: pax (~Thunderbi@replaced-ip )
2207 [18:58:27] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
2208 [18:59:46] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
2209 [19:00:08] *** Joins: crimastergogo (~crimaster@replaced-ip )
2210 [19:00:24] *** Quits: santiago (~santiago@replaced-ip ) (Quit: santiago)
2211 [19:00:49] *** Quits: krzych (krzych@replaced-ip ) (Remote host closed the connection)
2212 [19:00:55] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
2213 [19:00:57] *** Joins: aedinius (andrewb@replaced-ip )
2214 [19:02:04] *** Joins: cdown_ (~cdown@replaced-ip )
2215 [19:02:11] *** Joins: mortn (~morten@replaced-ip )
2216 [19:02:47] *** Joins: platvoeten (~platvoete@replaced-ip )
2217 [19:02:58] *** Joins: P1ersson (~P1ersson@replaced-ip )
2218 [19:03:00] *** Joins: TomyWork (~tomy@replaced-ip )
2219 [19:03:07] *** Joins: b7219264 (b7219264@replaced-ip )
2220 [19:04:34] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 244 seconds)
2221 [19:04:35] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 250 seconds)
2222 [19:04:47] *** cdown_ is now known as cdown
2223 [19:04:57] *** Joins: oish_ (~charlie@replaced-ip )
2224 [19:05:53] *** Quits: mortn___ (~morten@replaced-ip ) (Ping timeout: 250 seconds)
2225 [19:05:53] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
2226 [19:06:02] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
2227 [19:06:45] *** Joins: n_1-c_k (~nick@replaced-ip )
2228 [19:07:16] *** Joins: a_l_b (~a_l_b@replaced-ip )
2229 [19:07:26] *** Quits: tsglove (~tsglove@replaced-ip ) (Quit: Leaving)
2230 [19:07:33] *** Quits: b7219264 (b7219264@replaced-ip ) (Client Quit)
2231 [19:07:41] *** Joins: mavhc (~mavhc@replaced-ip )
2232 [19:08:24] *** Joins: BCMM (~BCMM@replaced-ip )
2233 [19:08:53] *** Joins: skrying (~skrying@replaced-ip )
2234 [19:08:54] *** Joins: benrob0329 (~benrob032@replaced-ip )
2235 [19:08:58] *** Joins: b7219264 (b7219264@replaced-ip )
2236 [19:09:55] *** Quits: skrying (~skrying@replaced-ip ) (Client Quit)
2237 [19:10:52] *** Joins: Codyer (~user@replaced-ip )
2238 [19:11:03] *** Joins: skrying (~skrying@replaced-ip )
2239 [19:11:23] *** Joins: nbits (~cris@replaced-ip )
2240 [19:13:03] *** Joins: hayer (~hayer@replaced-ip )
2241 [19:13:44] *** Quits: nbits (~cris@replaced-ip ) (Client Quit)
2242 [19:13:45] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Quit: Saliendo... Bye.)
2243 [19:14:03] *** Joins: jnavila (~jnavila@replaced-ip )
2244 [19:14:11] *** Quits: mpmc (~mpmc@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
2245 [19:14:11] *** Quits: hayer (~hayer@replaced-ip ) (Read error: Connection reset by peer)
2246 [19:14:26] *** Joins: mpmc (~mpmc@replaced-ip )
2247 [19:14:26] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
2248 [19:14:59] *** Quits: devios (~devios@replaced-ip ) (Disconnected by services)
2249 [19:15:13] *** Joins: devios (~devios@replaced-ip )
2250 [19:15:50] *** Joins: johnjay (~pi@replaced-ip )
2251 [19:16:03] *** Quits: broseph (~broseph@replaced-ip ) ()
2252 [19:16:07] <johnjay> is there significance to a package
having -dfsg in it's name? is that for non-free repo?
2253 [19:16:28] *** Joins: diniwed (~gavron@replaced-ip )
2254 [19:16:38] *** Joins: llucenic (~Thunderbi@replaced-ip )
2255 [19:16:44] *** Joins: freestyle_coder (~freestyle@replaced-ip )
2256 [19:17:43] *** Parts: uwjesq (~henry@replaced-ip ) ()
2257 [19:17:49] *** Joins: Nekojimi (~jimj316@replaced-ip )
2258 [19:17:49] <joepublic> johnjay, -dfsg packages have had files
removed or changed to comply with dfsg.
2259 [19:18:49] <johnjay> ah ok. i was installing dictd and i
think it had that in it. that or the dictionary
2260 [19:19:36] <johnjay> i remember it from installing
emacs25-common-non-dfsg to mean, things that were left out to comply
with the dfsg
2261 [19:20:06] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2262 [19:20:11] *** Quits: Myk267 (~myk267@replaced-ip ) (Ping timeout: 250 seconds)
2263 [19:20:14] <annadane> yeah well emacs25-common-non-dfsg is of
course, non dfsg, not free
2264 [19:20:19] <rwp> I have 183 packages installed on my system
with dfsg in the version.
2265 [19:20:20] *** Joins: Meteor0ID (~Prometeor@replaced-ip )
2266 [19:20:34] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2267 [19:20:36] *** Quits: Ozzyboshi (~Ozzyboshi@replaced-ip ) (Quit: Ping timeout (120 seconds))
2268 [19:20:41] <johnjay> it had something to do with the debian
documentation licnse not being free software. or something. idk
2269 [19:20:49] <rwp> However in the version is not the same as in
the name.
2270 [19:20:59] <johnjay> er the Gnu documentation license i mean.
GFDL i think
2271 [19:21:06] *** Joins: Ozzyboshi (~Ozzyboshi@replaced-ip )
2272 [19:21:13] *** Joins: mavhc (~mavhc@replaced-ip )
2273 [19:21:14] <johnjay> i'd never even heard of the GFDL
before
2274 [19:21:30] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2275 [19:22:03] <joepublic> the gnu free documentation licence is
nonfree under dfsg unless it contains "no invariant
sections." gfdl allows invariant sections that you are
prohibited from modifying, thus abridging the freedom to modify.
2276 [19:22:29] <johnjay> i see
2277 [19:23:44] *** Quits: monkey-b (~monkey-b@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
2278 [19:23:47] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Remote host closed the connection)
2279 [19:24:28] *** Joins: monkey-b (~monkey-b@replaced-ip )
2280 [19:24:52] *** Joins: krzych (krzych@replaced-ip )
2281 [19:25:06] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
2282 [19:25:29] *** Joins: crimastergogo (~crimaster@replaced-ip )
2283 [19:25:36] *** Joins: TRPM8 (253032ff@replaced-ip )
2284 [19:26:20] *** Quits: deicide- (~deicide-@replaced-ip ) (Remote host closed the connection)
2285 [19:26:36] *** Quits: __m4ch1n3__ (~m4ch1n3@replaced-ip ) (Remote host closed the connection)
2286 [19:27:34] *** Joins: irdr (~irdr@replaced-ip )
2287 [19:28:13] *** Joins: deicide- (~deicide-@replaced-ip )
2288 [19:28:51] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 250 seconds)
2289 [19:29:57] *** Quits: deicide- (~deicide-@replaced-ip ) (Remote host closed the connection)
2290 [19:30:00] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
2291 [19:30:07] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
2292 [19:30:08] *** Joins: dreamon_ (~dreamon@replaced-ip )
2293 [19:30:26] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
2294 [19:30:32] *** Quits: dastier_ (~dastier@replaced-ip ) (Remote host closed the connection)
2295 [19:30:49] *** Joins: crimastergogo (~crimaster@replaced-ip )
2296 [19:30:52] *** Joins: platvoeten (~platvoete@replaced-ip )
2297 [19:31:29] *** Joins: Ericounet (~Eric@replaced-ip )
2298 [19:31:30] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
2299 [19:31:59] *** Joins: dastier_ (~dastier@replaced-ip )
2300 [19:32:24] *** Joins: _13LACK_ (~Kvirc@replaced-ip )
2301 [19:32:28] *** Joins: Myk267 (~myk267@replaced-ip )
2302 [19:32:43] *** Parts: bmomjian (~bmomjian@replaced-ip ) ()
2303 [19:34:10] *** Quits: zwiep` (~zwiep@replaced-ip ) (Ping timeout: 268 seconds)
2304 [19:34:21] *** Joins: poti (~archie@replaced-ip )
2305 [19:35:21] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2306 [19:35:53] *** Quits: maziar (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2307 [19:36:28] *** Joins: dslegends (~dslegends@replaced-ip )
2308 [19:36:29] *** Joins: DieMoesch (~thomas@replaced-ip )
2309 [19:36:49] *** Joins: zwiep` (~zwiep@replaced-ip )
2310 [19:37:10] *** Joins: asterismo_l (~asterismo@replaced-ip )
2311 [19:38:17] *** Joins: gedia (~gd@replaced-ip )
2312 [19:38:22] *** Joins: tios (~marcin@replaced-ip )
2313 [19:38:45] *** Quits: seekr (~seekr@replaced-ip ) (Quit: Goodbye, cruel world.)
2314 [19:39:07] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
2315 [19:40:07] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 250 seconds)
2316 [19:41:33] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2317 [19:41:34] *** Quits: cuddylier (~ryana@replaced-ip ) (Read error: Connection reset by peer)
2318 [19:41:59] *** Joins: AimHere (~David@replaced-ip )
2319 [19:42:16] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 246 seconds)
2320 [19:42:23] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
2321 [19:42:43] *** Joins: deadz0 (~deadz0@replaced-ip )
2322 [19:42:48] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
2323 [19:43:16] *** Joins: msimpson (~msimpson@replaced-ip )
2324 [19:43:18] *** Joins: pax (~Thunderbi@replaced-ip )
2325 [19:43:31] *** Joins: downfall (~downfall@replaced-ip )
2326 [19:43:35] *** Joins: seekr (~seekr@replaced-ip )
2327 [19:44:17] *** Joins: got11_ (~live@replaced-ip )
2328 [19:44:21] *** Joins: univibe (~univibe@replaced-ip )
2329 [19:44:41] *** Joins: endstille (~endstille@replaced-ip )
2330 [19:44:47] *** Quits: poti (~archie@replaced-ip ) (Ping timeout: 240 seconds)
2331 [19:45:18] *** Quits: downfall (~downfall@replaced-ip ) (Remote host closed the connection)
2332 [19:46:19] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2333 [19:48:28] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
2334 [19:48:38] *** Joins: monkey_b (~monkey-b@replaced-ip )
2335 [19:49:11] *** Joins: wonderworld (~ww@replaced-ip )
2336 [19:49:15] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
2337 [19:49:26] *** Quits: debiantonio (~debianton@replaced-ip ) (Quit: Debian is "the best distro Linux " !!!)
2338 [19:49:55] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 256 seconds)
2339 [19:50:05] <gedia> hello! anyone knows where I can find PGP
keys for stretch-rocky.debian.net/debian ???
2340 [19:50:09] <ntd> anyone wanna rain some hell on
ubuntu/canonical? pretty sure you'll get a couple of upvotes
with this stuff
2341 [19:50:53] <annadane> gedia, why?
2342 [19:50:57] <annadane> does your mirror not work?
2343 [19:51:18] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 245 seconds)
2344 [19:51:19] <nkuttler> ntd: #debian-offtopic
2345 [19:51:32] *** Joins: maziar (~textual@replaced-ip )
2346 [19:51:34] *** Quits: monkey_b (~monkey-b@replaced-ip ) (Client Quit)
2347 [19:51:47] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 240 seconds)
2348 [19:52:08] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Remote host closed the connection)
2349 [19:52:54] <gedia> annadane: I need to use this repo for some
backports it provides and I can't find the PGP key for it
anywhere!
2350 [19:53:42] *** Joins: oish (~charlie@replaced-ip )
2351 [19:53:54] *** Joins: OS-33373 (~OS-33373@replaced-ip )
2352 [19:54:25] *** Quits: luizbag (~luizbag@replaced-ip ) (Quit: Leaving)
2353 [19:55:08] *** Quits: freestyle_coder (~freestyle@replaced-ip ) (Ping timeout: 268 seconds)
2354 [19:57:04] *** Joins: hayer (~hayer@replaced-ip )
2355 [19:57:26] *** Joins: areyouloco (~areyouloc@replaced-ip )
2356 [19:57:35] *** Joins: de-facto (~de-facto@replaced-ip )
2357 [19:58:33] *** Quits: devios (~devios@replaced-ip ) (Disconnected by services)
2358 [19:58:48] *** Joins: devios (~devios@replaced-ip )
2359 [20:00:23] *** Quits: fassl_ (~fassl@replaced-ip ) (Quit: Leaving)
2360 [20:01:21] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2361 [20:02:16] *** Joins: _anb (~anb@replaced-ip )
2362 [20:02:19] *** Joins: Brainium (~brainium@replaced-ip )
2363 [20:02:21] *** Joins: Giotis_ (~Giotis@replaced-ip )
2364 [20:02:49] <petn-randall> gedia: How did you find the repo?
2365 [20:02:59] *** Parts: univibe (~univibe@replaced-ip ) ("Leaving")
2366 [20:03:27] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 240 seconds)
2367 [20:03:27] *** Quits: Giotis (~Giotis@replaced-ip ) (Ping timeout: 240 seconds)
2368 [20:04:42] *** Joins: neops (~neops@replaced-ip )
2369 [20:05:44] *** Joins: tyranny12 (~blarg@replaced-ip )
2370 [20:05:44] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
2371 [20:05:44] *** Joins: tyranny12 (~blarg@replaced-ip )
2372 [20:06:34] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 244 seconds)
2373 [20:06:46] *** Quits: robs__ (~robs@replaced-ip ) (Ping timeout: 246 seconds)
2374 [20:07:12] *** Quits: kimpa (c0475083@replaced-ip ) (Ping timeout: 272 seconds)
2375 [20:07:48] *** Joins: ShellMAN (~smuxi@replaced-ip )
2376 [20:08:01] *** Joins: grobi (~rtng@replaced-ip )
2377 [20:08:08] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2378 [20:08:41] *** Joins: Brigo (~Brigo@replaced-ip )
2379 [20:08:54] *** Joins: hgnoel1980 (~hgnoel198@replaced-ip )
2380 [20:09:06] <gedia> petn-randall: I needed a backport for
openvswitch and after some googling I came across it...
2381 [20:09:35] *** Joins: krabador (~krabador@replaced-ip )
2382 [20:10:11] *** Joins: tmiland (~c0a80202@replaced-ip )
2383 [20:10:31] <petn-randall> gedia: Is this repo advertized
anywhere?
2384 [20:10:35] *** Quits: DieMoesch (~thomas@replaced-ip ) (Quit: Konversation terminated!)
2385 [20:10:49] *** Joins: mavhc (~mavhc@replaced-ip )
2386 [20:11:01] *** Joins: srgrint (~srgrint@replaced-ip )
2387 [20:11:09] *** Quits: msimpson (~msimpson@replaced-ip ) (Quit: Leaving)
2388 [20:11:10] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
2389 [20:11:35] <petn-randall> If not, I wouldn't assume
anything in there is ready for production, or even benign.
2390 [20:11:38] *** Quits: neops (~neops@replaced-ip ) (Remote host closed the connection)
2391 [20:11:49] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
2392 [20:12:09] <petn-randall> Essentially any package you install
has unrestricted root access to your machine, so I wouldn't
just willy-nilly add random repos to your system in hopes of it
doing something for you.
2393 [20:12:21] *** Joins: towo` (~towo@replaced-ip )
2394 [20:12:59] <annadane> ,v openvswitch
2395 [20:13:00] <judd> No package named 'openvswitch'
was found in amd64.
2396 [20:13:08] <gedia> petn-randall: I understand the risks, but
I only need two packages from it and I had too much trouble building
them myself... I've built several so far but for some reason
openvswitch won't
2397 [20:13:18] <gedia> it's openvswitch-common and
openvswitch-switch actually
2398 [20:13:29] <annadane> ,v openvswitch-common
2399 [20:13:30] <judd> Package: openvswitch-common on amd64 --
wheezy: 1.4.2+git20120612-9.1~deb7u1.1; jessie:
2.3.0+git20140819-3+deb8u1; jessie-security:
2.3.0+git20140819-3+deb8u1; stretch: 2.6.2~pre+git20161223-3;
buster: 2.10.0+2018.08.28+git.8ca7c82b7d+ds1-8; sid:
2.10.0+2018.08.28+git.8ca7c82b7d+ds1-10
2400 [20:14:14] <annadane> judd, checkbackport openvswitch-switch
--fromrelease sid --torelease stretch
2401 [20:14:16] <judd> Backporting package openvswitch-switch in
sid→stretch/amd64: all build-dependencies satisfied using
stretch.
2402 [20:14:21] <annadane> !ssb
2403 [20:14:21] <dpkg> First, check for a backport on
<debian-backports>. If unavailable: 1) Add a deb-src line for
sid (not a deb line!); ask me about <deb-src sid> 2) enable
debian-backports (see <bdo>) 3) aptitude update; aptitude
install build-essential; aptitude build-dep packagename; apt-get -b
source packagename; 4) install the resultant debs. To change
compilation options, see <package recompile>; for versions
newer than sid see <uupdate>.
2404 [20:14:55] <annadane> if you go that route you'd just
need to watch the tracker for newer versions
2405 [20:15:00] <annadane> (tracker.debian.org)
2406 [20:15:26] <gedia> annadane: you mean use the ones supplied
by sid?
2407 [20:15:41] <annadane> well, backport it using the ssb
instructions, not just install from sid
2408 [20:16:12] <gedia> oh you mean build it from deb-src sid
sources. got it, thanks!
2409 [20:16:55] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 246 seconds)
2410 [20:17:26] <annadane> (ssb standing for 'simple sid
backport')
2411 [20:18:36] *** Quits: NeoBlaster (N3oBl@replaced-ip ) (Ping timeout: 272 seconds)
2412 [20:18:48] <gedia> OK, I will try it one of these days,
although I think even vanilla stretch sources wouldn't build
properly.. it's been a while so I don't remember what the
issue was, but I'll give it another go
2413 [20:19:45] *** Joins: NeoBlaster (N3oBl@replaced-ip )
2414 [20:19:48] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
2415 [20:19:49] *** Quits: s8548a (~s8548a@replaced-ip ) (Read error: Connection reset by peer)
2416 [20:20:33] *** Joins: xcm (~xcm@replaced-ip )
2417 [20:20:54] *** Joins: yvy (~yvy@replaced-ip )
2418 [20:22:01] *** Quits: gedia (~gd@replaced-ip ) (Quit: Konversation terminated!)
2419 [20:22:09] *** Joins: gd_ (~gd@replaced-ip )
2420 [20:22:20] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2421 [20:22:26] *** Parts: gd_ (~gd@replaced-ip ) ()
2422 [20:23:20] *** Joins: gedia (~gd@replaced-ip )
2423 [20:24:12] <gedia> sry, temporary connection issues, might
have missed some msgs
2424 [20:24:39] <n4dir> gedia: you didn't miss anything after
your last comment.
2425 [20:24:58] *** Quits: kapil____ (uid36151@replaced-ip ) (Quit: Connection closed for inactivity)
2426 [20:25:16] <gedia> thanks! :-D
2427 [20:25:16] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Remote host closed the connection)
2428 [20:25:21] *** Quits: tios (~marcin@replaced-ip ) (Ping timeout: 268 seconds)
2429 [20:26:39] *** Joins: dreamon_ (~dreamon@replaced-ip )
2430 [20:26:47] *** Quits: OS-33373 (~OS-33373@replaced-ip ) (Ping timeout: 240 seconds)
2431 [20:26:53] *** Joins: tios (~marcin@replaced-ip )
2432 [20:27:42] *** Quits: gedia (~gd@replaced-ip ) (Client Quit)
2433 [20:27:45] *** Quits: Telcoguy (~quassel@replaced-ip ) (Remote host closed the connection)
2434 [20:28:20] *** Joins: mihi (~mihi@replaced-ip )
2435 [20:29:10] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 246 seconds)
2436 [20:30:15] *** Joins: tyranny12 (~blarg@replaced-ip )
2437 [20:30:15] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
2438 [20:30:15] *** Joins: tyranny12 (~blarg@replaced-ip )
2439 [20:30:53] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: Lost terminal)
2440 [20:32:14] *** Quits: skrying (~skrying@replaced-ip ) (Quit: skrying)
2441 [20:32:45] *** Quits: ShellMAN (~smuxi@replaced-ip ) (Ping timeout: 268 seconds)
2442 [20:33:29] *** Joins: kesenai (~username@replaced-ip )
2443 [20:33:45] *** Quits: srgrint (~srgrint@replaced-ip ) (Ping timeout: 252 seconds)
2444 [20:35:56] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
2445 [20:36:08] *** Joins: tryte_ (~tryte@replaced-ip )
2446 [20:36:50] *** Quits: sinner (~themsay@replaced-ip ) (Ping timeout: 250 seconds)
2447 [20:36:57] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 256 seconds)
2448 [20:37:46] *** Joins: OS-33373 (~OS-33373@replaced-ip )
2449 [20:38:28] *** Quits: Myk267 (~myk267@replaced-ip ) (Ping timeout: 264 seconds)
2450 [20:39:20] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2451 [20:40:02] *** Quits: mo1991 (~mo1991@replaced-ip ) (Remote host closed the connection)
2452 [20:40:07] *** Joins: conta (~Thunderbi@replaced-ip )
2453 [20:40:46] *** Joins: _anb (~anb@replaced-ip )
2454 [20:40:55] *** Quits: Schmeckle (~Schmeckle@replaced-ip ) (Ping timeout: 256 seconds)
2455 [20:42:00] *** Quits: OS-33373 (~OS-33373@replaced-ip ) (Ping timeout: 246 seconds)
2456 [20:42:57] *** Joins: Schmeckle (~Schmeckle@replaced-ip )
2457 [20:43:46] *** Quits: Schmeckle (~Schmeckle@replaced-ip ) (Remote host closed the connection)
2458 [20:44:06] *** Quits: riex (riex@replaced-ip ) (Ping timeout: 246 seconds)
2459 [20:44:11] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
2460 [20:44:35] *** Joins: dr_gonzo (~dr_gonzo_@replaced-ip )
2461 [20:44:45] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
2462 [20:45:33] *** Joins: otmi (~mito@replaced-ip )
2463 [20:45:43] *** Joins: sodaal (51c579fc@replaced-ip )
2464 [20:45:53] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 245 seconds)
2465 [20:46:00] *** Quits: sodaal (51c579fc@replaced-ip ) (Remote host closed the connection)
2466 [20:46:48] *** Quits: tios (~marcin@replaced-ip ) (Ping timeout: 250 seconds)
2467 [20:47:29] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.6)
2468 [20:48:04] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2469 [20:48:52] *** Joins: mo1991 (~mo1991@replaced-ip )
2470 [20:49:17] *** Joins: _anb (~anb@replaced-ip )
2471 [20:49:19] *** Joins: riex (riex@replaced-ip )
2472 [20:50:23] *** Joins: ShellMAN (~smuxi@replaced-ip )
2473 [20:51:06] *** Quits: diabel (diabel@replaced-ip ) (Ping timeout: 246 seconds)
2474 [20:53:50] *** Quits: p3rs3us (~jduro@replaced-ip ) (Quit: Leaving)
2475 [20:54:02] *** debhelper sets mode: +l 1492
2476 [20:54:35] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
2477 [20:54:40] *** Quits: Giotis_ (~Giotis@replaced-ip ) (Ping timeout: 252 seconds)
2478 [20:55:02] <wwilliam> How do i download all the debian Themes
listed in debian.org?
2479 [20:55:17] *** Joins: Thedarkb1-T60 (~Thedarkb-@replaced-ip )
2480 [20:56:23] *** Joins: VinAlencc (~VinAlencc@replaced-ip )
2481 [20:57:16] <nkuttler> themes?
2482 [20:57:23] *** Joins: tsglove (~tsglove@replaced-ip )
2483 [20:58:01] <wwilliam>
replaced-url
2484 [20:58:30] <VinAlencc> Hello, guys! How are you? I'd
like to know which is the most recommended Linux-HA software. Would
it be "ucarp", "keepalived",
"heartbeat"...? I want to use it for "every single
service" running on my servers.
2485 [20:58:40] *** Quits: tvm (~tvm@replaced-ip ) (Read error: Connection reset by peer)
2486 [20:58:52] <VinAlencc> Sorry, I mean... Floating IP +
Linux-HA.
2487 [20:59:41] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
2488 [21:00:02] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
2489 [21:00:36] *** Joins: platvoeten (~platvoete@replaced-ip )
2490 [21:01:00] *** Quits: RandomSerb (~RandomSer@replaced-ip ) (Remote host closed the connection)
2491 [21:03:16] <tsglove> VinAlencc, what.... is it that you want?
2492 [21:03:44] *** Joins: karakedi (~eAC53C340@replaced-ip )
2493 [21:03:44] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2494 [21:03:44] *** Joins: karakedi (~eAC53C340@replaced-ip )
2495 [21:04:37] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2496 [21:05:13] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 246 seconds)
2497 [21:05:48] <VinAlencc> tsglove: I'd like to use a
software which could help me with redundancy on my servers.
Initially, using floating IP. And then, later making my firewall
script run on the master, and, if it fails, over my slave server.
2498 [21:06:12] *** Joins: kupi (uid212005@replaced-ip )
2499 [21:06:37] <VinAlencc> tsglove: Also, making any other
service/script runs on the master and slave according to it
availability
2500 [21:08:02] *** Quits: zeden (~user@replaced-ip ) (Ping timeout: 250 seconds)
2501 [21:08:56] *** Quits: hgnoel1980 (~hgnoel198@replaced-ip ) (Quit: Leaving)
2502 [21:09:09] *** Joins: the_zero (~the_zero@replaced-ip )
2503 [21:09:15] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
2504 [21:09:45] *** Quits: winem_ (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
2505 [21:10:56] *** Joins: joeeeyyyqqee (~joseph@replaced-ip )
2506 [21:11:38] *** Joins: hgnoel1980 (~hgnoel198@replaced-ip )
2507 [21:13:39] *** Parts: VinAlencc (~VinAlencc@replaced-ip ) ("Leaving...")
2508 [21:13:43] *** Joins: hophoptoads (~hophoptoa@replaced-ip )
2509 [21:14:03] *** Joins: krabador (~krabador@replaced-ip )
2510 [21:18:08] *** Quits: the_zero (~the_zero@replaced-ip ) (Quit: Leaving)
2511 [21:19:27] *** Quits: enoch85 (~enoch85@replaced-ip ) (Ping timeout: 240 seconds)
2512 [21:19:30] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2513 [21:20:09] *** Joins: enoch85 (~enoch85@replaced-ip )
2514 [21:20:51] *** Quits: karven (~karven@replaced-ip ) (Remote host closed the connection)
2515 [21:21:09] *** Joins: karven (~karven@replaced-ip )
2516 [21:22:12] *** Joins: jfoy (~jfoy@replaced-ip )
2517 [21:22:39] *** Joins: zeden (~user@replaced-ip )
2518 [21:22:55] *** Joins: skrying (~skrying@replaced-ip )
2519 [21:24:08] <tdn> I get a lot of these messages in my syslog.
What causes this, and how do I fix it? (server is an NFS server)
2018-12-17T17:05:37.867860+01:00 corvina kernel: lockd: cannot
monitor malbec
2520 [21:25:21] *** Joins: marmor (~dahmar@replaced-ip )
2521 [21:26:49] *** Quits: tryte_ (~tryte@replaced-ip ) (Ping timeout: 256 seconds)
2522 [21:27:07] *** Quits: shadow98 (uid236862@replaced-ip ) (Quit: Connection closed for inactivity)
2523 [21:27:37] *** Quits: _13LACK_ (~Kvirc@replaced-ip ) (Ping timeout: 246 seconds)
2524 [21:30:07] *** Joins: mentor (~m@replaced-ip )
2525 [21:30:07] *** Quits: mentor (~m@replaced-ip ) (Changing host)
2526 [21:30:07] *** Joins: mentor (~m@replaced-ip )
2527 [21:30:20] *** saint__ is now known as saint_
2528 [21:31:33] *** Quits: seekr (~seekr@replaced-ip ) (Read error: Connection reset by peer)
2529 [21:31:58] *** Joins: seekr (~seekr@replaced-ip )
2530 [21:31:58] *** Quits: seekr (~seekr@replaced-ip ) (Changing host)
2531 [21:31:58] *** Joins: seekr (~seekr@replaced-ip )
2532 [21:32:16] *** Quits: joeeeyyyqqee (~joseph@replaced-ip ) (Remote host closed the connection)
2533 [21:32:45] *** Quits: Apeiron` (~Apeiron@replaced-ip##) (Quit: ZNC - ##replaced-url
2534 [21:32:45] *** Quits: Rhuarc (~Rhuarc-@replaced-ip ) (Quit: Not my fucking problem)
2535 [21:33:30] *** Quits: Aaron (~aaron@replaced-ip ) (Remote host closed the connection)
2536 [21:34:04] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
2537 [21:34:58] *** Joins: Apeiron` (~Apeiron@replaced-ip )
2538 [21:35:19] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
2539 [21:35:22] *** Joins: BlueByte (~walther@replaced-ip )
2540 [21:35:44] *** Joins: Rhuarc (~Rhuarc-@replaced-ip )
2541 [21:36:21] *** Joins: format_c (~koeppea@replaced-ip )
2542 [21:37:42] *** Joins: _13LACK_ (~Kvirc@replaced-ip )
2543 [21:37:58] *** Quits: lostqt (~lost@replaced-ip ) (Quit: bye)
2544 [21:38:18] *** Joins: devn0ll (~devnull@replaced-ip )
2545 [21:40:50] *** Quits: nehemiah (~nehemiah@replaced-ip ) (Remote host closed the connection)
2546 [21:41:58] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2547 [21:42:27] *** Joins: slack_ (~slack@replaced-ip )
2548 [21:42:53] *** Joins: ikus060 (~ikus060@replaced-ip )
2549 [21:43:35] *** Quits: discovered (~discovere@replaced-ip ) (Remote host closed the connection)
2550 [21:45:15] *** Quits: seekr (~seekr@replaced-ip ) (Quit: Goodbye, cruel world.)
2551 [21:47:07] *** Quits: dolphy (~kramer@replaced-ip ) (Remote host closed the connection)
2552 [21:47:31] *** Joins: jmarsac (~jmarsac@replaced-ip )
2553 [21:47:56] <jhutchins_wk> tdn: Try pasting the text into a
search engine (just "lockd: cannot
2554 [21:47:56] *** Joins: dolphy (~kramer@replaced-ip )
2555 [21:47:57] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Read error: Connection reset by peer)
2556 [21:48:01] <jhutchins_wk> monitor malbec)
2557 [21:48:23] *** Joins: pringau (~pringau@replaced-ip )
2558 [21:49:50] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
2559 [21:50:54] *** Joins: DammitJim (~DammitJim@replaced-ip )
2560 [21:50:56] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
2561 [21:51:33] <tdn> jhutchins_wk, I tried but the only thing
that /might/ be relevant is this:
replaced-url
2562 [21:52:08] *** Quits: Prints (333@replaced-ip ) (Ping timeout: 245 seconds)
2563 [21:52:29] *** Quits: ShellMAN (~smuxi@replaced-ip ) (Ping timeout: 244 seconds)
2564 [21:52:29] *** Joins: seekr (~seekr@replaced-ip )
2565 [21:52:47] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Remote host closed the connection)
2566 [21:53:54] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
2567 [21:53:56] *** Quits: yvy (~yvy@replaced-ip ) (Read error: Connection reset by peer)
2568 [21:54:09] *** Quits: format_c (~koeppea@replaced-ip ) (Quit: leaving)
2569 [21:54:43] <jhutchins_wk> tdn: What does service rpc-statd
return?
2570 [21:55:03] *** Joins: faw_ (~faw@replaced-ip )
2571 [21:55:09] *** Quits: aspyct (~aspyct@replaced-ip ) (Ping timeout: 252 seconds)
2572 [21:55:28] *** Quits: anothertorusr (~anotherto@replaced-ip ) (Ping timeout: 245 seconds)
2573 [21:55:47] *** Joins: ShellMAN (~smuxi@replaced-ip )
2574 [21:56:39] *** Quits: iderik (~weechat@replaced-ip ) (Quit: iderik)
2575 [21:57:14] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
2576 [21:58:01] *** Joins: anothertorusr (~anotherto@replaced-ip )
2577 [21:58:02] *** Quits: areyouloco (~areyouloc@replaced-ip ) (Ping timeout: 272 seconds)
2578 [21:58:14] *** Quits: tmiland (~c0a80202@replaced-ip##) (Quit: The Lounge - ##replaced-url
2579 [21:58:33] *** Joins: tmiland (~c0a80202@replaced-ip )
2580 [21:58:37] *** Joins: mavhc (~mavhc@replaced-ip )
2581 [21:59:10] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
2582 [22:00:01] *** Quits: e-Ra (~Thunderbi@replaced-ip ) (Quit: e-Ra)
2583 [22:00:20] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2584 [22:01:07] *** Quits: blitzed (~blitzed@replaced-ip ) (Remote host closed the connection)
2585 [22:01:08] <DammitJim> do you guys have any recommendations
on enterprise backup solutions for debian laptops?
2586 [22:01:39] <DammitJim> I have 4 laptops I would like to
ensure are being backed up (the laptops themselves have VMs also)
2587 [22:02:24] *** Joins: krabador (~krabador@replaced-ip )
2588 [22:02:36] <tdn> jhutchins_wk, command not found?
2589 [22:02:59] *** Joins: giertek (~Thunderbi@replaced-ip )
2590 [22:03:07] *** Joins: Aaron (~aaron@replaced-ip )
2591 [22:03:09] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2592 [22:03:52] <tdn> jhutchins_wk, you mean rpc.statd? It outputs
nothing when calling it
2593 [22:04:00] *** Quits: _13LACK_ (~Kvirc@replaced-ip##) (Quit: KVIrc 4.9.3 Aria ##replaced-url
2594 [22:04:01] *** debhelper sets mode: +l 1482
2595 [22:05:04] *** Quits: seekr (~seekr@replaced-ip ) (Quit: Goodbye, cruel world.)
2596 [22:05:15] *** Quits: giertek (~Thunderbi@replaced-ip ) (Client Quit)
2597 [22:05:22] *** Quits: dastier_ (~dastier@replaced-ip ) (Remote host closed the connection)
2598 [22:05:43] <jhutchins_wk> tdn: You have to be root.
2599 [22:05:49] *** Quits: kesenai (~username@replaced-ip ) (Remote host closed the connection)
2600 [22:05:53] <tdn> jhutchins_wk, I am
2601 [22:05:57] <jhutchins_wk> Sorry, I mean tservice rpc-statd
status
2602 [22:06:09] <tdn> jhutchins_wk, no service by that name
2603 [22:06:40] <tdn> jhutchins_wk, I have: service rpcbind status
2604 [22:06:45] <tdn> And that is up
2605 [22:06:48] *** Joins: kapil____ (uid36151@replaced-ip )
2606 [22:06:50] <jhutchins_wk> Try rpc.statd
2607 [22:06:59] *** Quits: tmiland (~c0a80202@replaced-ip##) (Quit: The Lounge - ##replaced-url
2608 [22:07:09] <tdn> Unit rpc.statd.service could not be found.
2609 [22:07:21] <jhutchins_wk> Or systemctl rpc.statd status
2610 [22:07:22] *** Joins: tmiland (~c0a80209@replaced-ip )
2611 [22:07:46] <jhutchins_wk> I don't have NFS so I
can't really check the status, but it looks like that specific
error is caused because statd isn't running.
2612 [22:07:50] <tdn> Yeah that was what I did
2613 [22:07:52] *** Joins: Lambertini (~blood@replaced-ip )
2614 [22:07:59] <tdn> Oh.
2615 [22:08:08] *** Joins: blitzed (~blitzed@replaced-ip )
2616 [22:08:39] *** Quits: rpifan (~rpifan@replaced-ip ) (Read error: Connection reset by peer)
2617 [22:08:43] *** Quits: karven (~karven@replaced-ip ) (Remote host closed the connection)
2618 [22:09:17] <Lambertini> someone have ideia?
2619 [22:09:32] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2620 [22:09:45] *** Quits: Ericounet (~Eric@replaced-ip ) (Ping timeout: 252 seconds)
2621 [22:10:06] <Lambertini> im looking for this on goole, but no
return result
2622 [22:10:23] *** Parts: mason (~mason@replaced-ip ) ()
2623 [22:10:53] <jhutchins_wk> !br
2624 [22:10:53] <dpkg> Este canal é apenas em inglês.
Por favor, use #debian-br (/j #debian-br) para ajuda em portugues.
2625 [22:11:25] *** Quits: perique (~peri@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2626 [22:11:30] <jhutchins_wk> !es
2627 [22:11:30] <dpkg> Este canal es de soporte técnico en
Inglés para Debian. Si prefiere que el soporte sea en
Español, puede ingresar en #debian-es tecleando /join
#debian-es en la línea de chat.
2628 [22:12:05] <Lambertini> ???
2629 [22:12:51] *** Joins: krabador (~krabador@replaced-ip )
2630 [22:13:03] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 250 seconds)
2631 [22:13:23] *** Quits: skrying (~skrying@replaced-ip ) (Ping timeout: 245 seconds)
2632 [22:13:30] *** Quits: ikus060 (~ikus060@replaced-ip ) (Quit: Leaving)
2633 [22:14:02] *** debhelper sets mode: +l 1473
2634 [22:14:09] *** Joins: him-cesjf (~cesjf@replaced-ip )
2635 [22:14:42] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
2636 [22:15:09] *** Quits: disfit (~pl@replaced-ip ) (Remote host closed the connection)
2637 [22:15:32] *** Quits: AimHere (~David@replaced-ip ) (Read error: Connection reset by peer)
2638 [22:15:48] *** Joins: aspyct (~aspyct@replaced-ip )
2639 [22:15:59] *** Joins: AimHere (~David@replaced-ip )
2640 [22:16:41] *** Joins: rpifan (~rpifan@replaced-ip )
2641 [22:17:06] *** Quits: dr_gonzo (~dr_gonzo_@replaced-ip ) (Remote host closed the connection)
2642 [22:17:16] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2643 [22:17:20] *** Joins: Prestige (~Prestige@replaced-ip )
2644 [22:17:51] *** Quits: NeoBlaster (N3oBl@replaced-ip ) (Ping timeout: 250 seconds)
2645 [22:18:01] *** Joins: NeoBlaster (N3oBl@replaced-ip )
2646 [22:19:00] *** Quits: hophoptoads (~hophoptoa@replaced-ip ) (Remote host closed the connection)
2647 [22:20:16] *** Quits: tmiland (~c0a80209@replaced-ip##) (Quit: The Lounge - ##replaced-url
2648 [22:20:35] *** Joins: tmiland (~c0a80202@replaced-ip )
2649 [22:21:04] <Prestige> have a debian server spun up and
installed nodejs, but looks like it can't resolve exponential
expressions such as `2 ** 2`. Running v 4.8.2. Anyone have any
insight on this?
2650 [22:21:20] <Prestige> I thought it was a universal javascript
expression
2651 [22:21:53] *** Quits: Kevlar_Noir (~lexou@replaced-ip ) (Remote host closed the connection)
2652 [22:22:12] *** Quits: nibble_zero_two (~nibble_ze@replaced-ip ) (Quit: nibble_zero_two)
2653 [22:22:17] <greycat> Seems like a poor test... if you get the
answer "4", how do you know whether it added, multiplied,
or powered up?
2654 [22:22:29] <jelly> that sounds more like a javascript syntax
question than something for #debian
2655 [22:23:06] <greycat> My first thought, though, was "How
did you pass these operands to the program?" If they're
shell arguments, you may need to quote them. Since ** would be
interpreted as a filename glob.
2656 [22:23:11] <Prestige> I could've said 3 ** 3 but
it's still just not executing
2657 [22:23:13] <jelly> but if 2 ^ 2 evaluates to 0 you know
it's xor and not power
2658 [22:23:29] <Prestige> and im asking here jelly because it
works in other node interpreters, just not on my debian server
2659 [22:23:47] <jelly> that is a useful data point.
2660 [22:24:21] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2661 [22:24:31] *** Quits: rpifan (~rpifan@replaced-ip ) (Remote host closed the connection)
2662 [22:24:53] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2663 [22:25:55] *** Joins: _anb (~anb@replaced-ip )
2664 [22:26:06] <jhutchins_wk> Prestige: I guess one thing to ask
is if the other nodes are running the same version.
2665 [22:26:10] <jhutchins_wk> !nodejs
2666 [22:26:10] <dpkg> Node.js is an event-based server-side
<JavaScript> engine packaged for Debian as 'nodejs';
Debian 7 "Wheezy" users can find this in
<wheezy-backports>. Further help can be found in #node.js on
irc.freenode.net.
replaced-url
2667 [22:27:09] *** Joins: rpifan (~rpifan@replaced-ip )
2668 [22:27:48] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2669 [22:27:59] <Prestige> the other systems arent debian so I
assume they have different packages (the version numbers are very
different) so I suppose I'll ask the other irc channel
2670 [22:28:27] <greycat> It would not surprise me in the
slightest to hear that other OSes have much newer versions of
node.js than Debian does.
2671 [22:28:34] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2672 [22:29:00] <Prestige> the other is v 11.4.0 so yeah
2673 [22:29:20] *** Joins: krabador (~krabador@replaced-ip )
2674 [22:29:25] *** Joins: _anb (~anb@replaced-ip )
2675 [22:29:33] *** Joins: jubo2 (~juboxi@replaced-ip )
2676 [22:30:38] *** Quits: noln (~noln@replaced-ip ) (Read error: Connection reset by peer)
2677 [22:30:43] *** Quits: buriz (~tud3@replaced-ip ) (Quit: WeeChat 1.4)
2678 [22:30:46] <Lambertini> Can someone help me? Someone had same
problem as me? With php7 I can not read files, but phpinfo () reads
normally, 'print echos if else' ok, work, but I try to
connect mysql db but not work return error 500
2679 [22:31:23] <greycat> Even the part in quotes which I would
expect to be code looks incredibly wrong. 'print echos if
else' ?!
2680 [22:31:40] <greycat> I am by no means a PHP guru, but ...
damn.
2681 [22:33:35] *** Joins: kingkoronov (~kingkoron@replaced-ip )
2682 [22:33:41] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
2683 [22:34:10] <jelly> Lambertini, how do you open a file? Which
error code is returned? Can you show example code? Does it work with
/usr/bin/php7.0 from php7.0-cli package?
2684 [22:35:05] *** Quits: \\Mr_C\\ (mrc@replaced-ip ) (Quit: (Read error: Connection reset by beer))
2685 [22:35:50] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
2686 [22:36:11] <jelly> Lambertini, do you know how to set up php
to show errors in web server's error.log? Find the relevant
php.ini and look for "error_reporting"
2687 [22:36:42] <Lambertini> jelly wiil go make this
2688 [22:36:56] <Lambertini> but i but I found the mistake
2689 [22:38:49] *** Quits: kingkoronov (~kingkoron@replaced-ip ) (Remote host closed the connection)
2690 [22:41:43] *** Quits: boro (~boro@replaced-ip ) (Ping timeout: 245 seconds)
2691 [22:42:12] *** Quits: marmor (~dahmar@replaced-ip ) (Quit: Leaving)
2692 [22:42:20] *** Joins: ntd (~ntd@replaced-ip )
2693 [22:42:30] *** Quits: got11_ (~live@replaced-ip ) (Ping timeout: 250 seconds)
2694 [22:42:52] *** Joins: Dancus (~dancus@replaced-ip )
2695 [22:43:00] *** Joins: hypn0 (~h@replaced-ip )
2696 [22:43:13] *** Joins: PaddyF (~irc@replaced-ip )
2697 [22:43:22] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
2698 [22:43:23] *** Quits: watchcat (~un@replaced-ip ) (Ping timeout: 250 seconds)
2699 [22:44:01] *** debhelper sets mode: +l 1464
2700 [22:45:11] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
2701 [22:46:22] *** Joins: epicmetal (~epicmetal@replaced-ip )
2702 [22:46:32] *** Joins: spidget (~spidget@replaced-ip )
2703 [22:46:34] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 268 seconds)
2704 [22:46:45] *** Joins: asterismo_l (~asterismo@replaced-ip )
2705 [22:46:54] *** Quits: spidget (~spidget@replaced-ip ) (Client Quit)
2706 [22:47:00] <DammitJim> I have 4 laptops I would like to
ensure are being backed up (the laptops themselves have VMs also)
2707 [22:47:05] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2708 [22:47:09] <DammitJim> do you guys have any recommendations
on enterprise backup solutions for debian laptops?
2709 [22:47:24] *** Joins: Overnumerousness (~Overnumer@replaced-ip )
2710 [22:49:27] *** Quits: tmiland (~c0a80202@replaced-ip##) (Quit: The Lounge - ##replaced-url
2711 [22:49:45] *** Joins: tmiland (~c0a80209@replaced-ip )
2712 [22:49:55] *** Quits: Meteor0ID (~Prometeor@replaced-ip ) (Ping timeout: 250 seconds)
2713 [22:50:22] *** Joins: spidget (~spidget@replaced-ip )
2714 [22:51:04] *** Quits: aspyct (~aspyct@replaced-ip ) (Quit: Leaving)
2715 [22:51:14] *** Joins: guiverc (~guiverc@replaced-ip )
2716 [22:51:17] *** Joins: data_ (~data@replaced-ip )
2717 [22:51:50] *** Joins: Meteor0ID (~Prometeor@replaced-ip )
2718 [22:52:04] *** Joins: fundatillus (~fundatill@replaced-ip )
2719 [22:52:19] *** Quits: bltzfsck (~bltzfsck@replaced-ip ) (Ping timeout: 246 seconds)
2720 [22:52:26] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2721 [22:52:46] *** Joins: cCkw (~ejakuk@replaced-ip )
2722 [22:52:58] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
2723 [22:53:35] *** Quits: data_ (~data@replaced-ip ) (Client Quit)
2724 [22:53:56] *** Joins: _anb (~anb@replaced-ip )
2725 [22:53:59] *** Quits: Dancus (~dancus@replaced-ip ) (Quit: Lost terminal)
2726 [22:54:02] *** Quits: tmiland (~c0a80209@replaced-ip ) (Client Quit)
2727 [22:54:48] *** Joins: tmiland (~c0a80209@replaced-ip )
2728 [22:55:19] *** Joins: yvy (~yvy@replaced-ip )
2729 [22:55:30] *** Joins: n4dir (~n4dir@replaced-ip )
2730 [22:56:26] *** Quits: hypn0 (~h@replaced-ip ) (Ping timeout: 268 seconds)
2731 [22:56:31] <PaddyF> DammitJim: i saw "baracuda"
offered as a solution in a redhat context
2732 [22:57:15] *** Joins: zerodata (~zerodata@replaced-ip )
2733 [22:57:32] *** Quits: rypervenche (~rypervenc@replaced-ip ) (Quit: brb)
2734 [22:57:44] <monkey-b> DammitJim: there are several for linux,
debian included. You can take a look at this :
replaced-url
2735 [22:57:47] *** Quits: ShellMAN (~smuxi@replaced-ip ) (Ping timeout: 240 seconds)
2736 [22:58:26] *** Joins: Brigo (~Brigo@replaced-ip )
2737 [22:59:01] *** Quits: derlg (~derlg@replaced-ip ) (Ping timeout: 250 seconds)
2738 [22:59:18] <DammitJim> anybody in here with experience with
any solution?
2739 [22:59:19] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2740 [22:59:30] * PaddyF walks away
2741 [22:59:53] *** Joins: krabador (~krabador@replaced-ip )
2742 [23:00:38] <pingfloyd> DammitJim: I use rsync
2743 [23:00:47] <jhutchins_wk> DammitJim: I've used
rdiff-backup.
2744 [23:00:50] <pingfloyd> it's more work, but it's
also much more control
2745 [23:01:04] <jhutchins_wk> DammitJim: Successfully restored
from it, it does some indexing,
2746 [23:01:12] <blackflow> DammitJim: before I used ZFS, I found
rsnapshot very adequate.
2747 [23:01:32] <n4dir> never used any different method, but i
vote for rsync too.
2748 [23:01:36] *** Quits: enckse (~enckse@replaced-ip##) (Quit: ZNC - ##replaced-url
2749 [23:01:36] *** Quits: storrgie (~storrgie@replaced-ip ) (Quit: Bye)
2750 [23:02:02] *** Joins: \\Mr_C\\ (mrc@replaced-ip )
2751 [23:02:46] <jhutchins_wk> DammitJim: Most of the "backup
programs" just use regular copy/transport/compression programs
with some sort of script, possibly an index or even a database. It
depends on what you're willing to configure and build.
2752 [23:02:58] *** Joins: rypervenche (~rypervenc@replaced-ip )
2753 [23:03:47] *** Joins: spackle259 (~spackle25@replaced-ip )
2754 [23:03:47] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2755 [23:03:54] *** Joins: watchcat (~un@replaced-ip )
2756 [23:04:40] *** Quits: tmiland (~c0a80209@replaced-ip##) (Quit: The Lounge - ##replaced-url
2757 [23:04:53] *** Joins: tmiland (~c0a80209@replaced-ip )
2758 [23:04:59] *** Joins: _anb (~anb@replaced-ip )
2759 [23:05:19] *** Quits: spackle259 (~spackle25@replaced-ip ) (Client Quit)
2760 [23:05:20] *** Quits: alex_laptop (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
2761 [23:05:39] *** Quits: vivid (~ViViD@replaced-ip ) (Quit: Leaving)
2762 [23:05:53] <DammitJim> I want an easy solution where all I
got to do is run restore, and the machine is back to where it was at
the time of the backup
2763 [23:06:23] *** Joins: acidoverflow (~acidoverf@replaced-ip )
2764 [23:06:25] <Prestige> I followed the instructions here to try
installing the latest version of nodejs:
replaced-url
2765 [23:06:25] <DammitJim> and when I say easy, I mean, I can
manage this from a management console of some sort for the different
laptops
2766 [23:06:53] *** Joins: acidover1low (~acidoverf@replaced-ip )
2767 [23:06:55] <jhutchins_wk> ,v nodejs
2768 [23:06:56] <judd> Package: nodejs on amd64 -- jessie:
0.10.29~dfsg-2; jessie-backports: 4.8.2~dfsg-1~bpo8+1; stretch:
4.8.2~dfsg-1; stretch-backports: 8.11.1~dfsg-2~bpo9+1; buster:
8.11.2~dfsg-1; sid: 8.11.2~dfsg-1; experimental: 10.4.0~dfsg-1
2769 [23:07:21] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
2770 [23:07:56] *** Joins: enckse (~enckse@replaced-ip )
2771 [23:08:07] *** Joins: derlg (~derlg@replaced-ip )
2772 [23:08:07] *** Quits: derlg (~derlg@replaced-ip ) (Changing host)
2773 [23:08:07] *** Joins: derlg (~derlg@replaced-ip )
2774 [23:09:00] <jhutchins_wk> Prestige: We can't know how a
third-party install script does it's thing. It looks like it it
may be adding a PPA, but it might not be replacing your original
install, installing in parallel instead.
2775 [23:09:37] <Prestige> I removed nodejs before running it, and
it appears to have just reinstalled the most current version. Damn
this is annoying
2776 [23:09:40] *** Joins: storrgie (~storrgie@replaced-ip )
2777 [23:10:36] *** Joins: Ticho (~Ticho@replaced-ip )
2778 [23:10:37] <PaddyF> is this a moment for mentioning
containers like docker?
2779 [23:10:39] *** Quits: Meteor0ID (~Prometeor@replaced-ip ) (Remote host closed the connection)
2780 [23:10:52] *** Joins: deicide- (~deicide-@replaced-ip )
2781 [23:10:55] *** Joins: Meteor0ID (~Prometeor@replaced-ip )
2782 [23:10:55] <greycat> sure, why not
2783 [23:11:06] <jhutchins_wk> Prestige: Read through the script.
2784 [23:11:49] *** Joins: soee (~soee@replaced-ip )
2785 [23:11:55] <n4dir> DammitJim: i'd say restoring from a
simple rsync backup is pretty straight forward, though it needs a
bit more than just pressing a "restore" button. One
advantage is that there are tons of people who know it (and most
damn well).
2786 [23:12:25] <n4dir> at forums.debian.net there was mentioned
timeshift the other day.
2787 [23:12:51] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Ping timeout: 250 seconds)
2788 [23:13:42] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 268 seconds)
2789 [23:13:49] <jhutchins_wk> Prestige: I'm not sure how you
undo whatever the script did, but if I were you I'd restore the
system to the backup you made before you ran a third party script
and then install the version that's in backports.
2790 [23:13:53] <jhutchins_wk> !bdo
2791 [23:13:54] <dpkg> backports.debian.org (formerly
backports.org) is an official repository of <backports> for
the current stable (see <stretch backports>) and oldstable
(<jessie backports>) distributions, prepared by Debian
developers. Ask me about <backport caveat> and read
replaced-url
2792 [23:14:02] <DammitJim> timeshift?
2793 [23:14:57] *** Joins: electro33 (uid613@replaced-ip )
2794 [23:14:57] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
2795 [23:15:06] *** Joins: soee_ (~soee@replaced-ip )
2796 [23:15:16] *** Joins: n_1-c_k (~nick@replaced-ip )
2797 [23:15:18] <jhutchins_wk> ,v timeshift
2798 [23:15:18] <n4dir> DammitJim: here is the thread:
replaced-url
2799 [23:15:19] <judd> Package: timeshift on amd64 --
jessie-multimedia: 6.700-dmo2; stretch-multimedia: 6.700-dmo2;
wheezy-multimedia: 6.700-dmo2; buster: 18.9+ds-1; sid: 18.9+ds-1
2800 [23:15:23] *** Joins: sinner (~themsay@replaced-ip )
2801 [23:15:38] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't
do nothin' 'cause I'm cute and furry)
2802 [23:16:05] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Ping timeout: 268 seconds)
2803 [23:16:07] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 240 seconds)
2804 [23:16:30] *** Parts: Prestige (~Prestige@replaced-ip ) ()
2805 [23:16:50] <n4dir> over the years i heard people mentioning
the perfect backup solution all the time. rsync seems to stay. (in
other words: might well be timeshift is just another hype of that
kind)
2806 [23:17:27] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 240 seconds)
2807 [23:18:05] <DammitJim> whoat, timeshift!
2808 [23:18:38] <DammitJim> I just don't see rsync as
something I can manage from a centralized location for multiple
laptops
2809 [23:19:09] <DammitJim> You know, to be able to see a
dashboard with the status of every laptop's backups like when
it was last taken, errors, etc.
2810 [23:19:14] *** Quits: epicmetal (~epicmetal@replaced-ip ) (Read error: Connection reset by peer)
2811 [23:19:48] *** Quits: sinner (~themsay@replaced-ip ) (Ping timeout: 244 seconds)
2812 [23:20:07] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 240 seconds)
2813 [23:20:51] *** Joins: Haudegen (~quassel@replaced-ip )
2814 [23:21:06] <jhutchins_wk> DammitJim: Cron jobs and email
notifications.
2815 [23:21:18] <nkuttler> DammitJim: backuppc
2816 [23:21:39] <jhutchins_wk> I think gnome & kde have native
backup programs.
2817 [23:21:54] <DammitJim> backuppc?
2818 [23:22:18] *** Joins: pikaro (yaaic@replaced-ip )
2819 [23:22:36] <nkuttler> DammitJim: does backups over rsync (and
more) and has a web interface
2820 [23:22:45] <DammitJim> now we are talking!
2821 [23:22:58] *** Quits: yvy (~yvy@replaced-ip ) (Ping timeout: 245 seconds)
2822 [23:23:07] *** Quits: LorD_n1c0w (~igora@replaced-ip ) (Ping timeout: 240 seconds)
2823 [23:23:16] <digdilem> backuppc is great. i've been using
it for over a decade
2824 [23:23:33] *** Joins: Night-Shade (~TimF@replaced-ip )
2825 [23:23:40] <nkuttler> yup, me too
2826 [23:23:47] <DammitJim> so, with rsync, one still has to
install the OS if the hard drive croaks, right?
2827 [23:23:55] <nkuttler> it's not very "modern",
but rock solid, and afaik dev is speeding up again
2828 [23:24:04] <nkuttler> um, what?
2829 [23:24:12] <digdilem> yes. just works, every time. like you
want a backup thing to.
2830 [23:24:17] <pikaro> what packages do I need for nvidia prope
2831 [23:24:23] <pikaro> sorry
2832 [23:24:30] <nkuttler> DammitJim: i think so, never tried it
though
2833 [23:24:33] <pikaro> rietary on sid?
2834 [23:24:40] <DammitJim> never tried what nkuttler ?
2835 [23:24:47] <digdilem> DammitJim, yes. backuppc is a file
backup, not an imager.
2836 [23:25:02] <pikaro> asking from phone, desktop down, oftc as
well it seems.
2837 [23:25:07] *** Joins: epicmetal (~epicmetal@replaced-ip )
2838 [23:25:43] <nkuttler> pikaro: this channel doesn't
support the upstream nvidia driver, if you're asking about that
2839 [23:25:50] *** Quits: Thedarkb1-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 250 seconds)
2840 [23:25:54] <pikaro> nvidia-driver itself doesn't seem to
pull enough dependencies
2841 [23:25:58] <DammitJim> digdilem, but after installing the OS,
all one needs to do is just rsync everything back, right?
2842 [23:25:58] <n4dir> what would be the point of a system backup
if you had to reinstall if the harddisk fails? DammitJim
2843 [23:26:07] <nkuttler> pikaro: nvidia-kernel-dkms
2844 [23:26:25] <DammitJim> n4dir, I don't know...
that's why I'm asking if rsync does system backups or not
2845 [23:26:32] <DammitJim> I know it does file backups
2846 [23:26:42] *** Quits: mzf (~fakhraee@replaced-ip ) (Ping timeout: 250 seconds)
2847 [23:27:07] <pikaro> nkittler, craaaap, that has a dependency
issue, that explains it. thanks.
2848 [23:27:14] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Remote host closed the connection)
2849 [23:27:14] <n4dir> You can do it with rsync, but it is not
fully automated or such (and, btw, don't take my word for it. I
know the little stuff i do, but thats it).
2850 [23:27:19] <digdilem> nkuttler, you're right, backuppc
is under active development again. seems quite active on github
2851 [23:27:21] *** Joins: jubo2 (~juboxi@replaced-ip )
2852 [23:27:33] *** Joins: sinner (~themsay@replaced-ip )
2853 [23:27:52] <digdilem> DammitJim, no, you want clonezilla or
something if you want a snapshot image of a system
2854 [23:27:57] <digdilem> (and a lot of disk space)
2855 [23:28:03] *** Joins: mzf (~fakhraee@replaced-ip )
2856 [23:28:10] <n4dir> when restoring from an rsync backup the
worst i had to do was: edit /etc/fstab; reinstall grub, something
with /etc/udev.d/rules/70*net*
2857 [23:28:25] <jhutchins> DammitJim: You could boot to a live CD
and rsync the backup to the server - that would probably be better
than rsyncing over running files.
2858 [23:28:43] <jhutchins> DammitJim: You do have to limit what
you back up on a live system so you don't get device files and
the like.
2859 [23:28:59] <nkuttler> i just reinstall, run the config
management tool, and restore from backups what i need. never had the
need for full images
2860 [23:29:14] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
2861 [23:29:18] <jhutchins> DammitJim: You can also create an
image of the whole device - dd if=/dev/sda of=/some/destination
2862 [23:29:20] <DammitJim> oh ok, so you do use a config
management tool nkuttler
2863 [23:29:23] *** Quits: sinner (~themsay@replaced-ip ) (Read error: Connection reset by peer)
2864 [23:29:34] <digdilem> nor me. plus you have the option of
restoring specific files with little hassle
2865 [23:29:36] <DammitJim> jhutchins, but I can't do that
while someone is working on the machine, right?
2866 [23:29:38] <jhutchins> nkuttler: config management tool?
2867 [23:29:38] <nkuttler> DammitJim: i do, even at home
2868 [23:29:52] <nkuttler> jhutchins: saltstack, ansible, chef,
puppet, etc
2869 [23:29:55] <DammitJim> yeah, that won't work in my
situation, because I don't control what they install on the
laptops
2870 [23:30:05] <nkuttler> ah, users
2871 [23:30:13] <n4dir> damn users.
2872 [23:30:13] <DammitJim> I myself use saltstack and love it;
however, the user variable is what is killing me
2873 [23:30:24] <DammitJim> well, thank you guys for your help!
2874 [23:30:29] <jhutchins> DammitJim: I'm not entirely sure
what happens if you image a live filesystem. I think if you do the
device you don't get too much transient stuff, and you get the
bootloader.
2875 [23:30:31] <DammitJim> I'll be doing more research
tonight
2876 [23:30:37] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
2877 [23:30:58] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
2878 [23:31:11] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
2879 [23:31:12] <digdilem> virtualising and snapshots is a more
civilised way to do imaging, imo
2880 [23:31:32] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
2881 [23:31:36] <n4dir> jhutchins: everyone recommends against
running rsync backup from a running system. I never ran in problems
with it (but: better safe than sorry)
2882 [23:31:42] *** Joins: pax (~Thunderbi@replaced-ip )
2883 [23:31:53] <watchcat> DammitJim: you can backup with rsync,
edit its fstab, and boot the backup. it even backs up a running
system, though that might be risky.
2884 [23:32:04] *** Joins: bolt (~r00t@replaced-ip )
2885 [23:32:10] <nkuttler> n4dir: well, some things can't be
backed up safely with rsync. db files for example
2886 [23:32:15] <jhutchins> n4dir: I run it "live", but
I'm only backing up data directories.
2887 [23:32:28] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2888 [23:32:32] *** Joins: bltzfsck (~bltzfsck@replaced-ip )
2889 [23:32:38] <jhutchins> nkuttler: db _files_ can, but live
databases often can't.
2890 [23:32:42] <n4dir> nkuttler: nah, nah. i didn't say it
strong enough: really only my little experience. *everyone*
recommens against it.
2891 [23:32:56] *** Joins: Ardit (~ard1t@replaced-ip )
2892 [23:33:02] *** Joins: krabador (~krabador@replaced-ip )
2893 [23:33:18] *** Ardit is now known as Guest80101
2894 [23:33:37] *** Quits: Guest80101 (~ard1t@replaced-ip ) (Changing host)
2895 [23:33:37] *** Joins: Guest80101 (~ard1t@replaced-ip )
2896 [23:33:50] <pikaro> damn and dependency issue resolved, sid
team is fast O.o
2897 [23:33:57] *** Guest80101 is now known as Ardit
2898 [23:33:59] *** beaver is now known as beaver`doc
2899 [23:34:46] <digdilem> n4dir, I recommend doing it. :) just
pick the files you want to rsync
2900 [23:35:34] *** Quits: tuxayo_ (~tuxayo@replaced-ip ) (Ping timeout: 272 seconds)
2901 [23:36:03] <n4dir> digdilem: i do it the other way around and
--exclude the ones i don't want. :-)
2902 [23:36:45] <watchcat> i've backed up a live system with
rsync that worked fine. not to say that there couldn't have
been some issues.
2903 [23:40:18] *** Quits: pikaro (yaaic@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client -
##replaced-url
2904 [23:41:12] *** Joins: telcoguy________ (~telcoguy_@replaced-ip )
2905 [23:43:14] <jelly> it helps if you take a consistent snapshot
covering all the filesystems, and rsync that instead of actual live
files.
2906 [23:43:22] <jelly> lvm <3
2907 [23:45:05] *** Joins: kotrcka (~peter@replaced-ip )
2908 [23:45:23] *** Quits: telcoguy________ (~telcoguy_@replaced-ip ) (Ping timeout: 250 seconds)
2909 [23:46:22] *** Quits: spidget (~spidget@replaced-ip ) (Quit: leaving)
2910 [23:46:46] *** Quits: dslegends (~dslegends@replaced-ip ) (Quit: dslegends)
2911 [23:47:05] *** Joins: Freshnuts (Freshnuts@replaced-ip )
2912 [23:47:29] *** Quits: tmiland (~c0a80209@replaced-ip##) (Quit: The Lounge - ##replaced-url
2913 [23:47:42] *** Joins: tmiland (~c0a80209@replaced-ip )
2914 [23:47:56] *** Quits: danwellby (~danwellby@replaced-ip ) (Ping timeout: 250 seconds)
2915 [23:48:34] *** Quits: Freshnuts (Freshnuts@replaced-ip ) (Max SendQ exceeded)
2916 [23:48:46] *** Joins: JNash_DMIS (~jnash@replaced-ip )
2917 [23:48:58] *** Joins: Freshnuts (Freshnuts@replaced-ip )
2918 [23:49:57] *** Joins: danwellby (~danwellby@replaced-ip )
2919 [23:51:22] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2920 [23:52:54] <SerajewelKS> jelly: can lvm snapshot multiple
filesystems as an atomic operation, or is each snapshot only atomic
with itself?
2921 [23:52:57] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
2922 [23:53:37] <SerajewelKS> i'd like to see something like
windows' VSS on linux. maybe another thing for systemd to
overreach into...
2923 [23:53:41] *** Joins: tuxmartin_ (~tuxmartin@replaced-ip )
2924 [23:53:43] *** Quits: kotrcka (~peter@replaced-ip ) (Quit: leaving)
2925 [23:53:52] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
2926 [23:55:45] *** Joins: fstd_ (~fstd@replaced-ip )
2927 [23:56:43] *** Quits: tuxmartin (~tuxmartin@replaced-ip ) (Ping timeout: 245 seconds)
2928 [23:59:20] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 268 seconds)
2929 [23:59:21] *** fstd_ is now known as fstd
2930 [23:59:21] <watchcat> the init that ate userland...
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be