Can't open /dev/bio on arm

2018-08-03 Thread Kihaguru Gathura
Hi, I am getting message: bioctl: Can't open /dev/bio: Device not configured No clue whatsoever on how to go about this. Please assist. Instructions -- almandine# fdisk -iy sd0 Writing MBR at offset 0. almandine# fdisk -iy sd1 Writing

Re: Support for Intel i915 video chipset

2018-08-03 Thread Jay Hart
> On 2018-08-03, Jay Hart wrote: >>> On 2018-08-03, Jay Hart wrote: Let me add a bit more data: MITAC PD11BICC motherboard (running Intel Indian Bay Trail chipset I think). Link to motherboard manual: https://globalamericaninc.com/manuals/2809056.pdf

Re: Support for Intel i915 video chipset

2018-08-03 Thread Jay Hart
> On 2018-08-03, Jay Hart wrote: >>> On 2018-08-03, Jay Hart wrote: Let me add a bit more data: MITAC PD11BICC motherboard (running Intel Indian Bay Trail chipset I think). Link to motherboard manual: https://globalamericaninc.com/manuals/2809056.pdf >

Re: Support for Intel i915 video chipset

2018-08-03 Thread Stuart Henderson
On 2018-08-03, Jay Hart wrote: >> On 2018-08-03, Jay Hart wrote: >>> Let me add a bit more data: >>> >>> MITAC PD11BICC motherboard (running Intel Indian Bay Trail chipset I think). >>> >>> Link to motherboard manual: >>> https://globalamericaninc.com/manuals/2809056.pdf >>> >>> Has both a DVI-I

Re: Support for Intel i915 video chipset

2018-08-03 Thread Jay Hart
> On 2018-08-03, Jay Hart wrote: >> Let me add a bit more data: >> >> MITAC PD11BICC motherboard (running Intel Indian Bay Trail chipset I think). >> >> Link to motherboard manual: https://globalamericaninc.com/manuals/2809056.pdf >> >> Has both a DVI-I and VGA port. I have only tried the VGA port

Re: sshfs permission problem

2018-08-03 Thread Rupert Gallagher
Use umask temporarily. Sent from ProtonMail Mobile On Fri, Aug 3, 2018 at 13:44, Rudolf Sykora wrote: > Hello! > > I run > > doas sshfs syk...@pc109.fzu.cz: /home/ruda/mnt/fzu -o uid=1000 -o gid=1000 > > But then the mount point is owned (after the mounting) by root: > > drwx-- 1 root

Re: sshfs permission problem

2018-08-03 Thread Alexander Hall
On August 3, 2018 3:44:07 PM GMT+02:00, Rudolf Sykora wrote: >On 3 August 2018 at 15:30, Maurice McCarthy >wrote: >> On 03/08/2018, Rudolf Sykora wrote: >>> doas sshfs syk...@pc109.fzu.cz: /home/ruda/mnt/fzu -o uid=1000 -o >gid=1000 >> >> Leave out the 'doas' ? > >Afaik, no, you can't. >Any

Re: How can I mount a HDD with full encryption on another system?

2018-08-03 Thread tfrohw...@fastmail.com
It should work as otherwise outlined in the FAQ. The softraid partition is marked as RAID when you check with disklabel. Let's say that patrtition is sd2a. In that case run # bioctl -c C -l /dev/sd2a softraid0 It will ask you for the encryption password and then tell you what device it assigne

Re: sshfs permission problem

2018-08-03 Thread Rudolf Sykora
On 3 August 2018 at 15:30, Maurice McCarthy wrote: > On 03/08/2018, Rudolf Sykora wrote: >> doas sshfs syk...@pc109.fzu.cz: /home/ruda/mnt/fzu -o uid=1000 -o gid=1000 > > Leave out the 'doas' ? Afaik, no, you can't. Any mounting on OpenBSD seems to need root privileges. Ruda

Re: sshfs permission problem

2018-08-03 Thread Maurice McCarthy
On 03/08/2018, Rudolf Sykora wrote: > doas sshfs syk...@pc109.fzu.cz: /home/ruda/mnt/fzu -o uid=1000 -o gid=1000 Leave out the 'doas' ?

sshfs permission problem

2018-08-03 Thread Rudolf Sykora
Hello! I run doas sshfs syk...@pc109.fzu.cz: /home/ruda/mnt/fzu -o uid=1000 -o gid=1000 But then the mount point is owned (after the mounting) by root: drwx-- 1 root wheel512 Aug 3 13:22 fzu Hence I cannot enter the directory as the usual (and wanted) user 'ruda'. 1) doas chmod 777

Re: OpenBSD Guest under QEMU fails with pid 1 signal 11

2018-08-03 Thread Bill Zissimopoulos
Mike, thank you for your multiple responses. My intent is to use the produced images for CI on OpenBSD. Despite this issue the images work reasonably well. So I am planning to use them for my intended purpose and hope that the issue gets resolved in the future. Bill On 8/2/18, 7:48 PM, Mike