Re: what about security ?

2019-03-25 Thread Edgar Pettijohn
On Mar 25, 2019 7:00 PM, Flipchan wrote: > > Check out pledge > > On March 25, 2019 11:20:13 PM GMT+01:00, Cord > wrote: > >Hi, > >what security technology can I implement to securify for example script > >that connect to any website ? > >Is there any howto for chroot ? > >Thank you. > >Cord

Re: what about security ?

2019-03-25 Thread Cord
I am sorry but I am not a developer, i don't need library or syscall to securify my software. I am a user that just want security curl or python or ksh because some guys have hacked my openbsd desktop. Thank you. Cord. ‐‐‐ Original Message ‐‐‐ On Tuesday, March 26, 2019 1:00 AM,

Re: what about security ?

2019-03-25 Thread Flipchan
Check out pledge On March 25, 2019 11:20:13 PM GMT+01:00, Cord wrote: >Hi, >what security technology can I implement to securify for example script >that connect to any website ? >Is there any howto for chroot ? >Thank you. >Cord -- Sent from my Android device with K-9 Mail. Please excuse my

Re: trackpad reversed scrolling broken on -current

2019-03-25 Thread Ulf Brosziewski
The "ZAxisMapping" doesn't work for touchpads with a new kernel. For now, you can apply this workaround: Read out the scroll distance with wsconsctl (you must run it as root or create a doas(1) configuration for it). Here is an example: $ doas wsconsctl mouse.param=134 mouse.param ->

what about security ?

2019-03-25 Thread Cord
Hi, what security technology can I implement to securify for example script that connect to any website ? Is there any howto for chroot ? Thank you. Cord

Re: trackpad reversed scrolling broken on -current

2019-03-25 Thread lists+misc
On Mon, Mar 25, 2019 at 10:53:08PM +0100, Ulf Brosziewski wrote: > You can make that permanent with an entry in wsconsctl.conf. However, > please note that the "param" field is for debugging and development, > there are no guarantees about its future. Thanks yet again, Ulf. For long term plans,

Re: Is there the ability to read and write raw RAM contents?

2019-03-25 Thread Solene Rapenne
On Mon, Mar 25, 2019 at 05:26:54PM -0400, Z Ero wrote: > I understand this would be a severe security/stability issue in many > cases but for some applications it would be interesting/useful if one > could dd and grep, etc, RAM on a live system. Is there any way to do > this on OpenBSD? Or is

Is there the ability to read and write raw RAM contents?

2019-03-25 Thread Z Ero
I understand this would be a severe security/stability issue in many cases but for some applications it would be interesting/useful if one could dd and grep, etc, RAM on a live system. Is there any way to do this on OpenBSD? Or is program memory space read write access always protected by the

Re: Infinite spin when trying to burn a CD

2019-03-25 Thread Jérôme FRGACIC
Thanks for your reply. # cdio -f /dev/rcd0c tao -s 1 file.iso Maybe? Raw device and slow speed I've try it, but unfortunetly it doesn't change anything, nothing is written on the disk and it spins forever. Nevertheless, after further investigation, it seems that the problem only appear

trackpad reversed scrolling broken on -current

2019-03-25 Thread lists+misc
Hello all - On the latest snap of -current, my reversed trackpad scrolling seems to have broken. My xorg.conf is as follows: Section "InputClass" Identifier "ws pointer" MatchIsPointer "true" Option "AccelerationProfile" "2" Option "AccelerationNumerator" "5" Option

Re: video decoding and playback in OpenBSD

2019-03-25 Thread Alexandre Ratchov
On Mon, Mar 25, 2019 at 06:05:58PM +0200, Mihai Popescu wrote: > Hello, > > I am trying to find some hardware for an OpenBSD multimedia computer. > I plan to attach it on a HDMI TV and play youtube on it, 1080p@30fps > or more. No 4K involved. > > My thinking is to go for an AMD A8-6500

video decoding and playback in OpenBSD

2019-03-25 Thread Mihai Popescu
Hello, I am trying to find some hardware for an OpenBSD multimedia computer. I plan to attach it on a HDMI TV and play youtube on it, 1080p@30fps or more. No 4K involved. My thinking is to go for an AMD A8-6500 processor, but I am not sure if this is enough.Right now I am using and AMD Athlon II

hardware support for HPE Smart Array E208i-p SR Gen10 (ciss ?) and HPE 561FLR-T (ix)

2019-03-25 Thread Steiner Peter
Hello, we have to retire some older "HP ProLiant DL360 Gen9" and want to buy the current model "HPE ProLiant DL360 Gen10" I'm unsure if the newer "HPE Smart Array E208i-p" is supported by the ciss driver (the old "HPE Smart Array H240ar" in our DL360 Gen9 worked for years like a charm) btw.

Re: httpd acme-client renew multiple domains

2019-03-25 Thread Mischa
> On 25 Mar 2019, at 14:49, Solene Rapenne wrote: > > On Mon, Mar 25, 2019 at 02:27:19PM +0100, Mischa wrote: >> >> >>> On 25 Mar 2019, at 01:40, Stuart Henderson wrote: >>> >>> On 2019-03-23, Mischa wrote: Hi Geir, I have solved this with a little script. ###

Re: httpd acme-client renew multiple domains

2019-03-25 Thread Solene Rapenne
On Mon, Mar 25, 2019 at 02:27:19PM +0100, Mischa wrote: > > > > On 25 Mar 2019, at 01:40, Stuart Henderson wrote: > > > > On 2019-03-23, Mischa wrote: > >> Hi Geir, > >> > >> I have solved this with a little script. > >> > >> ### > >> #!/bin/sh > >> OUT=2 > >> /usr/sbin/acme-client -v

Re: httpd acme-client renew multiple domains

2019-03-25 Thread Mischa
> On 25 Mar 2019, at 01:40, Stuart Henderson wrote: > > On 2019-03-23, Mischa wrote: >> Hi Geir, >> >> I have solved this with a little script. >> >> ### >> #!/bin/sh >> OUT=2 >> /usr/sbin/acme-client -v www.example.com >> if test $? -eq 0 >> then EXT=$? >> fi >> /usr/sbin/acme-client -v

Re: pppoe(4) and vlan(4)

2019-03-25 Thread Thomas Huber
The two mentioned modems work fine for a third ISP (easybell.de). But the two vodafone uplinks don‘t work on OpenBSD. The vodafone pppoe usernames includes a /. Maybe I‘ve to escape this character but I don‘t know how. any idea? Thomas Huber schrieb am Sa. 16. März 2019 um 22:34: > Hi, > > I

Re: GMA500 drivers

2019-03-25 Thread Noth
On 25/03/2019 09:44, Jonathan Gray wrote: On Mon, Mar 25, 2019 at 07:50:30AM +, Maurice McCarthy wrote: On 23/03/2019, Normen Wohner wrote: I have now successfully installed OpenBSD on my Netbook, however Graphics performance is abysmal. I know that sadly Linux uses binary blobs for the

Re: OpenBSD 6.5 on Clevo W840SU: BIOS hangs when booted via (m)SATA

2019-03-25 Thread finkfox
Hi again. Just a quick update. After adding some "bogus" partitions 0 to 2 in front of openbsd paritition 3 the BIOS no longer hangs with disklabel data. I can now install, boot and run OpenBSD from SSD on SATA. $ doas fdisk sd0 Disk: sd0 geometry: 31130/255/63 [500118192 Sectors]

Re: GMA500 drivers

2019-03-25 Thread Jonathan Gray
On Mon, Mar 25, 2019 at 07:50:30AM +, Maurice McCarthy wrote: > On 23/03/2019, Normen Wohner wrote: > > I have now successfully installed OpenBSD > > on my Netbook, however Graphics performance > > is abysmal. > > I know that sadly Linux uses binary blobs for > > the GMA500 as it is a

Re: GMA500 drivers

2019-03-25 Thread Maurice McCarthy
On 23/03/2019, Normen Wohner wrote: > I have now successfully installed OpenBSD > on my Netbook, however Graphics performance > is abysmal. > I know that sadly Linux uses binary blobs for > the GMA500 as it is a licensed Powervr chip. > Any idea on how to "maybe" get faster graphics > working? >

Re: FDE with keydrive imponderabilities

2019-03-25 Thread Joel Carnat
Hi, I wonder if you’re not using fdisk for an MBR setup and disklabel for GPT. Why won’t you use 64 as the starting offset of the RAID partition ? -- Envoyé de mon iPhone > Le 22 mars 2019 à 23:26, Normen Wohner a écrit : > > I thought you might be able to help me with a setup concerning >