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

2018-05-31 Thread Tuyosi T
hi all . i do not understand lpr . so my settings are # ls -l /usr/bin/lpr lrwxr-xr-x 1 root wheel 18 Jun 1 05:52 /usr/bin/lpr -> /home/snap/lpr.bat # cat /home/snap/lpr.bat lp -dEP-901A then seamonkey and leafpad print easily . --- regards

Logging to Elasticsearch with syslog-ng

2018-05-31 Thread Predrag Punosevac
Hi Misc, I am revisiting the idea of storing log files in Elasticsearch DB for quick search, analytics, and visualization (Kibana). I would like to keep my current OpenBSD syslog-ng centralized logging server and just write logs into ElasticsearchDB instead of flat files. Looks like

Re: The compiler error about modifying libcrypto

2018-05-31 Thread Nan Xiao
Hi Theo, Thanks for your kind reply! Best Regards Nan Xiao On Thu, May 31, 2018 at 7:24 PM, Theo Buehler wrote: > On Thu, May 31, 2018 at 10:50:35AM +0800, Nan Xiao wrote: >> My OS is OpenBSD 6.3. > > -current? > > If not, please install the latest snapshot before trying to build > -current

Re: Programming for OpenBSD

2018-05-31 Thread Usexy Nerd
I would advise start with reading the OpenBSD Mailing List Netiquette first: (https://www.openbsd.org/mail.html) Particularly the 5th point from top: *- Stay on topic*... On Thu, May 31, 2018 at 7:57 PM, Marc Espie wrote: > On Wed, May 30, 2018 at 11:41:00PM -0400, Kevin Burke wrote: > > Hey

Problem using usb audio device

2018-05-31 Thread Lars
Hello misc, I am currently trying to get an usb audio device to work on my system which fails. My motherboard has an onboard audio interface that gets detected as azalia device and works without issues. Additionally I have a Griffin iMic usb audio adapter that I would like to use instead of

Re: Programming for OpenBSD

2018-05-31 Thread Marc Espie
On Wed, May 30, 2018 at 11:41:00PM -0400, Kevin Burke wrote: > Hey guys, fell asleep waiting for a point.

Re: Programming for OpenBSD

2018-05-31 Thread Daniel Baumgarten
Books related to OpenBSD: https://www.openbsd.org/books.html If you're hacking the OpenBSD base, you'll get very good advice by submitting patches to tech@. You'll find that the OpenBSD community isn't overly fond of political debate or security theater, most people just stick to technical

Re: programs crash on Dell Latitude E7470

2018-05-31 Thread Marco van Hulten
On 31 May 16:32 Stuart Henderson wrote: > On 2018/05/31 17:24, Marco van Hulten wrote: > > Stuart, > > > > On 31 May 15:10 Stuart Henderson wrote: > > > The gdb output there doesn't include anything that will help track > > > things down. At least a backtrace is needed ("bt" at the gdb > > >

Re: programs crash on Dell Latitude E7470

2018-05-31 Thread Stuart Henderson
On 2018/05/31 17:24, Marco van Hulten wrote: > Stuart, > > On 31 May 15:10 Stuart Henderson wrote: > > The gdb output there doesn't include anything that will help track > > things down. At least a backtrace is needed ("bt" at the gdb prompt), > > but there will be more information included in

Re: programs crash on Dell Latitude E7470

2018-05-31 Thread Marco van Hulten
Stuart, On 31 May 15:10 Stuart Henderson wrote: > The gdb output there doesn't include anything that will help track > things down. At least a backtrace is needed ("bt" at the gdb prompt), > but there will be more information included in the backtrace if you > build from ports like this > >

Re: programs crash on Dell Latitude E7470

2018-05-31 Thread Stuart Henderson
On 2018/05/31 15:47, Marco van Hulten wrote: > whereas calcurse stops in rthread.c, which I thought could be a > calcurse bug so I reported it [1], but I'm not sure at all anymore. > > [1]: https://lists.calcurse.org/bugs/msg00261.html The gdb output there doesn't include anything that will help

Re: programs crash on Dell Latitude E7470

2018-05-31 Thread Marco van Hulten
On 31 May 10:15 Stuart Henderson wrote: > On 2018/05/31 10:06, Marco van Hulten wrote: > > Stuart, > > > > [...] > > > > I now see there are some limits [...] as normal user > > [now given from ksh(1)] $ ulimit -a

Re: Upgrade 6.0 -> 6.1: ix mmba is not mem space

2018-05-31 Thread Stuart Henderson
On 2018/05/31 15:16, mxb wrote: > With -stable kernel and modded syspatch I was able to pull down all the > patches I needed to have this machine to be fully up to date. As ever, you get to keep both pieces if it breaks, and please make sure you mention this if you report any problems :-)

Re: Upgrade 6.0 -> 6.1: ix mmba is not mem space

2018-05-31 Thread mxb
With -stable kernel and modded syspatch I was able to pull down all the patches I needed to have this machine to be fully up to date. Sent from my iDevice > 30 мая 2018 г., в 18:59, Stuart Henderson написал(а): > >> On 2018-05-30, Maxim Bourmistrov wrote: >> I ended up with a -stable kernel

Re: The compiler error about modifying libcrypto

2018-05-31 Thread Theo Buehler
On Thu, May 31, 2018 at 10:50:35AM +0800, Nan Xiao wrote: > My OS is OpenBSD 6.3. -current? If not, please install the latest snapshot before trying to build -current from source. See also https://www.openbsd.org/faq/current.html > Since now the -current modify the

Re: Dell Latitude and E-Port II: system hangs

2018-05-31 Thread Marco van Hulten
On 25 May 17:22 Marco van Hulten wrote: > On 25 May 13:50 Marco van Hulten wrote: > > I have a Dell Latitude E7470 with the latest OpenBSD snapshot. It > > boots fine when not connected to a docking station. When I connect > > it to a DELL E-Port II (Model No: PR03X) docking station, it > >

Re: VMM can't boot from *.iso files, right?

2018-05-31 Thread Leonid Bobrov
On Wed, May 30, 2018 at 08:25:43PM -0700, Mike Larkin wrote: > FreeBSD requires some work still. Not sure about DFly. > > -ml > Does that mean I can only boot OpenBSD and GNU/Linux? I tried to boot NetBSD, it panics too.

Re: programs crash on Dell Latitude E7470

2018-05-31 Thread Stuart Henderson
On 2018/05/31 10:06, Marco van Hulten wrote: > Stuart, > > On 29 May 14:18 Stuart Henderson wrote: > > On 2018-05-28, Marco van Hulten wrote: > > >> Sounds like ether you're running out of system memory, or running > > >> into ulimit limits. > > > > > > `ulimit` == unlimited > > > >

Re: programs crash on Dell Latitude E7470

2018-05-31 Thread Marco van Hulten
Stuart, On 29 May 14:18 Stuart Henderson wrote: > On 2018-05-28, Marco van Hulten wrote: > >> Sounds like ether you're running out of system memory, or running > >> into ulimit limits. > > > > `ulimit` == unlimited > > ulimit [-acdfHlmnpSst > [value]] ... Display or set process limits.