Re: Secondary monitor switches off when inteldrm switches on

2019-07-02 Thread Henry Jensen
Am 3. Juli 2019 02:54:28 MESZ schrieb Jonathan Gray : >I would not be surprised if the DVI output is SDVO. >Building a kernel with 'option DRMDEBUG' added to the config will >show some additional information in dmesg. >It can be made more verbose by setting additional variables. You are

Re: ssh-keygen specify max keysize for ed25519

2019-07-02 Thread jungle boogie
Thus said Theo De Raadt on Tue, 02 Jul 2019 22:45:29 -0600 I think this is fine. At the point where the -b argument is matched, it is not clear what key-type is being handled. It is in your case, but not if -b and -t arguments are swapped. You can go read the source to see why. Cool!

Re: ssh-keygen specify max keysize for ed25519

2019-07-02 Thread Theo de Raadt
I think this is fine. At the point where the -b argument is matched, it is not clear what key-type is being handled. It is in your case, but not if -b and -t arguments are swapped. You can go read the source to see why. jungle boogie wrote: > Hi All, > > $ ssh-keygen -t ed25519 -b 1000

ssh-keygen specify max keysize for ed25519

2019-07-02 Thread jungle boogie
Hi All, $ ssh-keygen -t ed25519 -b 1000 Bits has bad value 1000 (too large) $ ssh-keygen -t ed25519 -b 2 key bits exceeds maximum 16384 Should the first example report the max bits like in the second example? This happens to be: kern.version=OpenBSD 6.5-current (GENERIC.MP) #86:

ed(1) man page doesn't mention use of single / and ?

2019-07-02 Thread mazocomp
Hi! I am not good at explaining something shortly and clearly to fit into proper documentation, so I'll just describe my experience here. Terminating regular expressions with / or ? is necessary only if they are followed by commands, otherwise the following are legal in both OpenBSD ed, Plan 9

Re: Secondary monitor switches off when inteldrm switches on

2019-07-02 Thread Jonathan Gray
On Tue, Jul 02, 2019 at 05:38:35PM -0700, Misc User wrote: > On 7/2/2019 2:45 PM, Henry Jensen wrote: > > Greetings, > > > > to keep it short: > > > > - older Fujitsu Esprimo PC, Core2Duo, Integrated Intel Graphics > > - 2 monitors, connected at VGA and DVI > > - during installation both

Re: Secondary monitor switches off when inteldrm switches on

2019-07-02 Thread Misc User
On 7/2/2019 2:45 PM, Henry Jensen wrote: Greetings, to keep it short: - older Fujitsu Esprimo PC, Core2Duo, Integrated Intel Graphics - 2 monitors, connected at VGA and DVI - during installation both monitors were on all the time. - Computer switched on, both displays on, boot begins -

Secondary monitor switches off when inteldrm switches on

2019-07-02 Thread Henry Jensen
Greetings, to keep it short: - older Fujitsu Esprimo PC, Core2Duo, Integrated Intel Graphics - 2 monitors, connected at VGA and DVI - during installation both monitors were on all the time. - Computer switched on, both displays on, boot begins - inteldrm kicks in, the monitor at the DVI port

Re: OT: hardware war with manufacturers (espionage claims)

2019-07-02 Thread Brian Brombacher
I’m fine with hardware implants snooping on me. But if I was a CISO for a huge company, I might go the extra mile to care about said implants. I’ll continue living carefree. > On Jul 2, 2019, at 1:42 PM, Nathan Hartman wrote: > > On Tue, Jul 2, 2019 at 1:28 PM Brian Brombacher > wrote: >

Re: Future of X.org?

2019-07-02 Thread lists
Tue, 2 Jul 2019 10:31:21 -0700 John Brahy > Thanks for the Wikipedia link. I never researched sentence spacing before. Of course, and to reward the patience of reading to the end of the noise: Template: X Window System https://en.wikipedia.org/wiki/Template:XWinSys > On Tue, Jul 2, 2019 at

Re: OT: hardware war with manufacturers (espionage claims)

2019-07-02 Thread Nathan Hartman
On Tue, Jul 2, 2019 at 1:28 PM Brian Brombacher wrote: > Oh and if the implant is smart, it’ll detect you’re trying to find it and > go dormant. > > Even more good luck! Well then the solution is obvious. Design your own hardware. Or learn to live off the land.

Re: OT: hardware war with manufacturers (espionage claims)

2019-07-02 Thread Brian Brombacher
Oh and if the implant is smart, it’ll detect you’re trying to find it and go dormant. Even more good luck! > On Jul 2, 2019, at 1:24 PM, Brian Brombacher wrote: > > Hardware implants go beyond just sending packets out your network card. They > have transceivers that let agents control or

Re: OT: hardware war with manufacturers (espionage claims)

2019-07-02 Thread Brian Brombacher
Hardware implants go beyond just sending packets out your network card. They have transceivers that let agents control or snoop the device from a distance using RF. You need to scan the hardware with RF equipment to be sure. Good luck! > On Jul 2, 2019, at 12:27 PM, Misc User wrote: > >>

Re: How to debug hanging machines / proc: table is full

2019-07-02 Thread Stuart Henderson
On 2019-07-02, Raimo Niskanen wrote: > Hi misc@! > > If anyone has got some tips about how to debug two hanging machines we have > in our test lab I am eager to learn. > > The machines runs 6.5, amd64 and are patched up to 005_libssl using M:Tier's > openup. Other than that they are rather

Re: Future of X.org?

2019-07-02 Thread lists
Tue, 02 Jul 2019 12:09:01 +0300 cho...@jtan.com > li...@wrant.com writes: > > Worthless thread, worthless comments, annoying Matthew.. STOP spamming. > > Well you're not wrong so there's no need to keep the public involved. It's best discussed in public or not discussed at all, so list

Re: OT: hardware war with manufacturers (espionage claims)

2019-07-02 Thread Misc User
On 7/2/2019 12:43 AM, John Long wrote: On Tue, 2 Jul 2019 10:07:59 +0300 Mihai Popescu wrote: Hello, I keep finding articles about some government bans against some hardware manufacturers related to some backdoor for espionage. I know this is an old talk. Most China manufacturers are under

Re: Bypass doas password check with chroot

2019-07-02 Thread Brian Brombacher
Use doas.conf to permit root with nopass option. See doas.conf(5). > On Jul 2, 2019, at 4:43 AM, cho...@jtan.com wrote: > > This isn't a bug per se, more of an incongruity in how security-centric tools > work wrt root, specifically doas and chroot/su/other: > > joe@drogo$ doas -s > drogo#

How to debug hanging machines / proc: table is full

2019-07-02 Thread Raimo Niskanen
Hi misc@! If anyone has got some tips about how to debug two hanging machines we have in our test lab I am eager to learn. The machines runs 6.5, amd64 and are patched up to 005_libssl using M:Tier's openup. Other than that they are rather different, one small Zotac ZBox-AD02 with AMD E-350 at

Re: L2TP/IPSec PSK with Android -- INVALID_ID_INFORMATION

2019-07-02 Thread Lévai , Dániel
Oh, and one other issue, if anyone gets bitten by this: Don't use the 'any' keyword after the 'from'/'to' attributes. Even though iked.conf(5) says you can, I got an "unsupported address family 0" error from iked. 0.0.0.0/0 works instead. --  Lévai, Dániel ‐‐‐ Original Message ‐‐‐ On

Re: umsm: sparc64

2019-07-02 Thread Stuart Henderson
On 2019-06-29, Kihaguru Gathura wrote: > Hello, > > umsm is not being detected on this machine for Huawei E303 modem. Only > interface 0 and 1 which are both umass are detected. interface 2 is > umsm but not active please see boot message. Try adding umsm to /sys/arch/sparc64/conf/GENERIC and

Re: 6.5 pkg_add "Fatal error: Can't write session into tmp directory"

2019-07-02 Thread Stuart Henderson
On 2019-06-30, Jonathan Thornburg wrote: > I have 6.5/i386 installed on a PC Engines alix board (hostname 'sodium'), > acting as a home firewall and router. I'd like to install some packages > the firewall it to make system adminstration easier. So... I downloaded > the appropriate 6./i386

Re: Future of X.org?

2019-07-02 Thread lists
Tue, 02 Jul 2019 11:19:17 +0300 cho...@jtan.com > > Matthew Worthless thread, worthless comments, worthless Matthew. STOP spamming.

Bypass doas password check with chroot

2019-07-02 Thread chohag
This isn't a bug per se, more of an incongruity in how security-centric tools work wrt root, specifically doas and chroot/su/other: joe@drogo$ doas -s drogo# doas -u chohag -s doas (root@drogo) password: doas: Authorization failed drogo# chroot -u chohag / drogo$ ^D drogo# su -l

Re: OT: hardware war with manufacturers (espionage claims)

2019-07-02 Thread John Long
On Tue, 2 Jul 2019 10:07:59 +0300 Mihai Popescu wrote: > Hello, > > I keep finding articles about some government bans against some > hardware manufacturers related to some backdoor for espionage. I know > this is an old talk. Most China manufacturers are under the search: > Huawei, ZTE,

Re: Future of X.org?

2019-07-02 Thread chohag
li...@wrant.com writes: > Tue, 02 Jul 2019 08:40:35 +0300 cho...@jtan.com > > > > Also I don't need to fix your email system's inability to classify spam. > > YOUR mail server reputation is negative, fix your setup.. STOP spamming. IWFM Matthew ps. Two dots *and* two spaces? Try harder.

Re: Future of X.org?

2019-07-02 Thread lists
Tue, 02 Jul 2019 08:40:35 +0300 cho...@jtan.com > > Also I don't need to fix your email system's inability to classify spam. YOUR mail server reputation is negative, fix your setup.. STOP spamming. > Matthew >

OT: hardware war with manufacturers (espionage claims)

2019-07-02 Thread Mihai Popescu
Hello, I keep finding articles about some government bans against some hardware manufacturers related to some backdoor for espionage. I know this is an old talk. Most China manufacturers are under the search: Huawei, ZTE, Lenovo, etc. What do you think and do when using OpenBSD on this kind of

Re: Future of X.org?

2019-07-02 Thread chohag
li...@wrant.com writes: > You're misreading something, or talking to yourself, making corrections. > Your emails ended up in the spam twice so far, do something about that.. Two dots again? We've been over this. > Your emails came in as spam twice so far, maybe do something about that? Get it