how to find reason for computer pausing often?

2018-08-07 Thread Derek Sivers
This past month or so, my Lenovo T440s laptop has started doing strange 2-second pauses at random intervals, sometimes a few times per minute. How would you look for the source of this trouble? There's nothing in /var/log showing when it happens. No log entries added there. Where else would

Re: IPQoS values in sshd

2018-08-07 Thread Darren Tucker
On 8 August 2018 at 05:29, Mik J wrote: > Does anyone knows what means lowdelay and thoughput for IPQoS parameter ? > To what DSCP correspond these words >From https://www.openssh.com/specs.html, which documents the most recent release: they're the values specified in RFC1349, the first of the

Re: What is the proper way to release a DHCP lease

2018-08-07 Thread Jay Hart
> > On Aug 7, 2018 5:57 PM, Jay Hart wrote: >> >> Hello all, >> >> About ready to put a new box online, but need to "release" the MAC / IP >> address [of the old box] >> if I can prior to swapping out the boxes.  This might save me a call to >> Verizon. >> >> I tried "dhcp release", but the

Re: What is the proper way to release a DHCP lease

2018-08-07 Thread edgar
On Aug 7, 2018 5:57 PM, Jay Hart wrote: > > Hello all, > > About ready to put a new box online, but need to "release" the MAC / IP > address [of the old box] > if I can prior to swapping out the boxes.  This might save me a call to > Verizon. > > I tried "dhcp release", but the OS returned a

What is the proper way to release a DHCP lease

2018-08-07 Thread Jay Hart
Hello all, About ready to put a new box online, but need to "release" the MAC / IP address [of the old box] if I can prior to swapping out the boxes. This might save me a call to Verizon. I tried "dhcp release", but the OS returned a "command not found" error, essentially. What is the proper

Re: "no route to host" from pkg_add

2018-08-07 Thread Edgar Pettijohn III
On 08/07/18 13:18, traveller wrote: After OpenBSD, one too many “/“ I concur. cat /etc/installurl https://fastly.cdn.openbsd.org/pub/OpenBSD You probably did the ole copy/paste from somewhere and got a trailing '/'. On Aug 7, 2018, 11:16 AM -0700, Benjamin Walkenhorst , wrote: Hello

perlish question

2018-08-07 Thread Edgar Pettijohn III
I am attempting to create and verify password hashes from within perl. The easiest way I saw was to use Inline::C like this: #!/usr/bin/env perl use Inline C; my $pass = 'password'; my $hash = qx(encrypt password); chomp $hash; #get rid of pesky newline $hash =~ s/(\$)/\\$1/gx; #replace $

BackUp with Cdrecord

2018-08-07 Thread Freddy Fisker
Hi When I try to make a backup with Cdrecord more than once with the following commands there is coming this messages: openbsd1$ mkisofs -r -quiet -print-size /home/ff/div 9203690 openbsd1$ su Password: openbsd1# mkisofs -r /home/ff/div | cdrecord -v -sao -data \ fs=16*2048*2048

Re: "no route to host" from pkg_add

2018-08-07 Thread traveller
After OpenBSD, one too many “/“ On Aug 7, 2018, 11:16 AM -0700, Benjamin Walkenhorst , wrote: > Hello everyone, > > I recently installed OpenBSD 6.3 in a VPS. > > In the last few days, I get an error message when running pkg_add, "no route > to host". > I have tried setting various hosts in

IPQoS values in sshd

2018-08-07 Thread Mik J
Hello, Does anyone knows what means lowdelay and thoughput for IPQoS parameter ? To what DSCP correspond these words I did a capture when writing ls in my terminal and I see DSCP=cs0. I would have expected something else. Regards

Re: "no route to host" from pkg_add

2018-08-07 Thread Vadim Zhukov
вт, 7 авг. 2018 г., 21:16 Benjamin Walkenhorst < walkenhorst.benja...@gmail.com>: > Hello everyone, > > I recently installed OpenBSD 6.3 in a VPS. > > In the last few days, I get an error message when running pkg_add, "no > route to host". > I have tried setting various hosts in /etc/installurl,

"no route to host" from pkg_add

2018-08-07 Thread Benjamin Walkenhorst
Hello everyone, I recently installed OpenBSD 6.3 in a VPS. In the last few days, I get an error message when running pkg_add, "no route to host". I have tried setting various hosts in /etc/installurl, but the problem remains. When I run pkg_add, this is the output I get I get:

Re: Create >100 ttyU* by ./MAKEDEV ttyU* command

2018-08-07 Thread Theo de Raadt
Denis wrote: > Is it possible to make more ttys by ./MAKEDEV ttyU* command to have: > ttyU0a-ttyUzz? Up to 127 such devices because of how the node's minor is split.

Re: NSA encryption algorithms in Linux kernel, OpenBSD too?

2018-08-07 Thread Bryan Harris
> On Aug 7, 2018, at 7:15 AM, Kevin Chadwick wrote: > > On Mon, 6 Aug 2018 15:52:11 -0500 > It may be more likely that some zealous chrome devs > decided https everywhere was utterly important and so misleading > messages were the order of the day. For some reason I thought https

Create >100 ttyU* by ./MAKEDEV ttyU* command

2018-08-07 Thread Denis
Hi, Is it possible to make more ttys by ./MAKEDEV ttyU* command to have: ttyU0a-ttyUzz?

Re: NSA encryption algorithms in Linux kernel, OpenBSD too?

2018-08-07 Thread Kevin Chadwick
On Mon, 6 Aug 2018 15:52:11 -0500 > I imagine the answer is this is not implemented or going to be but > saw this article and figured I would ask. > > Seems suspect to not release all details, and have it rejected by ISO > but yet still being put in both the kernel and Android OS. > >