Re: rm -rf "" # prints error

2016-06-28 Thread patrick keshishian
Since POSIX was mentioned, "" is not a valid filename[1]. So it isn't the case of a file does not exist (ENOENT), it is a case of an invalid filename (EINVAL?). --patrick [1] pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_170 --- 8< --

Re: 2016-MAR-30 amd64 snapshot won't wake from sleep

2016-04-01 Thread patrick keshishian
Issue: After putting laptop to sleep via closing the lid (lidsuspend=1), the laptop fails to fully wake. It appears to wake but immediately returns to sleep mode. Wake is attempted by opening the lid and pressing one of the keyboard buttons (e.g., space-bar). The screen lights up for a second, the

Re: 2016-MAR-30 amd64 snapshot won't wake from sleep

2016-04-03 Thread patrick keshishian
y ACPI?) and the former gets executed slightly later and sees the updated state of _LID, but syslog logs the messages out of order of actual execution? Ideas? --patrick On 4/2/16, patrick keshishian wrote: > maybe this helps. > > /var/log/messages with kernel built with ACPI_DEBUG (s

Re: 2016-MAR-30 amd64 snapshot won't wake from sleep

2016-04-04 Thread patrick keshishian
On 4/4/16, Mike Larkin wrote: > On Sun, Apr 03, 2016 at 03:46:37PM -0700, patrick keshishian wrote: >> digging in code now and I see that during wake, acpibtn_activate() >> is called and it calls aml_evalinteger(..., "_LID", 0, NULL, &lid_open) >> result of w

Re: 2016-MAR-30 amd64 snapshot won't wake from sleep

2016-04-04 Thread patrick keshishian
On 4/4/16, Philip Guenther wrote: > On Mon, 4 Apr 2016, patrick keshishian wrote: >> I will look for a BIOS update. Last time I looked there were none. >> >> This laptop came with some version of Windows (I forget now which), it >> had no issues with sleep/wake/hibern

regression with pms.c revision 1.69

2016-04-11 Thread patrick keshishian
>Synopsis: regression with -r1.69 pms0 w/Synaptics touchpad lenovo x120e >Category: kernel pms driver >Environment: System : OpenBSD 5.9 Details : OpenBSD 5.9-current (GENERIC.MP) #3: Mon Apr 11 14:16:42 PDT 2016 sidster@local:/usr/build

Re: regression with pms.c revision 1.69

2016-04-11 Thread patrick keshishian
Ignore this for now. this may be (probably is) due to the fact X driver is out of sync with the kernel. i'll report back after I build a new set of X, or better yet, try a new snapshot. --patrick On 4/11/16, patrick keshishian wrote: >>Synopsis: regression with -r1.69 pms0

Re: regression with pms.c revision 1.69

2016-04-14 Thread patrick keshishian
= 1 AreaLeftEdge= 0 AreaRightEdge = 0 AreaTopEdge = 0 AreaBottomEdge = 0 HorizHysteresis = 29 VertHysteresis = 29 ClickPad= 0 --patrick On 4/11/16, patrick keshishian wrote: > Ignore t

Re: regression with pms.c revision 1.69

2016-04-15 Thread patrick keshishian
chpad, reverted to pms.c -r1.68, but when I re-reverted to pms.c -r1.69, I think the .o had newer timestamp, therefore not recompiling pms.c -r1.69. My mistake. > On 04/15/2016 01:18 AM, patrick keshishian wrote: >> Hi haven't had a chance to grab a new snapshot yet, but did >> reb

Re: resume fails on -current #2000 on lenovo x200s

2016-05-02 Thread patrick keshishian
Hi Marcus, On 5/2/16, Marcus MERIGHI wrote: > mlar...@azathoth.net (Mike Larkin), 2016.04.30 (Sat) 12:42 (CEST): >> On Sat, Apr 30, 2016 at 10:38:08AM +0200, Marcus MERIGHI wrote: >> > >Synopsis: resume fails on -current #2000 on lenovo x200s >> > >Category: suspend/resume >> > >Environment: >> >

Re: two audio beep bugs

2016-05-13 Thread patrick keshishian
On 5/13/16, Ted Unangst wrote: > Mark Kettenis wrote: >> >> I personally think the wsconsctl settings should be respected by X. > >> But perhaps we should have a more fundamental discussion about things >> first about how X should interact with wscons. There is a more >> fundamental problem here

ACPI regression sleep/wake cycle - acpicpu.c rev: 1.63->1.64

2015-07-02 Thread patrick keshishian
>Synopsis: ACPI regression >Category: system >Environment: System : OpenBSD 5.8 Details : OpenBSD 5.8-beta (GENERIC) #1050: Tue Jun 30 11:10:13 MDT 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC Architect

Re: axen0: invalid buffer(pkt#1)

2022-03-28 Thread patrick keshishian
On Sun, Mar 27, 2022 at 02:09:35PM +0200, Stephan Mending wrote: > Hi Stuart, > > I am not using VLANs. This is a direct link from one machine to another. No > switch, no nothing in between. > What information can I supply that would be of interest to you? Umm... not even a hub in between? You

Re: axen0: invalid buffer(pkt#1)

2022-03-28 Thread patrick keshishian
Alrighty then, back to my hole. -pk > > https://en.wikipedia.org/wiki/Auto-MDIX#Auto_MDI-X > > > On Mon Mar 28, 2022 at 8:16 PM EDT, patrick keshishian wrote: > > On Sun, Mar 27, 2022 at 02:09:35PM +0200, Stephan Mending wrote: > > > Hi Stuart, > > > >

uvm_fault 5/24 OBSD 7.1 snapshot Compaq-Presario

2022-05-24 Thread patrick keshishian
>Synopsis: uvm_fault / Kernel: page fault trap, code=0 >Category: kernel >Environment: System : OpenBSD 7.1 Details : OpenBSD 7.1-current (GENERIC) #525: Tue May 24 08:53:58 MDT 2022 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/comp

Re: uvm_fault 5/24 OBSD 7.1 snapshot Compaq-Presario

2022-05-25 Thread patrick keshishian
at accpi0 PCI0 acpicmos0 at acpi0 uvm_fault( ... ) On Tue, May 24, 2022 at 10:57:22PM -0700, patrick keshishian wrote: > >Synopsis:uvm_fault / Kernel: page fault trap, code=0 > >Category:kernel > >Environment: > System : OpenBSD 7.1 > Details

Re: Unable to complete secure online login

2022-09-15 Thread patrick keshishian
On 9/15/22, Alton Shaw wrote: > Completely new user "test01", fired up fresh installation of Firefox, > new blank tab, closed all other Mozilla's initial tabs, cleared > cookies/history/cache/etc, browsed to my bank's login page. Attempted > login but received the same result: We’re currently havi

kernel: protection fault trap, code=0

2022-11-20 Thread patrick keshishian
Been trying get an i386 install on my Lenovo x120e. Tried couple of -current (Nov 18th, and 19th) and then tried 7.2 release. All with similar result. After install reboot stops here (transcribed): pcppi0 at isa0 port 0x61 spkr0 at pcppi0 npx0 at isa0 port 0xf0/16: reported by CPUID; using excep

Re: Panasonic Let's Note CF-NX4 Touchpad Not Recieving Input on #674

2025-06-02 Thread patrick keshishian
On Sun, Jun 1, 2025 at 10:11 PM emu...@disroot.org wrote: > > On Sun, 01 Jun 2025 13:23:06 -0400 > "Ted Unangst" wrote: > > > I think maybe we could go in this direction. This starts adding support > > for the mux port to pckbc. It's missing the correct probe, but you can > > change the 0 to 1 an