Re: Support Update

2024-01-25 Thread Kihaguru Gathura
Hi Ingo,

Thank you for your understanding.
The domain situation is lingering a bit too long due to reliability issues
with my current provider.
To preserve listing, Please update as follows.

Regards,
Kihaguru

0
C Kenya
P
T Nairobi
Z P.O. Box 30164-00100
O Consultant
I Kihaguru Njenga Gathura
A
M kihaguru.gath...@gmail.com
U
B +254 7 0697 0697
X
N OpenBSD consulting. Speciality in web applications development with
OpenBSD-httpd web server, PostgreSQL DBMS, FastCGI protocol and C
programming language.


On Sat, Jan 6, 2024 at 5:44 PM Ingo Schwarze  wrote:

> Hello once more,
>
> Ingo Schwarze wrote on Sat, Jan 06, 2024 at 03:16:49PM +0100:
> > Kihaguru Gathura  wrote
> > on Tue, Jan 02, 2024 at 03:53:21PM +0300:
>
> >> 0
> >> C Kenya
> >> P
> >> T Nairobi
> >> Z P.O. Box 30164-00100
> >> O IFINAX Ltd
> >> I Kihaguru Njenga Gathura
> >> A Bishops Road
> >> M info@ifinax. net
>
> > As far as i can see, this is the only line you want to change,
> > but the new version of the line is malformed: it must not contain
> > angle brackets.
> >
> > It is not clear to me whether you want
> >
> >   M i...@ifinax.net
> >
> > or
> >
> >   M i...@pqscript.com
> >
> > or even something else?
>
> Apart from the HTTP issues reported earlier, i see issues with your SMTP
> configuration as well:
>
>$ date
>   Sat Jan  6 15:21:00 CET 2024
>$ host -t any pqscript.com
>   Host pqscript.com not found: 3(NXDOMAIN)
>
> This is not good because a domain must have at least SOA and MX records
> to be usable for SMTP.
>
>$ host -t soa ifinax.net
>   ifinax.net has SOA record ns1.safaricombusiness.co.ke. \
>   EnterpriseISPSystems.Safaricom.co.ke. 2023121202 3600 1800 1209600 86400
>$ host -t mx ifinax.net ns1.safaricombusiness.co.ke
>   Using domain server:
>   Name: ns1.safaricombusiness.co.ke
>   Address: 41.203.208.129#53
>   Aliases:
>
>   ifinax.net mail is handled by 0 rat-03.safaricombusiness.co.ke.
>   ifinax.net mail is handled by 0 rat-04.safaricombusiness.co.ke.
>   ifinax.net mail is handled by 0 rat-01.safaricombusiness.co.ke.
>   ifinax.net mail is handled by 0 rat-02.safaricombusiness.co.ke.
>
>$ telnet rat-03.safaricombusiness.co.ke smtp
>   Trying 41.203.208.141...
>   Connected to rat-03.safaricombusiness.co.ke.
>   Escape character is '^]'.
>   220 thk-tes-rat05.safaricombusiness.co.ke ESMTP
>   MAIL From:
>   250 sender  ok
>   RCPT To:
>   550 #5.1.0 Address rejected.
>   QUIT
>   221 thk-tes-rat05.safaricombusiness.co.ke
>   Connection closed by foreign host.
>
> The identical problem occurs when i relay the mail via the official
> outgoing mailserver of the Karlsruhe Institute of Technology:
>
>   Reporting-MTA: dns; smarthost.kit.edu
>   Action: failed
>   Final-Recipient: rfc822;i...@ifinax.net
>   Status: 5.0.0
>   Remote-MTA: dns; rat-02.safaricombusiness.co.ke
>   Diagnostic-Code: smtp; 550 #5.1.0 Address rejected.
>
> So please fix your mail server first, and then tell me which email
> address you want listed after that.
>
> Yours,
>   Ingo
>
> >> U
> >
> > While we are sorting this out, can we please also add a working
> > WWW URI?  I mean, a "Ltd" company almost certainly has a website
> > nowadays, and listing that would be very helpful for users.
> >
> > However, this does not look good:
> >
> >$ date
> >   Sat Jan  6 15:01:57 CET 2024
> >$ printf "GET / HTTP/1.0\r\n\r\n" | nc ifinax.net http
> >   HTTP/1.0 302 Found
> >   Connection: close
> >   Content-Length: 486
> >   Content-Type: text/html
> >   Date: Sat, 06 Jan 2024 14:02:15 GMT
> >   Location: https://ifinax.com/
> >   Server: OpenBSD httpd
> >
> >   
> >   [ ... snip ... ]
> >
> >$ printf "GET / HTTP/1.0\r\n\r\n" | nc -cvD ifinax.com https
> >   Connection to ifinax.com (41.90.23.242) 443 port [tcp/https]
> succeeded!
> >   TLS handshake negotiated TLSv1.3/TLS_AES_256_GCM_SHA384 with host
> ifinax.com
> >   Peer name: ifinax.com
> >   Subject: /CN=ifinax.com
> >   Issuer: /C=US/O=Let's Encrypt/CN=R3
> >   Valid From: Fri Nov  3 08:43:56 2023
> >   Valid Until: Thu Feb  1 08:43:55 2024
> >   Cert Hash:
> SHA256:aa6ea558a0d1e76067225762f3dbd8982cf5cbc73f1c66b9cc47111db05f65b0
> >   OCSP URL: http://r3.o.lencr.org
> >$ echo $?
> >   0
> >
> > It appears the TLS TCP connection to the https port works, but then
> > the web server immediately closes the connection instead of waiting
> > for HTTP requests.
> >
> > Can you fix the server such that we can add
> >
> >   U https://ifinax.com/
> >
> > or should a different URI be listed?
> >
> > Until these issues are worked out, i refrain from touching the existing
> > entry for Kihaguru Njenga Gathura, for now.
> >
> >> B +254 7 0697 0697
> >> X
> >> N OpenBSD consulting. Speciality in web applications
> >> development with OpenBSD-httpd web server, PostgreSQL DBMS, FastCGI
> >> protocol and C programming language.
>


Re: Support Update

2024-01-06 Thread Ingo Schwarze
Hello once more,

Ingo Schwarze wrote on Sat, Jan 06, 2024 at 03:16:49PM +0100:
> Kihaguru Gathura  wrote
> on Tue, Jan 02, 2024 at 03:53:21PM +0300:
 
>> 0
>> C Kenya
>> P
>> T Nairobi
>> Z P.O. Box 30164-00100
>> O IFINAX Ltd
>> I Kihaguru Njenga Gathura
>> A Bishops Road
>> M info@ifinax. net

> As far as i can see, this is the only line you want to change,
> but the new version of the line is malformed: it must not contain
> angle brackets.
> 
> It is not clear to me whether you want
> 
>   M i...@ifinax.net
> 
> or
> 
>   M i...@pqscript.com
> 
> or even something else?

Apart from the HTTP issues reported earlier, i see issues with your SMTP
configuration as well:

   $ date 
  Sat Jan  6 15:21:00 CET 2024
   $ host -t any pqscript.com 
  Host pqscript.com not found: 3(NXDOMAIN)

This is not good because a domain must have at least SOA and MX records
to be usable for SMTP.

   $ host -t soa ifinax.net 
  ifinax.net has SOA record ns1.safaricombusiness.co.ke. \
  EnterpriseISPSystems.Safaricom.co.ke. 2023121202 3600 1800 1209600 86400
   $ host -t mx ifinax.net ns1.safaricombusiness.co.ke
  Using domain server:
  Name: ns1.safaricombusiness.co.ke
  Address: 41.203.208.129#53
  Aliases: 

  ifinax.net mail is handled by 0 rat-03.safaricombusiness.co.ke.
  ifinax.net mail is handled by 0 rat-04.safaricombusiness.co.ke.
  ifinax.net mail is handled by 0 rat-01.safaricombusiness.co.ke.
  ifinax.net mail is handled by 0 rat-02.safaricombusiness.co.ke.

   $ telnet rat-03.safaricombusiness.co.ke smtp
  Trying 41.203.208.141...
  Connected to rat-03.safaricombusiness.co.ke.
  Escape character is '^]'.
  220 thk-tes-rat05.safaricombusiness.co.ke ESMTP
  MAIL From:
  250 sender  ok
  RCPT To:
  550 #5.1.0 Address rejected.
  QUIT
  221 thk-tes-rat05.safaricombusiness.co.ke
  Connection closed by foreign host.

The identical problem occurs when i relay the mail via the official
outgoing mailserver of the Karlsruhe Institute of Technology:

  Reporting-MTA: dns; smarthost.kit.edu
  Action: failed
  Final-Recipient: rfc822;i...@ifinax.net
  Status: 5.0.0
  Remote-MTA: dns; rat-02.safaricombusiness.co.ke
  Diagnostic-Code: smtp; 550 #5.1.0 Address rejected.

So please fix your mail server first, and then tell me which email
address you want listed after that.

Yours,
  Ingo

>> U
> 
> While we are sorting this out, can we please also add a working
> WWW URI?  I mean, a "Ltd" company almost certainly has a website
> nowadays, and listing that would be very helpful for users.
> 
> However, this does not look good:
> 
>$ date
>   Sat Jan  6 15:01:57 CET 2024
>$ printf "GET / HTTP/1.0\r\n\r\n" | nc ifinax.net http 
>   HTTP/1.0 302 Found
>   Connection: close
>   Content-Length: 486
>   Content-Type: text/html
>   Date: Sat, 06 Jan 2024 14:02:15 GMT
>   Location: https://ifinax.com/
>   Server: OpenBSD httpd
> 
>   
>   [ ... snip ... ]
> 
>$ printf "GET / HTTP/1.0\r\n\r\n" | nc -cvD ifinax.com https 
>   Connection to ifinax.com (41.90.23.242) 443 port [tcp/https] succeeded!
>   TLS handshake negotiated TLSv1.3/TLS_AES_256_GCM_SHA384 with host ifinax.com
>   Peer name: ifinax.com
>   Subject: /CN=ifinax.com
>   Issuer: /C=US/O=Let's Encrypt/CN=R3
>   Valid From: Fri Nov  3 08:43:56 2023
>   Valid Until: Thu Feb  1 08:43:55 2024
>   Cert Hash: 
> SHA256:aa6ea558a0d1e76067225762f3dbd8982cf5cbc73f1c66b9cc47111db05f65b0
>   OCSP URL: http://r3.o.lencr.org
>$ echo $?
>   0
> 
> It appears the TLS TCP connection to the https port works, but then
> the web server immediately closes the connection instead of waiting
> for HTTP requests.
> 
> Can you fix the server such that we can add
> 
>   U https://ifinax.com/
> 
> or should a different URI be listed?
> 
> Until these issues are worked out, i refrain from touching the existing
> entry for Kihaguru Njenga Gathura, for now.
> 
>> B +254 7 0697 0697
>> X
>> N OpenBSD consulting. Speciality in web applications
>> development with OpenBSD-httpd web server, PostgreSQL DBMS, FastCGI
>> protocol and C programming language.



Re: Support Update

2024-01-06 Thread Ingo Schwarze
Hello,

Kihaguru Gathura  wrote
on Tue, Jan 02, 2024 at 03:53:21PM +0300:

> 0
> C Kenya
> P
> T Nairobi
> Z P.O. Box 30164-00100
> O IFINAX Ltd
> I Kihaguru Njenga Gathura
> A Bishops Road
> M info@ifinax. net

As far as i can see, this is the only line you want to change,
but the new version of the line is malformed: it must not contain
angle brackets.

It is not clear to me whether you want

  M i...@ifinax.net

or

  M i...@pqscript.com

or even something else?

> U

While we are sorting this out, can we please also add a working
WWW URI?  I mean, a "Ltd" company almost certainly has a website
nowadays, and listing that would be very helpful for users.

However, this does not look good:

   $ date
  Sat Jan  6 15:01:57 CET 2024
   $ printf "GET / HTTP/1.0\r\n\r\n" | nc ifinax.net http 
  HTTP/1.0 302 Found
  Connection: close
  Content-Length: 486
  Content-Type: text/html
  Date: Sat, 06 Jan 2024 14:02:15 GMT
  Location: https://ifinax.com/
  Server: OpenBSD httpd

  
  [ ... snip ... ]

   $ printf "GET / HTTP/1.0\r\n\r\n" | nc -cvD ifinax.com https 
  Connection to ifinax.com (41.90.23.242) 443 port [tcp/https] succeeded!
  TLS handshake negotiated TLSv1.3/TLS_AES_256_GCM_SHA384 with host ifinax.com
  Peer name: ifinax.com
  Subject: /CN=ifinax.com
  Issuer: /C=US/O=Let's Encrypt/CN=R3
  Valid From: Fri Nov  3 08:43:56 2023
  Valid Until: Thu Feb  1 08:43:55 2024
  Cert Hash: 
SHA256:aa6ea558a0d1e76067225762f3dbd8982cf5cbc73f1c66b9cc47111db05f65b0
  OCSP URL: http://r3.o.lencr.org
   $ echo $?
  0

It appears the TLS TCP connection to the https port works, but then
the web server immediately closes the connection instead of waiting
for HTTP requests.

Can you fix the server such that we can add

  U https://ifinax.com/

or should a different URI be listed?

Until these issues are worked out, i refrain from touching the existing
entry for Kihaguru Njenga Gathura, for now.

Yours,
  Ingo

> B +254 7 0697 0697
> X
> N OpenBSD consulting. Speciality in web applications
> development with OpenBSD-httpd web server, PostgreSQL DBMS, FastCGI
> protocol and C programming language.



Re: support update

2023-06-16 Thread Janne Johansson
Den fre 16 juni 2023 kl 04:46 skrev Duncan Hart :

> M dun...@appliedopenbsd.com
> U https://www.appliedopenbsd.com/
>

www. doesn't resolve using many public resolvers (8.8.8.8, 1.1.1.1,
9.9.9.9) but it did resolve at 4.2.2.4 so there is something fishy going on
there.

The bare domain appliedopenbsd.com does resolve to several A-records on all
the public ones.

-- 
May the most significant bit of your life be positive.


Re: support update

2022-10-31 Thread Martin Hein
On Mon, 31 Oct 2022 02:07:00 +0100 (CET)
i...@tutanota.com wrote:
> The entry under Denmark listed with a company name "Zen System"
> doesn't exist. There no longer is such a company, and the URL
> redirects to a completely different company that doesn't provide
> any kind of OpenBSD service.

This is correct. It is me that is listed as the contact person.

Zen Systems was sold to Nianet, an Danish ISP 7 years ago. Two year
later Globalconnect, another Danish ISP, acquired Nianet.

I am pretty sure you can remove that entry.

Best regards Martin



Re: support update

2022-10-31 Thread Martin Hein
On Mon, 31 Oct 2022 02:07:00 +0100 (CET)
i...@tutanota.com wrote:
> The entry under Denmark listed with a company name "Zen System"
> doesn't exist. There no longer is such a company, and the URL
> redirects to a completely different company that doesn't provide
> any kind of OpenBSD service.

I am the one listed as the contact person in the support entry.

Zen Systems was sold to Nianet, an Danish ISP 7 years ago. Two year
later Globalconnect, another Danish ISP, acquired Nianet.

It was finally closed in July 2021.

Somewhere in time the old support entry was forgotten and no one
asked for it to be deleted.

I am pretty sure you can remove that entry.

Best regards Martin



Re: support update

2022-04-13 Thread Ingo Schwarze
Hi Duncan,

Duncan Hart wrote on Wed, Apr 13, 2022 at 03:28:38AM -0400:

> 0
> C Australia
> P Victoria
> T South Yarra
> Z 3141
> A PO Box 530
> O Applied OpenBSD
> I Duncan Hart
> M dun...@appliedopenbsd.com
> U https://AppliedOpenBSD.com
> B +61 3 7065 5840
> N Proactively secure application development and consultancy for BCHS
> (OpenBSD, C, httpd, SQLite) software stack on IBM POWER9 platforms.

Committed, thanks for keeping your entry up to date.

Yours,
  Ingo


Committed diff:

Index: build/support.dat
===
RCS file: /cvs/www/build/support.dat,v
retrieving revision 1.373
diff -u -r1.373 support.dat
--- build/support.dat   2 Mar 2022 11:19:39 -   1.373
+++ build/support.dat   13 Apr 2022 10:23:27 -
@@ -107,16 +107,16 @@
 0
 C Australia
 P Victoria
-T Melbourne
-Z 3000
+T South Yarra
+Z 3141
+A PO Box 530
 O Applied OpenBSD
 I Duncan Hart
-A PO Box 2530
 M dun...@appliedopenbsd.com
-U https://AppliedOpenBSD.com/
+U https://AppliedOpenBSD.com
 B +61 3 7065 5840
-N Proactively secure web application development
-using the BCHS (OpenBSD, C, httpd, SQLite) software stack.
+N Proactively secure application development and consultancy for BCHS
+(OpenBSD, C, httpd, SQLite) software stack on IBM POWER9 platforms.
 
 # Start of Belgium
 0



Re: support update

2021-08-27 Thread Ingo Schwarze
Hi,

Duncan Hart wrote on Sun, Aug 22, 2021 at 05:31:09PM +1000:

> 0
> C Australia
> P Victoria
> T Melbourne
> Z 3000
> A PO Box 2530
> O Applied OpenBSD
> I Duncan Hart
> M dun...@appliedopenbsd.com
> U https://AppliedOpenBSD.com/
> B +61 3 7065 5840
> N Proactively secure web application development using the BCHS (OpenBSD, C, 
> httpd, SQLite) software stack.

Committed.
  Ingo



Re: Support Update

2019-07-19 Thread Ingo Schwarze
Hi,

Kihaguru Gathura wrote on Fri, Jul 19, 2019 at 10:50:22PM +0300:

> 0
> C Kenya
> P
> T Nairobi
> Z P.O. Box 30164-00100
> O Data Store Kenya
> I   Kihaguru Njenga Gathura
> A Bishops Road
> M i...@pqscript.com
> U
> B +254 7 0697 0697
> X
> N OpenBSD consulting. Speciality in web applications
> development with OpenBSD-httpd web server, PostgreSQL DBMS, FastCGI
> protocol and C programming language.

Committed.

Thank you for keeping your data up to date!

Yours,
  Ingo



Re: support update

2017-12-20 Thread Theo Buehler
On Wed, Dec 20, 2017 at 09:54:56PM +0300, Kihaguru Gathura wrote:
> Please use the latter submission also copied below to update my profile.
> Kindly note email has changed.

i committed the information below.

> 
> On Tuesday, December 19, 2017, Kihaguru Gathura  wrote:
> > 0
> > C Kenya
> > P Nairobi
> > T Nairobi
> > Z P.O. Box 30164-00100
> > O PQscript
> > I
> > A Bishops Road
> > M pqscr...@gmail.com
> > U
> > B +254 706970697
> > X
> > N OpenBSD consulting. Speciality in web applications
> > development with OpenBSD-httpd web server, PostgreSQL DBMS, FastCGI
> protocol and C programming language.
> >



Re: support update

2017-12-20 Thread Kihaguru Gathura
Please use the latter submission also copied below to update my profile.
Kindly note email has changed.

On Tuesday, December 19, 2017, Kihaguru Gathura  wrote:
> 0
> C Kenya
> P Nairobi
> T Nairobi
> Z P.O. Box 30164-00100
> O PQscript
> I
> A Bishops Road
> M pqscr...@gmail.com
> U
> B +254 706970697
> X
> N OpenBSD consulting. Speciality in web applications
> development with OpenBSD-httpd web server, PostgreSQL DBMS, FastCGI
protocol and C programming language.
>


Re: support update

2016-07-01 Thread Ingo Schwarze
Hi Todd,

Todd M. Kover wrote on Sat, Jun 25, 2016 at 05:19:56PM -0400:

> 0
> C USA
> P VA
> T Purcellville
> Z 20132
> O Omniscient Technologies
> I Todd M. Kover
> A 36051 Birch Hollow Lane
> M openbsd-consult...@omniscient.com
> U http://www.omniscient.com/
> B +1-540-668-7602
> NWashington D.C. based consulting group with a broad array of experience in
> *BSD, Solaris, Linux and many other varieties of unix specializing in
> highly scalable systems, systems integration and network security.
> Custom application design also available.

Committed.
  Ingo



Re: support update

2016-02-19 Thread Ingo Schwarze
Hi,

James Shupe wrote on Fri, Feb 19, 2016 at 01:06:49PM -0600:

> 0
> C USA
> P Texas
> T Pflugerville
> Z 78691
> O HermeTek Network Solutions
> I James Shupe
> A P.O. Box 2264
> M sa...@hermetek.com
> U https://www.hermetek.com/bsd-linux-support
> B 512.792.2525
> X 512.888.9889
> N We provide open infrastructure design, development, deployment,
> maintenance and training. We specialize in OpenBSD routing and firewall
> platforms utilizing OpenBGPD, OpenOSPFD, PF, and other included
> technologies.

Done.
  Ingo



Re: support update

2015-08-30 Thread Ingo Schwarze
Hi Stefan,

committed, thanks.
  Ingo


Stefan Wieseckel | swapspace wrote on Sat, Aug 01, 2015 at 11:48:38AM +0200:

 C Germany
 P Bayern
 T Nuuml;rnberg
 Z 90478
 O swapspace
 I Stefan Wieseckel
 A Vordere Cramergasse 11-13
 M i...@swapspace.de
 U http://www.swapspace.de/
 B +49-(0)-911-51827-57
 X +49-(0)-911-51827-56
 N System and network consulting and administration; setup, configuration and
 maintenance of OpenBSD- and Linux-based systems (firewalls, mailservers,
 webservers, DNS servers, ...).



Re: Support - update our listing

2015-03-25 Thread Duncan Patton a Campbell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1,SHA256

On Tue, 10 Mar 2015 17:55:18 +0100
Ingo Schwarze schwa...@usta.de wrote:

So how does one get this updating done?  

The information in my listing is wrong.  Amongst other things
is a telno. that has had no devices attached to it for over 
three years.  

Thanks,

Dhu


 
 Yours,
   Ingo
 
 


- -- 
Ne obliviscaris, vix ea nostra voco.
iQEcBAEBAgAGBQJVE3sJAAoJEIAEMDKqK2pB3roIAJ7F9MRBYEuBPEffo/8Ah1Xo
Xd5PQARJbEM7suRC4oM3W+Hu6So5x1HrQeccv/+MXrI4MmE30r2vRsE8kieSWhD8
QHAqNTVBY180g/kVHEuNAxeoKN54y7LJbC1IZOdy+5Wmknz3ePjt6+5PW4Sx+oKk
IqQhX3iy01QzYHRrpJoJ0cRetLpBBJpXcZxwvIEp8KiYZXSIcsHjnn6ndwF8PVQE
8fxso2ArOcgtwwNW0FQ+RBDvZj7rGQ4vkhCW5Fdtsw1yi4Lgb7GPdS4bbu5t9vsa
jBMiMyEZt9soAAMTHYNGho2I/GUsCTDyBYKO7AT/froyUTWvHZYYOqZ223lhS8eI
XgQBEQgABgUCVRN7CQAKCRCJjoDPNHWXPI8PAP90Zq94h+kt6oTvjJbFTcrxGo2F
Q428fVDV8UuBNVCK3QD8Dv9wvPXYSfmnBjliXoAih0SR9E7sakIhK7gcgX74PBU=
=suGD
-END PGP SIGNATURE-



Re: Support - update our listing

2015-03-25 Thread Ingo Schwarze
Hi Duncan,

Duncan Patton a Campbell wrote on Wed, Mar 25, 2015 at 09:20:41PM -0600:

 So how does one get this updating done?  

Posting to misc@ is OK.

 The information in my listing is wrong.

Done.

Yours,
  Ingo



Re: Support - update our listing

2015-03-25 Thread Duncan Patton a Campbell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1,SHA256

On Thu, 26 Mar 2015 04:47:33 +0100
Ingo Schwarze schwa...@usta.de wrote:

 Hi Duncan,
 
 Duncan Patton a Campbell wrote on Wed, Mar 25, 2015 at 09:20:41PM
 -0600:
 
  So how does one get this updating done?  
 
 Posting to misc@ is OK.
 
  The information in my listing is wrong.
 
 Done.
 
 Yours,
   Ingo
 
Thanks, 

Dhu

- -- 
Ne obliviscaris, vix ea nostra voco.
iQEcBAEBAgAGBQJVE48nAAoJEIAEMDKqK2pBzKUIALEpTDWifIaqJUb339LdIbDN
NbJ8Oz5xOOFPDmltSnFrSIZrlazqbWN2dGTo8DEW/YEs92Z5TE/MN/wxjE0mgPSn
Y1lxqnCA514C5nYMLtB8nPO3nPcsFhfubMR2iNdgSAFk04aVhzepplnzcUuuRbiU
+awB9yvOBLiM5xB1xCtNp15QbUvyaIe2FeLtbsN2PEW1ykYMPyMnrnjxP5i3sI65
bZuoAHT0kBoCqZTAW2jYktvlA9gMtWivsGu4eyRyuVcYuWaw5ssNtAsmLHWo46kf
PG+QC2/ZnNcqykUDXGxP9EbmOrsSuO7rTlhFkKH2VC6W+RM3RApPZHMe6uBl4SiI
XgQBEQgABgUCVROPJwAKCRCJjoDPNHWXPNasAP9RkQm/lwe2uOqktbh2vWmDWYeN
4uGT+idQGoZfjwMjRAD+MRk0cozlwcS0ucKDVW0YK5eGvHS29QySRLsItkSj8p8=
=7ESz
-END PGP SIGNATURE-



Re: Support - update our listing

2015-03-12 Thread Joseph Wolff
0
C USA
P California
T Fremont
Z 94538
O eRacks Open Source Systems
I Joseph Wolff
A 4035 Clipper Court
M consult...@eracks.com
U http://www.eracks.com/
B 408-455-0010
X 
N We provide ready-to-run OpenBSD servers, both a 
href=http://eracks.com/rackmount-servers;rackmount serversa 
and other form factors, such as notebooks, desktops, etc. Firewalls, 
Mail/DNS/Web servers, other bastion hosts. 
We also provide Network design, planning, and Cloud architecture services, as 
well as custom-configured OpenBSD systems. 
We will preinstall  configure CARP, firewall rules, pfsync, STP, 
Dual/Bridging, OpenVPN, etc. We've been doing this since 1999.



Re: Support - update our listing

2015-03-10 Thread Ingo Schwarze
Hi,

Joseph Wolff wrote on Mon, Mar 09, 2015 at 05:36:28PM -0700:

 We've been an OpenBSD provider for many years, and I just noticed our
 listing is outdated - can I trouble someone there to please update it:
[...]
 *eRacks Open Source Systems*
 4035 Clipper Court
 Fremont, CA 94538
 Phone: 408-431-8154
 Email: consult...@eracks.com mailto:consult...@eracks.com
 URL: http://www.eracks.com/
[...]

Changes committed; it may take a short time to show up on the public server.

Yours,
  Ingo



Re: support update

2014-12-18 Thread Duncan Patton a Campbell
Hi All.  Does anyone know if this is being updated?

Dhu

On Tue, 16 Dec 2014 09:43:18 -0700
Duncan Patton a Campbell campb...@neotext.ca wrote:

 # This version of the template is a bib-like file with one
 # line per field except notes, which can be any number of lines.
 # All I want to get back from you is lines like these (minus the
 # # character and the tab indent):
 # 0 This line is a delimiter and must be first (digit zero at the start)
 # C USA
 # P Arizona
 # T Cactus Grove
 # Z Postal Code
 # A General Delivery
 # O Acme Widgets
 # I Wile E. Coyote
 # M w.coy...@acme.com
 # U http://www.acme.com/openbsd
 # B 555-555-1212
 # X 555-555-1213
 # N Home of the best Acme
 # widgets around.
 #
 # Do not bother sending this in unless your web site's main page clearly shows
 # that you are engaged in providing support services for OpenBSD.
 # We reserve the right to delete listings that no longer do so.
 #
 # DELETE ALL # COMMENT LINES BEFORE SUBMITTING
 #
 # SEND AS PLAIN TEXT IN THE BODY OF YOUR MAIL: NO MIME OR ATTACHMENTS!
 # Use html character entities (like egrave;) for accented characters.
 # We reserve the right to edit any and all submissions as we please.
 0
 C Canada
 P Alberta
 T Edmonton
 Z T6A-2P7
 O Neotext
 I Duncan Patton a Campbell
 A 10908-65a st.
 M campb...@neotext.ca
 U http://www.neotext.com/ # with trailing slash unless a specific resource
 B 780 466 0109
 X 780 469 0930
 N Open Systems Integration and Reverse-Engineering, Legacy Sytems, RealTime 
 AI, Air Traffic Control, Remote Sensing, TestBed/Laboratory Development, 
 Remote/Onsite Support, Wireless, RFID, Tracking/Mapping Systems, Barcoding, 
 Inventory/supply-line, SAP integration, C3I, Web Catalogs, Competitive 
 Intelligence Search Engines, Risk AssessmentReduction, Motorola, Intermec, 
 Symbol devices. UNIX -- OpenBSD, FreeBSD, HPUX, Solaris/SunOS in Industrial 
 Environments. And PCs: (Minix, Desqview, QNX) 30+ years experience, 
 competence and integrity. secure(ish) contact point -- 
 https://neotext.ca/cgi-bin/getxt 
 
 -- 
 Ne obliviscaris, vix ea nostra voco.


-- 
Ne obliviscaris, vix ea nostra voco.