Re: gpt/uefi

2020-09-18 Thread Wayne Oliver



> On 18 Sep 2020, at 16:16, flint pyrite  wrote:
> 
> Install Win10 and shrink the volume with their tools. Then get a live
> GNU/Linux OS like gparted live and partition the remainder of your
> drive. Note: Win10 will create the EFI partition for you. For the
> OpenBSD partition do not format it. Follow instructions on installing
> OpenBSD carefully to install on the correct partition using GPT.T
> Following, install GNU Linux and use grub2 and os-prober to create a
> boot menu. You may need to manually add a section for OpenBSD. In a
> nutshell that is all there is to it.
> 
> On Fri, Sep 18, 2020 at 6:31 AM Thomas Frohwein  
> wrote:
>> 
>> On Fri, Sep 18, 2020 at 03:15:21AM -0300, Gustavo Rios wrote:
>>> Hi folks!
>>> 
>>> I would like to install on my notebook 3 operating systems: OpenBSD,
>>> Linux and Windows 10.
>>> 
>>> Do you know any tutorial on how the create the partitions using GPT
>>> before i install any of the 3 OSes ? I would like to boot via UEFI; is
>>> there any special partition for the UEFI booting ? May the 3 OSes use
>>> the UEFI boot partition ?
>>> 
>>> This will be my first experience with GPT/UEFI so i need a little
>>> help. May you point me in the right direction?
>> 
>> The most pertinent section of the FAQ would be [1].
>> 
>> For what it's worth, I dual-boot Windows 10 and OpenBSD on my laptop,
>> using MBR and BCD. A PBR for Linux could probably be added without
>> problems.
>> 
>> Note that this depends on third-party software out of our control, and
>> therefore (quoting the FAQ): "you are completely on your own."
>> 
>> [1] https://www.openbsd.org/faq/faq4.html#Multibooting
>> 
> 

If you are going to have tons of partitions I would using using soft raid / 
encrypted disk.
See RAID and Disk Encryption on faq14

This gives you a virtual disk that you can assign fully to OpenBSD

I have Win10, Kali and OpenBSD running on my dell in this config.

Installed Windows, Kali then OpenBSD as described by other users.

Thanks 
Wayne




Re: Hosting a CDN question

2020-03-17 Thread Wayne Oliver

On 2020/03/16 12:26, Flipchan wrote:

Hey all,

My company needs to put up a cdn for fast hosting of javascript, images and css 
for websites, and then i would need something faster then httpd.


Does anyone here run a cdn for static website content?

If so what software did u use to set it up ?

have a good one
Sincerely
Filip



What about sticking a caching server/s in front of your httpd instance/s.
e.g. https://varnish-cache.org/



Re: alacritty build

2020-03-12 Thread Wayne Oliver

On 2020/03/11 21:26, Luke A. Call wrote:

On 03-11 16:51, Wayn0 wrote:

On Wed, 11 Mar 2020 at 06:21, Wayne Oliver  wrote:

On 2020/03/10 21:09, Justin Muir wrote:

Just wishing to give alacritty a go so I git'd the source and did a

cargo

build.
I get this error after a while:
LLVM ERROR: out of memory
I tried increasing the dataset-cur and -max to 4000M in login.conf,

didn't

seem to work.

I managed to build this on my laptop about a week ago. I'll happily
check my settings for you when I get home this evening (SAST) if you
don't come right before then.

part of the staff group, datasizr-cur=4096M max infinity
during build on my dual core i7 4xxx it took 17m to build RAM usage really
going over 800mb
35mb binary


Just curious: what was the size after running "strip" on the binary, or did you?



I did not bother, I did try the terminal for a few days when I first 
built it, but did not really plan on using it long term.


wayne@xps:~/src/alacritty $ ls -al target/release/alacritty 



-rwxr-xr-x  2 wayne  wayne  35.6M Mar 11 16:47 target/release/alacritty*
wayne@xps:~/src/alacritty $ strip target/release/alacritty
wayne@xps:~/src/alacritty $ ls -al target/release/alacritty
-rwxr-xr-x  2 wayne  wayne   5.8M Mar 12 08:28 target/release/alacritty*



Re: alacritty build

2020-03-10 Thread Wayne Oliver

On 2020/03/10 21:09, Justin Muir wrote:

Just wishing to give alacritty a go so I git'd the source and did a cargo
build.

I get this error after a while:

LLVM ERROR: out of memory
error: Could not compile `alacritty`

I tried increasing the dataset-cur and -max to 4000M in login.conf, didn't
seem to work.

Any ideas?


I managed to build this on my laptop about a week ago. I'll happily 
check my settings for you when I get home this evening (SAST) if you 
don't come right before then.





Re: Thank you

2018-11-27 Thread Wayne Oliver




On Thu, Nov 22, 2018 at 7:54 PM, butresin  wrote:

On 1109 0832, Wayne Oliver wrote:

 Hi All,

 Just wanted to say thanks for the hard work, OpenBSD runs better 
than any

 other OS on my laptop.
 One thing that really stands out is suspend and resume, I have 
*never* had a

 Linux or Windows laptop do it properly.

 Obviously everything else works great, I just wanted to point this 
out as
 people have the misconception that OpenBSD is not desktop/laptop 
friendly.


 P.S. join is a great new addition too.

 --
 Wayn0


Can we ask, what kind of laptop?



Dell XPS 13" developer edition 9333






Thank you

2018-11-08 Thread Wayne Oliver

Hi All,

Just wanted to say thanks for the hard work, OpenBSD runs better than 
any other OS on my laptop.
One thing that really stands out is suspend and resume, I have *never* 
had a Linux or Windows laptop do it properly.


Obviously everything else works great, I just wanted to point this out 
as people have the misconception that OpenBSD is not desktop/laptop 
friendly.


P.S. join is a great new addition too.

--
Wayn0


Re: OT: Yandex - was Re: Why is ftp option removed from installer?

2018-05-11 Thread Wayne Oliver
On Thu, May 10, 2018 at 9:36 AM, Stuart Henderson  
wrote:

On 2018-05-10, Patrick Dohman  wrote:

Incidentally why are there no African mirrors aka Kenya etc?
Nobody has offered one; a significant amount of traffic would be used 
just keeping it up to date with snapshots, so it would only make 
sense for someone with a bunch of spare already-paid-for network 
capacity really. For releases, it's likely that at least one of the 
CDNs will do nicely, they're not so good for snapshots though.



Actually there is a South African mirror that I use, although not 
official.


http://openbsd.mirror.ac.za/
ftp://openbsd.mirror.ac.za/

Just FYI




Re: PS1 in 6.3

2018-04-03 Thread Wayne Oliver
On 03/04/2018 17:11, Marko Cupać wrote:
> Hi,
> 
> before I get to the question, I'd like to thank all the people who made
> 6.3 happen. Keep up the good work! :)
> 
> I noticed that on 6.3 prompt shows hostname($|#) by default. Up until
> now I was setting it by exporting PS1 in .profile:
> 
> PS1="\u@\h:\w \\$ "
> export PS1
> 
> Where is the default setting for prompt? Is it still ok to change it
> in .profile (I like also to have pwd in prompt).
> 
> Pardon my ignorance, and thank you in advance,
> 

Definitely

wayne@puffy on ttyp1
[/home/wayne] export PS1="\u@\h:\w \\$ "
wayne@puffy:~ $ uname -a
OpenBSD puffy.insta.co.za 6.3 GENERIC#100 amd64



Re: OpenBSD on MacBook

2014-02-13 Thread Wayne Oliver
On 13 Feb 2014, at 3:54, Michael Vetter michael.vet...@uni-konstanz.de
wrote:

 Hello,

 I haven't tried out OpenBSD yet, but used Linux for some years.

 Recently I got a Macbook, thought first about installing Linux on it,
 but because of different reasons I am considering OpenBSD now.

 Does anybody have any experience with this? Would be glad
 for any information that would help me accomplish it.
 And would be great if the hardware is even supported yet.

 Since it is my first install, somebody with experience
 whom I can ask for help would be great, however I am aware
 that this is probably too much to ask for, and I will be glad for
 every piece of information I can get on the subject.

 I own the MacBook Pro Retina, mid 2012 version,
 which seems to be known as MacBookPro10,1.

 regards,
 Michael


Not sure about the hardware in your model.
But the biggest issue I had with installing OpenBSD on my Macbook (5,1) was
the wireless adapter.
Blasted BCM43xx, and there is good chance you have the same one.

—
Wayne

[demime 1.01d removed an attachment of type application/pgp-signature which had 
a name of signature.asc]



Re: Patch to remove adult content from spamd(8) man page

2013-11-21 Thread Wayne Oliver
On 21 Nov 2013, at 21:04, Gilles Chehade gil...@poolp.org wrote:

 On Thu, Nov 21, 2013 at 08:02:06PM +0100, za...@gmx.com wrote:
 Different people have different concepts of morality. I believe it
 would be better to remove anything that is controversial, for
 whatever reason -- even if in *my* concept of morality there was
 nothing wrong with it.
 
 
 I feel offended by those who feel offended about some man page.
 Maybe we should remove them as they are causing controversy ?

Amen!

[demime 1.01d removed an attachment of type application/pgp-signature which had 
a name of signature.asc]



Re: www.openbsd.org down?

2013-06-26 Thread Wayne Oliver
Don't quite know where to post in this thread….
All good in Johannesburg :-p

-Wayn0

On 25 Jun 2013, at 5:10 PM, Alexander Hall alexan...@beard.se wrote:

 Can someone please test from Burundi, Johannesburg and Minsk? Because that 
 would probably also be really really really interesting.
 
 Luis Coronado lcoron...@ticoit.com wrote:
 
 Down from Costa Rica as well.
 
 -luis
 
 
 On Tue, Jun 25, 2013 at 7:23 AM, Jon Metzman jon.metz...@gmail.com
 wrote:
 
 I can't access the website but it is responding to ping requests from
 here
 in New York.
 
 On 06/25/2013 05:50 AM, Johan Mellberg wrote:
 
 Weird. Works from here (Sweden).
 
 ==
 
 25 jun 2013 kl. 11:43 skrev Alan Cheng bsdp...@gmail.com:
 
 I can't access www.openbsd.org right now.
 
 http://www.**downforeveryoneorjustme.com/**www.openbsd.orghttp://www.downforeveryoneorjustme.com/www.openbsd.orgshows
 it's down.



Re: Millions of files in /var/www inode / out of space issue.

2013-02-19 Thread Wayne Oliver
On 19 Feb 2013, at 1:40 PM, Rafal Bisingier wrote:

 Hi,
 
 Or you could fix your application, to not do stupid things (like
 generating millions of files in a single directory) in the first
 place... ;-)

+1

 
 
 On 2013-02-19 at 12:10 CET
 Paolo Aglialoro paol...@gmail.com wrote:
 
 Or you could just use ZFS, XFS, whateverFS in a separate unix/linux box and
 go NFS on it, simulating a true external storage appliance :)
 
 
 On Tue, Feb 19, 2013 at 11:47 AM, MJ m...@sci.fi wrote:
 
 Which app are you running that is generating millions of tiny files in a
 single directory?  Regardless, in this case OpenBSD is not the right tool
 for the job. You need either FreeBSD or a Solaris variant to handle this
 problem because you need ZFS.
 
 
 What limits does ZFS have?
 ---
 The limitations of ZFS are designed to be so large that they will never be
 encountered in any practical operation. ZFS can store 16 Exabytes in each
 storage pool, file system, file, or file attribute. ZFS can store billions
 of names: files or directories in a directory, file systems in a file
 system, or snapshots of a file system. ZFS can store trillions of items:
 files in a file system, file systems, volumes, or snapshots in a pool.
 
 
 I'm not sure why ZFS hasn't yet been ported to OpenBSD, but if it were
 then that would pretty much eliminate the need for my one and only FreeBSD
 box ;-)
 
 
 
 On Feb 19, 2013, at 2:35 AM, Keith ke...@scott-land.net wrote:
 
 Q. How do I make the default web folder /var/www/ capable of holding
 millions of files (say 50GB worth of small 2kb-12kb files) so that I won't
 get inode issues ?
 
 The problem is that my server has the default disk layout as I didn't
 expect to have millions of files (I though they would be stored in the DB).
 When I started the app it generated all the files and I got out of space
 warnings. I tried moving the folder containing the files and making a
 symlink back but that didn't work because nginx is in a chroot.
 
 The two option I think I have are.
 
 1. Reinstall the OS and make a dedicated /var/www partition but how I
 increase the inode limit I have no idea.
 2. Make a new partition, format it, copy the files from the original
 partition and swap them around and restart nginx. ( Do i  run newfs with
 some option to make more inodes ?)
 
 Thanks
 Keith.
 
 
 
 
 
 -- 
 Greetings
 Rafal Bisingier



Re: Unified BSD?

2012-11-13 Thread Wayne Oliver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012/11/13 7:14 AM, Mike. wrote:
 If your goal is to please as many people as possible, then
 compromise is the way to go.
 
 If your goal is to produce outstanding software then, well, you're 
 gonna have to piss off a few people.

Could not agree more!

- --
Wayn0
Comment: GPGTools - http://gpgtools.org

iQEcBAEBAgAGBQJQohrUAAoJENzqTnPMiNZlOkkH+wdmcX12a68IiZEWgPxe/Suf
apxY870GQVBQrqfLzlIFBSY/Le7aQWssmHhEx//GvmYcpQYgkwU12Yjzj5HHYmsg
SrLP7qQA7L22R1h9MKtQAKo7+6EW6cRxa80oKIFK/+hxuPPMUyr8eApnyozU20sJ
YN7ISZfuf7yTyUo3fI04sqltnKrhLcmbS3oYqiDdPchVvHkpSXFWYk2vbVDk7kRY
QsMHaFHeltMmALhUCy1Jq97DVSCQ0n/Mb3oJR+7UcdF5dRbWZhTGO4FVpkf6FChj
7kaJeTM4mmps3bXSqu5yW9loD0mlhOKqRSSBhtqtdj9I4FUUgRFLWFJK1L68fPA=
=9kra
-END PGP SIGNATURE-



Re: OpenBSD forked

2012-06-22 Thread Wayne Oliver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012/06/22 3:14 PM, Marc Espie wrote:
 Oh, yeah, and the hipsters types swear by ruby, which is just
 tweaked perl.

Love that line!
Comment: GPGTools - http://gpgtools.org

iQEcBAEBAgAGBQJP5HKfAAoJENzqTnPMiNZl/6MH/014Ia96FQbvZOsfcRadck0P
3wCOnHTBH7Vxu2mYZVlqP+ZmflnT7AGDc16icjxjrRHuRwrHH9Kw3OFnTDG6lGZ/
wNVm+AD7MsMraFrLiUnlyDp99KG78Kdny9IyY6FhCp9+TKdEVFvBL3+w0ZuDpf2K
CJOmWG4h4GAWp8ICyWhLBYpEqWCYxP9zfL23cR1kqKNtJ35LyWTlIyrtvyALQEII
ZCZeyIMoVWy4Zl97mmod7PRxOu0/w6uIM/g0nQxhCudNmUN3p5xJShPQKhmJ0uJS
M7e/bqcANMXi5NX08YNrDonsuIqN++JEpypK8NVepamiJ0s6vqyQHlbmAKERRL8=
=Gi0R
-END PGP SIGNATURE-



Re: My thoughts on OpenBSD - is advocacy working ?

2011-09-01 Thread Wayne Oliver
On 01 Sep 2011, at 12:37 PM, Daniel Gracia wrote:

 You guys aren't serious, are you?

 Lambos are shiny and fast crap that gets on fire easily -almost the same for
any italian car/bike out on the market; maybe not Fiat-. And that's just the
opposite OpenBSD seeks.

 VirtualBox solving a problem? Not in my world.


8

I love my Alfa, let's not get personal ;-)

Virtualbox = nice testing/POC tool.



Re: My thoughts on OpenBSD - is advocacy working ?

2011-09-01 Thread Wayne Oliver
Indeed, they have a. let's say colourful nature/history

but that's me, no more the off topic posts. :-)


On 01 Sep 2011, at 1:23 PM, Daniel Gracia wrote:

 Lambo, Ferrari, Maserati, Aprilia... As you are an owner, you should know
their historic -let's call it- 'temperamental' behaviour ;-)

 VirtualBox can make some testings comfy, sure; that not solves any real
problem in a real world, but you mileage may vary, of course. Just my opinion
from my hairy world :-D

 El 01/09/2011 13:07, Wayne Oliver escribis:
 On 01 Sep 2011, at 12:37 PM, Daniel Gracia wrote:

 You guys aren't serious, are you?

 Lambos are shiny and fast crap that gets on fire easily -almost the same
for
 any italian car/bike out on the market; maybe not Fiat-. And that's just
the
 opposite OpenBSD seeks.

 VirtualBox solving a problem? Not in my world.


 8

 I love my Alfa, let's not get personal ;-)

 Virtualbox = nice testing/POC tool.



Re: Like OpenBSD? Like to see new stuff happening? You really need to order a CD today :)

2011-04-21 Thread Wayne Oliver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 21 Apr 2011, at 11:55 PM, Paul M wrote:

 On 21/04/2011, at 12:07 PM, Benny Lofgren wrote:

 I'm sure this has been brought up before, but is there a way to buy
 licenses without actually getting the CD:s?


 There is a fundamental underlying problem with this.
 The OpenBSD code is free. That is one of the principles of the project (as
far as I can guess. I'm not involved personaly, so its only my opinion). The
price charged for the CD is the cost of the media + the costs of producing and
marketing it + overheads of the company which produces it. The contents are
free.

 If you subtract the media, then what is there left to sell?

 Just order as many as you want and bin the excess. What really is being
wasted?, A wee bit of plastic, traces of other materials and a small amount of
energy used to produce it. A company that runs a big neon sign overnight is
probably wasting more than that. Who knows, maybe the extra funds going to the
project will result in additional energy savings that will far outweigh the
'wastage' in producing some extra cds.

 paulm


Agreed but,

I stil like the idea of passing the cds on, drop them at a school if you don't
know anybody who wants them?

wayno
iQEcBAEBAgAGBQJNsLLKAAoJENzqTnPMiNZlmS8IAMMOeyAlc6tVOurz2/Nxa3ZV
iypaRs0R2c3nCABAzIooSIHC7NFXeloEDdNqhPqEvqIBz++mXNuCFsM2CHaAfMTX
DZq0p+HurAsZ8QYhjoC6Xy2fGTB9wwrflM+o93O9SWULHTRsIxl6v/Vg5cLiSdaI
TE5zqght5TQUdEL1ioXOmHHj7NxvWUy6L4kgqtcKy7eZqK1xGYD0YiFrzFTdfae5
EgYHxahwFY2LPNy7/y5hokgXmfS2GQpxJwV9gGQzkYZmq9FCwB36soXWYV5bbSTi
LHsfS0uW3TVk+4kBHo8+iLANg8cHoHQFsb+K0mRWXO9oPGNMt3zUutu+jCOpkJ4=
=Nfud
-END PGP SIGNATURE-



Re: OpenBSD-Wiki.org

2011-04-19 Thread Wayne Oliver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 18 Apr 2011, at 5:22 PM, Kenny wrote:

 Due to an circumstances beyond my control, I'm not longer able to host
 / maintain /work with OpenBSD-Wiki.org. I was in the process of
 updating it when some personal issues came up.
 I'm interested in passing this off to someone else who may be
 interested. I'll help migrate it, get things back up and going -- if
 help is needed / wanted.
 I'm not subscribed to the list, so send an email to this email.

 -- Kennith (Kenny) Mann

Hey  Kenny,

If nobody else has offered, I will be willing to take this over.


- --
Wayne
iQEcBAEBAgAGBQJNrT17AAoJENzqTnPMiNZlB/wH+wap/9a+aZJEwvvWXaJHGz51
5IoU/4gdPHbHea6RuZIGQtGZtwr1DZFSE6K13FxpXFlHQfJ1msYSOXSd7mCwgy4I
gQIgbQ+0uMOPo0z1EbVQ1CQQEsFV5kFUlefmYhBZIMMzeJM671CNidcJypV0SZBA
tTYa5gQkDBMGxVmvg3dHwVnGf6ACGVWcSl2ZO4EYS7WGH7N93AXqWQ0XKFFk2T4B
xQhhg0OLZza0Gl5jidxHYGCeTiHh+K6++o6P/u1C/n2TrXEVFcblj3LyRc43EUkz
UtCnZGTumJqQzYcReIhUBQhDKwkBT3CzGSkowTNrf/FGK7iuBNVf0o104JZ5l7Y=
=9FAa
-END PGP SIGNATURE-



Re: Like OpenBSD? Like to see new stuff happening? You really need to order a CD today :)

2011-04-19 Thread Wayne Oliver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 19 Apr 2011, at 11:15 AM, Guillaume Duali wrote:

 On Tue, 19 Apr 2011 09:32:50 +0200, David Coppa dco...@gmail.com
 wrote:
 On Mon, Apr 18, 2011 at 9:39 PM, Bob Beck b...@obtuse.com wrote:

  So - yes we like donations, but we also like CD sales.. now is the
 time to help out.

 Order done on openbsdeurope.com. Sorry for being late.

 cheers!
 david

 Hi for Europeans,
 you can order here too http://openbsd.otasc.org/   :-)

I placed an order recently for a few shirts and the book of pf.
Received the shirts so far still waiting for the book :-)

Gonna have to wait until the end of the month to order the latest CD.
(In African terms it's fairly costly but well worth it.)

Basically what I am saying is...
Are there any African distributors?

If not, I would be more than willing to help out with distributing in Africa.

Thanks
Wayne
iQEcBAEBAgAGBQJNrVrPAAoJENzqTnPMiNZl27YIAL3JDnzDcJi4g494zzWj7Oq1
9HmV18XW3VkhFmidZkJHAqV8R/4Djl326bpFpfDArPonc0cPovrQObE3C+cFcBvE
esISVv+vzlFIV1L5i9O6u1BERAGx5pyK7Oxpw9L2Js/VEgrYAds3bCW0S+/7SNG/
9AvECoqZvaBcXcS6i/f9avLK+iLGZckN7XfUghIOCl7tQucrFO0WSumu5b+pT5RF
z6cK+DaMt37a2zjts+Wv0w0UymK6oAIKJ7kzn/CyTFus9vDOQw9OBnhUtWjHCvyW
1J8tBermAg1MdT61UnwlJCPL1eWUU1KBtbDbBbtZkosjh7WGv4mYoWxxmlCUeKM=
=7lb+
-END PGP SIGNATURE-



Re: Wildest Africa Tour

2011-04-04 Thread Wayne Oliver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bloody South Africans!

On 04 Apr 2011, at 4:45 PM, Anton Parol wrote:

 OpenBSD vs a Lion?

 __
 Anton Parol
 Customer Services * Orc Software

 -Original Message-
 From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of
 Bushveld Safaris, Tours and Transfers
 Sent: Monday, April 04, 2011 3:40 PM
 To: misc@openbsd.org
 Subject: Wildest Africa Tour

 Dear Sir / Madam

 I have this agent that has booked a very interesting tailor-made b10 Day
 Wildest Africab tour. He already has 4 people on the tour and still
 marketing to his other clients, as per the below dates, the closing date is
 15
 June 2011. I am looking to try and get a full group and have therefore
opened
 up to all. Please remember to add your recommended 15 % commission.

 Tour suggestion:

 Tour Dates:  31 August 2011 - 9 September 2011

 Duration:  9 Nights / 10 Days

 Number of persons: 6 +

 Tour:  Kruger, Chobe  Victoria Falls - similar to attached itinerary.
You
 would need to book their flights to arrive in Johannesburg and depart from
 Johannesburg. Clients also have the opportunity to add-on an extra day or
two
 in Zimbabwe or a Cape Town add-on tour.

 Quote:

 R28 795.00 per person sharing (15 % single supplement)

 Add-on at Elephant Hills Hotel  (BB) at R1050.00 per person sharing
per
 night

 Included: Air ticket - Victoria Falls to Johannesburg (one-way),
 accommodation (2-4*), transport, guide, meals as indicated, porterage where
 available, conservation fees and all entrance fees as per itinerary.

 Excluded:Passport / visa fees (Zimbabwe - pay in cash on arrival
US$55.00
 per person), travel insurance, phone calls, facsimiles, beverages,
 gratuities,
 items of a personal nature, excess baggage, entrance fees for optional
 excursions not included in the tour.

 Once the quote has been accepted, please confirm, so that we can go ahead
and
 make provisional bookings to avoid any disappointment due to lack of
 availability of accommodation, etc. A 20 % deposit is required for
 confirmation and the balance of payment 60 days before arrival. Please
refer
 to our Standard Terms  Conditions on our website, which becomes a
contract
 on confirmation. Payment can be done by bank transfer or with a credit card
 (7.5 % surcharge on credit card payments).

 Many thanks

 Laurence Marks

 [demime 1.01d removed an attachment of type APPLICATION/DEFANGED which had
a
 name of Sandy Morris - 10 Day - Kruger, Chobe  Victoria Falls
 Tour.28482DEFANGED-doc]


 

 This e-mail is confidential and may contain legally privileged information.
It
 is intended only for the addressees. If you have received this e-mail in
 error, kindly notify us immediately by telephone or e-mail and delete the
 message from your system.
iQEcBAEBAgAGBQJNmeBfAAoJENzqTnPMiNZlcMgIAIjiGzVoSe2FPQ05pro6KCA4
pkUMzR8N4PDSXeWodDyJPni2IKc1HwEiv1KZ2ohkRfDtn+ClYZ8ObEpzBea0IoJe
sHpnFVs43VmG4A3WyBNLlSoZ5NTuE6cJwTDfJxHMhbfnNwPMIdID9pjOtrHbcJAx
yn9pYG8QWfULtMl7UZ7s7TTocEFzyEDcVYqWjzvXHP180fVKvgMF/tQyf2vCH2Lw
ZFj+uK265tTw/QHfXpKeC7a5aOaPKTJdxAkJHLIVev8SWqsfzxooVWKxpcmwDQ7s
o8n5y1eJx5JUFD8jXJYGLHyXYmtgxqo8eI+nIzR8/bz6MkxgHPhleTv+0YMhafo=
=JwSI
-END PGP SIGNATURE-