Re: please ignore -- final test ?????? in posts

2018-03-16 Thread Larry Hynes
niya  wrote:
> 
> 
> On 16/03/2018 12:51, Larry Hynes wrote:
> > Hi
> >
> > niya  wrote:
> >> if anybody does read this post
> >>
> >> i'm trying to narrow down why i'm getting rows of ??
> >>
> >> when i cut and paste information from the console to my mail client
> >>
> >> i use thunderbird to compose my mail
> >>
> >>
> >> #test VM
> >> vm "base-vm" {
> >>       boot "/bsd"
> > Your messages include non-breaking spaces (' ')[0], which are possibly
> > showing as '?' for you.
> >
> > For example, in the line above
> >
> >      boot "/bsd"
> >
> > that line is preceded by seven non-breaking spaces.
> >
> > So it is possible that when you cut and paste information to your
> > mail client it represents those characters as '?'.
> >
> > [0]: https://unicode-table.com/en/00A0/
> 
> Hi Larry
> thanks for the reply
> do you have a suggestion how i would fix this before posting and messing 
> up the mail received by the list ?
> shadrock

Hi

I don't know enough about your local setup to make any suggestions.
(A simple solution would be to find and replace all non-breaking
spaces on any mails you send.)



Re: please ignore -- final test ?????? in posts

2018-03-16 Thread niya



On 16/03/2018 12:51, Larry Hynes wrote:

Hi

niya  wrote:

if anybody does read this post

i'm trying to narrow down why i'm getting rows of ??

when i cut and paste information from the console to my mail client

i use thunderbird to compose my mail


#test VM
vm "base-vm" {
      boot "/bsd"

Your messages include non-breaking spaces (' ')[0], which are possibly
showing as '?' for you.

For example, in the line above

     boot "/bsd"

that line is preceded by seven non-breaking spaces.

So it is possible that when you cut and paste information to your
mail client it represents those characters as '?'.

[0]: https://unicode-table.com/en/00A0/


Hi Larry
thanks for the reply
do you have a suggestion how i would fix this before posting and messing 
up the mail received by the list ?

shadrock



please ignore -- final test ?????? in posts

2018-03-16 Thread niya

if anybody does read this post

i'm trying to narrow down why i'm getting rows of ??

when i cut and paste information from the console to my mail client

i use thunderbird to compose my mail


#test VM
vm "base-vm" {
    boot "/bsd"
    enable
    owner alarm
    memory 256M
    disk $img_home vmm_base6.3.img
    interface { switch "local"
    lladdr fe:e1:bb:d1:a8:9d }
    }


switch "local" {
    interface bridge0
}

ifconfig

bridge0: flags=41
    description: switch1-local
    index 4 llprio 3
    groups: bridge
    priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 
proto rstp

    vether0 flags=3
    port 5 ifpriority 0 ifcost 0
    tap0 flags=3
    port 7 ifpriority 0 ifcost 0
vether0: flags=8943 mtu 1500
    lladdr fe:e1:ba:d0:35:c9
    index 5 priority 0 llprio 3
    groups: vether
    media: Ethernet autoselect
    status: active
    inet 10.13.37.1 netmask 0xff00 broadcast 10.13.37.255
pflog0: flags=141 mtu 33136
    index 6 priority 0 llprio 3
    groups: pflog
tap0: flags=8943 mtu 1500
    lladdr fe:e1:ba:d1:41:23
    description: vm1-if0-base-vm
    index 7 priority 0 llprio 3
    groups: tap
    status: active

 cat /etc/dhcpd.conf
option  domain-name "vmm.tissisat.co.uk";
option  domain-name-servers 10.2.1.6, 10.2.1.8;

subnet 10.13.37.0 netmask 255.255.255.0 {
    option routers 10.13.37.1;

    range 10.13.37.32 10.13.37.127;

host base {
    hardware ethernet   fe:e1:bb:d1:a8:9d;
    fixed-address 10.13.37.203;
    }
}