Re: tmux overhead

2016-01-21 Thread Michael van Elst
jlm...@imca-cat.org ("J. Lewis Muir") writes: >version you have installed; maybe it has inefficiencies? Ted Unangst >has a blog post at [1] titled "rough idling" where he talks about the >situation you're seeing in general and also mentions that a number of >efficiency fixes were made to the tmux

Re: tmux overhead

2016-01-21 Thread J. Lewis Muir
On 1/21/16 4:59 PM, John Klos wrote: > Ideas about why this is so busy? Hi, John. It might be worth looking into what version of tmux is in the NetBSD version you have installed; maybe it has inefficiencies? Ted Unangst has a blog post at [1] titled "rough idling" where he talks about the situat

Re: Any Postfix solution for mail server migration?

2016-01-21 Thread Hal Murray
> 3. If the mail is for an unknown user it's forwarded to Oldserv. If "forwarded" means store and forward, you don't want to do that. Consider what happens with bogus names, say from a typo. Your ew system is stuck with bounce or drop. If you aren't familiar with that mess, google for bounce

Re: tmux overhead

2016-01-21 Thread Swift Griggs
On Thu, 21 Jan 2016, John Klos wrote: Ideas about why this is so busy? No. However, you could try to profile it to find out. Run it in ktrace(1) and/or do a gdb -attach to it's PID. Then start looking at the trace output to see what kind of library functions it's running in it's main event l

tmux overhead

2016-01-21 Thread John Klos
Hi, all, Since tmux is part of a standard NetBSD install, I've been using it instead of screen. So far, so good. However, I've noticed that it accumulates a LOT of CPU time even when the underlying tty and shell are doing absolutely nothing. On a 60 MHz m68060 system that's been up for 53 day

Re: Any Postfix solution for mail server migration?

2016-01-21 Thread Manuel Bouyer
On Thu, Jan 21, 2016 at 02:36:25PM -0700, Swift Griggs wrote: > > How can this be done? I've Googled and there only seem to be vague hints, > but no solid method to migrate in the way I'm proposing. > > ---[ Problem Description ]--- > Server "Oldserv" = old MTA system I want to get away from > Se

Re: How to install/build Go applications?

2016-01-21 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 21.01.2016 21:01, Kamil Rytarowski wrote: > How to build and install Go applications using Go from pkgsrc? > > I mean, not to add new packages, but for example is it possible to > build gogs [1]? > > Thanks > > [1] Gogs (Go Git Service) is a p

How to install/build Go applications?

2016-01-21 Thread Kamil Rytarowski
How to build and install Go applications using Go from pkgsrc? I mean, not to add new packages, but for example is it possible to build gogs [1]? Thanks [1] Gogs (Go Git Service) is a painless self-hosted Git service. https://gogs.io

Any Postfix solution for mail server migration?

2016-01-21 Thread Swift Griggs
How can this be done? I've Googled and there only seem to be vague hints, but no solid method to migrate in the way I'm proposing. ---[ Problem Description ]--- Server "Oldserv" = old MTA system I want to get away from Server "Newserv" = new MTA I want to migrate TO. 1. Mail to flow to Newser

Interesting new hardware that works in 7.0

2016-01-21 Thread Swift Griggs
[Tandberg RDX Removable drive - USB 3.0 model 8666-RDX] http://www.tandbergdata.com/us/index.cfm/products/removable-disk/rdx-quikstor/ I got a this drive for backups. It's basically a rig where they encapsulate SATA 2.5" drives in a hardened case and treat them in a hybrid fashion between tap

Re: wpa_supplicant issues

2016-01-21 Thread Eric Haszlakiewicz
On January 21, 2016 11:03:38 AM EST, Riccardo Mottola wrote: >hi, that helped a bit. I found that the card was seeing many >accesspoints, but not the one I was trying to connect to. > >I think the culprit is that the access point is "g" only (asked the >system administrator) while my card is ru

Re: ataraid issue was Re: [netbsd-7] Critical issue with ffs+log

2016-01-21 Thread Michael van Elst
joel.bertr...@systella.fr (=?UTF-8?Q?BERTRAND_Jo=c3=abl?=) writes: > By dkctl wd0/1 setcache none save ? I will try next saturday. But if >both disks are unsynchronized, how can I force a resynchronization ? There is no sane way. For a resynchronization you'd need at least a single bit tha

Re: wpa_supplicant issues

2016-01-21 Thread Riccardo Mottola
Hi, Leonardo Taccari wrote: Seems that the wpa_supplicant "-d" flags do that (I had never used it before). hi, that helped a bit. I found that the card was seeing many accesspoints, but not the one I was trying to connect to. I think the culprit is that the access point is "g" only (asked t

Re: ataraid issue was Re: [netbsd-7] Critical issue with ffs+log

2016-01-21 Thread BERTRAND Joël
Michael van Elst a écrit : joel.bertr...@systella.fr (=?UTF-8?Q?BERTRAND_Jo=c3=abl?=) writes: I suspect your explanation is correct. System tries to write on ataraid and write operation aborts as kernel panics. On next reboot, ataraid doesn't resynchronize data. If both components are

Re: texlive xelatex not working [ Was fontconfig : .so.2 not provided by 2.11.1?]

2016-01-21 Thread Greg Troxel
Mayuresh writes: > On Wed, Jan 20, 2016 at 08:43:33PM +0100, Martin Husemann wrote: >> > amd64 xetex (from texlive) is now looking for freetype.7 and not finding >> > it. >> >> Then xetex has been compiled against the wrong libs. > > Possibly when the distribution was made, NetBSD 6.x was the l

Re: ataraid issue was Re: [netbsd-7] Critical issue with ffs+log

2016-01-21 Thread Michael van Elst
joel.bertr...@systella.fr (=?UTF-8?Q?BERTRAND_Jo=c3=abl?=) writes: > I suspect your explanation is correct. System tries to write on ataraid >and write operation aborts as kernel panics. On next reboot, ataraid >doesn't resynchronize data. If both components are online an ataraid mirror w

Re: texlive xelatex not working [ Was fontconfig : .so.2 not provided by 2.11.1?]

2016-01-21 Thread Benny Siegert
What is preventing you from using the tex packages in pkgsrc? AFAIK, they are based on texlive. On Thu, Jan 21, 2016 at 4:05 AM Mayuresh wrote: > On Wed, Jan 20, 2016 at 08:43:33PM +0100, Martin Husemann wrote: > > > amd64 xetex (from texlive) is now looking for freetype.7 and not > finding > >

ataraid issue was Re: [netbsd-7] Critical issue with ffs+log

2016-01-21 Thread BERTRAND Joël
BERTRAND Joël a écrit : Thor Lancelot Simon a écrit : On Wed, Jan 20, 2016 at 05:15:09PM +0100, BERTRAND Jo??l wrote: Thor Lancelot Simon a ?crit : Ugh, ataraid. If you skip the first 1MB or thereabouts, do the drives have exactly the same contents? I suppose you say that ataraid is no