Re: SSH extremely quickly dropped from T-Mobile phone hotspot

2018-09-15 Thread Johan Beisser
You can also just set client keepalives. Set TCPKeepAlive in ~/.ssh/config. This has solved a bunch of random timeout problems due to carrier NAT or similar. On Sat, Sep 15, 2018 at 15:36 Constantine A. Murenin wrote: > On 15 September 2018 at 09:50, Chris Bennett < >

Re: Pkg_add

2018-09-15 Thread Michael Ayres
Thanks to everyone who has replied in helping me. I have read up on the man pages and I understand what I need; it is: 1) I want to install some packages on OpenBSD 6.0 which I have operational on a Parallels VM on my precious MacBookPro High Sierra. 2) I want to set a environmental

Re: SSH extremely quickly dropped from T-Mobile phone hotspot

2018-09-15 Thread Constantine A. Murenin
On 15 September 2018 at 09:50, Chris Bennett < cpb_m...@bennettconstruction.us> wrote: > I am using my phone's hotspot, which may or may not be secure, but is > not censoring my choice of sites to visit. Public WiFi in the USA does > so all over the place. Worse, when I lived in Washington State,

Re: SSH extremely quickly dropped from T-Mobile phone hotspot

2018-09-15 Thread Chris Bennett
On Sat, Sep 15, 2018 at 08:38:26PM +, Stuart Henderson wrote: > Perhaps your carrier's NAT has a quick timeout. > > Try these sysctls: > > net.inet.tcp.always_keepalive=1 > net.inet.tcp.keepidle=60 > > There are ssh-specific keepalives too, but I bet it affects other > protocols too (ftp

"acpi0: SSDT checksum error" on bsd.rd snapshot

2018-09-15 Thread Sijmen J. Mulder
Hi all, I downloaded https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64/bsd.rd dated 14-Sep-2018 23:01 and verified its hash: SHA256 (/bsd.rd) = e362a4faff40decf0a1cc336a4cace03dadc4e8e43fa27492439ca9370a73625 When I boot it, the system reboots almost immediately. This is what dmesg has to

Re: SSH extremely quickly dropped from T-Mobile phone hotspot

2018-09-15 Thread Stuart Henderson
On 2018-09-15, Chris Bennett wrote: > I am using my phone's hotspot, which may or may not be secure, but is > not censoring my choice of sites to visit. Public WiFi in the USA does > so all over the place. Worse, when I lived in Washington State, I was > next to a Naval Air Station, which

Re: How to make the cwm window manager reread new config

2018-09-15 Thread Erling Westenvik
On Sat, Sep 15, 2018 at 08:38:25PM +0200, Antoine Jacoutot wrote: > On Sat, Sep 15, 2018 at 08:41:52PM +0300, Родин Максим wrote: > > Hello, > > May be a silly question, > > how can I make the cwm window manager reread its config file > > without loosing my working session? > > From cwmrc(5): >

Re: Burr-Brown USB Audio Support

2018-09-15 Thread Mikko Laine
Stuart Henderson wrote: > In that case, modify the kernel on-disk with config -ef (and keep a copy > of the standard kernel that you can boot in case of problems). Usually > a USB2 driver will attach instead. The problem is that OpenBSD doesn't > support isochronous transfers on XHCI yet.

Re: How to make the cwm window manager reread new config

2018-09-15 Thread Antoine Jacoutot
On Sat, Sep 15, 2018 at 08:41:52PM +0300, Родин Максим wrote: > Hello, > May be a silly question, > how can I make the cwm window manager reread its config file > without loosing my working session? >From cwmrc(5): BIND FUNCTION LIST restart Restart the running cwm(1). And

How to make the cwm window manager reread new config

2018-09-15 Thread Родин Максим
Hello, May be a silly question, how can I make the cwm window manager reread its config file without loosing my working session? -- Maksim

Re: SSH extremely quickly dropped from T-Mobile phone hotspot

2018-09-15 Thread Lars Noodén
On 9/15/18, Dimitris Papastamos wrote: [snip] > Maybe worth lowering ServerAliveInterval in ssh_config and see if that > helps. ServerAliveInterval also needs to be set to non-zero because the default of zero is to not send the messages. Also in the event of a disconnection anyway, you can use

Re: SSH extremely quickly dropped from T-Mobile phone hotspot

2018-09-15 Thread Dimitris Papastamos
On Sat, Sep 15, 2018 at 08:50:36AM -0700, Chris Bennett wrote: > I cannot maintain an SSH connection unattended long enough to go to the > bathroom and get a cup of coffee without the connection being dropped > halfway through reading my email. Maybe worth lowering ServerAliveInterval in

SSH extremely quickly dropped from T-Mobile phone hotspot

2018-09-15 Thread Chris Bennett
I am using my phone's hotspot, which may or may not be secure, but is not censoring my choice of sites to visit. Public WiFi in the USA does so all over the place. Worse, when I lived in Washington State, I was next to a Naval Air Station, which certainly eavesdrops, not OK, but this is the land

Re: Burr-Brown USB Audio Support

2018-09-15 Thread Stuart Henderson
On 2018-09-15, Mikko Laine wrote: > Stuart Henderson wrote: > >> To have a chance of working, you will need to use a kernel with xhci >> disabled. It might need more than that as well. To test, "boot -c" at >> the boot prompt, "disable xhci", "quit", You can modify an on-disk >> kernel with

Re: Burr-Brown USB Audio Support

2018-09-15 Thread Mikko Laine
Stuart Henderson wrote: > To have a chance of working, you will need to use a kernel with xhci > disabled. It might need more than that as well. To test, "boot -c" at > the boot prompt, "disable xhci", "quit", You can modify an on-disk > kernel with "config -ef /bsd", or build your own with this