Not able to boot from softraid :(

2018-07-24 Thread kasak

Hello everybody.

I'm trying to install OpenBSD 6.3 on softraid.

My configuration is simple:

Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external 
vga or other cards, just this.


I have 2 similar 750 gb disks.

I have succesfully booted bsd.rd in uefi mode, then with shell i did:

cd /dev

sh MAKEDEV sd1 sd2

fdisk -iy -g -b 960 sd0

fdisk -iy -g -b 960 sd1

then with disklabel -E sd0 i created layout with one RAID type partition.

then cloned this layout to second drive.

After that i have created

bioctl -c 1 -l sd0a,sd1a softraid0

sd2 was created successfully.

i than type "exit" and installed openbsd on sd2 disk, using gpt.

The installed system boots, but the last line i see is:

wskbd0 at pckbd0: console keyboard, using wsdisplay0

that's all. my keyboard not working and boot process stops.

I have tried to boot without inteldrm but nothing changed except 
resolution.


Is there i done something wrong?



Re: Not able to boot from softraid :(

2018-07-24 Thread Indunil Jayasooriya
This may help you.

http://www.bsdnow.tv/tutorials/raid




On Tue, Jul 24, 2018 at 12:54 PM, kasak  wrote:

> Hello everybody.
>
> I'm trying to install OpenBSD 6.3 on softraid.
>
> My configuration is simple:
>
> Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external vga
> or other cards, just this.
>
> I have 2 similar 750 gb disks.
>
> I have succesfully booted bsd.rd in uefi mode, then with shell i did:
>
> cd /dev
>
> sh MAKEDEV sd1 sd2
>
> fdisk -iy -g -b 960 sd0
>
> fdisk -iy -g -b 960 sd1
>
> then with disklabel -E sd0 i created layout with one RAID type partition.
>
> then cloned this layout to second drive.
>
> After that i have created
>
> bioctl -c 1 -l sd0a,sd1a softraid0
>
> sd2 was created successfully.
>
> i than type "exit" and installed openbsd on sd2 disk, using gpt.
>
> The installed system boots, but the last line i see is:
>
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
>
> that's all. my keyboard not working and boot process stops.
>
> I have tried to boot without inteldrm but nothing changed except
> resolution.
>
> Is there i done something wrong?
>
>


-- 
cat /etc/motd

Thank you
Indunil Jayasooriya
http://www.theravadanet.net/


Re: Not able to boot from softraid :(

2018-07-24 Thread kasak

24.07.2018 10:32, Indunil Jayasooriya пишет:

This may help you.

http://www.bsdnow.tv/tutorials/raid




On Tue, Jul 24, 2018 at 12:54 PM, kasak  wrote:


Hello everybody.

I'm trying to install OpenBSD 6.3 on softraid.

My configuration is simple:

Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external vga
or other cards, just this.

I have 2 similar 750 gb disks.

I have succesfully booted bsd.rd in uefi mode, then with shell i did:

cd /dev

sh MAKEDEV sd1 sd2

fdisk -iy -g -b 960 sd0

fdisk -iy -g -b 960 sd1

then with disklabel -E sd0 i created layout with one RAID type partition.

then cloned this layout to second drive.

After that i have created

bioctl -c 1 -l sd0a,sd1a softraid0

sd2 was created successfully.

i than type "exit" and installed openbsd on sd2 disk, using gpt.

The installed system boots, but the last line i see is:

wskbd0 at pckbd0: console keyboard, using wsdisplay0

that's all. my keyboard not working and boot process stops.

I have tried to boot without inteldrm but nothing changed except
resolution.

Is there i done something wrong?






Nope, this manual explain how to install with MBR, and my install use 
UEFI boot.
I have followed native documentation: 
http://www.openbsd.org/faq/faq14.html#softraid




pf: matching untagged traffic

2018-07-24 Thread Damien Miller
Hi,

Is it possible for pf to match traffic that has not been tagged?
It seems possible to match a tag, or traffic that lacks a particular tag
but I can't see any way to match traffic that has no tag at all?

Any clues?

Context: I'd like to tag at input particular traffic for specific
outbound processing but have a catch-all for everything else.

-d



Re: pf: matching untagged traffic

2018-07-24 Thread David Higgs
On Tue, Jul 24, 2018 at 6:15 AM Damien Miller  wrote:

> Hi,
>
> Is it possible for pf to match traffic that has not been tagged?
> It seems possible to match a tag, or traffic that lacks a particular tag
> but I can't see any way to match traffic that has no tag at all?
>
> Any clues?
>
> Context: I'd like to tag at input particular traffic for specific
> outbound processing but have a catch-all for everything else.


Tag everything CATCHALL to start with, re-tag as you are currently doing,
then process your CATCHALL packets.

—david


Re: Not able to boot from softraid :(

2018-07-24 Thread kasak




24.07.2018 10:24, kasak пишет:

Hello everybody.

I'm trying to install OpenBSD 6.3 on softraid.

My configuration is simple:

Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external 
vga or other cards, just this.


I have 2 similar 750 gb disks.

I have succesfully booted bsd.rd in uefi mode, then with shell i did:

cd /dev

sh MAKEDEV sd1 sd2

fdisk -iy -g -b 960 sd0

fdisk -iy -g -b 960 sd1

then with disklabel -E sd0 i created layout with one RAID type partition.

then cloned this layout to second drive.

After that i have created

bioctl -c 1 -l sd0a,sd1a softraid0

sd2 was created successfully.

i than type "exit" and installed openbsd on sd2 disk, using gpt.

The installed system boots, but the last line i see is:

wskbd0 at pckbd0: console keyboard, using wsdisplay0

that's all. my keyboard not working and boot process stops.

I have tried to boot without inteldrm but nothing changed except 
resolution.


Is there i done something wrong?



I have tried to install in CSM mode, with mbr partition table and get 
the same result, so looks like it is not uefi problem




Re: Not able to boot from softraid :(

2018-07-24 Thread Otto Moerbeek
On Tue, Jul 24, 2018 at 02:07:15PM +0300, kasak wrote:

> 
> 
> 24.07.2018 10:24, kasak пишет:
> > Hello everybody.
> > 
> > I'm trying to install OpenBSD 6.3 on softraid.
> > 
> > My configuration is simple:
> > 
> > Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external
> > vga or other cards, just this.
> > 
> > I have 2 similar 750 gb disks.
> > 
> > I have succesfully booted bsd.rd in uefi mode, then with shell i did:
> > 
> > cd /dev
> > 
> > sh MAKEDEV sd1 sd2
> > 
> > fdisk -iy -g -b 960 sd0
> > 
> > fdisk -iy -g -b 960 sd1
> > 
> > then with disklabel -E sd0 i created layout with one RAID type partition.
> > 
> > then cloned this layout to second drive.
> > 
> > After that i have created
> > 
> > bioctl -c 1 -l sd0a,sd1a softraid0
> > 
> > sd2 was created successfully.
> > 
> > i than type "exit" and installed openbsd on sd2 disk, using gpt.
> > 
> > The installed system boots, but the last line i see is:
> > 
> > wskbd0 at pckbd0: console keyboard, using wsdisplay0
> > 
> > that's all. my keyboard not working and boot process stops.
> > 
> > I have tried to boot without inteldrm but nothing changed except
> > resolution.
> > 
> > Is there i done something wrong?
> > 
> 
> I have tried to install in CSM mode, with mbr partition table and get the
> same result, so looks like it is not uefi problem

What makes you think it is softraid related? Did you try a single sd
disk install as a test?

-Otto



Re: Not able to boot from softraid :(

2018-07-24 Thread kasak




24.07.2018 14:18, Otto Moerbeek пишет:

On Tue, Jul 24, 2018 at 02:07:15PM +0300, kasak wrote:



24.07.2018 10:24, kasak пишет:

Hello everybody.

I'm trying to install OpenBSD 6.3 on softraid.

My configuration is simple:

Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external
vga or other cards, just this.

I have 2 similar 750 gb disks.

I have succesfully booted bsd.rd in uefi mode, then with shell i did:

cd /dev

sh MAKEDEV sd1 sd2

fdisk -iy -g -b 960 sd0

fdisk -iy -g -b 960 sd1

then with disklabel -E sd0 i created layout with one RAID type partition.

then cloned this layout to second drive.

After that i have created

bioctl -c 1 -l sd0a,sd1a softraid0

sd2 was created successfully.

i than type "exit" and installed openbsd on sd2 disk, using gpt.

The installed system boots, but the last line i see is:

wskbd0 at pckbd0: console keyboard, using wsdisplay0

that's all. my keyboard not working and boot process stops.

I have tried to boot without inteldrm but nothing changed except
resolution.

Is there i done something wrong?


I have tried to install in CSM mode, with mbr partition table and get the
same result, so looks like it is not uefi problem

What makes you think it is softraid related? Did you try a single sd
disk install as a test?

-Otto

You were right! I just tried to install on single disk and the result is 
the same!




Re: Adding New Commands to BGP Looking Glass?

2018-07-24 Thread MonsieurFugu
> It is not clear whether you rebuilt bgplg or not.
> Also mtrace binary needs to be built statically.

I restarted the console and used the following commands;
# /etc/rc.d/httpd start
# /etc/rc.d/bgpd start
But I don't think that "rebuilt" the BGPLG. How do I do that?

Okay yeah I definitely didn't static build mtrace. I'll look online and see
how to do that.




--
Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html



Re: Not able to boot from softraid :(

2018-07-24 Thread kasak




24.07.2018 14:30, kasak пишет:



24.07.2018 14:18, Otto Moerbeek пишет:

On Tue, Jul 24, 2018 at 02:07:15PM +0300, kasak wrote:



24.07.2018 10:24, kasak пишет:

Hello everybody.

I'm trying to install OpenBSD 6.3 on softraid.

My configuration is simple:

Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external
vga or other cards, just this.

I have 2 similar 750 gb disks.

I have succesfully booted bsd.rd in uefi mode, then with shell i did:

cd /dev

sh MAKEDEV sd1 sd2

fdisk -iy -g -b 960 sd0

fdisk -iy -g -b 960 sd1

then with disklabel -E sd0 i created layout with one RAID type 
partition.


then cloned this layout to second drive.

After that i have created

bioctl -c 1 -l sd0a,sd1a softraid0

sd2 was created successfully.

i than type "exit" and installed openbsd on sd2 disk, using gpt.

The installed system boots, but the last line i see is:

wskbd0 at pckbd0: console keyboard, using wsdisplay0

that's all. my keyboard not working and boot process stops.

I have tried to boot without inteldrm but nothing changed except
resolution.

Is there i done something wrong?

I have tried to install in CSM mode, with mbr partition table and 
get the

same result, so looks like it is not uefi problem

What makes you think it is softraid related? Did you try a single sd
disk install as a test?

-Otto

You were right! I just tried to install on single disk and the result 
is the same!


i've tried to boot in verbose mode and it looks like that system hang 
when probing for pcppi0.




Re: Not able to boot from softraid :(

2018-07-24 Thread Otto Moerbeek
On Tue, Jul 24, 2018 at 03:13:10PM +0300, kasak wrote:

> 
> 
> 24.07.2018 14:30, kasak пишет:
> > 
> > 
> > 24.07.2018 14:18, Otto Moerbeek пишет:
> > > On Tue, Jul 24, 2018 at 02:07:15PM +0300, kasak wrote:
> > > 
> > > > 
> > > > 24.07.2018 10:24, kasak пишет:
> > > > > Hello everybody.
> > > > > 
> > > > > I'm trying to install OpenBSD 6.3 on softraid.
> > > > > 
> > > > > My configuration is simple:
> > > > > 
> > > > > Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external
> > > > > vga or other cards, just this.
> > > > > 
> > > > > I have 2 similar 750 gb disks.
> > > > > 
> > > > > I have succesfully booted bsd.rd in uefi mode, then with shell i did:
> > > > > 
> > > > > cd /dev
> > > > > 
> > > > > sh MAKEDEV sd1 sd2
> > > > > 
> > > > > fdisk -iy -g -b 960 sd0
> > > > > 
> > > > > fdisk -iy -g -b 960 sd1
> > > > > 
> > > > > then with disklabel -E sd0 i created layout with one RAID
> > > > > type partition.
> > > > > 
> > > > > then cloned this layout to second drive.
> > > > > 
> > > > > After that i have created
> > > > > 
> > > > > bioctl -c 1 -l sd0a,sd1a softraid0
> > > > > 
> > > > > sd2 was created successfully.
> > > > > 
> > > > > i than type "exit" and installed openbsd on sd2 disk, using gpt.
> > > > > 
> > > > > The installed system boots, but the last line i see is:
> > > > > 
> > > > > wskbd0 at pckbd0: console keyboard, using wsdisplay0
> > > > > 
> > > > > that's all. my keyboard not working and boot process stops.
> > > > > 
> > > > > I have tried to boot without inteldrm but nothing changed except
> > > > > resolution.
> > > > > 
> > > > > Is there i done something wrong?
> > > > > 
> > > > I have tried to install in CSM mode, with mbr partition table
> > > > and get the
> > > > same result, so looks like it is not uefi problem
> > > What makes you think it is softraid related? Did you try a single sd
> > > disk install as a test?
> > > 
> > > -Otto
> > > 
> > You were right! I just tried to install on single disk and the result is
> > the same!
> > 
> i've tried to boot in verbose mode and it looks like that system hang when
> probing for pcppi0.

Time for a full bug report, see http://www.openbsd.org/report.html

-Otto



Re: Not able to boot from softraid :(

2018-07-24 Thread kasak




24.07.2018 15:58, Zé Loff пишет:

This is a more or less well known issue.  At the bootloader prompt issue
boot -c and then

   UKC> disable pcppi
   UKC> exit

And it'll (hopefully) boot properly.  I have the same problem with an
ASUS H270-PRO mainboard + Intel i7-7700K


On Tue, Jul 24, 2018 at 03:13:10PM +0300, kasak wrote:


24.07.2018 14:30, kasak пишет:


24.07.2018 14:18, Otto Moerbeek пишет:

On Tue, Jul 24, 2018 at 02:07:15PM +0300, kasak wrote:


24.07.2018 10:24, kasak пишет:

Hello everybody.

I'm trying to install OpenBSD 6.3 on softraid.

My configuration is simple:

Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external
vga or other cards, just this.

I have 2 similar 750 gb disks.

I have succesfully booted bsd.rd in uefi mode, then with shell i did:

cd /dev

sh MAKEDEV sd1 sd2

fdisk -iy -g -b 960 sd0

fdisk -iy -g -b 960 sd1

then with disklabel -E sd0 i created layout with one RAID
type partition.

then cloned this layout to second drive.

After that i have created

bioctl -c 1 -l sd0a,sd1a softraid0

sd2 was created successfully.

i than type "exit" and installed openbsd on sd2 disk, using gpt.

The installed system boots, but the last line i see is:

wskbd0 at pckbd0: console keyboard, using wsdisplay0

that's all. my keyboard not working and boot process stops.

I have tried to boot without inteldrm but nothing changed except
resolution.

Is there i done something wrong?


I have tried to install in CSM mode, with mbr partition table
and get the
same result, so looks like it is not uefi problem

What makes you think it is softraid related? Did you try a single sd
disk install as a test?

 -Otto


You were right! I just tried to install on single disk and the result is
the same!


i've tried to boot in verbose mode and it looks like that system hang when
probing for pcppi0.


Yep, it works!



Re: Adding New Commands to BGP Looking Glass?

2018-07-24 Thread Sebastian Benoit
MonsieurFugu(aleks.mcallis...@gmail.com) on 2018.07.24 03:48:11 -0700:
> > It is not clear whether you rebuilt bgplg or not.
> > Also mtrace binary needs to be built statically.
> 
> I restarted the console and used the following commands;
> # /etc/rc.d/httpd start
> # /etc/rc.d/bgpd start
> But I don't think that "rebuilt" the BGPLG. How do I do that?
> 
> Okay yeah I definitely didn't static build mtrace. I'll look online and see
> how to do that.

when you changed /usr/src/usr.bin/bgplg/bgplg.c
you need to

 cd /usr/src/usr.bin/bgplg/
 make obj
 make
 doas make install

after that, set the permissions in /var/www/bin/
as described in bgplg(8)
 



Re: Adding New Commands to BGP Looking Glass?

2018-07-24 Thread MonsieurFugu
Sorry for the replies in quick succession, I just wanted to thank you- yup,
those commands got "mtrace" to appear! :D 

Now all I have to do is configure the bgplg.h file to make the mtrace
command work properly, should be easy peasy 

Thanks again dude!



--
Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html



Re: Adding New Commands to BGP Looking Glass?

2018-07-24 Thread MonsieurFugu
Thank you for the reply,

Okay that's good to know- I'm getting a couple errors but I can probably
iron them out. So do I need to do that set of commands every time I add
something new to the "bgplg.c" file? Should those commands detect "mtrace"
automatically or do I need to do something else?

Thank you for the help man, you're a lifesaver; cheers!



--
Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html



Perl , divert-to and getsockname

2018-07-24 Thread sven falempin
Hello,

I m trying to use divert-to and Perl to manage in one place incoming packet,
keeping the destination address intact
As man says :
 --
divert-to host port port  Used to redirect packets to a local socket
bound to host and port. The packets will not be modified, so
getsockname(2) on the socket will return the original destination
address of the packet.
--
OI::Socket in perl do

sub recv {
@_ == 3 || @_ == 4 or croak 'usage: $sock->recv(BUF, LEN [, FLAGS])';
my $sock  = $_[0];
my $len   = $_[2];
my $flags = $_[3] || 0;

# remember who we recv'd from
${*$sock}{'io_socket_peername'} = recv($sock, $_[1]='', $len, $flags);
}

But RECV read a buffer, that could be multiple incoming data.
--

any call to  getsockname(2) reply 127.0.0.1 which is the bind i pass
to the UDP socket ,
which is kinda normal .

i did `pass on ingress proto udp divert-to 127.0.0.1 port 1234`

So far I do not see how i could make this work. And relayd use divert
socket, is there
an example of this somewhere ?

Best.

-- 
--
-
Knowing is not enough; we must apply. Willing is not enough; we must do



24.7. amd64 snapshot (install kernel) causes panic

2018-07-24 Thread Robert
Hi,

I tried to install today's (24.7.) amd64 snapshot on two machines.
Both simply rebooted during the kernel init, i.e., when booting
install.fs/iso (tried with USB and CD).
(amd64/6.3 worked fine.)

On one I was able to connect a serial port; output below.

/Robert


OpenBSD 6.3-current (RAMDISK_CD) #128: Tue Jul 24 05:47:12 MDT 2018
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 17091780608 (16299MB)
avail mem = 16569995264 (15802MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0x8d99a000 (63 entries)
bios0: vendor American Megatrends Inc. version "4401" date 03/05/2018
bios0: ASUSTeK COMPUTER INC. P10S-I Series
acpi0 at bios0: rev 2
acpi0: tables DSDT FACP APIC FPDT FIDT MCFG HPET LPIT SSDT SSDT SSDT
DBGP DBG2 SSDT HEST SSDT UEFI SSDT DMAR EINJ ERST BERT acpimadt0 at
acpi0 addr 0xfee0: PC-AT compat cpu0 at mainbus0: apid 0 (boot
processor) cpu0: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz, 3692.76 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu0: 256KB 64b/line 8-way L2 cache cpu0: apic clock running at 23MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1, IBE
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (PEG0)
acpiprt2 at acpi0: bus -1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus -1 (RP09)
acpiprt5 at acpi0: bus -1 (RP10)
acpiprt6 at acpi0: bus -1 (RP11)
acpiprt7 at acpi0: bus -1 (RP12)
acpiprt8 at acpi0: bus -1 (RP13)
acpiprt9 at acpi0: bus -1 (RP01)
acpiprt10 at acpi0: bus -1 (RP02)
acpiprt11 at acpi0: bus -1 (RP03)
acpiprt12 at acpi0: bus -1 (RP04)
acpiprt13 at acpi0: bus 2 (RP05)
acpiprt14 at acpi0: bus 3 (BR52)
acpiprt15 at acpi0: bus 4 (RP06)
acpiprt16 at acpi0: bus 5 (RP07)
acpiprt17 at acpi0: bus -1 (RP08)
acpiprt18 at acpi0: bus -1 (RP17)
acpiprt19 at acpi0: bus -1 (RP18)
acpiprt20 at acpi0: bus -1 (RP19)
acpiprt21 at acpi0: bus -1 (RP20)
acpiprt22 at acpi0: bus -1 (RP14)
acpiprt23 at acpi0: bus -1 (RP15)
acpiprt24 at acpi0: bus -1 (RP16)
acpiec0 at acpi0: not present
acpicpu at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpitz at acpi0 not configured
acpitz at acpi0 not configured
"PNP0B00" at acpi0 not configured
"INT3F0D" at acpi0 not configured
"PNP0A05" at acpi0 not configured
"PNP0C0E" at acpi0 not configured
"INT33A1" at acpi0 not configured
"PNP0C0C" at acpi0 not configured
"INT340E" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 6G Host" rev 0x07
ppb0 at pci0 dev 1 function 0 "Intel Core 6G PCIE" rev 0x07: msi
pci1 at ppb0 bus 1
nvme0 at pci1 dev 0 function 0 vendor "Intel", unknown product 0xf1a5
rev 0x03: apic 2 int 16, NVMe 1.2 nvme0: INTEL SSDPEKKW128G7, firmware
PSF121C, serial BTPY80950HWL128A scsibus0 at nvme0: 1 targets
sd0 at scsibus0 targ 0 lun 0:  SCSI4
0/direct fixed sd0: 122104MB, 512 bytes/sector, 250069680 sectors
xhci0 at pci0 dev 20 function 0 "Intel 100 Series xHCI" rev 0x31: msi,
xHCI 1.0 usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev
3.00/1.00 addr 1 "Intel 100 Series Thermal" rev 0x31 at pci0 dev 20
function 2 not configured "Intel 100 Series MEI" rev 0x31 at pci0 dev
22 function 0 not configured ahci0 at pci0 dev 23 function 0 "Intel 100
Series AHCI" rev 0x31: msi, AHCI 1.3.1 ahci0: port 0: 6.0Gb/s
ahci0: port 1: 6.0Gb/s
ahci0: port 4: 6.0Gb/s
ahci0: port 5: 6.0Gb

Re: 24.7. amd64 snapshot (install kernel) causes panic

2018-07-24 Thread Robert
I just got feedback that the next snapshot should fix it - I will post an 
update if the problem
persists.

/Robert


On Tue, 24 Jul 2018 18:36:29 +0200
Robert  wrote:

> Hi,
> 
> I tried to install today's (24.7.) amd64 snapshot on two machines.
> Both simply rebooted during the kernel init, i.e., when booting
> install.fs/iso (tried with USB and CD).
> (amd64/6.3 worked fine.)
> 
> On one I was able to connect a serial port; output below.
> 
> /Robert
> 
> 
> OpenBSD 6.3-current (RAMDISK_CD) #128: Tue Jul 24 05:47:12 MDT 2018
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
> real mem = 17091780608 (16299MB)
> avail mem = 16569995264 (15802MB)
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 3.0 @ 0x8d99a000 (63 entries)
> bios0: vendor American Megatrends Inc. version "4401" date 03/05/2018
> bios0: ASUSTeK COMPUTER INC. P10S-I Series
> acpi0 at bios0: rev 2
> acpi0: tables DSDT FACP APIC FPDT FIDT MCFG HPET LPIT SSDT SSDT SSDT
> DBGP DBG2 SSDT HEST SSDT UEFI SSDT DMAR EINJ ERST BERT acpimadt0 at
> acpi0 addr 0xfee0: PC-AT compat cpu0 at mainbus0: apid 0 (boot
> processor) cpu0: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz, 3692.76 MHz
> cpu0:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
> cpu0: 256KB 64b/line 8-way L2 cache cpu0: apic clock running at 23MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1, IBE
> cpu at mainbus0: not configured
> ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 120 pins
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 1 (PEG0)
> acpiprt2 at acpi0: bus -1 (PEG1)
> acpiprt3 at acpi0: bus -1 (PEG2)
> acpiprt4 at acpi0: bus -1 (RP09)
> acpiprt5 at acpi0: bus -1 (RP10)
> acpiprt6 at acpi0: bus -1 (RP11)
> acpiprt7 at acpi0: bus -1 (RP12)
> acpiprt8 at acpi0: bus -1 (RP13)
> acpiprt9 at acpi0: bus -1 (RP01)
> acpiprt10 at acpi0: bus -1 (RP02)
> acpiprt11 at acpi0: bus -1 (RP03)
> acpiprt12 at acpi0: bus -1 (RP04)
> acpiprt13 at acpi0: bus 2 (RP05)
> acpiprt14 at acpi0: bus 3 (BR52)
> acpiprt15 at acpi0: bus 4 (RP06)
> acpiprt16 at acpi0: bus 5 (RP07)
> acpiprt17 at acpi0: bus -1 (RP08)
> acpiprt18 at acpi0: bus -1 (RP17)
> acpiprt19 at acpi0: bus -1 (RP18)
> acpiprt20 at acpi0: bus -1 (RP19)
> acpiprt21 at acpi0: bus -1 (RP20)
> acpiprt22 at acpi0: bus -1 (RP14)
> acpiprt23 at acpi0: bus -1 (RP15)
> acpiprt24 at acpi0: bus -1 (RP16)
> acpiec0 at acpi0: not present
> acpicpu at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpipwrres at acpi0 not configured
> acpitz at acpi0 not configured
> acpitz at acpi0 not configured
> "PNP0B00" at acpi0 not configured
> "INT3F0D" at acpi0 not configured
> "PNP0A05" at acpi0 not configured
> "PNP0C0E" at acpi0 not configured
> "INT33A1" at acpi0 not configured
> "PNP0C0C" at acpi0 not configured
> "INT340E" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> "PNP0C0B" at acpi0 not configured
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel Core 6G Host" rev 0x07
> ppb0 at pci0 dev 1 function 0 "Intel Core 6G PCIE" rev 0x07: msi
> pci1 at ppb0 bus 1
> nvme0 at pci1 dev 0 function 0 vendor "Intel", unknown product 0xf1a5
> rev 0x03: apic 2 int 16, NVMe 1.2 nvme0: INTEL SSDPEKKW128G7, firmware
> PSF121C, serial BTPY80950HWL128A scsibus0 at nvme0: 1 targets
> sd0 at scsibus0 targ 0 lun 0:  SCSI4
> 0/direct fixed sd0: 122104MB, 512 bytes/sector, 250069680 sectors
> xhci0 at pci0 dev 20 function 0 "Intel 100 Series xHCI" rev 0x31: msi,
> xHCI 1.0 usb0 at xhci0: USB revision 3.0
> uhub0 at usb0

POWER9 hardware donation

2018-07-24 Thread Pascal de Kloe
I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
the OpenBSD project for free. Who can make the hardware port happen?
Serious attempts only.



Questions about crypto and USA laws, concerns today

2018-07-24 Thread Chris Bennett
I don't watch any news on TV and for the most part only read headlines
that show up on my phone despite the fact I don't want them.

What is going on overall with the US and cryptography?
I recently joined an organization that has legitimate concerns about
privacy, so I thought I'd ask those who know and have history with this
issue.

Get a lawyer doesn't seem like very useful advice, since all of this
seems to be in the process of change at the upper levels of US
government.

How does the outlook appear to be right now?
I was young when all the original BS was going on with exporting
cryptography, so my memories aren't very useful.

I haven't searched anywhere yet, since I wanted to know if the old
topics about this on the lists are still good references or have things
changed too much to be very useful?


As a side note, the organization has just put up a new website running on
software they own and are still in the process of getting completely
working. They are using nginx and wordpress. I don't know any more than that.

Thanks for any response.
I do consider this on topic for OpenBSD since things are concerning here
in the USA.

Chris Bennett




Re: POWER9 hardware donation

2018-07-24 Thread Bryan Steele
On Tue, Jul 24, 2018 at 08:27:44PM +0200, Pascal de Kloe wrote:
> I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
> the OpenBSD project for free. Who can make the hardware port happen?
> Serious attempts only.

Sounds like strings attached.



Re: POWER9 hardware donation

2018-07-24 Thread Peter J. Philipp

Hi,

I'm working on a powerpc64 port, I've been at it 2 weeks non-stop.  I 
don't know if I'll finish.  But I gotta say hey! this is a generous offer.


Since I'm focusing on the big endian machine byte order and on PowerPC 
970's it would need to be ported again to little endian afaik.  If it's 
possible to run on a Power9 in big endian mode this would be cool.


I believe I am not worthy of such a machine and only worthy if I port 
OpenBSD to my PowerPC 970FX cpu.  Let's take our time and wait to see if 
I or anyone else moves in a positive direction in this area.


BTW I've been working on a cross-compiler to powerpc64 today.  I used 
kevlo's riscv cross compiler port and modified it. Unfortunately I 
started before sunrise and it's sunset now and i haven't managed to get 
cross-gcc working.  I may succeed tomorrow.


Regards,

-peter


On 07/24/18 20:27, Pascal de Kloe wrote:

I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
the OpenBSD project for free. Who can make the hardware port happen?
Serious attempts only.




Re: POWER9 hardware donation

2018-07-24 Thread Pascal de Kloe
Fulltime work on a port definitely qualifies as a serious attempt. It
is almost impossible to say for sure you can manage such a port. All I
want is that this beauty is actively used for OpenBSD. Otherwise I'll
keep it for my own developments or reuse the CPUs in a Thalos
workstation if that's even possible.

And, yes the POWER9 architecture can run both in big- and small endian mode.

Let's wait a bit more and see who's most "qualified" to take the task.
I live in The Netherlands b.t.w. so shipping from there.


On Tue, Jul 24, 2018 at 9:21 PM, Peter J. Philipp  wrote:
> Hi,
>
> I'm working on a powerpc64 port, I've been at it 2 weeks non-stop.  I don't
> know if I'll finish.  But I gotta say hey! this is a generous offer.
>
> Since I'm focusing on the big endian machine byte order and on PowerPC 970's
> it would need to be ported again to little endian afaik.  If it's possible
> to run on a Power9 in big endian mode this would be cool.
>
> I believe I am not worthy of such a machine and only worthy if I port
> OpenBSD to my PowerPC 970FX cpu.  Let's take our time and wait to see if I
> or anyone else moves in a positive direction in this area.
>
> BTW I've been working on a cross-compiler to powerpc64 today.  I used
> kevlo's riscv cross compiler port and modified it. Unfortunately I started
> before sunrise and it's sunset now and i haven't managed to get cross-gcc
> working.  I may succeed tomorrow.
>
> Regards,
>
> -peter
>
>
>
> On 07/24/18 20:27, Pascal de Kloe wrote:
>>
>> I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
>> the OpenBSD project for free. Who can make the hardware port happen?
>> Serious attempts only.
>
>



Re: POWER9 hardware donation

2018-07-24 Thread Brandon Bergren
Actually, POWER9 is bi-endian and can switch between BE and LE at runtime. BE 
actually has a very slight performance advantage in some cases. Linux is the 
only OS that appears to be doing much LE stuff on POWER, other OS development 
that I'm aware of is all BE focused.

I know that Timothy Pearson at Raptor Engineering has an open offer to provide 
remote access to POWER9 systems for the purposes of OS porting, if access to a 
machine is the problem. 

Peter, I'm sure that he'd give you access to one if you wanted.

Also, for anyone interested in POWER who has already looked at the Talos II 
when it first came out and didn't get it because of the price -- it might be 
worth another look, there's a Lite variant available now at a lower cost than 
the original Talos II, as well as a limited number of "Special Developer 
Systems" ( https://secure.raptorcs.com/content/TLSDS1/intro.html ) that are 
being sold complete for US$1600, intended as a way for kernel / software 
developers to get a box for doing kernel dev / compiling cheaply. (They have an 
older stepping of the processor that doesn't support virtualization and 
spectre/meltdown mitigation, but any Sforza Power9 processor can be dropped in 
later)

I grabbed one of those myself when they first went on sale and it will be 
arriving tomorrow. I'll be able to test stuff and maybe do some debugging on my 
end.

(I don't work for Raptor Engineering, but I own two of their machines now and 
am thoroughly enjoying the hardware, and am very enthusiastic about POWER9 in 
general.)

Regarding Pascal's offer in the OP, the 9006-22P is also an OpenBMC based 
machine (as opposed to a FSP based machine, so it and the Talos II should be 
nearly identical in how they appear to the OS, so any work on OPAL bits will 
work for both at the same time.

On Tue, Jul 24, 2018, at 2:21 PM, Peter J. Philipp wrote:
> Hi,
> 
> I'm working on a powerpc64 port, I've been at it 2 weeks non-stop.  I 
> don't know if I'll finish.  But I gotta say hey! this is a generous offer.
> 
> Since I'm focusing on the big endian machine byte order and on PowerPC 
> 970's it would need to be ported again to little endian afaik.  If it's 
> possible to run on a Power9 in big endian mode this would be cool.
> 
> I believe I am not worthy of such a machine and only worthy if I port 
> OpenBSD to my PowerPC 970FX cpu.  Let's take our time and wait to see if 
> I or anyone else moves in a positive direction in this area.
> 
> BTW I've been working on a cross-compiler to powerpc64 today.  I used 
> kevlo's riscv cross compiler port and modified it. Unfortunately I 
> started before sunrise and it's sunset now and i haven't managed to get 
> cross-gcc working.  I may succeed tomorrow.
> 
> Regards,
> 
> -peter
> 
> 
> On 07/24/18 20:27, Pascal de Kloe wrote:
> > I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
> > the OpenBSD project for free. Who can make the hardware port happen?
> > Serious attempts only.
> 


-- 
  Brandon Bergren
  Technical Generalist



Re: POWER9 hardware donation

2018-07-24 Thread Brandon Bergren



On Tue, Jul 24, 2018, at 3:15 PM, Pascal de Kloe wrote:
> Fulltime work on a port definitely qualifies as a serious attempt. It
> is almost impossible to say for sure you can manage such a port. All I
> want is that this beauty is actively used for OpenBSD. Otherwise I'll
> keep it for my own developments or reuse the CPUs in a Thalos
> workstation if that's even possible.

Since you're talking about donating a physical machine, I think that it might 
actually be a good candidate for a build box. Have you asked Theo directly yet?



Re: Questions about crypto and USA laws, concerns today

2018-07-24 Thread Tom Smyth
Hi Chris,

Im not a Lawyer,

But basically you cant export cryptographic technology from the US,
https://en.wikipedia.org/wiki/Export_of_cryptography_from_the_United_States

If you want to ship a firewall to an overseas office (for a VPN) Im not
certain it would
constitute exporting. as you are not selling it, (Get legal advice on this)

also host countries (particularly ones with large powerful intelligence
organizations
generally have restrictions on what Cryptographic kit can come into that
country...

Im not aware of any restrictions on Cryptography coming into the US
https://en.wikipedia.org/wiki/Restrictions_on_the_import_of_cryptography

... I hope this helps,

Tom Smyth



On 24 July 2018 at 19:50, Chris Bennett 
wrote:

> I don't watch any news on TV and for the most part only read headlines
> that show up on my phone despite the fact I don't want them.
>
> What is going on overall with the US and cryptography?
> I recently joined an organization that has legitimate concerns about
> privacy, so I thought I'd ask those who know and have history with this
> issue.
>
> Get a lawyer doesn't seem like very useful advice, since all of this
> seems to be in the process of change at the upper levels of US
> government.
>
> How does the outlook appear to be right now?
> I was young when all the original BS was going on with exporting
> cryptography, so my memories aren't very useful.
>
> I haven't searched anywhere yet, since I wanted to know if the old
> topics about this on the lists are still good references or have things
> changed too much to be very useful?
>
>
> As a side note, the organization has just put up a new website running on
> software they own and are still in the process of getting completely
> working. They are using nginx and wordpress. I don't know any more than
> that.
>
> Thanks for any response.
> I do consider this on topic for OpenBSD since things are concerning here
> in the USA.
>
> Chris Bennett
>
>
>


-- 
Kindest regards,
Tom Smyth

Mobile: +353 87 6193172
The information contained in this E-mail is intended only for the
confidential use of the named recipient. If the reader of this message
is not the intended recipient or the person responsible for
delivering it to the recipient, you are hereby notified that you have
received this communication in error and that any review,
dissemination or copying of this communication is strictly prohibited.
If you have received this in error, please notify the sender
immediately by telephone at the number above and erase the message
You are requested to carry out your own virus check before
opening any attachment.


supported Audio card with SPDIF input

2018-07-24 Thread Diana Eichert

I'm trying to connect to an audio system that only has SPDIF output.
I looked at man pages but nothing obvious regarding supported audio
devices with SPDIF input support.

Anyone have recommendations?  Or is it supported?

thanks

diana



Re: Questions about crypto and USA laws, concerns today

2018-07-24 Thread Luke A. Call
On 07-24 11:50, Chris Bennett wrote:
> What is going on overall with the US and cryptography?
> I recently joined an organization that has legitimate concerns about
> privacy, so I thought I'd ask those who know and have history with this
> issue.

I am definitely not any kind of expert on this (including about export rules), 
but I read the news frequently.  For privacy, I have been under the impression 
that federal law enforcement and legislators mostly were grasping the idea, 
that encryption backdoors would cause more harm to the public, than good for 
law enforcement.  And it seems reasonable to hope that encryption for privacy 
will remain legal.  But future federal policy or legislative details are very 
hard to predict right now.



Re: Questions about crypto and USA laws, concerns today

2018-07-24 Thread Kevin Chadwick
You need it licensed to export each product type. Even if it has come from 
abroad you then need it licensed to export it back out, lol.



Re: supported Audio card with SPDIF input

2018-07-24 Thread Diana Eichert

ok, answered my own question by grep'ng within /usr/share/man/man4,
looks like azalia(4) systems.  Was hoping for something usb attached
but no such luck.


On Tue, 24 Jul 2018, Diana Eichert wrote:


I'm trying to connect to an audio system that only has SPDIF output.
I looked at man pages but nothing obvious regarding supported audio
devices with SPDIF input support.

Anyone have recommendations?  Or is it supported?

thanks

diana







Re: supported Audio card with SPDIF input

2018-07-24 Thread Sterling Archer
 I have an FiiO E17 that works out of the box on OpenBSD, and it has
coaxial spdif input.

On Wed, Jul 25, 2018 at 12:54 AM, Diana Eichert  wrote:
> ok, answered my own question by grep'ng within /usr/share/man/man4,
> looks like azalia(4) systems.  Was hoping for something usb attached
> but no such luck.
>
>
>
> On Tue, 24 Jul 2018, Diana Eichert wrote:
>
>> I'm trying to connect to an audio system that only has SPDIF output.
>> I looked at man pages but nothing obvious regarding supported audio
>> devices with SPDIF input support.
>>
>> Anyone have recommendations?  Or is it supported?
>>
>> thanks
>>
>> diana
>>
>>
>>
>



-- 
:wq!



Re: supported Audio card with SPDIF input

2018-07-24 Thread Sterling Archer
Correction, it's an E17k. The E17 should work too, though.

On Wed, Jul 25, 2018 at 3:02 AM, Sterling Archer  wrote:
>  I have an FiiO E17 that works out of the box on OpenBSD, and it has
> coaxial spdif input.
>
> On Wed, Jul 25, 2018 at 12:54 AM, Diana Eichert  wrote:
>> ok, answered my own question by grep'ng within /usr/share/man/man4,
>> looks like azalia(4) systems.  Was hoping for something usb attached
>> but no such luck.
>>
>>
>>
>> On Tue, 24 Jul 2018, Diana Eichert wrote:
>>
>>> I'm trying to connect to an audio system that only has SPDIF output.
>>> I looked at man pages but nothing obvious regarding supported audio
>>> devices with SPDIF input support.
>>>
>>> Anyone have recommendations?  Or is it supported?
>>>
>>> thanks
>>>
>>> diana
>>>
>>>
>>>
>>
>
>
>
> --
> :wq!



-- 
:wq!



Problem from OpenBSD User

2018-07-24 Thread 樊 少冰
Hello, OpenBSD developers.

I like OpenBSD very much because of its security and stability.

But, as an UNIX-like system, it has some traditional problem such as no 
integrated graphical operating environment (not means X but a completed desktop 
environment system like Gnome). So, I tried to install the Gnome software.

Although I tried hard to install and run Gnome, I always get a "Failed connect 
to system bus: No such file or dictionary." error message. So I want to ask you 
to give me a practical way to install the desktop environment on OpenBSD 6.3 
and furthermore, advise you to integrated desktop environment into the system 
for making the system easier to use.

Sobin


A problem from user

2018-07-24 Thread 樊 少冰
Hello, OpenBSD developers.

I like OpenBSD very much because of its security and stability.

But, as an UNIX-like system, it has some traditional problem such as no 
integrated graphical operating environment (not means X but a completed desktop 
environment system like Gnome). So, I tried to install the Gnome software.

Although I tried hard to install and run Gnome, I always get a "Failed connect 
to system bus: No such file or dictionary." error message. So I want to ask you 
to give me a practical way to install the desktop environment on OpenBSD 6.3 
and furthermore, advise you to integrated desktop environment into the system 
for making the system easier to use.

Sobin



Re: A problem from user

2018-07-24 Thread Ken M
I will beat others to the punch and say you were looking for Ubuntu not OpenBSD.

OpenBSD is plenty easy to use, but the type of easy to use you describe with a
full desktop environment is not the target.

However installing gnome is simple enough. Several sites exist describing it. I
am guessing from your output though you have not setup dbus which is required
for gnome. You will need to add that to you /etc/rc.conf.local

Ken

On Wed, Jul 25, 2018 at 01:49:44AM +, ??? ?? wrote:
> Hello, OpenBSD developers.
> 
> I like OpenBSD very much because of its security and stability.
> 
> But, as an UNIX-like system, it has some traditional problem such as no 
> integrated graphical operating environment (not means X but a completed 
> desktop environment system like Gnome). So, I tried to install the Gnome 
> software.
> 
> Although I tried hard to install and run Gnome, I always get a "Failed 
> connect to system bus: No such file or dictionary." error message. So I want 
> to ask you to give me a practical way to install the desktop environment on 
> OpenBSD 6.3 and furthermore, advise you to integrated desktop environment 
> into the system for making the system easier to use.
> 
> Sobin
> 



Re: Problem from OpenBSD User

2018-07-24 Thread Tom Smyth
Hello Sobin

I dont use gnome but
Xfce is a light enough destop enviornment ...it works well in openbsd
Check the following video to help you
https://youtu.be/oC5D9fenQBs

There are videos and guides on gnome and openbsd but i havent used it /them
to make a comment

Cwm is quite popular amongst other openbsd users and there are guides on
cwm setup on youtube and the net

Hope this helps


On Wed 25 Jul 2018, 02:43 樊 少冰,  wrote:

> Hello, OpenBSD developers.
>
> I like OpenBSD very much because of its security and stability.
>
> But, as an UNIX-like system, it has some traditional problem such as no
> integrated graphical operating environment (not means X but a completed
> desktop environment system like Gnome). So, I tried to install the Gnome
> software.
>
> Although I tried hard to install and run Gnome, I always get a "Failed
> connect to system bus: No such file or dictionary." error message. So I
> want to ask you to give me a practical way to install the desktop
> environment on OpenBSD 6.3 and furthermore, advise you to integrated
> desktop environment into the system for making the system easier to use.
>
> Sobin
>


Re: A problem from user

2018-07-24 Thread Bodie




On 25.7.2018 03:49, 樊 少冰 wrote:

Hello, OpenBSD developers.

I like OpenBSD very much because of its security and stability.


Yeah sure.so much in to security and stability and picking up
Gnome.

So much that email comes from outlook.com . Known pros on proper
setups :-)

https://bsdly.blogspot.com/2018/02/a-life-lesson-in-mishandling-smtp.html




But, as an UNIX-like system, it has some traditional problem such as
no integrated graphical operating environment (not means X but a
completed desktop environment system like Gnome). So, I tried to
install the Gnome software.


It's not a problem. It's a feature. In any case you failed right
on start because of not reading documentation which clearly states
that there are 3 graphical environments available in OpenBSD

https://www.openbsd.org/faq/faq11.html



Although I tried hard to install and run Gnome, I always get a "Failed
connect to system bus: No such file or dictionary." error message. So
I want to ask you to give me a practical way to install the desktop
environment on OpenBSD 6.3 and furthermore, advise you to integrated
desktop environment into the system for making the system easier to
use.


Ok. So you pick up Gnome, install it and then you did not read messages
which it showed to you after install what else needs to be done.
How is that Unix-like problem?

Start in /usr/local/share/doc/pkg-readmes



Sobin


Besides you obviously skipped this one too

https://www.openbsd.org/mail.html



This a good place to find a Sr. C coder 4 app server?

2018-07-24 Thread Luke Small
I have what I feel to be a profound idea that is in need of someone with a
strong resume. I have a patent. I want to use it to enable users to get
tested for sexually transmitted diseases, then use iris scanning
smartphones to compare their disease sets. There is a strong
epidemiological component that the US National Institutes of Health could
like. I am applying for grants. I have multiple HIV prevention scientists
willing to help me with this. At the end of he grants, I feel, is likely to
be strong possibility that we could use an existing mechanism to force the
health insurance companies to cover their customers for these services, and
cover it FOR FREE! The government doesn't consider costs when it makes this
decision. Also we could DOMINATE the dating app world by either making our
app that is free and contains the functionality of identifying other users
who won't transfer disease or plugging into tinder, match, and Grindr!
816-517-1996


Re: Problem from OpenBSD User

2018-07-24 Thread Solene Rapenne
Le 25 juillet 2018 03:27:56 GMT+02:00, "樊 少冰"  a écrit :
>Hello, OpenBSD developers.
>
>I like OpenBSD very much because of its security and stability.
>
>But, as an UNIX-like system, it has some traditional problem such as no
>integrated graphical operating environment (not means X but a completed
>desktop environment system like Gnome). So, I tried to install the
>Gnome software.
>
>Although I tried hard to install and run Gnome, I always get a "Failed
>connect to system bus: No such file or dictionary." error message. So I
>want to ask you to give me a practical way to install the desktop
>environment on OpenBSD 6.3 and furthermore, advise you to integrated
>desktop environment into the system for making the system easier to
>use.
>
>Sobin

Hello

When you installed gnome, you should have been told to read files in 
/usr/local/share/doc/pkg-readmes for special requirements of packages. The file 
gnome in it will tell you it requires some daemons to run, and how to start thel