Re: problems setting up PORTS_PRIVSEP

2020-03-30 Thread putridsoul66
The man page of bsd.port.mk, particular PORTS_PRIVSEP provides this suggestion 'permit nopass setenv {} user cmd pkg_add' I don't know much about what pkg_add can do, but when building packages with many dependencies, password prompt greets for every dependency, persist option doesn't work

update a port

2020-03-27 Thread putridsoul66
I just mailed a update diff for a package, now how does the diff get accepted, does the project maintainer look into it? Is there a maintainer for all packages? I have never tried this before, but I hope to get into some serious porting. Also can anyone guide me on how to get diff format with th

Re: problems setting up PORTS_PRIVSEP

2020-03-26 Thread putridsoul66
I didn't knew anything about the mystuff directory. Anyway I tried it. mkdir /usr/ports/mystuff mkdir /usr/ports/mystuff/x11 cp -r /usr/ports/x11/dmenu /usr/ports/mystuff/x11/dmenu chown -R user:wsrc /usr/ports/mystuff cd /usr/ports/mystuff/x11/dmenu make install And it was successfull, so you

Porting from linux

2020-03-26 Thread putridsoul66
I want to get into porting, I have experience installing from source particularly on linux. Is there a difference in how package works on linux and openbsd? Is there a guide anyone can point me to porting linux packages to openbsd? Are there different syscalls? Directory systems are almost the

Re: problems setting up PORTS_PRIVSEP

2020-03-26 Thread putridsoul66
I don't understand the logic of this mkdir /usr/ports/mystuff/x11 cp -R /usr/ports/x11/dmenu /usr/ports/mystuff/x11/ cd /usr/ports/mystuff/x11/dmenu make package to build a package, one usually just runs command cd /usr/ports/x11/dmenu make install try and see if this gives an error.

Re: problems setting up PORTS_PRIVSEP

2020-03-26 Thread putridsoul66
You only need to change permissions on the /usr/obj Run these as root install -dm0775 -o _pbuild -g _pbuild /usr/obj install -dm0775 -o _pbuild -g _pbuild /usr/obj/ports Also the variables DISTDIR and PACKAGE_REPOSITORY are redundant, since those are the default values anyway. In /etc/doas.co

ports: pkg_add as root

2020-03-21 Thread putridsoul66
I'm have never tried the ports system before. I have read through the faq and the man pages, but I get stuck at building dependencies. I follow through the fetch,checksum steps and then for 'make prepare' as local user, I'm greeted with following message. This is for the 'rsnapshot' package =

zynaddsubfx plugin in lmms-1.2.0

2020-01-30 Thread putridsoul66
I installed lmms-1.2.0 using pkg_add command. And the zynaddsubfx plugin which is supposed to be included in lmms is not there. Opening most demo's yields plugin not found error. For those leeway can be suggested, but zynaddsubfx is a very important plugin. I hope the porters of lmms look into this

Server certificate verification error

2020-01-26 Thread putridsoul66
After updating to a recent snapshot I faced the following messages upon running fetchmail (ver=6.3.26p3) command. The config .fetchmailrc is the same as before $ fetchmail fetchmail: Server certificate verification error: self signed certificate fetchmail: Missing trust anchor certificate: /OU=N

Re: ttyC0 floods with error messages

2020-01-04 Thread putridsoul66
I'm the original poster of this thread, don't mean to whip a dead horse, but this post is to confirm the state of this issue. The most recent -current release before this post has fixed this issue for me. OpenBSD 6.6-current (GENERIC.MP) #573: Sat Dec 28 19:13:57 MST 2019 dera...@amd64.op

Re: pipe html mail to links

2019-12-29 Thread putridsoul66
> Should this not just need a .mailcap entry: > > text/html; /usr/local/bin/lynx -dump -force_html %s I tried your way only changed: lynx -> links .mailcap text/html; /usr/local/bin/links -dump %s But mail did not call links when I tried to read a html mail using "p [message]" command.

Set colors in links-1.03p0

2019-12-29 Thread putridsoul66
Is it possible to edit the color codes for various html elements in links. Like the options available in w3m browser active_link: blue image_link:green link:purple ... etc I failed to find any info on this in the man page.

pipe html mail to links

2019-12-29 Thread putridsoul66
I wish to pipe my mails from the standard openbsd mail command to links. But I failed to find any way to pipe in message or file from stdin to links Following three lines are edits I want to do expect use links instead to lynx .mailrc # Reading HTML mail set pipe-text/html="lynx -dump -force_h

Re: netsurf-fb fails on framebuffer console

2019-12-25 Thread putridsoul66
The port maintainer has confirmed both sdl and x interface for netsurf-fb require X. Is it possible to modify sdl source code to work with openbsd framebuffer driver? In my case it's inteldrm driver. Anyway here is dmesg. OpenBSD 6.6-current (GENERIC.MP) #563: Tue Dec 24 02:24:52 MST 2019 d

netsurf-fb fails on framebuffer console

2019-12-25 Thread putridsoul66
I'm running openbsd 6.6-current Dec24 snapshot The browser works perfectly within X. But fails without it. Following output is given by command:netsurf-fb -v (0.00) utils/log.c:264 nserror nslog_init(nslog_ensure_t *, int *, char **): NetSurf version '3.9 (17th July 2019)' (0.59) utils/

Re: ttyC0 floods with error messages

2019-12-16 Thread putridsoul66
The error does not seem to be a faulty mouse and I don't use a KVM switch anyway so it is not the source. Following on pervious reply, I tried on a new mouse. But was greeted with the same error: wsmouse0 detached ums0 detached uhidev0 detached uhidev0 at uhub0 port 4 configuration 1 interface 0

Re: cvs checkout of src,ports and xenocara gives duplicate key msg

2019-12-15 Thread putridsoul66
Currently I'm running the -stable OPENBSD-6.6 I want to set up the ports repository so I followed the faqs to set up a /usr/ports partition, changed the group to wsrc and file modes to 775. Then I added my local user to wsrc group. After changing directory to /usr, I hit the following command cvs

cvs checkout of src,ports and xenocara gives duplicate key msg

2019-12-15 Thread putridsoul66
I recently did a checkout of the src,ports and xenocara repositories and was greeted by the following message on each checkout. After this the command proceeds smoothly. Also doing "echo $?" gives "0" so it's not a error. cvs server: duplicate key found for 'y' A quick search online tied this me

ttyC0 floods with error messages

2019-12-13 Thread putridsoul66
After boot, the following error message floods the virtual console on ttyC0 repeatedly, rest of virtuals console stay clear somehow. Is there a way to treat this permanently, other than Ctrl-l everytime, or disconnecting the mouse. There must be some config to disable this direct dumping of erro

Openssh over a mobile network

2019-12-01 Thread putridsoul66
I am not able to ssh into my home computer connected to router, the client device (termux on android) is on a mobile network. Is there something I am supposed to know?. Because I can ssh into my computer easily when when both devices are on the same router network.