Re: How to both redirect to console and screen

2016-10-19 Thread jungle Boogie
On 18 October 2016 at 23:42, Mik J wrote: > Stuart, why is it not possible. Is it a real limitation or because openbsd is > just not coded to do that and it could be possible if the proper code was > implemented ? I asked about this a few months back. Stuart recommended it as a good project to g

console mode not allowing login

2016-10-21 Thread jungle Boogie
Hi All, After my machine is completed booting up and ready for login, I can't see anymore text in the console. Which also means I can't login to the machine via console. # cat /etc/boot.conf set tty com0 set timeout 60 I'm connecting to the openbsd machine via freebsd with this command: cu -l /d

Re: console mode not allowing login

2016-10-21 Thread jungle Boogie
Hi Todd, On 21 October 2016 at 12:58, Todd C. Miller wrote: > It sounds like you need to enable getty on the serial port. To > login on the serial console you should have a line like the following > in /etc/ttys: > > tty00 "/usr/libexec/getty std.9600" vt220 on secure > That did it! Thanks

openbsd -current: can't find firefox

2016-11-28 Thread jungle boogie
Hi All, I'm running the latest i386 snapshot: OpenBSD 6.0-current (GENERIC.MP) #0: Mon Nov 28 20:52:50 MST 2016 bu...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP cpu0: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz ("GenuineIntel" 686-class) 2 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE

Re: openbsd -current: can't find firefox

2016-11-29 Thread jungle boogie
On 11/29/2016 02:08 AM, Carlin Bingham wrote: On Mon, Nov 28, 2016 at 11:50:25PM -0800, jungle boogie wrote: Hi All, I'm running the latest i386 snapshot: [...] I'd like to install firefox: $ doas pkg_add firefox quirks-2.270 signed on 2016-11-26T13:32:57Z Can't find

Re: openbsd -current: can't find firefox

2016-11-29 Thread jungle Boogie
Hi All, On 29 November 2016 at 07:57, Carlin Bingham wrote: > On Tue, Nov 29, 2016 at 07:30:42AM -0800, jungle boogie wrote: >> You mean like this: >> $ cat /etc/doas.conf >> permit persist :wheel >> permit persist keepenv jungle as root >> >> $ doas pkg_ad

autoupgrade without all sets

2016-12-06 Thread jungle boogie
Hi All, Reading the autoinstall page for openbsd, I don't see how I can select what packages are installed. Does that mean all packages will be installed and subsequent upgrades will also download and install all packages? http://man.openbsd.org/OpenBSD-current/man8/autoinstall.8 Thanks, j.

Re: autoupgrade without all sets

2016-12-06 Thread jungle Boogie
Hi Stuart, Erling, Alexander, On 6 December 2016 at 04:10, Stuart Henderson wrote: > On 2016-12-06, Erling Westenvik wrote: >> On Tue, Dec 06, 2016 at 12:27:33AM -0800, jungle boogie wrote: >>> Reading the autoinstall page for openbsd, I don't see how I can select what >

doas prompting for password in script

2016-12-15 Thread jungle Boogie
Hi All, Should I be prompted for a password during this scenario? $ doas date doas (jun...@openbsd.my.domain) password: Thu Dec 15 08:55:39 PST 2016 $ ./date.sh doas (jun...@openbsd.my.domain) password: Thu Dec 15 08:55:46 PST 2016 As you see, only seconds past from both commands and yet, I'm pr

Re: doas prompting for password in script

2016-12-15 Thread jungle Boogie
On 15 December 2016 at 09:21, Ax0n wrote: > In -CURRENT, doas.conf has a "persist" keyword that will only prompt once > per session. This isn't available in OpenBSD 6.0, but should work when 6.1 > is released. Here's a fairly minimal rule that would allow wheel group users > to do whatever they wa

Re: doas prompting for password in script

2016-12-15 Thread jungle Boogie
On 15 December 2016 at 10:42, trondd wrote: > On Thu, December 15, 2016 12:28 pm, Ax0n wrote: >> I don't know how doas is keeping track of a session. If it's by >> interactive >> tty session only, that could cause problems with non-interactive scripts. >> I'll let someone closer to the code answer

https for pkg_add?

2017-01-05 Thread jungle boogie
Hi All, With all the recent changes to supporting https on the various mirrors, does that mean https may also be used with the PKG_PATH variable? Thanks, jb

Re: autoinstall with local file

2017-01-13 Thread jungle Boogie
On 13 January 2017 at 04:20, Ed Ahlsen-Girard wrote: > The man page seems to indicate that autoinstall will work with an > auto_upgrade.conf file on the local machine, but specifying the path as: > > /auto_upgrade.conf > or > file://auto_upgrade.conf > or > file:auto_upgrade.conf > > do not wo

-current not autobooting?

2017-01-14 Thread jungle boogie
Hi All, Running OpenBSD 6.0-current (GENERIC.MP) #137: Fri Jan 13 21:37:22 MST 2017 I'm noticing that when I reboot the machine, it doesn't boot past boot> unless I press enter. I do have a timeout set for 60 seconds, which allows me time to boot the bsd.rd file. $ cat /etc/boot.conf set tty

Re: -current not autobooting?

2017-01-14 Thread jungle boogie
On 01/14/2017 01:40 AM, ludovic coues wrote: Have you read the manpage for boot.conf ? With your config, the boot> prompt should wait a full minute before trying to load a kernel. Default is 5 seconds. Yes, but it doesn't boot after a full minute or two minutes or likely any time until I pres

cvsweb offline

2017-01-16 Thread jungle Boogie
Hi All, I don't know if it's planned, unplanned or if there's been a change but it seems cvsweb is offline. http://cvsweb.openbsd.org/ Any clues? Thanks! -- --- inum: 883510009027723 sip: jungleboo...@sip2sip.info

edge router lite with double NAT

2017-01-22 Thread jungle boogie
Hi All, So I want to actually use my edge router lite instead of it collecting dust. At the moment I don't have a way to put my ISP provided router/modem into bridge mode. It acts as a DHCP server for my devices and does all gateway stuff. This means it's double NATTed. Not ideal, but I don't

Re: edge router lite with double NAT

2017-01-22 Thread jungle boogie
On 01/22/2017 04:13 PM, trondd wrote: On Sun, January 22, 2017 5:38 pm, jungle boogie wrote: Hi All, So I want to actually use my edge router lite instead of it collecting dust. At the moment I don't have a way to put my ISP provided router/modem into bridge mode. It acts as a DHCP serve

Re: edge router lite with double NAT

2017-01-22 Thread jungle boogie
On 01/22/2017 04:44 PM, trondd wrote: On Sun, January 22, 2017 7:19 pm, jungle boogie wrote: On 01/22/2017 04:13 PM, trondd wrote: On Sun, January 22, 2017 5:38 pm, jungle boogie wrote: Hi All, So I want to actually use my edge router lite instead of it collecting dust. At the moment I don&#

Re: edge router lite with double NAT

2017-01-23 Thread jungle Boogie
On 23 January 2017 at 08:29, trondd wrote: > > Can the BBB ping the ISP router internal interface IP? > Yes, it can ping 192.168.0.1 and anything else connected to the ISP router. > Double check your default gateway settings on the BBB and ERL. BBB: Internet: DestinationGateway

Re: edge router lite with double NAT

2017-01-24 Thread jungle boogie
On 01/23/2017 05:43 PM, trondd wrote: Maybe make rules that are very specific to the BBB and ERL IPs in question. And/or make sure 'egress' is the interface you thing it is. Okay, at this point I'm blaming the ISP issued router. I can't add a static route and therefore, I think it's to b

pkg_add: ftp: connect: Invalid argument

2017-02-04 Thread jungle boogie
Hi All, What's happening here? $ doas pkg_add -u Error from http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/ ftp: connect: Invalid argument http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/ is empty Couldn't find updates for GeoIP-1.6.5p4 ... zstd-1.1.2 $ doas pkg_add ne

Re: pkg_add: ftp: connect: Invalid argument

2017-02-04 Thread jungle boogie
On 02/04/2017 05:45 PM, Philip Guenther wrote: On Sat, 4 Feb 2017, jungle boogie wrote: What's happening here? $ doas pkg_add -u Error from http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/ ftp: connect: Invalid argument Running that under ktrace -i might help see the problem

Re: pkg_add: ftp: connect: Invalid argument

2017-02-04 Thread jungle boogie
On 02/04/2017 05:45 PM, Philip Guenther wrote: On Sat, 4 Feb 2017, jungle boogie wrote: What's happening here? $ doas pkg_add -u Error from http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/ ftp: connect: Invalid argument Running that under ktrace -i might help see the problem

Re: pkg_add: ftp: connect: Invalid argument

2017-02-04 Thread jungle boogie
On 02/04/2017 07:17 PM, Philip Guenther wrote: Is this it? "Trying 129.128.5.191... ... 80377 ftp CALL connect(3,0xaf766dd0bf0,16) 80377 ftp STRU struct sockaddr { AF_INET, 129.128.5.191:80 } 80377 ftp RET connect -1 errno 22 Invalid argument It dumped the sockaddr and did

Re: pkg_add: ftp: connect: Invalid argument

2017-02-06 Thread jungle Boogie
On 6 February 2017 at 04:41, Marc Espie wrote: > On Sat, Feb 04, 2017 at 08:31:45PM -0800, jungle boogie wrote: >> On 02/04/2017 05:45 PM, Philip Guenther wrote: >> >On Sat, 4 Feb 2017, jungle boogie wrote: >> >>What's happening here? >> >&

Re: pkg_add: ftp: connect: Invalid argument

2017-02-07 Thread jungle boogie
On 02/04/2017 10:46 PM, jungle boogie wrote: Ping was failing with something very similar: ping: sendmsg: Invalid argument ping: wrote yahoo.com 64 chars, ret=-1 Follow up to my own mystery... I have two network interfaces on this laptop: bge0 and wpi0, both of which are on the same

Re: Are mips64 or sparc64 packages for 6.1 released yet?

2017-04-12 Thread jungle Boogie
On 12 April 2017 at 12:01, Jan Vlach wrote: > Is this intentional? (Long build times, lack of time ...) Is there a > rough guesstimate when things migt be available? Have octeon packages ever been built? I'm very thankful for the rather regular octeon images. Those must take a couple days to bui

Updating ports from CVS question

2014-11-07 Thread Jungle Boogie
Hello All, # uname -a OpenBSD jackknife.my.domain 5.6 GENERIC.MP#0 i386 This system should be -current as of last night. I'm trying to build ports: # cd /usr # cvs -qd anon...@anoncvs.usa.openbsd.org:/cvs get -rOPENBSD_`uname -r | sed 's/\./_/'` -P ports Problem is that I got impatient and t

Re: Updating ports from CVS question

2014-11-07 Thread Jungle Boogie
Dear Steve, From: Steve Williams Sent: Fri, 07 Nov 2014 09:11:51 -0700 To: misc@openbsd.org Subject: Re: Updating ports from CVS question > Hi, It is 1000 times faster (or some value... but wayyy faster) to just ftp the "ports.tar.gz" file over whe

Re: Updating ports from CVS question

2014-11-07 Thread Jungle Boogie
Dear Ingo, Misc From: Ingo Schwarze Sent: Fri, 7 Nov 2014 19:18:08 +0100 To: Jungle Boogie Cc: misc@openbsd.org Subject: Re: Updating ports from CVS question > Jungle Boogie wrote on Fri, Nov 07, 2014 at 08:20:36AM -0800: Great idea! How do

Re: Can't Install OpenBSD 5.6 with FTP

2014-11-22 Thread jungle Boogie
Hi Kenneth, On 22 November 2014 at 18:37, Hendrickson, Kenneth wrote: > Note that I'm trying to install from my own private network. Yes, I could > install from the servers on the web. But I have many boxes to install, and I > want the installations to go fast. I don't want to pound the serve

Re: Packet Filter router i368 vs 64bit

2014-11-27 Thread jungle Boogie
Hello All, On 25 November 2014 at 12:52, Motty Cruz wrote: > Hello all, > I am searching for hardware to build a router with OpenBSD. I have found > mixed signals as to fastest system with i386 or 64bit. I know in the past > i386 OpenBSD used to perform a lot better than 64bit system. > I'm in si

Re: Packet Filter router i368 vs 64bit

2014-11-27 Thread jungle Boogie
Hi Stan, On 27 November 2014 at 19:49, Stan Gammons wrote: > On 11/27/14 21:35, jungle Boogie wrote: >> >> Anyone have any objections? I know the NICs are not intel so that will >> probably get a strike against it, but I like the low power. >> >> > > I have

Re: Packet Filter router i368 vs 64bit

2014-11-27 Thread jungle Boogie
Hi Brad, On 27 November 2014 at 19:51, Brad Smith wrote: > On 11/27/14 22:35, jungle Boogie wrote: >> Anyone have any objections? I know the NICs are not intel so that will >> probably get a strike against it, but I like the low power. > > > Unless you guys give some

Re: Packet Filter router i368 vs 64bit

2014-11-27 Thread jungle Boogie
Hi Stan, On 27 November 2014 at 20:09, Stan Gammons wrote: > > The latest BIOS, 9/8/2014, doesn't fix the LED issue. > > I saw Brad's comments in the other email. The APU is Ok to use as a home > firewall. I have no experience on using one in more demanding environment. > > Well what would be som

Re: Packet Filter router i368 vs 64bit

2014-11-27 Thread jungle Boogie
Hi, On 27 November 2014 at 20:38, wrote: > > you can just use old hardware for these purposes. > > from the man who literally wrote the book on pf (from pf tutorial via > http://home.nuug.no/~peter/pf/en/long-firewall.html): > > I have not seen comparable tests performed recently [3.1 era], but

Re: Packet Filter router i368 vs 64bit

2014-11-27 Thread jungle Boogie
Hi Brad, On 27 November 2014 at 21:01, Brad Smith wrote: > > I don't see anyone claiming it would not be good. It's more like if you > happen to have some old hw around that it would probably be good enough > for what you're describing but the APU system would also do the job just > fine. > > Fai

Staying -current with cvsup or cvsync

2014-11-28 Thread Jungle Boogie
Hello All, For the last several updates I've applied to my system, I've used plain CVS: cvs -q up -Pd This is pretty slow for some reason, but I understand that's just how CVS works. Michael W. Lucas' book Absolute OpenBSD (first edition) talks about using CVSup to update the local copy agai

Re: Staying -current with cvsup or cvsync

2014-11-28 Thread Jungle Boogie
Dear Einfach, From: Einfach Jemand Sent: Fri, 28 Nov 2014 22:30:29 +0100 To: misc@openbsd.org Subject: Re: Staying -current with cvsup or cvsync> On the footer of this site you will find -- Quote -- This site Copyright © 1996-2009 OpenBSD. $OpenBSD:

Re: Staying -current with cvsup or cvsync

2014-11-28 Thread Jungle Boogie
Dear Einfach, From: Einfach Jemand Sent: Fri, 28 Nov 2014 22:59:05 +0100 To: misc@openbsd.org Subject: Re: Staying -current with cvsup or cvsync > Am 28.11.2014 22:38, schrieb Jungle Boogie: [...] I'll give this a shot and see how much fa

Re: Staying -current with cvsup or cvsync

2014-12-02 Thread Jungle Boogie
Dear Stuart, From: Stuart Henderson Sent: Tue, 2 Dec 2014 10:40:22 + (UTC) To: misc@openbsd.org Subject: Re: Staying -current with cvsup or cvsync > On 2014-11-28, Jungle Boogie wrote: Hello All, For the last several updates I've ap

Re: OpenBSD 5.6/current on Soekris 6501-70

2014-12-07 Thread jungle Boogie
Hi Martin, On 7 December 2014 at 18:18, Martin Hanson wrote: > I would like to be able to run ~100-120 MB/s from one NIC to the other > on this box, if possible? Take a look a look at these threads: https://www.mail-archive.com/misc%40openbsd.org/msg133961.html https://www.mail-archive.com/misc@o

Re: OpenBSD 5.6/current on Soekris 6501-70

2014-12-07 Thread jungle Boogie
Hi Gene, On 7 December 2014 at 20:39, Gene wrote: > I mentioned it one of those threads, I have the 2550L2D-MxPC and one of the > NICs died after nine months of use. > > I might just be unlucky, but I feel its worth mentioning. I probably glossed right over that post. Would you still recommend th

Re: DigitalOcean's BSD debut is FreeBSD only

2014-12-16 Thread jungle Boogie
Hi OD, On 16 December 2014 at 07:10, wrote: > Hi, > > It seems that DigitalOcean's BSD debut is going to be FreeBSD only. We, in > the OpenBSD community, are being asked to open up a separate UserVoice vote > for OpenBSD -- despite the fact that we've worked so hard to promote the > existing o

Re: current.html typo: essention -> essential

2014-12-23 Thread Jungle Boogie
Dear Marcus, From: Marcus MERIGHI Sent: Tue, 23 Dec 2014 12:12:28 +0100 To: misc@openbsd.org Subject: current.html typo: essention -> essential just in case someone is bored enough to fix: Right, I noticed this yesterday and replied to the source-c

openiked status

2014-12-24 Thread jungle Boogie
Hello All, The website for openiked[0] indicates it's under active development but I'm just curious to know if this is still a developing project or if it has been pretty much met all the goal?. Best, jungle [0] http://www.openiked.org/ -- --- inum: 883510009027723 sip: jungleboo...@sip2

Re: openiked status

2014-12-26 Thread jungle Boogie
Hi Theo, On 24 December 2014 at 18:02, Theo de Raadt wrote: >>The website for openiked[0] indicates it's under active development >>but I'm just curious to know if this is still a developing project or >>if it has been pretty much met all the goal?. > > Almost 10K of lines changed in the last year

OpenBSD projects

2014-12-26 Thread jungle Boogie
Hello All, Here's a list of projects that I'm aware of that openBSD created. Is that correct? (p) is for portable. What else am I missing? openssh (p) opensmtpd (p) mandoc (p) openntpd (p) openbgpd libressl (p) openiked (p?) pf relayd httpd carp Thanks, Jungle -- --- inum: 883510009027723 s

Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Ludovic, On 26 December 2014 at 09:46, ludovic coues wrote: > 2014-12-26 18:42 GMT+01:00 jungle Boogie : >> openiked (p?) >> >> Thanks, >> Jungle >> > > > openiked isn't portable. Thanks for the confirmation, That's pretty much w

Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Miod, On 26 December 2014 at 10:19, Miod Vallat wrote: >> Here's a list of projects that I'm aware of that openBSD created. Is >> that correct? (p) is for portable. What else am I missing? > >> mandoc (p) > > Mandoc was not initiated by OpenBSD, although it got engulfed very > quickly thanks to

Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Carsten,0 On 26 December 2014 at 11:11, Carsten Kunze wrote: > jungle Boogie wrote: > >> Here's a list of projects that I'm aware of that openBSD created. Is >> that correct? (p) is for portable. What else am I missing? > > How about tmux (p)? > Damn g

Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Raf, On 26 December 2014 at 12:13, Raf wrote: > On Fri, Dec 26, 2014 at 02:11:04PM EST, Carsten Kunze wrote: >> jungle Boogie wrote: >> >> > Here's a list of projects that I'm aware of that openBSD created. Is >> > that correct? (p) is for portab

Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Raf, On 26 December 2014 at 12:56, Raf wrote: > On Fri, Dec 26, 2014 at 03:36:11PM EST, jungle Boogie wrote: > >> Hi Raf, > > Hi jungle Boogie, > >> Was Tim Miller (guy that created sudo, right?) an openbsd developer >> before/during/after/never when sud

Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Ted, On 26 December 2014 at 13:23, Ted Unangst wrote: > On Fri, Dec 26, 2014 at 09:42, jungle Boogie wrote: >> Hello All, >> >> Here's a list of projects that I'm aware of that openBSD created. Is >> that correct? (p) is for portable. What else am I miss

Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Nikolai, On 26 December 2014 at 16:49, Nikolai Fetissov wrote: > Looks like openospfd is missing from the list. > Would you consider that a companion to openbgpd since the site says: OpenBGPD's companions, ospfd(8), ospf6d(8), ripd(8), and dvmrpd(8) add support for the respective protocols. ld

Re: OpenBSD projects

2014-12-27 Thread jungle Boogie
Hi Alexandre, On 27 December 2014 at 04:01, Alexandre Ratchov wrote: > Out of curiousity, what would you do with this list? > Well in the coming weeks you'll see a water color painting my wife did of puffy and some bubbles of some of the openBSD projects. I didn't know there were so many so I don

Re: OpenBSD projects

2014-12-28 Thread jungle Boogie
Hi Marcus, On 28 December 2014 at 07:50, Marcus MERIGHI wrote: > > Compiling the list was fun and easy: read /etc/rc.conf, do ``man '', > jump to end, see HISTORY and AUTHORS, when in doubt take a look at > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin//Makefile > jump to end, see

Re: Best way forward w.r.t. apache/nginx/httpd?

2014-12-29 Thread jungle Boogie
Hi Thomas, On 29 December 2014 at 05:30, T. Ribbrock wrote: > Hi all, > > I'm finally getting round to updating my home server (gets a fresh 5.6 > install). > > Of course, there were a lot of changes over the past versions, one of > them being the whole apache -> nginx -> httpd migration. My webse

Re: OpenBSD projects

2014-12-30 Thread Jungle Boogie
Dear Bryan, From: Bryan Steele Sent: Sun, 28 Dec 2014 22:01:16 -0500 To: misc@openbsd.org Subject: Re: OpenBSD projects AnonCVS is probably a worthy addition to the list. OpenBSD is the first open source project to expose their repos publically. By

Re: Amv7 support sunxi SoC router board Lamobo R1 (BPi-R1)?

2015-01-01 Thread jungle Boogie
Hi f5b, On 1 January 2015 at 19:11, f5b wrote: > Does Amv7 support sunxi SoC router board Lamobo R1 (BPi-R1)? > > Lamobo R1 (BPi-R1) > > highlight: > 1. Allwinner A20 sunxi SoC > 2 .FIVE 10/100/1000 Ethernet port > 3. native 2.5 SATA disk port > 4. about $75 > > BPI- R1 - a 300Mbps Wireless N Ro

Re: httpd: multiple addresses for one server

2015-01-04 Thread jungle Boogie
Hi Clint, Geoff, On 4 January 2015 at 10:14, Clint Sand wrote: > On Sat, Jan 03, 2015 at 12:39:06PM -0500, Geoff Steckel wrote: >> 1000 thanks for an almost instantaneous and complete extension!! >> This makes httpd a complete replacement for apache in my host. >> >> Geoff Steckel > > Just last ni

Re: Raspberry Pi 2 Model B

2015-02-02 Thread jungle Boogie
Hi Einfach, On 2 February 2015 at 07:43, Einfach Jemand wrote: > Am 02.02.2015 um 15:20 schrieb Janne Johansson: >> But it still requires a blob to actually run, does it not? >> >> The fact that there is docs for the blob isn't as important as being forced >> to have someone elses code running alo

Re: Maintaining your system with snapshots

2015-02-20 Thread jungle Boogie
On 20 February 2015 at 07:38, trondd wrote: > It is so quick and easy to update to another snapshot, if I find a > package that doesn't work, I simply update to the latest snapshot. > If you are on -current but you haven't updated in many, many snapshot cycles, do you update current or just get t

Re: Does LibreSSL support RSA export-grade keys? - FREAK Attack

2015-03-06 Thread jungle Boogie
On 6 March 2015 at 07:43, someone wrote: > I still don't understand why couldn't we put the KNOWN weak ciphers in the > fucking trash.. do you really think servers that are installed nowadays are > still using RC4? WHAT A BRIGHT FUTURE. Cryptographers are shouting LOUDly > that do not use RC4/*DES

Re: Fund raising

2015-03-26 Thread jungle Boogie
On 26 March 2015 at 05:20, Nick Holland wrote: > Realistically, the money that we get for this e-document is really just > an act of charity anyway. Why not just give the project the money, and > not make us jump through hoops that cost lots of money and provide no > benefit to anyone? > Yes, do

Re: offtopic: political correctness

2015-05-08 Thread jungle Boogie
On 8 May 2015 at 07:30, Marko Cupać wrote: > Hi, > > I am reading 2nd edition of "Absolute OpenBSD 2nd Edition" and can't > but notice paragraph "Confidentiality" on XXX page of Introduction: > > ---cut-here--- > Confidentiality > This means that secret data should remain secret. Your private info

Re: OpenBSD 5.7 release -- CD2 issues

2015-05-15 Thread jungle Boogie
On 15 May 2015 at 11:35, Denis Fondras wrote: >> >This will be shipped out to everyone, and will be inserted into the >> >orders not yet shipped. >> > > If shipping to everyone costs money to the project, I don't want to receive > mine. I will burn a CD and keep my non-working set :) > I hope thi

sftp script put help

2015-05-15 Thread jungle Boogie
Hello All, Running Openssh's sftp version 3 on both client and server but the OS is not openBSD. I want to upload a file automatically with a cron job so I'm using the -b flag. % cat fetch2.sh #!/bin/sh cd /home/jungle put file_*.csv aaa_completed I can't specify the file name completely beca

Re: sftp script put help

2015-05-15 Thread jungle Boogie
Hi Barry, On 15 May 2015 at 20:58, Barry Grumbine wrote: > Hi, > > I have never used sftp, but from the man page it looks like the sftp > commands need to be in a separate file. Something like: > > fetch2.sh: > #!/bin/sh > sftp -b /home/jungle/batchfile jungle@host > > /home/jungle/batchfile: > cd

Re: sftp script put help

2015-05-17 Thread jungle Boogie
On 16 May 2015 at 01:19, Craig Skinner wrote: > > I used to have a script create batch files in /tmp, > each with the full name of the incremental dump file to sftp. > > But I've found rdist. (OpenBSD uses ssh by default.) > > Look at rdist(1) EXAMPLES section, & > http://www.benedikt-stockebrand.

Re: Router performance amd64 vs i386

2015-05-25 Thread jungle Boogie
On 25 May 2015 at 20:05, Nick Holland wrote: > Many seem to think tuning a firewall is like drag racing, where every 1% > might be the difference between winning and losing. It isn't. It is > like driving in traffic -- you can't go faster than any of a number of > potential bottlenecks (speed li

openntpd portable sync fails

2015-05-29 Thread jungle Boogie
Hello All, Running openntpd portable version 5.7 without HTTPS contraint, like I have been doing for many months now, but upon rebooting, a machine can't sync: % ntpdate -d hank 29 May 09:37:10 ntpdate[39781]: ntpdate 4.2.4p5-a (1) transmit(192.168.0.14) receive(192.168.0.14) transmit(192.168.0.1

Re: openntpd portable sync fails

2015-05-29 Thread jungle Boogie
Hi Brent, On 29 May 2015 at 10:47, Brent Cook wrote: > >> On May 29, 2015, at 11:51 AM, jungle Boogie wrote: >> >> Hello All, >> >> Running openntpd portable version 5.7 without HTTPS contraint, like I >> have been doing for many months now, but upon rebo

Re: NetBSD has now support for USB on EdgeRouter Lite

2015-06-18 Thread jungle Boogie
On 17 June 2015 at 03:24, Jonathan Gray wrote: > On Wed, Jun 17, 2015 at 12:25:54PM +0300, lausg...@gmail.com wrote: >> Just a heads up. Anyone to merge this into OpenBSD? >> >> http://mail-index.netbsd.org/source-changes/2015/05/01/msg065510.html >> [ https://blog.netbsd.org/tnf/entry/hands_on_ex

openssh client alive not default

2015-06-27 Thread jungle Boogie
Hello All, I know fewer defaults the better for all, but if there a reason TCPKeepAlive in openssh is disabled along with the clientalive option? Is it just too risky and/or unneeded? How do you folks manage ssh sessions not dying? Do you enable these options every time you install openssh on a n

Re: openssh client alive not default

2015-06-27 Thread jungle Boogie
Hi Josh, On 27 June 2015 at 17:59, Josh Grosse wrote: > On Sat, Jun 27, 2015 at 05:10:54PM -0700, jungle Boogie wrote: >> Hello All, >> >> I know fewer defaults the better for all, but if there a reason >> TCPKeepAlive in openssh is disabled along with the clientaliv

Re: openssh client alive not default

2015-06-27 Thread jungle Boogie
On 27 June 2015 at 18:17, Benny Lofgren wrote: > Let's say you have an open, but idle, ssh session to your remote server > and there's a short outage in the network somewhere between the two > endpoints. If there are no keep-alive packets trying to get through and > the actual session remains idle

Re: Alleged OpenSSH bug

2015-07-23 Thread jungle Boogie
On 23 July 2015 at 09:15, Giancarlo Razzolini wrote: > Em 23-07-2015 11:16, Peter N. M. Hansteen escreveu: >> However, running that command pinting at a FreeBSD 10.1 box in my care >> gave more than three tries. I aborted well before reaching 1 for >> obvious reasons. > Digging some more, I've

Re: OpenBSD projects

2015-07-23 Thread jungle Boogie
On 28 December 2014 at 15:14, Ingo Schwarze wrote: > Hi, > > as this request met quite a bit of interest, i have drafted > a list at this *temporary* URI: > > http://mdocml.bsd.lv/openbsd_projects.html > > If developers want it, moving it to the OpenBSD web site would > be fine with me. Looks

serial & console access

2016-04-26 Thread jungle Boogie
Hi All, I would like to connect to a laptop via serial so I set this in /etc/boot.conf: set tty com0 Unexpectedly to me, I could not see the machine actually boot up until it went to the login prompt. Is there an /etc/boot.conf option I can set to support both console and serial access? Thanks!

Re: Suggestion: new webpage for openbsd.org

2016-05-19 Thread jungle Boogie
On 17 May 2016 at 00:11, Joakim Frostegård wrote: > I’ve made a responsive new webpage replacement for the > in my opinion somewhat aged openbsd.org . > > It’s available at http://greatest-ape.github.io/openbsd-site/public_html/ >

Re: Alternate Puffy Logo Design

2016-05-19 Thread jungle Boogie
On 19 May 2016 at 14:34, Aner Perez wrote: > On 05/19/2016 03:18 PM, Ted Unangst wrote: >> >> Mihai Popescu wrote: >>> >>> First, the webpage design change suggestion, then the logo alternative >>> ... >>> I guess a project name change suggestion will follow, I'm curious if >>> this will be till w

Re: Suggestion: new webpage for openbsd.org

2016-05-20 Thread jungle Boogie
On 20 May 2016 at 07:00, Mike wrote: > On 5/19/2016 6:03 PM, jungle Boogie wrote: >>[snip] >> >> I find this page easier to read > > I'm having difficulty understanding the seemly wholesale rush toward > low-contrast and [sometimes] nearly-illegible [very lig

Re: DHCP non-issues

2021-07-21 Thread jungle Boogie
On Tue, 20 Jul 2021 at 13:00, Theo de Raadt wrote: > > The following diff will help the most common cases. netstart will pause > a little bit until at least one (v4 or v6) default route is installed. > In the most common cases, this is immediate. In the dynamic cases, the > delay is probably eno

Re: DHCP non-issues

2021-07-21 Thread jungle Boogie
On Wed, 21 Jul 2021 at 07:56, Stuart Henderson wrote: > > > Maybe the patch above fixes other problems for other people's machines. > > > The use case the diff helps is where you need working network when > another daemon is started. (the order of netstart vs dhcpleased needs > changing in /etc/rc

<    1   2