Re: patch: Enable dock audio on Thinkpad dock (Thinkpad L460)

2020-04-16 Thread Abel Abraham Camarillo Ojeda
On Tuesday, February 11, 2020, Abel Abraham Camarillo Ojeda < acam...@verlet.org> wrote: > > > On Wednesday, January 8, 2020, Abel Abraham Camarillo Ojeda < > acam...@verlet.org> wrote: > >> >> >> On Mon, Dec 30, 2019 at 1:24 PM Abel Abraham C

Re: patch: Enable dock audio on Thinkpad dock (Thinkpad L460)

2020-04-27 Thread Abel Abraham Camarillo Ojeda
On Monday, April 27, 2020, Jan Klemkow wrote: > On Thu, Apr 16, 2020 at 05:59:44PM -0500, Abel Abraham Camarillo Ojeda > wrote: > > On Tuesday, February 11, 2020, Abel Abraham Camarillo Ojeda < > acam...@verlet.org> wrote: > > > On Wednesday, January 8, 2020

Re: patch: Enable dock audio on Thinkpad dock (Thinkpad L460)

2020-05-01 Thread Abel Abraham Camarillo Ojeda
On Friday, May 1, 2020, Damien Couderc wrote: > On 27/04/2020 15:19, Abel Abraham Camarillo Ojeda wrote: > >> The following enables audio via the dock station port in my >> >>> thinkpad L460. But, anyone knows if its possible to automatically >>>>>>&g

Re: patch: Enable dock audio on Thinkpad dock (Thinkpad L460)

2020-05-01 Thread Abel Abraham Camarillo Ojeda
On Friday, May 1, 2020, Damien Couderc wrote: > Le 01/05/2020 à 18:04, Damien Couderc a écrit : > >> Le 01/05/2020 à 17:42, Abel Abraham Camarillo Ojeda a écrit : >> >>> >>> >>> On Friday, May 1, 2020, Damien Couderc >> open...@petrocore.eu>

wireguard listen in other rdomain?

2020-08-11 Thread Abel Abraham Camarillo Ojeda
Hi to all, (unsure if this if for tech@ or misc@) I'm using wireguard interfaces but I see that no matter what domain I put the interface: # ifconfig wg0 rdomain X It always listens in rdomain 0 (default), is this expected?, is there any way to listen in another rdomain? I want to expose severa

patch: imsg_init.3 fixes

2018-02-14 Thread Abel Abraham Camarillo Ojeda
Match description arguments with synopsis arguments, and fix style of one function argument description typesetted as .Fn instead of .Fa Also, .Sh DESCRIPTION differes form .Sh BUFFERS in that description functions refer (.Fa) argument types but in BUFFERS function refer (.Fa) to argument names, a

patch: file(1) imsg_compose receives -1 cast to uint32_t

2018-02-14 Thread Abel Abraham Camarillo Ojeda
as shown in patch imsg_compose receives -1 as type and peerid argument to imsg_compose, according to imsg_compose definition: int imsg_compose(struct imsgbuf *ibuf, uint32_t type, uint32_t peerid, pid_t pid, int fd, const void *data, uint16_t datalen); So 4294967295 is used as

Re: fsync(2) and I/O errors

2019-02-16 Thread Abel Abraham Camarillo Ojeda
On Saturday, February 16, 2019, Maximilian Lorlacks < maxlor...@protonmail.com> wrote: > > ‐‐‐ Original Message ‐‐‐ > On Thursday, January 31, 2019 11:31 PM, Alexander Bluhm < > alexander.bl...@gmx.net> wrote: > > > On Thu, Jan 31, 2019 at 04:26:45PM -0500, Ted Unangst wrote: > > > > > Ins

Re: fsync(2) and I/O errors

2019-02-16 Thread Abel Abraham Camarillo Ojeda
On Saturday, February 16, 2019, Abel Abraham Camarillo Ojeda < acam...@verlet.org> wrote: > > > On Saturday, February 16, 2019, Maximilian Lorlacks < > maxlor...@protonmail.com> wrote: > >> >> ‐‐‐ Original Message ‐‐‐ >> On Thursda

Re: acpithinkpad: fix brightness keys, keyboard backlight value

2019-03-11 Thread Abel Abraham Camarillo Ojeda
On Mon, Mar 11, 2019 at 4:33 AM Edd Barrett wrote: > On Wed, Mar 06, 2019 at 09:37:52PM +0100, Juan Francisco Cantero Hurtado > wrote: > > The brightness keys on the X61s still work fine. > > I've just built today's kernel on my X1 5th gen, and the backlight keys > now function. > > Many thanks j

patch: Enable dock audio on Thinkpad dock (Thinkpad L460)

2019-12-30 Thread Abel Abraham Camarillo Ojeda
The following enables audio via the dock station port in my thinkpad L460. But, anyone knows if its possible to automatically disable the laptop speaker when I plug in the audio port in the dock? it doesn't appear to have a *_sense, ideas? this also enables the annoying beep (echo -e "\a"; in cons

Re: patch: Enable dock audio on Thinkpad dock (Thinkpad L460)

2020-01-08 Thread Abel Abraham Camarillo Ojeda
On Mon, Dec 30, 2019 at 1:24 PM Abel Abraham Camarillo Ojeda < acam...@verlet.org> wrote: > The following enables audio via the dock station port in my thinkpad L460. > But, anyone knows if its possible to automatically disable the laptop > speaker > when I plug in the audio po

Re: umb(4) WIP diff and questions

2020-01-14 Thread Abel Abraham Camarillo Ojeda
On Tue, Jan 14, 2020 at 5:11 PM Stefan Sperling wrote: > On Tue, Jan 14, 2020 at 12:34:29PM -0700, Theo de Raadt wrote: > > Channeling a conversation from 15 years ago: "How about wpakeyfile" > > ifconfig wpakeyfile would be trivial to add if we really want it. > But how will hostname.if will wo

Re: patch: Enable dock audio on Thinkpad dock (Thinkpad L460)

2020-02-11 Thread Abel Abraham Camarillo Ojeda
On Wednesday, January 8, 2020, Abel Abraham Camarillo Ojeda < acam...@verlet.org> wrote: > > > On Mon, Dec 30, 2019 at 1:24 PM Abel Abraham Camarillo Ojeda < > acam...@verlet.org> wrote: > >> The following enables audio via the dock station port in my thinkpad

Re: Small change to rc?

2009-12-04 Thread Abel Abraham Camarillo Ojeda
On Fri, Dec 04, 2009 at 11:37:08AM +, Steffen Beyer wrote: > Hi, > > one of our embedded systems, booting from ro-flash, refused to reboot. > Analyzing the problem, I stumbled upon these lines: > > # set hostname, turn on network > echo 'starting network' > ifconfig -g carp carpdemote 128 >

Re: tcpdump privsep design

2010-01-15 Thread Abel Abraham Camarillo Ojeda
Denis Doroshenko wrote: > Hi! > > I'd like to give some colleagues possibility to analyze and dump net > traffic to files, but it seems that in order to do that I need to > allow them to run a piece of software as root, when the software has a > possibility to write to a user-defined file and it

Re: tcpdump privsep design

2010-01-15 Thread Abel Abraham Camarillo Ojeda
Stuart Henderson wrote: > On 2010/01/15 15:37, Abel Abraham Camarillo Ojeda wrote: > > Why don't you try sudo? you can make rules for each user... > > Reread the first paragraph... > > > Denis Doroshenko wrote: > > > I'd like to give some col

Re: Add support to AR5424

2010-03-10 Thread Abel Abraham Camarillo Ojeda
"Bret S. Lambert" wrote: > On Mon, Jan 25, 2010 at 06:18:33PM +, Luis Henriques wrote: > > On Mon, Jan 25, 2010 at 01:52:12PM +, Stuart Henderson wrote: > > > On 2010/01/25 00:50, Luis Henriques wrote: > > > > Re-sending with "cvs diff -upRN" > > > > > > Wha, you mean I have to dismantle

Re: COLUMNS handling

2016-03-14 Thread Abel Abraham Camarillo Ojeda
On Mon, Mar 14, 2016 at 5:32 AM, Martin Natano wrote: > On Mon, Mar 14, 2016 at 10:57:36AM +0100, Marc Espie wrote: >> >> So, does it make sense to put COLUMNS and SIZE forward ? >> I think this is the first important question to ask... >> >> (I remember having COLUMNS and LINES hardcoded in my ol

Re: multi-pool malloc wip diff

2016-03-28 Thread Abel Abraham Camarillo Ojeda
On Mon, Mar 28, 2016 at 3:27 AM, Otto Moerbeek wrote: > On Wed, Mar 23, 2016 at 08:00:19AM +0100, Otto Moerbeek wrote: > >> Hi, >> >> first diff that seems to work. Tested on amd64 and compile tested on >> sparc64. >> >> It is alo available at http://www.drijf.net/openbsd/malloc >> >> Form the REA

Re: openbsd-current: cannot suspend -return from zzz-

2014-05-09 Thread Abel Abraham Camarillo Ojeda
On Thu, Apr 17, 2014 at 4:46 AM, Abel Abraham Camarillo Ojeda < acam...@verlet.org> wrote: > >>> > On Tue, Apr 8, 2014 at 5:46 PM, Mike Larkin > wrote: > >>> >> On Tue, Apr 08, 2014 at 05:30:59PM -0500, Abel Abraham Camarillo > Ojeda wrote: > &g

Re: openbsd-current: cannot suspend -return from zzz-

2014-05-09 Thread Abel Abraham Camarillo Ojeda
On Fri, May 9, 2014 at 4:37 AM, Abel Abraham Camarillo Ojeda wrote: > > On Thu, Apr 17, 2014 at 4:46 AM, Abel Abraham Camarillo Ojeda > wrote: >> >> >>> > On Tue, Apr 8, 2014 at 5:46 PM, Mike Larkin >> >>> > wrote: >> >>> &

Re: openbsd-current: cannot suspend -return from zzz-

2014-05-09 Thread Abel Abraham Camarillo Ojeda
On Fri, May 9, 2014 at 8:47 AM, Martin Pieuchot wrote: > On 09/05/14(Fri) 08:36, Abel Abraham Camarillo Ojeda wrote: >> On Fri, May 9, 2014 at 4:37 AM, Abel Abraham Camarillo Ojeda >> wrote: >> >> This commit breaks resume for my machine: > > Could you find whic

Re: openbsd-current: cannot suspend -return from zzz-

2014-05-09 Thread Abel Abraham Camarillo Ojeda
On Fri, May 9, 2014 at 3:12 PM, Abel Abraham Camarillo Ojeda wrote: > On Fri, May 9, 2014 at 8:47 AM, Martin Pieuchot > wrote: >> On 09/05/14(Fri) 08:36, Abel Abraham Camarillo Ojeda wrote: >>> On Fri, May 9, 2014 at 4:37 AM, Abel Abraham Camarillo Ojeda >>> wro

Re: openbsd-current: cannot suspend -return from zzz-

2014-05-10 Thread Abel Abraham Camarillo Ojeda
On Fri, May 9, 2014 at 3:12 PM, Abel Abraham Camarillo Ojeda wrote: > On Fri, May 9, 2014 at 8:47 AM, Martin Pieuchot > wrote: >> On 09/05/14(Fri) 08:36, Abel Abraham Camarillo Ojeda wrote: >>> On Fri, May 9, 2014 at 4:37 AM, Abel Abraham Camarillo Ojeda >>> wro

Re: openbsd-current: cannot suspend -return from zzz-

2014-05-10 Thread Abel Abraham Camarillo Ojeda
On Sat, May 10, 2014 at 2:09 PM, Martin Pieuchot wrote: > On 10/05/14(Sat) 12:02, Abel Abraham Camarillo Ojeda wrote: >> On Fri, May 9, 2014 at 3:12 PM, Abel Abraham Camarillo Ojeda >> wrote: >> > On Fri, May 9, 2014 at 8:47 AM, Martin Pieuchot >> > wrote: &

diff: setpgid.2: no pgid argument

2014-05-24 Thread Abel Abraham Camarillo Ojeda
There is no pgid argument in the SYNOPSIS: patch inline and attached. Index: setpgid.2 === RCS file: /cvs/src/lib/libc/sys/setpgid.2,v retrieving revision 1.14 diff -u -p -r1.14 setpgid.2 --- setpgid.2 8 May 2013 14:19:44 -

tplink TL-WN722N (ath ar9271): athn0: could not load firmware (and firmware is there)

2014-09-25 Thread Abel Abraham Camarillo Ojeda
I have this usb dongle: http://www.tp-link.com/en/products/details/?model=tl-wn722n#over Tplink TL-WN722N, which according to driver (*.inf) is an atheros ar9271 device. after inserting in usb slot I get: athn0 at uhub1 port 3 "ATHEROS USB2.0 WLAN" rev 2.00/1.08 addr 2 athn0: could not load fi

Re: tplink TL-WN722N (ath ar9271): athn0: could not load firmware (and firmware is there)

2014-09-27 Thread Abel Abraham Camarillo Ojeda
On Thu, Sep 25, 2014 at 11:51 PM, Sébastien Marie wrote: > Hi, > > On Thu, Sep 25, 2014 at 06:18:11PM -0500, Abel Abraham Camarillo Ojeda wrote: >> I have this usb dongle: >> >> http://www.tp-link.com/en/products/details/?model=tl-wn722n#over >> >> Tpli

Re: tplink TL-WN722N (ath ar9271): athn0: could not load firmware (and firmware is there)

2014-09-27 Thread Abel Abraham Camarillo Ojeda
On Sat, Sep 27, 2014 at 4:42 AM, Abel Abraham Camarillo Ojeda wrote: > On Thu, Sep 25, 2014 at 11:51 PM, Sébastien Marie > wrote: >> Hi, >> >> On Thu, Sep 25, 2014 at 06:18:11PM -0500, Abel Abraham Camarillo Ojeda wrote: >>> I have this usb dongle: >>&

On this -lightly loaded- machine a second lasts two or three seconds

2014-10-28 Thread Abel Abraham Camarillo Ojeda
$ while sleep 1; do date; done Tue Oct 28 04:34:04 CST 2014 Tue Oct 28 04:34:06 CST 2014 Tue Oct 28 04:34:08 CST 2014 Tue Oct 28 04:34:11 CST 2014 Tue Oct 28 04:34:13 CST 2014 Tue Oct 28 04:34:15 CST 2014 Tue Oct 28 04:34:17 CST 2014 Tue Oct 28 04:34:20 CST 2014 Tue Oct 28 04:34:22 CST 2014 Tue Oct

Re: On this -lightly loaded- machine a second lasts two or three seconds

2014-10-28 Thread Abel Abraham Camarillo Ojeda
On Tue, Oct 28, 2014 at 8:22 AM, Ted Unangst wrote: > On Tue, Oct 28, 2014 at 04:42, Abel Abraham Camarillo Ojeda wrote: >> $ while sleep 1; do date; done >> Tue Oct 28 04:34:04 CST 2014 >> Tue Oct 28 04:34:06 CST 2014 > >> cpu0 at mainbus0: apid 0 (boot processor)

current smtpd: auth failed when username <= 31 chars, Syntax error when username > 31

2014-12-01 Thread Abel Abraham Camarillo Ojeda
Hi Found on OpenBSD/5.5, reproduced in OpenBSD-current: I have a problem when authenticating a user whose username is bigger than 31 chars: expected - auth longemailabcde@abcdef.ghijklmno: smtp-in: Authentication failed for user longemailabcde@abcdef.ghijklmno on session 9b03fc72ca051521 got -

Re: current smtpd: auth failed when username <= 31 chars, Syntax error when username > 31

2014-12-01 Thread Abel Abraham Camarillo Ojeda
Any ideas, should this work? On Mon, Dec 1, 2014 at 5:39 AM, Abel Abraham Camarillo Ojeda wrote: > Hi > > Found on OpenBSD/5.5, reproduced in OpenBSD-current: > > I have a problem when authenticating a user whose > username is bigger than 31 chars: > > expect

Re: current smtpd: auth failed when username <= 31 chars, Syntax error when username > 31

2014-12-03 Thread Abel Abraham Camarillo Ojeda
s > kind of errors, we should probably override with a more descriptive error. > > I'm ok with the syntax error message, but should large usernames work? Thank you very much. > > > On Mon, Dec 01, 2014 at 08:49:36PM -0600, Abel Abraham Camarillo Ojeda wrote: >> Any i

Re: current smtpd: auth failed when username <= 31 chars, Syntax error when username > 31

2014-12-03 Thread Abel Abraham Camarillo Ojeda
On Wed, Dec 3, 2014 at 9:10 AM, Abel Abraham Camarillo Ojeda wrote: > Hi Gilles, > > On Wed, Dec 3, 2014 at 8:27 AM, Gilles Chehade wrote: >> Nope it shouldn't because: >> >>> > listen on egress tls pki test.verlet.org auth >> >> This will auth

Re: current smtpd: auth failed when username <= 31 chars, Syntax error when username > 31

2014-12-07 Thread Abel Abraham Camarillo Ojeda
ping On Wed, Dec 3, 2014 at 9:10 AM, Abel Abraham Camarillo Ojeda wrote: > Hi Gilles, > > On Wed, Dec 3, 2014 at 8:27 AM, Gilles Chehade wrote: >> Nope it shouldn't because: >> >>> > listen on egress tls pki test.verlet.org auth >> >> This will

panic: ehci_device_clear_toggle: queue active

2014-12-12 Thread Abel Abraham Camarillo Ojeda
I think this problem is particular to these machine because I cannot reproduce in my other openbsd machines when using same kernel and usb dongle... serial transcript - dmesg + ddb - attached - cannot paste well because of gmail. transcript Description: Binary data

Re: current smtpd: auth failed when username <= 31 chars, Syntax error when username > 31

2015-02-05 Thread Abel Abraham Camarillo Ojeda
On Tue, Dec 9, 2014 at 1:40 AM, Gilles Chehade wrote: > Now, if you auth using another mechanism (ie: listen [...] auth ) > in theory we do not have the same limitation but I think it will fail as > we share some code path and we probably have a check in there. I'll have > a look at this. > Hi Gi

Re: Do you need/prefer the non-DUID option in the installer?

2015-03-15 Thread Abel Abraham Camarillo Ojeda
On Sun, Mar 15, 2015 at 5:45 PM, Theo de Raadt wrote: > DUID support was written so that we could solve a problem, without > a question. This is a mop-up operation. The question being posed > is not "shall we leave the non-DUID question", but "what DUID support > gaps still remain, so that we c

Re: Do you need/prefer the non-DUID option in the installer?

2015-03-30 Thread Abel Abraham Camarillo Ojeda
On Mon, Mar 30, 2015 at 4:04 PM, frantisek holop wrote: > Theo de Raadt, 15 Mar 2015 12:15: >> > Yes I do. when I install machines that I dump/restore clone, I do >> > not use DUID's. it's very nice to make a system without DUID's in >> > that case. >> >> I'm sorry, but I don't understand the usa

Re: [patch] rtl8188eu support for urtwn(4)

2015-04-26 Thread Abel Abraham Camarillo Ojeda
On Sun, Apr 26, 2015 at 6:31 AM, Stefan Sperling wrote: > On Sun, Apr 19, 2015 at 11:48:32PM +0300, Mikhail wrote: >> Bellow new version of the patch with above things fixed, also I've fixed >> detection of ETV chip in urtwn_attach(), nothing else is changed. > > I'm seeing very low data transmiss

Machine after unhibernate *sometimes* won't suspend/hibernate again or dim screen

2022-12-23 Thread Abel Abraham Camarillo Ojeda
Hi to all, Sometimes my lenovo L470 won't dim the screen via F5/F6 or be able to suspend/hibernate again after resuming from unhibernation. Also `apm` will show the values from before the hibernate and won't update again, specially battery info. Any ideas how can I gather more info when I get in

Re: Machine after unhibernate *sometimes* won't suspend/hibernate again or dim screen

2022-12-23 Thread Abel Abraham Camarillo Ojeda
On Fri, Dec 23, 2022 at 1:41 PM Bodie wrote: > On Fri Dec 23, 2022 at 8:19 PM CET, Abel Abraham Camarillo Ojeda wrote: > > Hi to all, > > > > Sometimes my lenovo L470 won't dim the screen via F5/F6 or be able to > > suspend/hibernate again after resuming from

Re: Machine after unhibernate *sometimes* won't suspend/hibernate again or dim screen

2022-12-23 Thread Abel Abraham Camarillo Ojeda
On Fri, Dec 23, 2022 at 2:46 PM Abel Abraham Camarillo Ojeda < acam...@verlet.org> wrote: > Forgot to mention I don't think this is a regression, just started to use > hibernate/unhibernate more often lately. > But I think I can reproduce this at least since 6.8 (the first t

Re: Machine after unhibernate *sometimes* won't suspend/hibernate again or dim screen

2022-12-24 Thread Abel Abraham Camarillo Ojeda
Notice it only fails *sometimes*, sometimes after the first unhibernate I cannot get to hibernate/suspend again. Sometimes I can get several hibernate/unhibernate cycles where everything works... Will try to reproduce and check apmd debug. I know almost nothing about unhibernate, one should expec

Re: Machine after unhibernate *sometimes* won't suspend/hibernate again or dim screen

2022-12-25 Thread Abel Abraham Camarillo Ojeda
On Sun, Dec 25, 2022 at 9:46 PM Mike Larkin wrote: > On Fri, Dec 23, 2022 at 03:13:53PM -0600, Abel Abraham Camarillo Ojeda > wrote: > > On Fri, Dec 23, 2022 at 2:46 PM Abel Abraham Camarillo Ojeda < > > acam...@verlet.org> wrote: > > > > > Forgot to men

Re: Machine after unhibernate *sometimes* won't suspend/hibernate again or dim screen

2022-12-25 Thread Abel Abraham Camarillo Ojeda
# apmd -d battery status: high. external power status: not connected. estimated battery life 97% (223 minutes life time estimate) can't disable driver messages, error: Inappropriate ioctl for device apmevent index 0 (press zzz in another xterm) system suspending battery status: high. external

Re: Machine after unhibernate *sometimes* won't suspend/hibernate again or dim screen

2022-12-25 Thread Abel Abraham Camarillo Ojeda
On Mon, Dec 26, 2022 at 12:08 AM Mike Larkin wrote: > On Sun, Dec 25, 2022 at 11:39:29PM -0600, Abel Abraham Camarillo Ojeda > wrote: > > On Sun, Dec 25, 2022 at 9:46 PM Mike Larkin wrote: > > > > > On Fri, Dec 23, 2022 at 03:13:53PM -0600, Abel Abraham Camarillo Oj

openbsd-current: cannot suspend -return from zzz-

2014-03-31 Thread Abel Abraham Camarillo Ojeda
Hi tech: When I do 'zzz' my machine suspends, but when I restore it -press power button- simply nothing happen, I just got an á -a acute- printed on screen, "sometimes" I get instead an 'A' printed or an square -just tested three times right now with a serial cable attached- full serial transc

Re: openbsd-current: cannot suspend -return from zzz-

2014-04-13 Thread Abel Abraham Camarillo Ojeda
On Tue, Apr 8, 2014 at 9:44 PM, Abel Abraham Camarillo Ojeda wrote: > well, I didn't mentioned it I already tried that -disable radeondrm- > with -current, > didn't work, will try again to provide log file... > > As soon as I can get home ... > > On Tu

Re: openbsd-current: cannot suspend -return from zzz-

2014-04-13 Thread Abel Abraham Camarillo Ojeda
On Sun, Apr 13, 2014 at 8:00 AM, Abel Abraham Camarillo Ojeda wrote: > On Tue, Apr 8, 2014 at 9:44 PM, Abel Abraham Camarillo Ojeda > wrote: >> well, I didn't mentioned it I already tried that -disable radeondrm- >> with -current, >> didn't work, will try aga

Re: openbsd-current: cannot suspend -return from zzz-

2014-04-14 Thread Abel Abraham Camarillo Ojeda
I'm now using lastest BIOS: bios0: vendor American Megatrends Inc. version "1605" date 10/25/2012 exactly same behavior in all tests. On Sun, Apr 13, 2014 at 11:21 PM, Tomas Bodzar wrote: > > > > On Sun, Apr 13, 2014 at 3:00 PM, Abel Abraham Camarillo Ojeda > wr

Re: openbsd-current: cannot suspend -return from zzz-

2014-04-14 Thread Abel Abraham Camarillo Ojeda
On Mon, Apr 14, 2014 at 6:02 AM, Tomas Bodzar wrote: > > > > On Mon, Apr 14, 2014 at 11:25 AM, Abel Abraham Camarillo Ojeda > wrote: >> >> I'm now using lastest BIOS: >> >> bios0: vendor American Megatrends Inc. version "1605" da

Re: openbsd-current: cannot suspend -return from zzz-

2014-04-16 Thread Abel Abraham Camarillo Ojeda
On Wed, Apr 16, 2014 at 4:31 PM, Mike Larkin wrote: > On Sun, Apr 13, 2014 at 08:00:39AM -0500, Abel Abraham Camarillo Ojeda wrote: >> On Tue, Apr 8, 2014 at 9:44 PM, Abel Abraham Camarillo Ojeda >> wrote: >> > well, I didn't mentioned it I already tried that

Re: ffs2 boot

2014-04-17 Thread Abel Abraham Camarillo Ojeda
On Thu, Apr 17, 2014 at 5:31 AM, Brandon Mercer wrote: > It will take me about that long to newfs the 10 kvm's I plan on using ;) > > On Thu, Apr 17, 2014 at 5:09 AM, Otto Moerbeek wrote: >> On Wed, Apr 16, 2014 at 11:16:00PM -0700, Philip Guenther wrote: >> >>> On Thursday, April 17, 2014, Otto

Re: wol support for bge

2014-04-23 Thread Abel Abraham Camarillo Ojeda
This should work on sparc64? if so I can test in my sunfire v210... - this box isn't set up to build a kernel so it will be some work to make it build - On Wed, Apr 23, 2014 at 11:15 AM, Stefan Sperling wrote: > The reason we don't enable WOL with bge cards is that they contain > ASF firmware su

Re: wol support for bge

2014-04-23 Thread Abel Abraham Camarillo Ojeda
I know that, I just think I could do something fun with that box today... On Wed, Apr 23, 2014 at 11:54 AM, Stefan Sperling wrote: > On Wed, Apr 23, 2014 at 11:43:06AM -0500, Abel Abraham Camarillo Ojeda wrote: >> This should work on sparc64? > > I have no idea, honestly. > >

Re: alc(4) support for Atheros AR815x

2011-05-01 Thread Abel Abraham Camarillo Ojeda
On Sun, May 1, 2011 at 2:10 PM, Stuart Henderson wrote: > On 2011/05/01 18:35, Edd Barrett wrote: >> I have acquired a netboot (packard bell dot s), which I think uses this NIC. >> Is >> there an updated diff? > > Yes I just took the 2 minutes it took to apply it and fix > the minor conflicts and

Re: alc(4) support for Atheros AR815x

2011-05-01 Thread Abel Abraham Camarillo Ojeda
I mean... my alc0 still works... On Sun, May 1, 2011 at 2:49 PM, Abel Abraham Camarillo Ojeda wrote: > On Sun, May 1, 2011 at 2:10 PM, Stuart Henderson wrote: >> On 2011/05/01 18:35, Edd Barrett wrote: >>> I have acquired a netboot (packard bell dot s), which I think

Re: mixerctl(1) diff: sort output

2011-05-08 Thread Abel Abraham Camarillo Ojeda
On Sun, May 8, 2011 at 5:32 PM, Sviatoslav Chagaev wrote: > * sorted output looks cleaner, prettier; > * it's easier to find the variable you're looking for in a sorted > output; > * hierarchical variable names yet unordered? doesn't make sense; > * this way mixerctl's behaviour will be closer to

Re: impact of unaligned partitions/slices on 4kB sector drives (wd10ears)

2011-05-14 Thread Abel Abraham Camarillo Ojeda
List: openbsd-tech Subject:impact of unaligned partitions/slices on 4kB sector drives (wd10ears) From: Robert Date: 2010-01-06 22:54:34 Message-ID: 20100106235434.55963d32 () openbsd ! pap ! st > Hello, > > i did some measurements on the impact that unaligned partitions/slic

Re: impact of unaligned partitions/slices on 4kB sector drives (wd10ears)

2011-05-14 Thread Abel Abraham Camarillo Ojeda
On Sat, May 14, 2011 at 4:08 AM, David Gwynne wrote: > > > i have had a look at querying disks for their physical and logical block alignments and offsets, but the the WD??EARS-00? drives dont report this info. according to western digital, the next generation of these drives (WD??EARS-11? iirc) a

Re: impact of unaligned partitions/slices on 4kB sector drives (wd10ears)

2011-05-14 Thread Abel Abraham Camarillo Ojeda
On Sat, May 14, 2011 at 4:22 AM, Otto Moerbeek wrote: > On Sat, May 14, 2011 at 04:15:51AM -0500, Abel Abraham Camarillo Ojeda wrote: > >> On Sat, May 14, 2011 at 4:08 AM, David Gwynne wrote: >> > >> > >> > i have had a look at querying disks for their p

patch: small typo in sys/net/if_sppp.h

2011-07-16 Thread Abel Abraham Camarillo Ojeda
Small typo in comment. I don't know if this amerites a commit... Index: if_sppp.h === RCS file: /cvs/src/sys/net/if_sppp.h,v retrieving revision 1.15 diff -u -r1.15 if_sppp.h --- if_sppp.h 16 Feb 2009 20:03:36 - 1.15 +++

Error building ospf6d

2011-07-26 Thread Abel Abraham Camarillo Ojeda
Any ideas? # cd /usr/src && make SUDO=sudo build ... cc -O2 -pipe -Wall -I/usr/src/usr.sbin/ospf6d -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c parse.c /usr/src/usr.sbin/ospf6d/parse.y:649: error: expected '=', ',', ';'

ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-12 Thread Abel Abraham Camarillo Ojeda
Some of our shell scripts that work with dates and do something like: month=`date +%m` something && month=$((month-1)) Suddenly started crashing on august... there seems to be a bug identifying not-numbers (numbers with leading zeroes) before '08' (eigth), how to reproduce: $ for i in 0{0,1,2,3,

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-12 Thread Abel Abraham Camarillo Ojeda
On Mon, Sep 12, 2011 at 5:08 PM, Tobias Ulmer wrote: > > Fix your script, add the leading zero after you're done with the > calculation. > I'm already doing that, just wasn't sure if it was a bug... Thanks.

Adds product ATI RADEON_HD5570

2013-03-20 Thread Abel Abraham Camarillo Ojeda
patch attached. ok? hd5570.patch Description: Binary data

Re: LC_CTYPE for spanish speaking countries

2013-03-22 Thread Abel Abraham Camarillo Ojeda
On Fri, Mar 22, 2013 at 3:55 AM, Creamy wrote: > > There is often more difference between South-American dialects of > Spanish than between any one of them and Castillian Spanish. How would > you decide which country is going to represent the whole of the continent? > +1 > It only makes sense t

Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Abel Abraham Camarillo Ojeda
anyone? On Wed, Mar 20, 2013 at 3:10 AM, Abel Abraham Camarillo Ojeda wrote: > patch attached. > > ok?

Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Abel Abraham Camarillo Ojeda
I'm using gmail :( You can't inline them using it... On Sun, Mar 24, 2013 at 7:50 AM, Mike Larkin wrote: > On Sun, Mar 24, 2013 at 03:48:39AM -0600, Abel Abraham Camarillo Ojeda wrote: >> anyone? >> >> On Wed, Mar 20, 2013 at 3:10 AM, Abel Abraham Camarillo Ojeda

Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Abel Abraham Camarillo Ojeda
bel Abraham Camarillo Ojeda wrote: >> I'm using gmail :( >> >> You can't inline them using it... > > It is possible to set up a regular IMAP email client (Evolution, for > example) to access Gmail, and you can use that for sending patches. > > -- > Shawn K. Quinn >

UPDATE: Test-Simple-0.96

2011-01-02 Thread Abel Abraham Camarillo Ojeda
Attached is a patch to update Test-Simple in the src/gnu/usr.bin/perl/cpan/Test-Simple directory. As this is a src/ patch I don't know if this should go to tech@ or po...@. This update is needed by p5-HTTP-Parser-XS (a port that I'm working on), which in turn is needed by p5-Starman (other 'NEW:'

Re: UPDATE: Test-Simple-0.96

2011-01-02 Thread Abel Abraham Camarillo Ojeda
roberth wrote: > On Sun, 2 Jan 2011 17:04:24 -0600 > Abel Abraham Camarillo Ojeda wrote: > > > Attached is a patch to update Test-Simple in the > > src/gnu/usr.bin/perl/cpan/Test-Simple directory. > > > > As this is a src/ patch I don't kno

Re: mmap diff for patch(1)

2011-11-10 Thread Abel Abraham Camarillo Ojeda
On Thu, Nov 10, 2011 at 9:26 PM, Michael W. Bombardieri wrote: > Hi tech, > > I have a diff for the patch(1) tool which copies > one included in NetBSD two years ago... > > Source: NetBSD src/usr.bin/patch/inp.c revision 1.23 > Purpose: Don't bother mmap'ing an empty file > > Comments/OK? > > - Mi

Re: Radeon HD5450

2012-04-09 Thread Abel Abraham Camarillo Ojeda
On Sun, Apr 24, 2011 at 6:13 AM, Owain Ainsworth wrote: > On Sat, Apr 23, 2011 at 11:07:16PM -0400, Mark Peoples wrote: >> On Sun, Apr 03, 2011 at 08:37:08AM -0400, Mark Peoples wrote: >> > The following along with an update to xf86-video-ati-6.14.1 gets me some very sexy 1920x1080 on my Radeon HD

Re: Radeon HD5450

2012-04-09 Thread Abel Abraham Camarillo Ojeda
On Mon, Apr 9, 2012 at 6:14 AM, Nigel Taylor wrote: > On 04/09/12 10:58, Abel Abraham Camarillo Ojeda wrote: >> On Sun, Apr 24, 2011 at 6:13 AM, Owain Ainsworth >> wrote: >>> On Sat, Apr 23, 2011 at 11:07:16PM -0400, Mark Peoples wrote: >>>> On Sun, Apr 03, 20

Re: amd64: Check cpu_vendor instead of using CPUID.

2012-04-22 Thread Abel Abraham Camarillo Ojeda
This has already been committed... On Sun, Apr 22, 2012 at 3:16 PM, Franco Fichtner wrote: > On Apr 22, 2012, at 9:32 PM, Christiano F. Haesbaert wrote: > >> On Sun, Apr 22, 2012 at 09:16:57PM +0200, Franco Fichtner wrote: >>> On Apr 22, 2012, at 7:58 PM, Christiano F. Haesbaert wrote: >>> O

Re: cwm tiling

2012-06-08 Thread Abel Abraham Camarillo Ojeda
On Fri, Jun 8, 2012 at 9:43 PM, Christiano F. Haesbaert wrote: > On Jun 8, 2012 9:22 PM, "Jérémie Courrèges-Anglas" > wrote: >> >> Antoine Jacoutot writes: >> > I for one would love cwm to have tiling management. >> > I don't care avout the alternative, they are not in base. >> >> Same here. >>

Re: cwm tiling

2012-06-09 Thread Abel Abraham Camarillo Ojeda
On Sat, Jun 9, 2012 at 2:22 AM, Tobias Ulmer wrote: > On Sun, Jun 03, 2012 at 09:07:13PM +0400, Alexander Polakov wrote: >> I'd like to start a discussion about adding tiling to cwm with >> these two diffs. > > How hard can it be to import spectrwm... You're reinventing the wheel > here, badly. >