Re: pkg_add, stdout and exit code

2019-02-12 Thread Solene Rapenne
On Wed, Feb 13, 2019 at 01:56:07AM -0500, Wesley Mouedine Assaby wrote: > Hi all, > > I'm using OpenBSD 6.4 amd64 (GENERIC.MP) #6 > > Using 'pkg_add' i can't access stdout, and the exit code stays 0 whatever it > finds or not the package to install. > > Example : > doas pkg_add sl > file.stdout

pkg_add, stdout and exit code

2019-02-12 Thread Wesley Mouedine Assaby
Hi all, I'm using OpenBSD 6.4 amd64 (GENERIC.MP) #6 Using 'pkg_add' i can't access stdout, and the exit code stays 0 whatever it finds or not the package to install. Example : doas pkg_add sl > file.stdout echo $? # exit code is 0 cat file.stdout # empty file or doas pkg_add sl >

Re: dell universal d6000 dock

2019-02-12 Thread Nick Holland
On 2/12/19 3:19 AM, ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ wrote: > try running stable. > Stunningly bad advice for a hardware problem. There's literally nothing in -stable that isn't in -current, and when it comes to hardware support, a most recent snapshot is always the best. Nick.

Re: emmc support on Ubiquiti Networks UniFi Security Gateway PRO-4

2019-02-12 Thread Ted Unangst
Diana Eichert wrote: > If so, is there a good way to dump existing factory firmware from emmc > before I install OpenBSD? At some point I may have to restore to > factory. Assuming you netboot bsd.rd, there's dd on the ramdisk. Alas, no netcat, but it does have the nfs client, so you can save

Re: emmc support on Ubiquiti Networks UniFi Security Gateway PRO-4

2019-02-12 Thread Jordan Geoghegan
On 2/12/19 3:10 PM, Diana Eichert wrote: I've been running OpenBSD 6.4 on a USG PRO-4 using external SSD drive in USB enclosure. The platform page states "OpenBSD/octeon can be installed on all machines which have local Compact Flash or USB storage". The USG PRO-4 uses emmc storage.

Re: emmc support on Ubiquiti Networks UniFi Security Gateway PRO-4

2019-02-12 Thread Tom Smyth
Hi Diana, you could try to do the recovery procedure listed here it is for another branch of ubnt products but they are generally similar https://help.ubnt.com/hc/en-us/articles/204911324-airMAX-How-to-reset-your-device-with-TFTP-firmware-recovery if you have a tftp daemon on your laptop and

Re: emmc support on Ubiquiti Networks UniFi Security Gateway PRO-4

2019-02-12 Thread Tom Smyth
Hi Diana, Ill ask a few engineers I know who use the ubnt gear quite a bit ... and get back to you.. ubnt may have a utility for it ... On Tue, 12 Feb 2019 at 23:17, Diana Eichert wrote: > > I've been running OpenBSD 6.4 on a USG PRO-4 using external SSD drive > in USB enclosure. > > The

emmc support on Ubiquiti Networks UniFi Security Gateway PRO-4

2019-02-12 Thread Diana Eichert
I've been running OpenBSD 6.4 on a USG PRO-4 using external SSD drive in USB enclosure. The platform page states "OpenBSD/octeon can be installed on all machines which have local Compact Flash or USB storage". The USG PRO-4 uses emmc storage. According to commit 1.28 of RAMDISK config " Add a

Re: getty vs. ttyU0

2019-02-12 Thread Edd Barrett
On Sat, Feb 09, 2019 at 06:28:04PM +, Edd Barrett wrote: > ttyU0 "/usr/libexec/getty std.9600" vt220 on For the archives, sthen@ guessed it. You have to add the 'softcar' flag to your ttyU0 entry in /etc/ttys. Works a charm. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

AMD hardware for radeon driver ambiguity

2019-02-12 Thread Mihai Popescu
Hello, I want to select some hardware for OpenBSD. I lurked many sites with hardware specifications and drivers, but I am not sure about some support for hardware. What Am I Trying to Achieve? I want to buy some AMD APU hardware, that means CPU and GPU together. There is a point in time where

Re: gdb: DW_TAG_ (abbrev = 85, offset = 20161909)

2019-02-12 Thread Claus Assmann
On Sun, Feb 10, 2019, Ted Unangst wrote: > Claus Assmann wrote: > > Any suggestion how I can debug that program? (it's huge and written > > in C++ with which I am not familiar anyway :-( > You want egdb from ports, especially for anything c++. (pkg_add gdb) Thanks, that seems to work (sorry for

Re: dell universal d6000 dock

2019-02-12 Thread Jiri B
Maybe you just face old diplayport issue like here https://marc.info/?t=15169561314=1=2 and it is not related to docking station at all? I gave up and I used to use DP->HDMI->DVI and USB-c>HDMI->DVI reductions :) j. On Tue, Feb 12, 2019 at 12:11 AM myml...@gmx.com wrote: > > anybody

Re: dell universal d6000 dock

2019-02-12 Thread
try running stable.