Budget Cleaners Tax Invoice

2019-07-19 Thread Budget Cleaners ® via freebsd-stable


 
You have received an Invoice
Budget Cleaners
from Budget Cleaners



View your invoice online:

https://accounting.sageone.co.za/customerzone/invoice/viewinvoice?TypeId=1&Key=ffd62228-a6b3-4a8a-bb26-2ca3c5165bba&T=1&TraceId=30491393


Dear Valued Client.
Thank You, for using Budget Cleaners, please kindly make payment for your Tax 
invoice as stated on the above link.
Please Note, all accounts are STRICTLY payable by the 20th of each month, 
unless prior arrangements have been made with the Accounts Dept.

Thank You.
Kind Regards.
Budget Cleaners Management.


Generated by Accounting

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: efi and serial console (solved)

2019-07-19 Thread Mike Tancsa
On 7/19/2019 6:24 PM, Freddie Cash wrote:
> On Fri, Jul 19, 2019, 12:59 PM mike tancsa,  > wrote:
>
> I installed a RELENG12 snapshot from July 11th and having a hard time
> getting serial console to work. In the past, I would have something
> simple like
>
>
> ttyu0   "/usr/libexec/getty std.115200  vt100   on secure
>
>
> Typos courtesy of my phone's keyboard.

   I think your sig helped me see the error of my ways!  There was no
closing quote :(  Hence, no getty startup!

Sorry for the noise people!

    ---Mike

-- 
---
Mike Tancsa, tel +1 519 651 3400 x203
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: efi and serial console

2019-07-19 Thread Mike Tancsa
On 7/19/2019 5:15 PM, Sean Bruno wrote:
> I assume that you changed the default here as my machine's /etc/ttys
> looks different?
>
> sbruno@alice:~ % grep ttyu0 /etc/ttys
> ttyu0 "/usr/libexec/getty 3wire"  vt100   onifconsole secure


Hi, I did and then did a kill -1 1

but no luck.  init doesnt want to load up a getty off ttyu0 for some
reason.  The port works.

If I do

cu -s 115200 -l /dev/cuau0

I can talk to the other side and vice versa.  If I manually start up
getty from the shell, it works then too.  But I cant get getty to start
from /etc/ttys


    ---Mike

>
> sean
>

-- 
---
Mike Tancsa, tel +1 519 651 3400 x203
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: efi and serial console

2019-07-19 Thread Freddie Cash
On Fri, Jul 19, 2019, 12:59 PM mike tancsa,  wrote:

> I installed a RELENG12 snapshot from July 11th and having a hard time
> getting serial console to work. In the past, I would have something
> simple like
>
>
> ttyu0   "/usr/libexec/getty std.115200  vt100   on secure
>

Use 3wire.115200 instead and see if that works. We had to switch to that
with 11.0+ in order to get a working serial console on our Supermicro
motherboards (AMD Opteron and Epyc).

Cheers,
Freddie

Typos courtesy of my phone's keyboard.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Updating from 11.2p10 to p11 fails to builld /sbin/rescue on DIR_ROUNDUP

2019-07-19 Thread J David
Hello all,

In the course of updating from FreeBSD 11.2p10 to p11, we receive the
following error message from buildworld:

clang -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/mount
-DRESCUE -MD  -MF.depend.dir.o -MTdir.o -std=gnu99
-fstack-protector-strong -Wsystem-headers -Werror -Wall
-Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body
-Wno-string-plus-int -Wno-unused-const-variable
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef
-Wno-address-of-packed-member -Wno-switch -Wno-switch-enum
-Wno-knr-promoted-parameter  -Qunused-arguments  -c
/usr/src/sbin/fsck_ffs/dir.c -o dir.o
/usr/src/sbin/fsck_ffs/dir.c:237:23: error: use of undeclared identifier
  'DIR_ROUNDUP'
(dp->d_reclen & (DIR_ROUNDUP - 1)) != 0)
 ^
/usr/src/sbin/fsck_ffs/dir.c:285:33: error: use of undeclared identifier
  'DIR_ROUNDUP'
unused = roundup2(namlen + 1, DIR_ROUNDUP) - (namlen + 1);
  ^
/usr/src/sbin/fsck_ffs/dir.c:285:33: error: use of undeclared identifier
  'DIR_ROUNDUP'
3 errors generated.
*** Error code 1

Stop.
make[6]: stopped in /usr/src/sbin/fsck_ffs
*** Error code 1

Stop.
make[5]: stopped in /usr/obj/usr/src/rescue/rescue
*** Error code 1

Stop.
make[4]: stopped in /usr/src/rescue/rescue
*** Error code 1

Stop.
make[3]: stopped in /usr/src/rescue
*** Error code 1

Stop.
make[2]: stopped in /usr/src
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

There's nothing in UPDATING about this, and 11.3 builds OK on the same platform.

Did I miss or forget a step?

Thanks for any advice!
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: efi and serial console

2019-07-19 Thread Sean Bruno


On 2019-07-19 13:58, mike tancsa wrote:
> I installed a RELENG12 snapshot from July 11th and having a hard time
> getting serial console to work. In the past, I would have something
> simple like
> 
> 
> ttyu0   "/usr/libexec/getty std.115200  vt100   on secure
> 
> in /etc/ttys
> 
> and in /boot/loader.conf
> 
> console="comconsole,vidconsole"
> comconsole_speed="115200"   # Set the current serial console speed
> 
> With some googling, I did find I now have to use  in /boot/loader.conf
> 
> boot_multicons="YES"
> boot_serial="YES"
> console="comconsole,efi"
> comconsole_speed="115200"  
> 
> However, I can never get getty to automatically start up. I have
> 
> 
> # grep u0 /etc/ttys
> ttyu0   "/usr/libexec/getty std.115200  vt100   on secure
> #
> 
> but at boot up time, I can see on my serial connection the boot loader
> etc and everything prints out to
> 
> Configuring vt: blanktime.
> Performing sanity check on sshd configuration.
> Starting sshd.
> Starting sendmail_submit.
> igb0: link state changed to UP
> Starting sendmail_msp_queue.
> Starting cron.
> Starting backgrou
> 
> 
> and then nothing.  No login prompt and I dont see getty running on the
> serial port. If I ssh in and then do a
> 
> /usr/libexec/getty std.115200 ttyu0
> 
> 
> up pops the login prompt and I can login over serial. However, I have to
> login as a non root user first.  Any idea what I am missing ?
> 
>     ---Mike
> 
> 
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
> 



I assume that you changed the default here as my machine's /etc/ttys
looks different?

sbruno@alice:~ % grep ttyu0 /etc/ttys
ttyu0   "/usr/libexec/getty 3wire"  vt100   onifconsole secure


sean



signature.asc
Description: OpenPGP digital signature


efi and serial console

2019-07-19 Thread mike tancsa
I installed a RELENG12 snapshot from July 11th and having a hard time
getting serial console to work. In the past, I would have something
simple like


ttyu0   "/usr/libexec/getty std.115200  vt100   on secure

in /etc/ttys

and in /boot/loader.conf

console="comconsole,vidconsole"
comconsole_speed="115200"   # Set the current serial console speed

With some googling, I did find I now have to use  in /boot/loader.conf

boot_multicons="YES"
boot_serial="YES"
console="comconsole,efi"
comconsole_speed="115200"  

However, I can never get getty to automatically start up. I have


# grep u0 /etc/ttys
ttyu0   "/usr/libexec/getty std.115200  vt100   on secure
#

but at boot up time, I can see on my serial connection the boot loader
etc and everything prints out to

Configuring vt: blanktime.
Performing sanity check on sshd configuration.
Starting sshd.
Starting sendmail_submit.
igb0: link state changed to UP
Starting sendmail_msp_queue.
Starting cron.
Starting backgrou


and then nothing.  No login prompt and I dont see getty running on the
serial port. If I ssh in and then do a

/usr/libexec/getty std.115200 ttyu0


up pops the login prompt and I can login over serial. However, I have to
login as a non root user first.  Any idea what I am missing ?

    ---Mike


___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


ZFS root mount regression

2019-07-19 Thread Garrett Wollman
I recently upgraded several file servers from 11.2 to 11.3.  All of
them boot from a ZFS pool called "tank" (the data is in a different
pool).  In a couple of instances (which caused me to have to take a
late-evening 140-mile drive to the remote data center where they are
located), the servers crashed at the root mount phase.  In one case,
it bailed out with error 5 (I believe that's [EIO]) to the usual
mountroot prompt.  In the second case, the kernel panicked instead.

The root cause (no pun intended) on both servers was a disk which was
supplied by the vendor with a label on it that claimed to be part of
the "tank" pool, and for some reason the 11.3 kernel was trying to
mount that (faulted) pool rather than the real one.  The disks and
pool configuration were unchanged from 11.2 (and probably 11.1 as
well) so I am puzzled.

Other than laboriously running "zpool labelclear -f /dev/somedisk" for
every piece of media that comes into my hands, is there anything else
I could have done to avoid this?

-GAWollman

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"