Re: [Patch] Possible typo in stdio(3) manpage

2014-07-02 Thread Jason McIntyre
On Wed, Jul 02, 2014 at 07:10:06PM -0700, Philip Guenther wrote: > On Wed, Jul 2, 2014 at 3:15 PM, Jason McIntyre wrote: > > > i think the phrase "going off and computing" means use fflush before > > your code goes elsewhere, to do other things. whatever it means, the > > wording is kind of tragi

Re: crowding out bsd using systemd?

2014-07-02 Thread ian kremlin
> Umm, there are at least > 24 links on that page to various projects that need done, to which are if you don't have the time to look through a list of a couple dozen items for the subject of what you have been criticizing, then i don't have the time to reply to your petty, innocuous emails. i don

Re: crowding out bsd using systemd?

2014-07-02 Thread frank ernest
> refering to http://www.openbsdfoundation.org/ does not contain, as far as > http://www.openbsdfoundation.org/gsoc2014.html Umm, there are at least 24 links on that page to various projects that need done, to which are you refering?

Re: OT: Suggestion for hard wire network care AND wireless supported in OpenBSD

2014-07-02 Thread Jason Adams
Not aware of such a card, but how about a usb wifi adaptor? Cheep, and slower, but then its wifi, so its not that fast anyway. There are also USB cat5 jacks. On Wed, Jul 2, 2014 at 6:25 PM, Daniel Ouellet wrote: > Sorry for the off topic question, but I am looking and researching a PCI > netwo

Re: crowding out bsd using systemd?

2014-07-02 Thread ian kremlin
> refering to http://www.openbsdfoundation.org/ does not contain, as far as http://www.openbsdfoundation.org/gsoc2014.html > software that you speak of be portable to Linux or is it BSD only? I've i am planning (post-GSOC) on writing an archlinux PKGBUILD and eventually a debian package.

Re: crowding out bsd using systemd?

2014-07-02 Thread frank ernest
> I intend to produce the four systemd utilities as outlined on the OpenBSD Foundation's web page, ... This seems unclear to me what you are refering to http://www.openbsdfoundation.org/ does not contain, as far as I could see, any software specs/ideas. And, though this sounds quite pretty, are you

Re: DVD & how to overcome mkisofs

2014-07-02 Thread Josh Grosse
On Thu, Jul 03, 2014 at 11:14:40AM +0900, Tuyosi Takesima wrote: > Thanks Josh' s advice , i try it after two days . > In debian , no mkisofs , instead genisoimage . > Times are changing . $ pkg_locate genisoimage zsh-5.0.5p0:shells/zsh:/usr/local/share/zsh/5.0.5/functions/_genisoimage

OT: Suggestion for hard wire network care AND wireless supported in OpenBSD

2014-07-02 Thread Daniel Ouellet
Sorry for the off topic question, but I am looking and researching a PCI network card that would have both the cat5 jack and wireless capability to be use as host into an OpenBSD server to provide access point and the hard wire part to be use as an additional network card. I only have one pci slot

Re: DVD & how to overcome mkisofs

2014-07-02 Thread Tuyosi Takesima
Thanks Josh' s advice , i try it after two days . In debian , no mkisofs , instead genisoimage . Times are changing .

Re: [Patch] Possible typo in stdio(3) manpage

2014-07-02 Thread Philip Guenther
On Wed, Jul 2, 2014 at 3:15 PM, Jason McIntyre wrote: > i think the phrase "going off and computing" means use fflush before > your code goes elsewhere, to do other things. whatever it means, the > wording is kind of tragic, i agree. > > your diff seeks to tweak bad wording, whereas i prefer to k

Re: DVD & how to overcome mkisofs

2014-07-02 Thread Tuyosi Takesima
thanks for reply . sorry , mkhybrid doesn't have ' -udf -dvd-video ' suffics . I guess mkhybrid cannot deal udf file system . --- tuyosi

Re: DVD & how to overcome mkisofs

2014-07-02 Thread Josh Grosse
On Thu, Jul 03, 2014 at 08:54:35AM +0900, Tuyosi Takesima wrote: > Hi , all . > > I try to copy DVD . > but in OpenSD , mkisofs doesn't exist . Yes, it does. But not in the base. Instead, it's available as a 3rd party package/port. You may find databases/pkglocatedb helpful. In this examp

Re: Firefox Pkg Spellchecker

2014-07-02 Thread Richard Toohey
On 07/03/14 11:24, Adam Suhl wrote: I've googled around looking for why Firefox 26, installed from the Openbsd package underlines every word as misspelled. I have this issue as well on 5.5-stable on amd64. --Adam http://marc.info/?l=openbsd-ports&m=140341756711398&w=2 Not sure how to fix in

Re: DVD & how to overcome mkisofs

2014-07-02 Thread Chris Cappuccio
Use mkhybrid ?? Tuyosi Takesima [nakajin.fu...@gmail.com] wrote: > Hi , all . > > I try to copy DVD . > but in OpenSD , mkisofs doesn't exist . > > > my procedurw is next > I use dvd-rw. > > 1)format > dvd+rw-format -force /dev/rcd0c > > 2)ripping > dvdbackup -M -n test -i /dev/

Re: [Patch] Possible typo in stdio(3) manpage

2014-07-02 Thread Edward
On Wed, Jul 02, 2014 at 11:14:50PM +0059, Jason McIntyre wrote: > i think the phrase "going off and computing" means use fflush before > your code goes elsewhere, to do other things. whatever it means, the > wording is kind of tragic, i agree. > > your diff seeks to tweak bad wording, whereas i pr

DVD & how to overcome mkisofs

2014-07-02 Thread Tuyosi Takesima
Hi , all . I try to copy DVD . but in OpenSD , mkisofs doesn't exist . my procedurw is next I use dvd-rw. 1)format dvd+rw-format -force /dev/rcd0c 2)ripping dvdbackup -M -n test -i /dev/rcd0c -o /home/DVD/ 3) in Linux mkisofs -udf -dvd-video -o /ISO/test.iso /home/DVD/tes

Re: Firefox Pkg Spellchecker

2014-07-02 Thread Adam Suhl
> I've googled around looking for why Firefox 26, installed from the Openbsd > package underlines > every word as misspelled. I have this issue as well on 5.5-stable on amd64. --Adam

Firefox Pkg Spellchecker

2014-07-02 Thread Jason Adams
I've googled around looking for why Firefox 26, installed from the Openbsd package underlines every word as misspelled. All I can find is older references to windows/linux installations where they did not have a dictionary installed, had not enabled spellcheck, or had not selected the dictionary.

Re: [Patch] Possible typo in stdio(3) manpage

2014-07-02 Thread Jason McIntyre
On Wed, Jul 02, 2014 at 11:47:31AM +0800, Edward wrote: > Hi, > > Caught in a slight confusion about the wordings describing stdio(3) scenario > needing fflush(3). The diff shows my understanding, but please do reply if it > is otherwise. > > # cvs diff > cvs server: Diffing . > Index: stdio.3 >

Re: Intel Dual Band Wireless AC 7260 support on the horizon?

2014-07-02 Thread Brad Smith
On 02/07/14 2:59 PM, Peter N. M. Hansteen wrote: While I was shopping around for a new laptop to replace my aging Thinkpad SL500 I noticed that the Thinkpad's /etc/firmware directory had a file called iwn-7260, so when I couldn't get the Atheros AR9485 included in one recent laptop here to work (

Re: iPhones and nginx/slowcgi on OpenBSD <=5.5

2014-07-02 Thread Giancarlo Razzolini
Em 01-07-2014 20:06, Kristaps Dzonsons escreveu: > Folks, > > If anybody's running nginx with slowcgi(8) on or before OpenBSD 5.5 > release, be aware that there's a subtle error (fixed after 5.5) that > silently discards HTTP headers with some referrers. > > Long story: I noticed that cookies POSTe

Re: [Bulk] Re: openssh

2014-07-02 Thread Kevin Chadwick
previously on this list Mihai Popescu contributed: > > because I need to scp some 90-100G of data from a VERY busy server over > > internet on a regular basis and I don't > > want scp eat any cpu at all, which in case of encryption is unavoidable). If you have a fairly new OpenSSH at each end th

Re: What is the difference between these two SSHD configs?

2014-07-02 Thread Philip Guenther
On Wed, Jul 2, 2014 at 10:59 AM, Ez Egy wrote: > Match Group GROUPNAME User !root > This does nothing. (but sshd restart doesn't tell it's syntactically > incorrect!!!..., values should be delimited by "," comma.. a groupname will > never have space in it..) > > and: > > Match Group GROUPNAME, U

Intel Dual Band Wireless AC 7260 support on the horizon?

2014-07-02 Thread Peter N. M. Hansteen
While I was shopping around for a new laptop to replace my aging Thinkpad SL500 I noticed that the Thinkpad's /etc/firmware directory had a file called iwn-7260, so when I couldn't get the Atheros AR9485 included in one recent laptop here to work (and seeing it is included in various other laptop m

Re: Why doesn't GCM HTTPS work with nginx?

2014-07-02 Thread Christian Weisgerber
On 2014-07-02, Ez Egy wrote: > www.ssllabs.com: ECDHE-RSA-AES256-GCM-SHA384 > www.google.com: ECDHE-RSA-AES128-GCM-SHA256 > > We wanted to make our webserver HTTPS connection more secure (don't look at > the self-signed certificate, that doesn't count right now..) > > We are using an OpenBSD 5.4

Re: Why doesn't GCM HTTPS work with nginx?

2014-07-02 Thread Philip Guenther
On Wed, Jul 2, 2014 at 11:46 AM, Joel Sing wrote: > On Thu, 3 Jul 2014, Ez Egy wrote: > > Since these two are using GCM: > > > > www.ssllabs.com: ECDHE-RSA-AES256-GCM-SHA384 > > www.google.com: ECDHE-RSA-AES128-GCM-SHA256 > > > > We wanted to make our webserver HTTPS connection more secure (don't

Re: Why doesn't GCM HTTPS work with nginx?

2014-07-02 Thread Joel Sing
On Thu, 3 Jul 2014, Ez Egy wrote: > Since these two are using GCM: > > www.ssllabs.com: ECDHE-RSA-AES256-GCM-SHA384 > www.google.com: ECDHE-RSA-AES128-GCM-SHA256 > > We wanted to make our webserver HTTPS connection more secure (don't look at > the self-signed certificate, that doesn't count right n

Re: Why doesn't GCM HTTPS work with nginx?

2014-07-02 Thread Dorian H.
You could try using the cipher configuration recommended by Ivan Ristić / ssllabs.com, as described here: http://blog.ivanristic.com/2013/08/configuring-apache-nginx-and-openssl-for-forward-secrecy.html Restart nginx and check what cipher is being offered. The highest cipher supported by both clie

Re: What is the difference between these two SSHD configs?

2014-07-02 Thread Ez Egy
Match Group GROUPNAME User !root This does nothing. (but sshd restart doesn't tell it's syntactically incorrect!!!..., values should be delimited by "," comma.. a groupname will never have space in it..) and: Match Group GROUPNAME, User *,!root This excludes the root if it's in the GROUPNAME grou

Why doesn't GCM HTTPS work with nginx?

2014-07-02 Thread Ez Egy
Since these two are using GCM: www.ssllabs.com: ECDHE-RSA-AES256-GCM-SHA384 www.google.com: ECDHE-RSA-AES128-GCM-SHA256 We wanted to make our webserver HTTPS connection more secure (don't look at the self-signed certificate, that doesn't count right now..) We are using an OpenBSD 5.4 64bit, and

Re: http://www.openbsd.org/anoncvs.html

2014-07-02 Thread Vigdis
On Wed, 02 Jul 2014 12:47:04 -0400, Nick Holland wrote: > > Wouldn't it be better to tell the user to add the local non-root > > user to the wsrc group and then just do it without root permissions? > > (changing # into $ in the examples) > > why? Because Miod told it? :p http://marc.info/?l=

Re: ViewVC

2014-07-02 Thread Predrag Punosevac
Eugene Yunak wrote: > It fails to create a socket (_sock is None). This can be an indicator of > you hitting fd limits. Right on money!!! I changed sysctl kern.maxfiles=7030 to 17030 and now works like a champ. Any suggestion to what fd limits should be and do you suggest changing per-login/pr

Re: http://www.openbsd.org/anoncvs.html

2014-07-02 Thread Nick Holland
On 07/02/14 10:54, Waldemar Brodkorb wrote: > Hi, > > just trying to build 5.5 stable branch and seeing that ...[checkout/compile/install as root]... > Wouldn't it be better to tell the user to add the local non-root > user to the wsrc group and then just do it without root permissions? > (chang

Re: ViewVC

2014-07-02 Thread Eugene Yunak
It fails to create a socket (_sock is None). This can be an indicator of you hitting fd limits. On 2 Jul 2014 17:23, "Predrag Punosevac" wrote: > Stefan Sperling wrote: > > > On Tue, Jul 01, 2014 at 08:36:29PM -0400, Predrag Punosevac wrote: > > > I am trying to run ViewVC in the stand alone ser

Re: LAN vs VLAN interface performance

2014-07-02 Thread Job Snijders
Hi all, I am replying to this thread as I see some resemblance between issue I experience and the quickly rising netlivelocks value. On 24/06/14 3:08 PM, Chris Cappuccio wrote: >Kapetanakis Giannis [bil...@edu.physics.uoc.gr] wrote: >> On 23/06/14 21:33, Henning Brauer wrote: >>>* Chris Cappuccio

Re: ViewVC

2014-07-02 Thread Predrag Punosevac
Stefan Sperling wrote: > On Tue, Jul 01, 2014 at 08:36:29PM -0400, Predrag Punosevac wrote: > > I am trying to run ViewVC in the stand alone server mode on the new svn > > server (OpenBSD 5.5 amd64). Since ViewVC is not in ports I downloaded > > 1.1.22 package from CollabNet website. ViewVC keep

rc script problem with pgrep / pkill

2014-07-02 Thread Leclerc, Sebastien
Hi, I have a problem with a rc script, when I try to check or stop the service. It is very similar to the spamd rc script (with no rc_pre() and rc_start()): $ grep -C2 pexp /etc/rc.d/{spamd,tarpitd} /etc/rc.d/spamd-. /etc/rc.d/rc.subr /etc/rc.d/spamd- /etc/rc.d/spamd:pexp="spamd: \[priv\]" /etc/

Re: openssh

2014-07-02 Thread Mihai Popescu
> because I need to scp some 90-100G of data from a VERY busy server over > internet on a regular basis and I don't > want scp eat any cpu at all, which in case of encryption is unavoidable). Better buy a hardisk, copy your data and mail it abroad. Seriously.

http://www.openbsd.org/anoncvs.html

2014-07-02 Thread Waldemar Brodkorb
Hi, just trying to build 5.5 stable branch and seeing that the FAQ is implicitely saying cvs should be used as root. "First, start out by `get'-ing an initial tree: (If you are following current): # cd /usr # cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P src (If you are fol

Re: openssh

2014-07-02 Thread Gregory Edigarov
On 07/02/2014 04:40 PM, Nick Holland wrote: On 07/02/14 09:08, Gregory Edigarov wrote: On 07/01/2014 02:20 PM, Nick Holland wrote: On 07/01/14 07:00, Gregory Edigarov wrote: Hello, Just out for curiosity. what is the fastest and lightest in cpu terms algorithm in ssh? As someone who has work

Re: openssh

2014-07-02 Thread Nick Holland
On 07/02/14 09:08, Gregory Edigarov wrote: > On 07/01/2014 02:20 PM, Nick Holland wrote: >> On 07/01/14 07:00, Gregory Edigarov wrote: >>> Hello, >>> >>> Just out for curiosity. >>> what is the fastest and lightest in cpu terms algorithm in ssh? >> As someone who has worked with lots of really old

Re: openssh

2014-07-02 Thread Gregory Edigarov
On 07/01/2014 02:20 PM, Nick Holland wrote: On 07/01/14 07:00, Gregory Edigarov wrote: Hello, Just out for curiosity. what is the fastest and lightest in cpu terms algorithm in ssh? As someone who has worked with lots of really old and weak processors (and still used the defaults)...I must ask

Re: /usr/local/lib/ruby/site_ruby/1.8/i386-openbsd/RRD.so: Cannot load specified object

2014-07-02 Thread Wesley MOUEDINE ASSABY
Now, it works using your advice, the following at startup export LD_PRELOAD=/usr/lib/libpthread.so.18.0 Thank you very much. -- On 01.07.2014 03:14, Stuart Henderson wrote: dlopen() doesn't automatically pull in libpthread. Either the main program must be linked against it, or you need LD_PR

Re: current/i386 panics on Asus J1800I-C

2014-07-02 Thread Otto Moerbeek
On Wed, Jul 02, 2014 at 12:43:58PM +0200, Jan Stary wrote: > So I got me this Asus board with an integrated Celeron > http://www.asus.com/Motherboards/J1800IC/specifications/ > and put 2G of Crucial RAM in it. > > "A PC is a PC is a PC" I can hear you say, > but somehow I can't get current/i386 t

current/i386 panics on Asus J1800I-C

2014-07-02 Thread Jan Stary
So I got me this Asus board with an integrated Celeron http://www.asus.com/Motherboards/J1800IC/specifications/ and put 2G of Crucial RAM in it. "A PC is a PC is a PC" I can hear you say, but somehow I can't get current/i386 to run on it. Using another current/i386 machine as an installer, I inst

Re: ViewVC

2014-07-02 Thread Kirill Bychkov
On Wed, July 2, 2014 10:04, Stefan Sperling wrote: > On Tue, Jul 01, 2014 at 08:36:29PM -0400, Predrag Punosevac wrote: >> I am trying to run ViewVC in the stand alone server mode on the new svn >> server (OpenBSD 5.5 amd64). Since ViewVC is not in ports I downloaded >> 1.1.22 package from CollabN

Re: /usr/local/lib/ruby/site_ruby/1.8/i386-openbsd/RRD.so: Cannot load specified object

2014-07-02 Thread Wesley MOUEDINE ASSABY
Hi, Running the web app, give me in the production.log : Processing DashboardController#index (for 192.168.0.20 at 2014-07-02 11:58:53) [GET] Parameters: {"controller"=>"dashboard", "action"=>"index"} LoadError (Cannot load specified object - /usr/local/lib/ruby/site_ruby/1.8/i386-openbsd/R