Re: Alt-Shift-P freezes XTerm

2023-10-14 Thread tomas
On Sun, Oct 15, 2023 at 09:52:16AM +0700, Max Nikulin wrote: [...] > P.S. I believed that most confusing (while still useful) feature of > terminals is [Ctrl+s]. It takes some time to realize that it has been hit by > mistake, so [Ctrl+q] is required to resume output. Old age gotta have some adv

Re: wpa_supplicant config for ap with no ssid

2023-10-14 Thread David Wright
On Sat 14 Oct 2023 at 22:27:07 (+), fxkl4...@protonmail.com wrote: > how do i configure wpa_supplicant for a ap that does not advertise ssid > i normally use > > network={ > ssid="ap" > psk="passphrase" > id_str="ap" > } You need to add: scan_ssid=1 for hidden SSIDs. http://w1.fi/cgit/ho

Re: Alt-Shift-P freezes XTerm

2023-10-14 Thread Max Nikulin
On 15/10/2023 02:10, Van Snyder wrote: The culprit is tcsh, not XTerm. With bash, Alt-Shift-P produces a colon. In tcsh the default bindings are almost the same as in bash: https://manpages.debian.org/bookworm/tcsh/tcsh.1.en.html#history-search-backward history-search-backward (M-p, M-P) P.S

wpa_supplicant config for ap with no ssid

2023-10-14 Thread fxkl47BF
how do i configure wpa_supplicant for a ap that does not advertise ssid i normally use network={ ssid="ap" psk="passphrase" id_str="ap" } i tried network={ bssid=12:34:56:78:90:ab psk="passphrase" id_str="ap" } with no success i read that a hex passphrase is required i found references to pbkdf

Re: linux-image-amd64: kernel fails to find all nvme SSDs

2023-10-14 Thread Andy Smith
Hi Jeff, On Sat, Oct 14, 2023 at 05:18:52PM -0400, Jeffrey Mark Siskind wrote: > I purchased a new server: Supermicro AS-8125GS-TNHR. It has 17 NVME > drives installed: > > 1x Micron 7450 >12x Micron 9300 > 4x Micron 9400 > > Upon boot, /dev/nvme* only shows 10 drives: the Micron 745

Re: linux-image-amd64: failed to bring up processor 192

2023-10-14 Thread Andy Smith
Hi, On Sat, Oct 14, 2023 at 05:15:04PM -0400, Jeffrey Mark Siskind wrote: > When first installed, it ran kernel 6.1.0.12. That kernel found > all 384 "CPUs". All were reported in /proc/cpuinfo. I subsequently > did an apt upgrade which upgraded to 6.1.0.13. Upon boot, dmesg > -lerr reports: > >

linux-image-amd64: kernel fails to find all nvme SSDs

2023-10-14 Thread Jeffrey Mark Siskind
I purchased a new server: Supermicro AS-8125GS-TNHR. It has 17 NVME drives installed: 1x Micron 7450 12x Micron 9300 4x Micron 9400 Upon boot, /dev/nvme* only shows 10 drives: the Micron 7450, 8 of the Micron 9300s, and 1 of the Micron 9400s. Before I plugged in the 12x Micron 9300, /d

linux-image-amd64: failed to bring up processor 192

2023-10-14 Thread Jeffrey Mark Siskind
I purchased a new server based on the Supermicro AS-8125GS-TNHR. It has two EPYC 9654 processors. Each processor has 96 cores and 192 hyperthreads. Thus the system as a whole has 192 cores and 384 hyperthreads. I run Debian stable bookworm. When first installed, it ran kernel 6.1.0.12. That kernel

Re: Alt-Shift-P freezes XTerm

2023-10-14 Thread Van Snyder
The culprit is tcsh, not XTerm. With bash, Alt-Shift-P produces a colon. I added this to my .XDefaults xterm*altIsNotMeta: truexterm*altSendsEscape: true so that Alt-Shift-P becomes ESC-P. The problem now does not occur in tcsh. Thanks to the correspondents on the list. On Sat, 2023-10-14 at 15:49

Re: Alt-Shift-P freezes XTerm

2023-10-14 Thread tomas
On Sat, Oct 14, 2023 at 08:38:22AM -0400, Greg Wooledge wrote: > On Sat, Oct 14, 2023 at 07:07:57AM +0200, to...@tuxteam.de wrote: > > On Fri, Oct 13, 2023 at 01:06:20PM -0700, Van Snyder wrote: > > > I haven't figured out how to unlock the XTerm after accidentally giving > > > it Alt-Shift-P. > >

Re: Alt-Shift-P freezes XTerm

2023-10-14 Thread Greg Wooledge
On Sat, Oct 14, 2023 at 07:07:57AM +0200, to...@tuxteam.de wrote: > On Fri, Oct 13, 2023 at 01:06:20PM -0700, Van Snyder wrote: > > I haven't figured out how to unlock the XTerm after accidentally giving > > it Alt-Shift-P. I'm not seeing whatever it is you're seeing here. On Debian 12, if I laun