Re: pledge violation in firefox-60 on snapshots

2018-05-15 Thread Martijn van Duren
$ grep SYS_fork /usr/include/sys/syscall.h #define SYS_fork2 See: https://marc.info/?l=openbsd-ports&m=152623658627250&w=2 You probably don't run dbus, so I assume you're going to need to start it up in your .xsession file. martijn@ On 05/16/18 03:59, William Orr wrote: > Hey there, >

Re: pledge violation in firefox-60 on snapshots

2018-05-15 Thread Renato Aguiar
Hi, I'm also facing similar issues with firefox-60.0 installed from ports: orion# tail -n 4 /var/log/messages May 15 21:01:58 orion /bsd: firefox[21099]: pledge "inet", syscall 105 May 15 21:01:58 orion /bsd: firefox[21099]: pledge "stdio", syscall 72 May 15 21:08:29 orion /bsd: firefox[1343

pledge violation in firefox-60 on snapshots

2018-05-15 Thread William Orr
Hey there, When visiting the following health insurance site: https://www.cignaglobal.com/CASPAI/public/SignIn.do?application=CIEB_IPMI&country=GB&language=en&select-roles=all&safeReturn=https://www.cignaglobal.com/ma/pages/CASPA/Landing.html&domain=. Clicking the password field will consistent

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-05-15 Thread Jordan Geoghegan
On 05/15/18 18:19, IL Ka wrote: Hello Jordan, >> you can do some neat things and avoid having to remove the ulpt(4) driver from the kernel What can be the reason to remove it? Some people remove the ulpt driver to allow CUPS to interface easier with their printer. This solution has always irr

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-05-15 Thread IL Ka
Hello Jordan, >> you can do some neat things and avoid having to remove the ulpt(4) driver from the kernel What can be the reason to remove it? If I understand it correctly, this driver provides support for "USB printer class" ( http://www.usb.org/developers/docs/devclass_docs/usbprint11a021811.p

Re: Cannot access internet with virtual switch

2018-05-15 Thread Aham Brahmasmi
Thank you Koshibe-san for your reply. Here is the output of ping, after the steps: $ ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes ping: sendmsg: Network is down ping: wrote 8.8.8.8 64 chars, ret=-1 ... So, it seems the ping fails, except, this time there is some output. > > Interestingly,

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-05-15 Thread Jordan Geoghegan
On 05/15/18 13:04, Tuyosi T wrote: i think it is impossible to print USB only printers . I have successfully printed to several USB based printers in my time with OpenBSD, ranging from USB thermal receipt printers, USB restaurant dot matrix kitchen printers all the way up to your modern day

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread Ingo Schwarze
Hi Solene, Solene Rapenne wrote on Wed, May 16, 2018 at 12:26:10AM +0200: > x...@dr.com writes: >> The "viewport" meta tag significantly improves readability and >> usability on my phone when I add it to http://man.openbsd.org pages: > See no offence here, I wonder what is the context leading to

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread Base Pr1me
Also great for when you need reading material in the restroom. On Tue, May 15, 2018 at 4:34 PM, Marc Espie wrote: > On Wed, May 16, 2018 at 12:26:10AM +0200, Solene Rapenne wrote: > > > > x...@dr.com writes: > > > > > The "viewport" meta tag significantly improves readability and > > > usability

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread Marc Espie
On Wed, May 16, 2018 at 12:26:10AM +0200, Solene Rapenne wrote: > > x...@dr.com writes: > > > The "viewport" meta tag significantly improves readability and > > usability on my phone when I add it to http://man.openbsd.org pages: > > See no offence here, I wonder what is the context leading to r

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread Solene Rapenne
x...@dr.com writes: > The "viewport" meta tag significantly improves readability and > usability on my phone when I add it to http://man.openbsd.org pages: See no offence here, I wonder what is the context leading to read man pages on a phone?

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread xcv
"Ingo Schwarze" wrote: > But you fail to state what the actual problem is that you are > trying to solve. The pages at http://man.openbsd.org/ don't use the screen real estate of my phone in a sensible way. All pages are "zoomed out" by default, causing a frustrating user experience for me, when

Re: 6.3 just died (not for the first time)

2018-05-15 Thread Peter van Oord van der Vlies
I have seen the same error here on a host around 2 days after the upgrade to 6.3 inclusing patches. The keyboard wasnt working for me but the panic was the same. Op 15 mei 2018 om 23:30 heeft Harald Dunkel mailto:harald.dun...@aixigo.de>> het volgende geschreven: Hi folks, 6.3 just died. L

6.3 just died (not for the first time)

2018-05-15 Thread Harald Dunkel
Hi folks, 6.3 just died. Last words: login: kernel: protection fault trap, code=0 Stopped at export_sa+0x5c: movl0(%rcx),%ecx ddb{0}> show panic the kernel did not panic ddb{0}> trace export_sa(10,800033445e70) at export_sa+0x5c pfkeyv2_expire(813d4c00,813d4c00) at p

Re: Buying new laptop, looking for feedback

2018-05-15 Thread Patrick Marchand
I've been using a 3rd gen x1 carbon for half a year now and havent had any problems OpenBSD 6.3-current (GENERIC.MP) #33: Mon May 7 18:59:05 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 8261529600 (7878MB) avail mem = 8003121152 (7632MB) mpath0 at

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread Mike Burns
On 2018-05-15 22.51.43 +0200, Ingo Schwarze wrote: > x...@dr.com wrote on Tue, May 15, 2018 at 07:47:45PM +0200: > > [meta name="viewport" content="width=device-width, initial-scale=1.0"] > > It is not defined in any standard. I have no objection to the rest of your email -- in fact, I agree that

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread Ingo Schwarze
Hi, x...@dr.com wrote on Tue, May 15, 2018 at 07:47:45PM +0200: > The "viewport" meta tag significantly improves readability and > usability on my phone when I add it to http://man.openbsd.org pages: > > [meta name="viewport" content="width=device-width, initial-scale=1.0"] There is no way i w

Re: OpenBSD 6.3 AMD63 ond Dell Vostro 5470 System BIOS problems

2018-05-15 Thread IL Ka
Are you using BIOS/MBR or UEFI/GPT? It latter case, try BIOS/MBR.

OpenBSD 6.3 AMD63 ond Dell Vostro 5470 System BIOS problems

2018-05-15 Thread firebits
I have a Dell Vostro 5470 and I'm having problems with the BIOS after installing OpenBSD 6.3 AMD63. Simply after post install and reboot, the Dell logo disappears, there is no option to enter the BIOS with F2 or boot by F12. Then I have new access to the laptop installing again by livependrive with

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-05-15 Thread Tuyosi T
hi all . i at last find i can print if i use the printer which has both cups driver and wifi interface (for example EP-709A). so i do not need to use [ Google Cloud Print for Chromium ] . and i think it is impossible to print USB only printers . at this sate openbsd become everyday OS . --- reg

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread lists
Tue, 15 May 2018 20:46:44 +0200 x...@dr.com > > Tue, 15 May 2018 19:47:45 +0200 x...@dr.com > > > The "viewport" meta tag significantly improves readability and > > > usability on my phone when I add it to http://man.openbsd.org pages: > > > > Hi anonymous, > > > > Could you please add it on

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread xcv
> Tue, 15 May 2018 19:47:45 +0200 x...@dr.com > > The "viewport" meta tag significantly improves readability and > > usability on my phone when I add it to http://man.openbsd.org pages: > > Hi anonymous, > > Could you please add it on some public space so I can check in Dillo too? > > Kind rega

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread lists
Tue, 15 May 2018 19:47:45 +0200 x...@dr.com > The "viewport" meta tag significantly improves readability and > usability on my phone when I add it to http://man.openbsd.org pages: Hi anonymous, Could you please add it on some public space so I can check in Dillo too? Kind regards, Anton Lazarov

Viewport for man.openbsd.org -- readability on phones

2018-05-15 Thread xcv
The "viewport" meta tag significantly improves readability and usability on my phone when I add it to http://man.openbsd.org pages: [meta name="viewport" content="width=device-width, initial-scale=1.0"] It was suggested to me by a Microsoft Edge engineer as a fix for mobile-unfriendly web sites

Re: Buying new laptop, looking for feedback

2018-05-15 Thread Thomas Frohwein
Hi, The specs on my Dell Latitude E5570 should similar to what you're looking at with the T470s. I'm very happy with running OpenBSD on it. The only limitations that I've noticed are: - I can't adjust screen brightness in OpenBSD. - The dedicated AMD R7 M370 doesn't work, but things run fine with

Re: Buying new laptop, looking for feedback

2018-05-15 Thread Base Pr1me
OpenBSD is brilliant on the T470s. No issues here. OpenBSD 6.3-current (GENERIC.MP) #0: Mon May 14 14:29:23 MDT 2018 basepr...@stef.traceyemery.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 25491316736 (24310MB) avail mem = 24710721536 (23565MB) mpath0 at root scsibus0 at mpath0: 256

Buying new laptop, looking for feedback

2018-05-15 Thread Solene Rapenne
Hello, I need a new laptop for work, OpenBSD compatible. The lenovo T470s seems interesting (i7, SSD 512GB, 14", 1920x1080) for a price < 1500 euros. Could someone confirm me that it works out of the box? If you know a recent model (that I can still buy online) with similar specs, feedback is wel

Re: Cannot access internet with virtual switch

2018-05-15 Thread Ayaka Koshibe
On Mon, May 14, 2018 at 1:01 PM, Aham Brahmasmi wrote: > Thank you Koshibe-san for your reply. > >> I've actually held back on that diff since it's a bit insufficient by itself. > > Ok. > >> Actually, you said that you had just em0 on that switch. Can you try >> adding a local port (addlocal inste