Re: email attachments in firefox

2020-08-26 Thread Oriol Demaria
, but if it wasn't maybe a project like Iridium wouldn't exist. https://github.com/iridium-browser/tracker/wiki/Differences-between-Iridium-and-Chromium Regards, --- Oriol Demaria Systems Administrator 2FFED630C16E4FF8 On 24/08/2020 13:50, Mihai Popescu wrote: But sometimes, the file selection

How did it happen?

2020-01-29 Thread Oriol Demaria
I understand that root might be required to open privileged ports, but then how commands are run as root when you exploit opensmtpd vulnerability? In case someone hasn't seen patch right now your system. Regards. -- Oriol Demaria 0x58415679

Re: Desktop full text search

2019-09-19 Thread Oriol Demaria
-omega seems to work and pretty fast to find stuff. Will have a look at the other options proposed. Thanks! --- Oriol Demaria 2FFED630C16E4FF8 On 19/09/2019 06:09, _...@thomaslevine.com wrote: Recoll is the best I have found. I porting recoll three years ago but never submitted it. It should

Re: Desktop full text search

2019-09-18 Thread Oriol Demaria
/ --- Oriol Demaria 2FFED630C16E4FF8 On 18/09/2019 17:45, Edgar Pettijohn wrote: On Sep 18, 2019 10:37 AM, Oriol Demaria wrote: So finding some code between large amounts of repos can be tricky. I don't use Gnome or KDE so I was wondering what do people use for this. Been looking at the ports and I see

Desktop full text search

2019-09-18 Thread Oriol Demaria
So finding some code between large amounts of repos can be tricky. I don't use Gnome or KDE so I was wondering what do people use for this. Been looking at the ports and I see Xapian and others. Any advice on a nice setup? Regards, -- Oriol Demaria 2FFED630C16E4FF8

Re: VM CPU usage with TSC timecounter

2019-08-30 Thread Oriol Demaria
Running more tests, seems a bit random either with acpihpet0 or tsc, you are right. So please disregard, I have associated the wrong thing. Happens either with debian or the alpine, and either timecounter. Sometimes vm process maxes out, sometimes it's ok. Thanks! --- Oriol Demaria

VM CPU usage with TSC timecounter

2019-08-29 Thread Oriol Demaria
and restart vmd, the CPU usage is normal again. Does anyone else has this problem? Regards. -- Oriol Demaria 2FFED630C16E4FF8

Re: AMDGPU in current issue

2019-08-02 Thread Oriol Demaria
PCI_PRODUCT(pa->pa_id), amdgpu_pciidlist); > + if (id_entry != NULL) { > + flags = id_entry->driver_data; > + if (flags & AMD_EXP_HW_SUPPORT) > + return 0; > + else > + return 20; > + } > + > return 0; > } > -- Oriol Demaria 2FFED630C16E4FF8

Re: exFAT devices not detected

2019-06-06 Thread Oriol Demaria
Working again with today's snapshot. Regards, --- Oriol Demaria 2FFED630C16E4FF8 On 31/05/2019 15:42, Oriol Demaria wrote: I tested this before, even I have some hotplugd script to mount this devices, but since some days ago exFAT formatted devices are not detected and won't even appear

exFAT devices not detected

2019-05-31 Thread Oriol Demaria
I tested this before, even I have some hotplugd script to mount this devices, but since some days ago exFAT formatted devices are not detected and won't even appear on dmesg. Does anyone seen this behaviour too? Thanks. -- Oriol Demaria 2FFED630C16E4FF8

Re: Lenovo w/ AMD Ryzen CPU

2019-05-29 Thread Oriol Demaria
On 29/05/2019 01:52, Jonathan Gray wrote: If anyone wants to have a Ryzen thinkpad work in the short term the current A series A285/A485 and similar generation E series require less work. Suspend/resume doesn't work right on them currently. They mostly ship with RTL8822BE wireless which there

Re: amdgpu report on rx460

2019-05-24 Thread Oriol Demaria
On 23/05/2019 18:26, Peter Piwowarski wrote: On Thu, 23 May 2019 12:32:05 +0100 Oriol Demaria wrote: I saw the commit yesterday, tried recompiling the kernel but the Vega 8 seems that was not detected. I have a question, does suspend work for you? Silly question, but are you sure you

Re: amdgpu report on rx460

2019-05-23 Thread Oriol Demaria
I saw the commit yesterday, tried recompiling the kernel but the Vega 8 seems that was not detected. I have a question, does suspend work for you? --- Oriol Demaria 2FFED630C16E4FF8 On 23/05/2019 03:56, Peter Piwowarski wrote: I've tried the new amdgpu driver on my RX460 (4G VRAM

Re: Thinkpad A285 mouse issues

2019-05-10 Thread Oriol Demaria
kern.timecounter.hardware=acpihpet0 kern.timecounter.choice=i8254(0) tsc(2000) acpihpet0(1000) acpitimer0(1000) dummy(-100) Regards, --- Oriol Demaria 2FFED630C16E4FF8 On 10/05/2019 01:15, Jonathan Gray wrote: On Thu, May 09, 2019 at 04:17:40PM +0100, Oriol Demaria wrote: I have this laptop

Thinkpad A285 mouse issues

2019-05-09 Thread Oriol Demaria
mouse.type=synaptics mouse.rawmode=0 mouse.scale=1266,5676,1094,4760,0,45,69 mouse.tp.tapping=0 mouse.tp.scaling=0.160 mouse.tp.swapsides=0 mouse.tp.disable=0 mouse.tp.edges=0.0,5.0,10.0,5.0 mouse1.type=ps2 mouse2.type=usb -- Oriol Demaria 2FFED630C16E4FF8

Re: OpenBSD current & Firefox

2018-12-07 Thread Oriol Demaria
Demaria 2FFED630C16E4FF8 On 04/12/2018 14:16, Oriol Demaria wrote: So over the weekend I noticed that Ublock Origin is not working for me anymore on firefox since the last upgrade. I have tried to debug with ktrace to figure out why. Checked the list, but found only someone having issues

OpenBSD current & Firefox

2018-12-04 Thread Oriol Demaria
this problem? Any advice on debugging this issue? Thanks in advance. -- Oriol Demaria 2FFED630C16E4FF8

Re: Issue with numbers of pty

2016-07-01 Thread Oriol Demaria
Yes, that was the issue. Thank you very much :) Stuart Henderson <s...@spacehopper.org> writes: > On 2016-06-30, Oriol Demaria <sysad...@the-grid.xyz> wrote: >> Trying tmuxinator here I have noticed that I ran out of pty, according >> to man pty(4) there is a kernel pa

Issue with numbers of pty

2016-06-30 Thread Oriol Demaria
for? Thanks in advance. -- Oriol Demaria 0x58415679

Re: GitLab on OpenBSD

2016-01-27 Thread Oriol Demaria
cript (and the scripts is calls) > or change it to use bash. > >> https://github.com/gitlabhq/gitlab-recipes/blob/master/install/freebsd/freebsd-10.md >> >> >> Best, >> Predrag -- Oriol Demaria 0x58415679

Re: letsencrypt && https && openbsd.org = https://www.openbsd.org/

2015-12-11 Thread Oriol Demaria
t mirrors, using different internet connections, using vpn's and > tor, etc. > > The TLS could be implemented on a non mandatory way, you don't need to > redirect HTTP connections to HTTPS ones. But it would be nice to have > the option, at least. > > Cheers, > Giancarlo Razzolini -- Oriol Demaria 0x58415679

Re: Why regen for host ssh key if fail first time?

2015-01-17 Thread Oriol Demaria
(3,0x5943c6ac000,0x17c) 2620 ssh-keygen GIO fd 3 wrote 380 bytes ssh-rsa ---DELETED--- 2620 ssh-keygen RET write 380/0x17c 2620 ssh-keygen CALL close(3) Regards, -- Oriol Demaria 0x58415679