Re: ksh equivalent to shell-expand-line

2018-10-06 Thread Tomasz Rola
On Sun, Oct 07, 2018 at 12:03:31AM +0200, Klemens Nanni wrote: > On Sat, Oct 06, 2018 at 09:38:42PM +0200, John Ankarström wrote: [...] > And yet, it disregards quoting and will errornously expand the following > example into multiple words instead of one: > > bash-4.4$ echo "$(echo a b)" >

Re: FreeBSD 11.2 under vmm

2018-10-06 Thread Mike Larkin
On Fri, Oct 05, 2018 at 06:46:52PM -0700, Joseph Olatt wrote: > I am trying to install FreeBSD 11.2 under vmm and I am not seeing any > success. The booting of the install ISO keeps looping after a certain > point. See included log. > not supported yet.

Re: FreeBSD 11.2 under vmm

2018-10-06 Thread Klemens Nanni
On Fri, Oct 05, 2018 at 06:46:52PM -0700, Joseph Olatt wrote: > I am trying to install FreeBSD 11.2 under vmm and I am not seeing any > success. The booting of the install ISO keeps looping after a certain > point. See included log. This is a known issue, vmd(8) should tell you this: Oct 7 00:16:

Re: ksh equivalent to shell-expand-line

2018-10-06 Thread Klemens Nanni
On Sat, Oct 06, 2018 at 09:38:42PM +0200, John Ankarström wrote: > Is there a way for ksh to expand a $(command substitution) without having to > execute the entire line? No. > bash provides this via shell-expand-line (bound to Ctrl-Alt-e by default), >From bash(1): shell-expand-line (M-C

Re: Monitoring system

2018-10-06 Thread Richard Toohey
On 10/07/18 09:05, flipchan wrote: My phpinfo: dpaste.com/0VDR4TE Have you looked in /usr/local/share/doc/pkg-readmes/ for anything useful. I've moved off PHP 5.6 so not exactly sure what the file will be called. The instructions for 7.0.31:     /usr/local/share/doc/pkg-readmes/php-7.0.31 ..

Re: Monitoring system

2018-10-06 Thread flipchan
My phpinfo: dpaste.com/0VDR4TE On October 6, 2018 4:42:16 PM UTC, Stuart Henderson wrote: >On 2018-10-06, Richard Toohey wrote: >> On 10/06/18 07:16, Stuart Henderson wrote: >>> On 2018/10/05 17:35, flipchan wrote: It's weird because I have no error files that it describes the >error in, I

Re: Monitoring system

2018-10-06 Thread flipchan
Is not returning anything On October 6, 2018 6:36:38 AM UTC, Tom Smyth wrote: >Howdy > >Create a atest phpinfo(); file in ur webserver htdocs directory >And open the url to that file in ur browser >to show you what php configuration and modules are loaded >Check this page for details > >http:

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Daniel Ouellet
On 10/6/18 11:48 AM, Tim Jones wrote: >> Thank you for handling the logistics so I don't have to do that >> on top of everything else I'm doing. >> I am looking forward to receiving your shipment. > > > Oh right, and the rest of us don't have day-jobs, plus other commitments > outside of working

ksh equivalent to shell-expand-line

2018-10-06 Thread John Ankarström
Hello again, Is there a way for ksh to expand a $(command substitution) without having to execute the entire line? bash provides this via shell-expand-line (bound to Ctrl-Alt-e by default), and ksh seems to have expand-file, but that only works for filenames. Any ideas? Best regards, John

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Theo de Raadt
Tim Jones wrote: > ‐‐‐ Original Message ‐‐‐ > On Saturday, October 6, 2018 6:00 PM, Jacqueline Jolicoeur > wrote: > > > > Oh right, and the rest of us don't have day-jobs, plus other > > > > commitments outside of working hours ? > > > > That must be hard for you. You feel you want mor

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Tim Jones
‐‐‐ Original Message ‐‐‐ On Saturday, October 6, 2018 6:00 PM, Jacqueline Jolicoeur wrote: > > Oh right, and the rest of us don't have day-jobs, plus other > > commitments outside of working hours ? > > That must be hard for you. You feel you want more time in your life. > > > If you wan

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Jacqueline Jolicoeur
> Oh right, and the rest of us don't have day-jobs, plus other commitments outside of working hours ? That must be hard for you. You feel you want more time in your life. > If you want another financial donation ? Well, be prepared for it to come with tight restrictions. You feel the way to hav

Re: Monitoring system

2018-10-06 Thread Stuart Henderson
On 2018-10-06, Richard Toohey wrote: > On 10/06/18 07:16, Stuart Henderson wrote: >> On 2018/10/05 17:35, flipchan wrote: >>> It's weird because I have no error files that it describes the error in, I >>> am promted with >>> "Configuration file errror DB type MYSQL is not supported by current set

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Stuart Henderson
On 2018-10-06, Tim Jones wrote: > If you want another financial donation ? Well, be prepared for it to come > with tight restrictions. That becomes not a "donation" but more of a "payment for work", many devs can't accept that. With want.html if you have the kit spare (or are feeling rich) an

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Theo de Raadt
Tim Jones wrote: > > Thank you for handling the logistics so I don't have to do that > > on top of everything else I'm doing. > > I am looking forward to receiving your shipment. > > > Oh right, and the rest of us don't have day-jobs, plus other commitments > outside of working hours ? > > Fr

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Tim Jones
> Thank you for handling the logistics so I don't have to do that > on top of everything else I'm doing. > I am looking forward to receiving your shipment. Oh right, and the rest of us don't have day-jobs, plus other commitments outside of working hours ? >From now on, I'll take a simple stance

Re: Latest snapshot pkg_add issue

2018-10-06 Thread Marc Peters
On Sat, Oct 06, 2018 at 09:27:47AM -0400, Ken M wrote: > I just installed the latest snapshot and when I run a pkg_add it doesn't find > anything as it is trying to look in 6.4 for packages. > > $ uname -r > 6.4 > > Not sure if this is an issue in the latest snapshot or I stupidly missed some > i

Re: Latest snapshot pkg_add issue

2018-10-06 Thread Andrey Melentyev
On Saturday, October 6, 2018 3:27 PM, Ken M wrote: > I just installed the latest snapshot and when I run a pkg_add it doesn't find > anything as it is trying to look in 6.4 for packages. > > $ uname -r > 6.4 > > Not sure if this is an issue in the latest snapshot or I stupidly missed some > infor

Latest snapshot pkg_add issue

2018-10-06 Thread Ken M
I just installed the latest snapshot and when I run a pkg_add it doesn't find anything as it is trying to look in 6.4 for packages. $ uname -r 6.4 Not sure if this is an issue in the latest snapshot or I stupidly missed some information.

Re: Debug / Driver / Kernel / WiFi

2018-10-06 Thread Stefan Sperling
On Sat, Oct 06, 2018 at 01:32:55PM +0200, NN wrote: > Hi all, > > Many thanks for your support and reply! > > I am not Profi (I have experience < 1year with OpenBSD and C Programming.), > that why its will take me a lot of time to fix and try something. > > After Mr. Sperling first review of my

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Otto Moerbeek
Tim Jones schreef op 6 oktober 2018 13:12:19 CEST: >> That's the nature of a donation: it comes with >> no strings attached for the party receiving. > >Evidently you have not heard of restricted funds. > >If a donor gives on a restricted funds basis (happens all the time), >then its black and

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Stefan Sperling
On Sat, Oct 06, 2018 at 11:22:12AM +, Tim Jones wrote: > I think the point I'm making here is it should be worthwhile to send the kit. > > Unifi access points are so cheap, that second-hand ones "lying around" are > not likely to be worth the cost and effort to ship internationally (or even

Re: Debug / Driver / Kernel / WiFi

2018-10-06 Thread NN
Hi all, Many thanks for your support and reply! I am not Profi (I have experience < 1year with OpenBSD and C Programming.), that why its will take me a lot of time to fix and try something. After Mr. Sperling first review of my Code ... I have made few fixes. In attachment you can see my ne

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Tim Jones
I think the point I'm making here is it should be worthwhile to send the kit. Unifi access points are so cheap, that second-hand ones "lying around" are not likely to be worth the cost and effort to ship internationally (or even nationally in the case of some postal systems). Something like a 1

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Tim Jones
> That's the nature of a donation: it comes with > no strings attached for the party receiving. Evidently you have not heard of restricted funds. If a donor gives on a restricted funds basis (happens all the time), then its black and white, either (a) return the funds or (b) abide by the restric

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Stefan Sperling
On Sat, Oct 06, 2018 at 09:52:18AM +, Tim Jones wrote: > ‐‐‐ Original Message ‐‐‐ > On Saturday, October 6, 2018 9:21 AM, Marcus MERIGHI > wrote: > > > Dear all, > > > > not everyone is reading want.html every day, therefore I wanted to hint > > at: https://www.openbsd.org/want.html

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Klemens Nanni
On Sat, Oct 06, 2018 at 09:52:18AM +, Tim Jones wrote: > As someone who has recently donated, surely this is the very sort of thing > the OpenBSD Foundation should be funding ? I didn't just give money to pay > for electricity bills caused by people insisting on maintaining racks of > vinta

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Otto Moerbeek
On Sat, Oct 06, 2018 at 09:52:18AM +, Tim Jones wrote: > ‐‐‐ Original Message ‐‐‐ > On Saturday, October 6, 2018 9:21 AM, Marcus MERIGHI > wrote: > > > Dear all, > > > > not everyone is reading want.html every day, therefore I wanted to hint > > at: https://www.openbsd.org/want.html

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Tom Smyth
I have asked ubnt to donate the hardware if that request gets lost in space.. I will purchase them... and donate them to stsp ... (they can afford to give it more than I can ) regarding the price point of the ap... they are mid range.. and affordable if you are deploying them commercially but they

Re: want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Tim Jones
‐‐‐ Original Message ‐‐‐ On Saturday, October 6, 2018 9:21 AM, Marcus MERIGHI wrote: > Dear all, > > not everyone is reading want.html every day, therefore I wanted to hint > at: https://www.openbsd.org/want.html > > stsp@wifi is asking for gear and we should deliver :-) > > "Ubiquity Un

want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Marcus MERIGHI
Dear all, not everyone is reading want.html every day, therefore I wanted to hint at: https://www.openbsd.org/want.html stsp@wifi is asking for gear and we should deliver :-) "Ubiquity Unifi Ufo / Unifi AP Pro are needed for wifi driver debugging in Berlin, Germany. Contact s...@openbsd.org" I

Re: Monitoring system

2018-10-06 Thread Richard Toohey
On 10/06/18 07:16, Stuart Henderson wrote: On 2018/10/05 17:35, flipchan wrote: It's weird because I have no error files that it describes the error in, I am promted with "Configuration file errror DB type MYSQL is not supported by current setup" I don't think the issue here - but if you are us