Strange STARTTLS issue

2013-09-12 Thread John Hynes
PSK identity hint: None Start Time: 1379014966 Timeout : 300 (sec) Verify return code: 19 (self signed certificate in certificate chain) --- 250 PIPELINING I'm perplexed. Does anyone have any ideas? Thanks, -John

Re: Strange STARTTLS issue

2013-09-12 Thread John Hynes
Thanks Claus - the option did work, so I'll go with the patch. -John On Thu, Sep 12, 2013 at 3:54 PM, Claus Assmann wrote: > On Thu, Sep 12, 2013, John Hynes wrote: > > > openssl s_client -starttls smtp -connect mail.dean.edu:25 > > > > ...from any of my Open

Re: Strange STARTTLS issue

2013-09-12 Thread John Hynes
Nevermind - I mistype the define - it works. Thanks again, -John On Thu, Sep 12, 2013 at 5:10 PM, John Hynes wrote: > After applying the patch, and recompiling with SSL_OP_NO_TLSv1_2, sendmail > still gives the same error, although the -no-tls1_2 option gets the test to > work

Re: Strange STARTTLS issue

2013-09-12 Thread John Hynes
After applying the patch, and recompiling with SSL_OP_NO_TLSv1_2, sendmail still gives the same error, although the -no-tls1_2 option gets the test to work. Are there other defines I need perhaps? -John On Thu, Sep 12, 2013 at 3:54 PM, Claus Assmann wrote: > On Thu, Sep 12, 2013, John Hy

OpenBSD not forwarding SSL, strange.

2013-09-17 Thread John Tate
I am having trouble accessing anything which uses SSL behind my NAT, though I can access the same services from the firewall itself. There is nothing unusual in /var/log/messages, dmesg, etc. I don't know why this is happening. The system has been running fine for months, and nothing I am aware of

Re: OpenBSD not forwarding SSL, strange.

2013-09-17 Thread John Tate
em=2097152 vfs.ffs.dirhash_mem=27522 vfs.nfs.iothreads=-1 On Tue, Sep 17, 2013 at 11:32 PM, Jiri B wrote: > On Tue, Sep 17, 2013 at 10:42:55PM +1000, John Tate wrote: >> I am having trouble accessing anything which uses SSL behind my NAT, >> though I can access the same services from the fir

Re: Feedback about Desktop Environments

2013-09-17 Thread john slee
ss. Perhaps there are nasty side-effects of using automounters, but I've never encountered any. If there are I'd love to hear about them! John

Re: ftp/sftp file size limit

2013-09-21 Thread john slee
deed limited to 1048576 bytes. John

SSH as root with specific IP

2013-09-29 Thread John Tate
I want to be able to log in as root by SSH with a specific IP address. This is so rsync can log in to the server easily and backup many files owned by many different users and groups. Rather than a script on the server logging into the server with the backups with many files and many different user

OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
e 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1 Sep 30 23:02:51 menger named[28834]: zone localhost/IN: loaded serial 1 Sep 30 23:02:51 menger named[28834]: running Sep 30 23:02:51 menger savecore: no core dump # cat /var/log/messages Sep 30 23:00:01 men

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
It would help if you told me how to do this... # ifconfig pppoe max-mms 1400 ifconfig: max-mms: bad value # ifconfig pppoe0 max-mms 1440 ifconfig: max-mms: bad value On Mon, Sep 30, 2013 at 11:53 PM, James Shupe wrote: > On 2013-09-30 08:18, John Tate wrote: >> >> I am having

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
f(5) would set the MSS to 1440: match on pppoe0 scrub (max-mss 1440) On Mon, Sep 30, 2013 at 11:53 PM, James Shupe wrote: > On 2013-09-30 08:18, John Tate wrote: >> >> I am having trouble with IP forwarding to specific sites on a very >> typical configuration. The router it

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
size (MSS) can be set (clamped) to the required value. The following rule in pf.conf(5) would set the MSS to 1440: match on pppoe0 scrub (max-mss 1440) The documentation on pf.conf suggests doing much the same in it's example and it doesn't work. On Tue, Oct 1, 2013 at 2:07 AM, John Tat

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Well max-mss doesn't seem to help I can still only access gmail and not google.com.au. Also it has become suddenly selective after months with no problem so I wonder if this is the default these days. Still problems. On Tue, Oct 1, 2013 at 2:02 AM, James Shupe wrote: > On 2013-09-30 10:

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
kip on pppoe0 > > -luis Just trying this, something got through for a second but once again queries to google and other sites don't work. It is still unreliable. > > > > On Mon, Sep 30, 2013 at 10:26 AM, John Tate wrote: >> >> Well max-mss doesn't seem to help

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Things are working fine from another one of my computers, it must be something to do with the computer I'm using. Sorry about that everyone. On Tue, Oct 1, 2013 at 2:48 AM, John Tate wrote: > Yeah I am using my lan not the wlan. I've not got to even seeing if > the wlan even work

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
he problem appears to be with HTTP. Since starting the thread I have changed my pf.conf on advice of other users to have these lines... set reassemble yes no-df match in on pppoe0 scrub (max-mss 1440 no-df reassemble tcp) Any more ideas? On Tue, Oct 1, 2013 at 2:51 AM, John Tate wrote: > Thing

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
) > > -luis > > > > On Mon, Sep 30, 2013 at 11:30 AM, John Tate wrote: >> >> It worked for a while but since rebooting my router now none of my >> computers work to access google.com, gmail.com works. Many other sites >> are not working, it is very frustrating.

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Looks like I just had to remove the match line and just use "set reassemble yes no-df" and restart my interfaces on clients. Everything appears to work now. Still amazes me this wasn't a problem for months. On Tue, Oct 1, 2013 at 4:34 AM, John Tate wrote: > I've done this

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Alright at the moment things are mostly working but I've found I can't access Google Plus and Facebook never finishes loading, though at least now it loads a bit. Connections like ssh generally seem to be staying open. Is there something unusual about Facebook that anyone knows about? -- www.joh

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Less worked last night using that than when using "set reassemble yes no-df" Now it isn't working again and what you suggest doesn't seem to work either. Though gmail still works. There must be something else wrong. On Tue, Oct 1, 2013 at 6:15 AM, James Shupe wrote: > Try just "match on pppoe

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Actually "match on pppoe0 scrub (max-mss 1400 no-df)" seems to also work I had 1440 entered in. Though Facebook doesn't finish loading still, and sometimes things don't work. So as I said, something else must be wrong. On Tue, Oct 1, 2013 at 10:13 AM, John Tate wrote: >

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Did some reading, my ISP seems to require a specific not default mtu of 1454. Facebook actually finishes loading now, things might be okay. On Tue, Oct 1, 2013 at 10:29 AM, John Tate wrote: > Actually "match on pppoe0 scrub (max-mss 1400 no-df)" seems to also > work I had

I can't figure out how to change the php-fpm memory limit

2013-10-05 Thread John Tate
I am trying to increase the memory limit on my nginx php-fpm server for wordpress. I've set the following in wp-config.php... define('WP_MEMORY_LIMIT', '128M'); define('WP_MAX_MEMORY_LIMIT', '128M'); php.ini has the following... memory_limit = 128M ;suhosin.memory_limit = 0 The fpm server is a

Re: I can't figure out how to change the php-fpm memory limit

2013-10-05 Thread John Tate
php-fpm is running the scripts as a user in default login class, so login.conf should be fine. On Sun, Oct 6, 2013 at 7:32 AM, Ville Valkonen wrote: > On 5 October 2013 12:06, John Tate wrote: >> I am trying to increase the memory limit on my nginx php-fpm server >> for wordpr

Re: I can't figure out how to change the php-fpm memory limit

2013-10-06 Thread John Tate
This is no longer an issue, it was a result of having things in the wrong place in wp-config.php On Sun, Oct 6, 2013 at 8:25 AM, John Tate wrote: > php-fpm is running the scripts as a user in default login class, so > login.conf should be fine. > > On Sun, Oct 6, 2013 at 7:32 AM, Vi

Re: Sorry OpenBSD people, been a bit busy

2013-10-09 Thread John Long
On Wed, Oct 09, 2013 at 12:41:07PM +0100, sbienddr...@googlemail.com wrote: > Am I being monitored for receiving these emails? No, you're being monitored for using google, stupid. Did anybody consider the possibility Theo didn't start this thread? The email headers looked ok at a quick glance but

OpenBSD site SSL

2013-10-11 Thread John Darrah
Hi. Would it be possible to get SSL on the OpenBSD website(s)? It would be just a couple lines to change in nginx.conf/httpd.conf. SSL certificates are free from Startcom and cheap from other vendors. It would be really nice to have, even if it's not the default. I feel naked viewing the site over

adduser setting permissions wrong

2013-10-26 Thread John Tate
adduser is setting permissions so everyone can read a users home directory. I've never done much configuration of this tool so I can't seem to find where to change this, I thought there would be an option in adduser.conf. Here is a new user: drwxr-xr-x 3 test test 512 Oct 26 20:

Re: Network challenge?

2008-12-08 Thread John Jackson
: write failed, file system is full > cp: /earth/creatures: No space left on device > The layer 2 IPSEC bridge example here has worked well for me in the past for extending networks: http://www.openbsd.org/cgi-bin/man.cgi?query=brconfig&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html John

Re: Find - Sillyness

2009-01-22 Thread John Jackson
/daemon.4.gz: No such file or directory > find: echo ./daemon.3.gz: No such file or directory > find: echo ./daemon.0.gz: No such file or directory > Try: find . -name "daemon.*.gz" -exec echo {} \; without the double quotes after exec. John

PF/NAT Issue

2009-01-26 Thread John Brahy
Hello, I'm having a problem with NAT. I have given up trying fancy pf stuff and I am using a barely modified version of the example ruleset from the using pf guide on the OpenBSD site: # OpenBSD Packet Filter Configuration # # macros ext_if="dc0" int_if="sis0" tcp_services="{ 22, 113 }" icmp_ty

Re: 4.4 as a VBox guest?

2009-01-26 Thread John Jackson
If you're running Linux as the host OS anyway, you may want to look into kvm and kvm-qemu for virtualization duties. OpenBSD and other OSes have been running well for me as guests under Debian. Just make sure to use e1000 as the NIC model. John On Mon, Jan 26, 2009 at 09:59:59AM -0600,

Re: PF/NAT Issue

2009-01-26 Thread John Brahy
It must have been a hardware issue, I just replaced the ethernet card and things are working fine. thanks anyway.

OpenBSD 4.4-release; Lockup after enabling 2nd NIC; both are Linksys EG1032

2009-02-07 Thread John Schofield
was. I'm attaching dmesg output (dmesg.txt), /var/run/dmesg.boot, and my /var/log/messages. I welcome suggestions as to solutions or further troubleshooting steps. (All of the above logs were gathered after booting to single-user mode, moving /etc/hostname.re1 to the /root directory, and reboot

Diskless 4.4 machines.

2009-02-20 Thread John Tate
Is it possible to have OpenBSD diskless or almost diskless? By almost diskless I mean an incredibly small amount installed locally and the rest over NFS or something. John. -- Faced with the fact that Intelligent Design doesn't meet the criteria for a scientific theory, leading prop

How to break the httpd's 4G file size limit?

2009-03-10 Thread John Wong
I want to set up the web server to share file, but i know apache-1.3.x (which is openbsd default httpd) had the 4G file size limit, can i break this limit? Thank you.

Re: Jumbo Frame

2009-03-12 Thread John Bartoszewski
On Thu, Mar 12, 2009 at 12:01:24PM -0300, Kleber Rocha wrote: > OpenBSD supports jumbo frame Yes > if yes, how I do this configuration? http://en.wikipedia.org/wiki/Jumbo_Frame man ifconfig

Re: HP 2133

2009-03-26 Thread John Bartoszewski
On Thu, Mar 26, 2009 at 03:05:01PM +0100, Christopher Intemann wrote: > Does anyone here have OpenBSD up and running on an HP 2133 netbook? Yes. 4.4-current Jan 16 currently installed. > I wonder in particular if there is support for > the pc-card interface Haven't tried yet. I should have a E

OpenBSD mta with postfix

2009-03-27 Thread John Brooks
Their response: ... "my understanding of the security policy is not to acknowledge mistakes in email addresses as a best practice defense against phishing and other types of email delivered attacks." Anybody run into this kind of logic before? -- John Brooks j...@day-light.com

Re: OpenBSD mta with postfix

2009-03-31 Thread John Brooks
that was the entire point of my original post, they strip out their queue id from their acknowledgment for "security reasons", and then "accept all mail" including bogus recipients. I was curious if this practice is very widespread or not. -- John Brooks j...@day-light.com

Missing libraries after upgrade to 6.4

2018-12-20 Thread John Ankarström
cvs status Makefile [...] Sticky Tag: OPENBSD_6_4 (branch: 1.77.2) [...] Anybody got any idea as to what's going on? Best regards, John [1]: https://files.jkvinge.net/packages/strawberry/strawberry-openbsd-port.tar.gz

Re: Missing libraries after upgrade to 6.4

2018-12-20 Thread John Ankarström
Tom Smyth wrote: Hello John, Hi! do you have PKG_PATH Variable set to an old version ? eg export PKG_PATH=https://fastly.cdn.openbsd.org/pub/OpenBSD/$(6.3/packages/amd64/ export PKG_PATH=https://fastly.cdn.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(uname -p)/ you can remove the

Re: Missing libraries after upgrade to 6.4

2018-12-21 Thread John Ankarström
Juan Francisco Cantero Hurtado wrote: $ rm -rf /usr/ports/{pobj,packages,plist} $ pkg_delete strawberry $ pkg_add -u $ pkg_delete -a $ cd /usr/ports/audio/strawberry $ make install Thank you! That did it!

Best way to change disk layout?

2018-12-23 Thread John Long
I'm running release instead of stable like I did years ago. Syspatch is a better solution for me than building from source. I want to change my disk layout because when I set up this box I was thinking of building from source like the old days. I want to eliminate some filesystems and move /var and

Re: Best way to change disk layout?

2018-12-24 Thread John Long
Hello Nick, Thanks for your reply. I figured everyone was busy so I played around trying a few things. I was able to copy /var to a new directory, unmount -f /var and rename the new directory to /var. So far so good... Changed my fstab to not mount the filesystems I wanted to delete, and rebooted

Is a commercial wireless router a security risk if it is behind an OpenBSD router with pf?

2019-01-24 Thread John Page
have security risks associated with using the Asus router when it is behind the OpenBSD/apu4 router? Also, any suggestions or comments would be appreciated. Thanks John apu4 router (running OpenBSD 6.4 -stable

Use xenodm like startx?

2019-01-30 Thread John Ankarström
regards John

Re: Use xenodm like startx?

2019-01-31 Thread John Ankarström
trondd wrote: > It's not really that complicated. The bare minimum is to copy your > .xinitrc to .xsession and then just run xenodm on demand with doas. All > the configs already exist in /etc/X11/xenodm. Nothing requires you to run > it at startup. > > Here's what I've done: > Copy your .xini

amd64 cc error unknown argument '-msave-args'

2019-02-03 Thread John Rigg
uggestions for a cure or workaround would be appreciated.=20 John cat /usr/src/sys/arch/amd64/amd64/genassym.cf /usr/src/sys/arch/amd64/amd64= /genassym.cf | sh /usr/src/sys/kern/genassym.sh cc -no-integrated-as -g -W= error -Wall -Wimplicit-function-declaration -Wno-uninitialized -Wno-pointe=

Re: amd64 cc error unknown argument '-msave-args'

2019-02-03 Thread John Rigg
On Sun, Feb 03, 2019 at 02:51:08PM -0700, Theo de Raadt wrote: > John Rigg wrote: > > > I'm trying to compile a GENERIC.MP kernel on amd64 > > 6.4 -stable. > > No way, you are not. Only -current has that, as of a few days ago. I used the wrong cvs command and d

Re: amd64 cc error unknown argument '-msave-args'

2019-02-05 Thread John Rigg
me away from using OpenBSD for almost a > decade. Syspatch and the existence of third-party packagers like m:tier have made it much less painful. Meanwhile, other OS's, eg. Systemd/Linux, have become much more painful (I say this after 20 years of Linux use). John

Possible to create softraid device from existing disk(s)?

2019-03-10 Thread John Long
Hi, I have a server running OpenBSD. It has slots for 4 drives. I have the OS and web content on one drive and media files on another drive. I have been running rsync to backup these drives to identically-sized drives in the same box. Basically 2 drives are used to run the services (dlna, Samba, h

After upgrade to -current on sparc64 unable to su

2019-03-23 Thread John Gould
Just upgraded to -current now su give the following:- OpenBSD 6.5-beta (GENERIC.MP) #145: Fri Mar 22 11:42:55 MDT 2019 Welcome to OpenBSD: The proactively secure Unix-like operating system. Please use the sendbug(1) utility to report bugs in the system. Before reporting a bug, please try to r

tunnel between OpenBSD and OpenVMS on sims

2019-04-09 Thread John Gould
Hi everyone, I am trying to connect to a Vax simulation running under simh on the same OpenBSD host. I have set up the networking as follows but cannot ping or telnet to the virtual Vax. Here are my config files, perhaps some knowledgeable person could explain what I am doing wrong? The tap interf

Good options for SAS HBA or SATA expansion cards?

2019-04-11 Thread John Long
Hi, I have a Dell server that was advertised to support 4x3.5 + 2x2.5 drives but when I popped it open I found there are only 4 SATA ports on the motherboard total. So of the 6 claimed drives, I can actually only install 3 drives because the stock DVD drive consumes a mobo port. Speaking with Del

Re: Good options for SAS HBA or SATA expansion cards?

2019-04-12 Thread John Long
On Fri, 12 Apr 2019 07:00:15 +0200 Robert wrote: > On Thu, 11 Apr 2019 07:50:36 + > John Long wrote: > > Speaking with Dell, they are recommending their part number PEXSAT32 > > which is a rebadged StarTech product based on the Marvell 88SE9123 > > chipset. From

Re: Good options for SAS HBA or SATA expansion cards?

2019-04-12 Thread John Long
Thank you! /jl On Fri, 12 Apr 2019 10:22:14 +0200 Marco Nuessgen wrote: > On Thu, Apr 11, 2019 at 07:50:36AM +0000, John Long wrote: > [...] > > Can anybody recommend some good 2 or 4 port SATA (internal) > > expansion cards or a SAS HBA that works well with OpenBSD? >

Re: Good options for SAS HBA or SATA expansion cards?

2019-04-13 Thread John Long
Thank you Paul and Johann! /jl

Re: Good options for SAS HBA or SATA expansion cards?

2019-04-13 Thread John Long
On Sat, 13 Apr 2019 08:05:29 - (UTC) Stuart Henderson wrote: > On 2019-04-11, John Long wrote: > > I have a Dell server that was advertised to support 4x3.5 + 2x2.5 > > drives but when I popped it open I found there are only 4 SATA > > ports on the motherboard total

Re: Good options for SAS HBA or SATA expansion cards?

2019-04-14 Thread John Long
On Sun, 14 Apr 2019 11:13:55 - (UTC) Stuart Henderson wrote: > On 2019-04-13, John Long wrote: > > On Sat, 13 Apr 2019 08:05:29 - (UTC) > > Stuart Henderson wrote: > > > >> On 2019-04-11, John Long wrote: > >> > I have a Dell server th

Re: Good options for SAS HBA or SATA expansion cards?

2019-04-14 Thread John Long
On Sun, 14 Apr 2019 14:53:34 -0400 gwes wrote: > >> > >>>>> On 2019-04-11, John Long wrote: > >>>>>> I have a Dell server that was advertised to support 4x3.5 + > >>>>>> 2x2.5 drives but when I popped it open I found there

Re: Good options for SAS HBA or SATA expansion cards?

2019-04-14 Thread John Long
On Sun, 14 Apr 2019 15:35:22 -0400 gwes wrote: > >> I'll second the LSI Logic/Avago/Broadcom? SAS/SATA controllers. > >> They run as many disks as I want at full speed. As previously > >> mentioned they can be quite inexpensive if you buy one relabelled > >> as (for instance) an IBM card. > >> >

Re: Good options for SAS HBA or SATA expansion cards?

2019-04-14 Thread John Long
On Mon, 15 Apr 2019 09:37:05 +0300 li...@wrant.com wrote: > Thu, 11 Apr 2019 07:50:36 +0000 John Long > > [...] > > but they can be slow. They also have a card based on the Silicon > > Image SiI3114 chipset. I didn't find much info on this one except > > for Windo

Re: When will be created a great desktop experience for OpenBSD?

2019-05-07 Thread John Long
On Tue, 7 May 2019 08:47:18 +0200 Denis Fondras wrote: > > user-friendly and easy-to-use > > > > Sounds like the exact description of current OpenBSD... +100 This is exactly why I like and use it.

Re: When will be created a great desktop experience for OpenBSD?

2019-05-07 Thread John Long
On Tue, 7 May 2019 19:02:57 + Kent Watsen wrote: > Probably not what the OP is looking for, but `tmux` is my current > "window manager" of choice ;) Along those lines I find i3 is the perfect wm companion to tmux :) /jl

Modern browser for OpenBSD powerpc

2019-05-22 Thread John Gould
rk the devs have put into OpenBSD powerpc that these machine are still very usable. They are hopelessly out of date as far as the Mac OS are concerned! Kind regards John.

Fujitsu Xeon box running 6.4 + all sypatches doesn't power off for halt -p

2019-06-19 Thread John Long
I am not sure when this changed since I don't reboot the box often but halt -p no longer powers off this box. It used to work, now it doesn't. Any idea what the problem could be? Thanks, /jl

Re: OT: hardware war with manufacturers (espionage claims)

2019-07-02 Thread John Long
On Tue, 2 Jul 2019 10:07:59 +0300 Mihai Popescu wrote: > Hello, > > I keep finding articles about some government bans against some > hardware manufacturers related to some backdoor for espionage. I know > this is an old talk. Most China manufacturers are under the search: > Huawei, ZTE, Lenovo,

dnscrypt-proxy config question

2016-09-23 Thread john smith
Hello - How do I config dnscrypt-proxy to use more than 1 resolver? I understand how to do theunbound part but what do I put in /etc/rc.conf.local? Currently I have: dnscrypt_proxy_flags="-d -E -m 1 -R dnscrypt.eu-dk -a 127.0.0.1:40" I greatly appreciate any help. --Doug

Re: Opinion about pflog

2016-09-28 Thread John Jasen
On 09/28/2016 04:25 PM, Walter Alejandro Iglesias wrote: > And this "uncommon" practice among unix system administrators (sarcasm), > needs a "workaround". You end with a file with a curious termination: > > Create the file /var/log/pflog.txt ... You can name it pflog.log versus pflog.txt, i

Re: Looking for a way to deal with unwanted HTTP requests using mod_perl

2016-09-30 Thread john slee
dmit to having not deployed it on OpenBSD (other than quickly checking that it would at least install and work at a basic level before posting), but my team at work do use it in anger on some very busy sites. John

Re: Correct shebang for Python 3

2016-10-22 Thread john slee
To actually run an app . $HOME/py/newapp/bin/activate $HOME/apps/newapp/bin/newapp.py . $HOME/py/oldapp/bin/activate $HOME/apps/oldapp/bin/oldapp.py Hope this helps. John

Re: OpenBSD httpd and HTTP/2

2017-04-04 Thread john slee
adopting HTTP/2 won't help anywhere near as much as a couple of hours optimising your app to work at a very basic, conservative level with a content delivery network... John On 2 April 2017 at 01:14, Nicolai wrote: > On Sat, Apr 01, 2017 at 03:04:50AM +1100, bytevolc...@safe-mail.n

softraid crypto root with serial console?

2014-11-05 Thread John Merriam
o do with the softraid crypto root setup but I don't know. Is there a bit that needs flipping somewhere to get the serial console to work with crypto root? Any info or pointers on this would be greatly appreciated. Thanks. -- John Merriam

Re: softraid crypto root with serial console?

2014-11-06 Thread John Merriam
. Note that I am not expecting that it be fixed, just wondering if it is planned. It is a bit of a conundrum. I like not having a /boot hanging out there like they do in other OSes, but how to change the boot parameters without access to a filesystem... Thanks! -- John Merriam

unbound package missing in 5.6

2014-11-12 Thread John Smith
Why is there no package for unbound in 5.6?

No address associated with PKG_PATH mirror

2014-11-20 Thread John Smith
Hello, I get the following error when using any of the pkg_* commands:$ echo $PKG_PATH http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/ $ pkg_info -Q mosh Error from http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/ ftp: ftp.nluug.nl: no address associated with namehttp://ftp.nluug.nl/pu

Re: No address associated with PKG_PATH mirror

2014-11-20 Thread John Smith
    Sent: Thursday, November 20, 2014 at 8:06 PM From: "John Smith" To: misc@openbsd.org Subject: No address associated with PKG_PATH mirror Hello, I get the following error when using any of the pkg_* commands:$ echo $PKG_PATH http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/ $ p

Re: No address associated with PKG_PATH mirror

2014-11-20 Thread John Smith
IZE rcvd: 88 Sent: Thursday, November 20, 2014 at 8:00 PM From: "Cosmo Wu" To: "John Smith" Subject: Re: No address associated with PKG_PATH mirror Hi , Is there anything wrong with the DNS or network connection on your OpenBSD box? I could access that using the mirror.

[SOLVED] Re: No address associated with PKG_PATH mirror

2014-11-20 Thread John Smith
ITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;ftp.nluug.nl. IN A ;; ANSWER SECTION: ftp.nluug.nl. 63662 IN A 192.87.102.43 ftp.nluug.nl. 63662 IN A 192.87.102.42 ;; Query time: 2 msec ;; SERVER: 192.168.222.10#53(192.168.222.10) ;; WHEN: Fri Nov 21 04:01:08 2014 ;; MSG SIZE rcvd: 62 On Fri, Nov

*ERROR* radeon_cp: Failed to load firmware "radeon-r300_cp"

2014-11-20 Thread John Smith
$ dmesg drm: initializing kernel modesetting (RS480 0x1002:0x5954 0x103C:0x2A26). radeondrm0: VRAM: 64M 0x1C00 - 0x1FFF (64M used) radeondrm0: GTT: 512M 0x2000 - 0x3FFF drm: PCIE GART of 512M enabled (table at 0x02BA5000). error: [drm:pid0:r

pkg_add update checker?

2014-11-21 Thread John Merriam
rough searching either. This is one of those things I'd like to set up in a cron job to run once a day then forget about it until a message pops up in my Inbox so I'd like to get it right the first time. Thanks! -- John Merriam

Re: pkg_add update checker?

2014-11-21 Thread John Merriam
On Fri, 21 Nov 2014, Comète wrote: > 21 novembre 2014 23:00 "John Merriam" a écrit: >> Hello. I am trying to write a script to check for updates to the binary >> packages by checking the output of pkg_add then sending an e-mail if >> something is found. ... &g

Re: pkg_add update checker?

2014-11-22 Thread John Merriam
On Sat, 22 Nov 2014, bodie wrote: > On 22.11.2014 03:40, John Merriam wrote: >> On Fri, 21 Nov 2014, Comète wrote: >>> 21 novembre 2014 23:00 "John Merriam" a écrit: >>>> Hello. I am trying to write a script to check for updates to the binary >>

Re: pkg_add update checker?

2014-11-23 Thread John Merriam
updates' which does describe the situation. Anyway, thanks again! -- John Merriam

Re: missing packages for SPARC

2014-12-04 Thread John Long
On Wed, Dec 03, 2014 at 04:36:43PM +, Christian Weisgerber wrote: > On 2014-12-02, Riccardo Mottola wrote: > > > I was pkg_add'ing some essential packages on a freshly installed SPARC > > machine. I noticed that several packages are missing. I thought it was > > the mirror, but they are mis

Re: missing packages for SPARC

2014-12-04 Thread John Long
I had forgotten OpenBSD has SPARC and SPARC64 ports. I don't have any SPARC boxes, sorry for missing the point here. If SPARC64 builds become an issue I hope I can help in some way. /jl -- ASCII ribbon campaign ( ) Powered by Lemote Fuloong against HTML e-mail X Loongson MIPS and OpenBSD

Re: missing packages for SPARC

2014-12-04 Thread John Long
On Thu, Dec 04, 2014 at 10:43:29AM +0100, Peter Hessler wrote: > On 2014 Dec 04 (Thu) at 07:11:48 + (+), John Long wrote: > :How much time is necessary to build packages during and for a release? How > :much time for snapshots? And how often does this need to be done? I'm tr

Apache2 - intermittent ssl_error_rx_record_too_long

2014-12-04 Thread John Merriam
many possible places where this problem could be residing. Has anyone here ever run in to this before? Anyone have any suggestions/hints/hunches/etc. as to where to start looking? Thanks! -- John Merriam

Re: Apache2 - intermittent ssl_error_rx_record_too_long

2014-12-05 Thread John Merriam
On 12/4/2014 8:46 PM, John Merriam wrote: Hello. I am experiencing a strange problem with Apache 2.2.27p4 on OpenBSD 5.6-stable amd64. I am _intermittently_ getting this error: SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long) in

Re: simple way to block one word domains?

2014-12-09 Thread John Merriam
putting that in place on a few machines. Probably the best solution would be a patch to the resolver library that adds an option to resolv.conf(5) that allows it to easily be turned on/off. The only question is would this break things? Maybe it would require a bypass list of TLDs in a file like /etc/resolv_tlds.conf? -- John Merriam j...@johnmerriam.net

Re: Hide VM data from customer

2014-12-09 Thread John Merriam
the way I see it. Your best bet is probably encryption combined with some good obfuscation as to what the key is/where to get it. Not moving your data to a VM would make some of these attacks harder but not impossible for a determined attacker. -- John Merriam

Re: DigitalOcean's BSD debut is FreeBSD only

2014-12-16 Thread John Long
On Tue, Dec 16, 2014 at 03:10:00PM +, openda...@hushmail.com wrote: Plonk.

Re: simple way to block one word domains?

2014-12-18 Thread John Merriam
On 2014-12-09 11:33, John Merriam wrote: On Tue, 9 Dec 2014, Ted Unangst wrote: Curious if anyone knows a simple way to prevent resolution of one word hostnames. Either via resolv.conf or unbound.conf. *snip* I'm by no means a DNS expert but I've been dealing with it for a long

Re: [probably solved] Re: Openbsd broke my hard drive twice! Getting frustrated

2014-12-23 Thread John Merriam
cratch with them. When I recently changed my home server to OpenBSD I upgraded the motherboard BIOS before starting the process even though I was not experiencing any problems with the previous BIOS with Linux installed on the machine. I don't have any UFEI machines except at work (thank goodn

Re: Getting the right image, to install via USB

2014-12-23 Thread John Merriam
e you are using to prepare the USB drive. There might or might not be a better alternative to the dd program at chrysocome.net out there on the internet. -- John Merriam

OpenBSD + OptiPlex 320 = frozen clock?

2015-01-02 Thread John Merriam
led to load firmware! error: [drm:pid0:rs400_startup] *ERROR* failed initializing CP (-2). error: [drm:pid0:rs400_init] *ERROR* Disabling GPU acceleration drm: radeon: cp finalized radeondrm0: 1280x1024 wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0 wskbd1: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation) -- John Merriam

Re: OpenBSD + OptiPlex 320 = frozen clock?

2015-01-03 Thread John Merriam
On 1/2/2015 2:00 PM, Nathan Wheeler wrote: Try changing the value for the sysctl variable "kern.timecounter.hardware"? Its just a guess, but its helped me when I had problems with the clock before. On Fri, Jan 2, 2015 at 7:47 AM, John Merriam wrote: Hello. I have a strange issue wi

Re: OpenBSD + OptiPlex 320 = frozen clock?

2015-01-05 Thread John Merriam
On Mon, 5 Jan 2015, Stuart Henderson wrote: > On 2015-01-03, John Merriam wrote: > > > > Is it worth messing around with to try to get HPET working on the > > OptiPlex 320 in OpenBSD or would it be written off as buggy hardware? I > > guess that assumes it could w

<    1   2   3   4   5   6   7   8   9   10   >