spectrwm with conky

2017-11-24 Thread Edgar Pettijohn
I'm curious if someone has a better way to display the temp with conky than this: Temp:${exec sysctl hw.sensors.acpithinkpad0.temp0 | cut -d = -f 2 | cut -d . -f 1}C Thanks, Edgar

Re: logging in to joyent images

2017-11-24 Thread Lyndon Nerenberg
> Another option is, when writing the JSON descriptor, to have it inject an SSH > key into the machine when provisioning. I've never done this myself, but I > know there's a few examples floating around on the web somewhere. That was the trick, although it took some digging to find the specific

Re: umb device, SIM has no PIN?

2017-11-24 Thread Paul B. Henson
On Fri, Nov 24, 2017 at 11:08:25AM +, Stuart Henderson wrote: > > booted under openbsd. The umb driver doesn't support accessing the card > > directly for debugging and diagnostics? > > Correct, you can't get at those from OpenBSD atm. That's a bummer; guess you wouldn't care too much if

Re: Trouble with CARP and MSS/MTU

2017-11-24 Thread Jean-Daniel
As I said, CARP does not support specifying a MTU. Either using ifconfig directly or adding the mtu in the hostname.carp0 file result in a SIOCSIFMTU: Inappropriate ioctl for device. > Le 24 nov. 2017 à 17:28, Alarig Le Lay a écrit : > > Hi, > > Did you try to add the

Re: L2TP IPsec + mschap-v2 with preshared key auth when OpenBSD as a CLIENT

2017-11-24 Thread Denis
Stuart, thanks again for your support. I've read some docs since my last post about IKEv1 support only for MS IPsec + L2TP. xl2tpd-1.3.8 has been installed already on OpenBSD 6.1amd64. I tried to use it with integrated pppd, but unsuccessful. Is xl2tcp-1.3.8 the same version with patches as

Re: Trouble with CARP and MSS/MTU

2017-11-24 Thread Alarig Le Lay
Hi, Did you try to add the mtu value argument to your ifconfig line? -- alarig signature.asc Description: PGP signature

Re: logging in to joyent images

2017-11-24 Thread Lyndon Nerenberg
I have only limited experience with SmartOS, but the quick fix is to login to the global zone and use zlogin to enter the VM (get the VM hash from vmadmin list). You'll then have a shell and can change the password, add users, and adjust the sshd config to your liking. Not sure that will work

Trouble with CARP and MSS/MTU

2017-11-24 Thread Jean-Daniel Dupas
Hello, Using OpenBSD 6.2, I'm trying to setup a CARP interface with IPV6 address. My gateway require a 1480 MTU (1420 mss), but I can't figure out how to tell the system to use that value for the CARP iface. I have setup my main interface with a 1480 mtu and ipv6 eui64: ifconfig vio0

Re: kernel_relinking failed

2017-11-24 Thread Roderick
On Thu, 23 Nov 2017, Kevin Chadwick wrote: [...] It is not like systemd that is replacing an existing system in a more complex way. I think, initialisation got always more complex. BSD init is simpler than Sys V init, systemd went to the extrem. But rc scripts seem also got always more

Re: inteldrm & blank console

2017-11-24 Thread Erik Hunger
Okay, that was the problem. >> I've tried 'config -e' and >> disabling drm and inteldrm lines but quit and save doesn't seem to >> have the effect I expected. > In case it didn't work, if config -ef or config -c (usb keyboard > didn't work for me with config -c though) at boot time is affective

Re: umb device, SIM has no PIN?

2017-11-24 Thread Stuart Henderson
On 2017-11-23, Paul B. Henson wrote: > SIM not initialized PIN required >From my post at https://www.mail-archive.com/tech@openbsd.org/msg32396.html, : The description in the spec for the state which triggers this : message is, : : "The operation failed because

Re: L2TP IPsec + mschap-v2 with preshared key auth when OpenBSD as a CLIENT

2017-11-24 Thread Stuart Henderson
On 2017-11-23, Denis wrote: > Hi All, > > I have a goal to make an IPsec connection to an external L2TP IPsec with > mschap-v2 (preshared key auth) server. > OpenBSD 6.1amd64 will play client role in this case. > > Would you recommended suitable way to make such VPN

Re: inteldrm & blank console

2017-11-24 Thread Kevin Chadwick
On Fri, 24 Nov 2017 02:41:59 -0600 > I've tried 'config -e' and > disabling drm and inteldrm lines but quit and save doesn't seem to > have the effect I expected. In case it didn't work, if config -ef or config -c (usb keyboard didn't work for me with config -c though) at boot time is affective

Re: logging in to joyent images

2017-11-24 Thread Alex Waite
Hey Lyndon, I have installed one of the openbsd-6 SmartOS VM images, gotten the VM to boot, but I'll be damned if I can find out anywhere a login id and password that will actually let me log in to the bloody thing. Anybody been down this road and have an answer? I have only limited

inteldrm & blank console

2017-11-24 Thread Erik Hunger
I'm running into a graphics problem and looking for work-around options. I understand others have run into this as well. I'm getting a black screen as inteldrm switches display modes after upgrading from 6.1 (where this all worked fine) to 6.2. I blew away the install and rebuilt from scratch