Would it be possible to get the DIAL install to enable serial console during install and after installation? I run all my systems headless and actually had an issue finding a monitor yesterday to install on a non server hardware lacking IPMI/iLO. Serial would be a nice to have on ttyS0, 115200n8 by default. Thoughts? -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net
I'll second that motion... On Mon, Apr 4, 2016 at 5:04 PM, Bryan Fields <Bryan@bryanfields.net> wrote:
Would it be possible to get the DIAL install to enable serial console during install and after installation?
I run all my systems headless and actually had an issue finding a monitor yesterday to install on a non server hardware lacking IPMI/iLO. Serial would be a nice to have on ttyS0, 115200n8 by default.
Thoughts? -- Bryan Fields
727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
The current (new) version of Dial for the RPiX has a new script, that, when booted, "says" the obtained IP address out the built-in audio line out jack. That way, it can "tell" you what its IP address is. Jim ________________________________________ From: app_rpt-users-bounces@ohnosec.org <app_rpt-users-bounces@ohnosec.org> on behalf of Joe Bennett <aprs@ka3nam.com> Sent: Monday, April 4, 2016 3:44 PM Cc: APP RPT Subject: Re: [App_rpt-users] DIAL serial console? I'll second that motion... On Mon, Apr 4, 2016 at 5:04 PM, Bryan Fields <Bryan@bryanfields.net> wrote:
Would it be possible to get the DIAL install to enable serial console during install and after installation?
I run all my systems headless and actually had an issue finding a monitor yesterday to install on a non server hardware lacking IPMI/iLO. Serial would be a nice to have on ttyS0, 115200n8 by default.
Thoughts? -- Bryan Fields
727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
On what hardware platform would you like a serial console available? On 04/04/2016 06:44 PM, Joe Bennett wrote:
I'll second that motion...
On Mon, Apr 4, 2016 at 5:04 PM, Bryan Fields <Bryan@bryanfields.net> wrote:
Would it be possible to get the DIAL install to enable serial console during install and after installation?
I run all my systems headless and actually had an issue finding a monitor yesterday to install on a non server hardware lacking IPMI/iLO. Serial would be a nice to have on ttyS0, 115200n8 by default.
Thoughts? -- Bryan Fields
727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
I also run all my servers headless. The RPi2 has ttyAMA0 enable at boot. On the x86 machines, I'll look into it for the next rev. On 04/04/2016 06:04 PM, Bryan Fields wrote:
Would it be possible to get the DIAL install to enable serial console during install and after installation?
I run all my systems headless and actually had an issue finding a monitor yesterday to install on a non server hardware lacking IPMI/iLO. Serial would be a nice to have on ttyS0, 115200n8 by default.
Thoughts?
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
On 4/4/16 7:15 PM, Steve Zingman wrote:
On the x86 machines, I'll look into it for the next rev.
Thanks, it's really easy, just add this in /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="console=tty0 console=ttyS0,115200n8" GRUB_CMDLINE_LINUX="boolean true console=tty0 console=ttyS0,115200n8" GRUB_TERMINAL=serial GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1" I don't run the rpi images, guess I'm old school like that with my RTCMs and pciradio cards. They sound great btw. -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net
Yes, That will work for once DIAL has installed and before it builds DAHDI and asterisk. I'll look into having the installer startup a serial console. On 04/04/2016 07:30 PM, Bryan Fields wrote:
On 4/4/16 7:15 PM, Steve Zingman wrote:
On the x86 machines, I'll look into it for the next rev. Thanks, it's really easy, just add this in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="console=tty0 console=ttyS0,115200n8" GRUB_CMDLINE_LINUX="boolean true console=tty0 console=ttyS0,115200n8"
GRUB_TERMINAL=serial GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
I don't run the rpi images, guess I'm old school like that with my RTCMs and pciradio cards. They sound great btw.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
x86 for me... RPi's will eventually happen, but not right now... -Joe KA3NAM On Mon, Apr 4, 2016 at 6:15 PM, Steve Zingman <szingman@msgstor.com> wrote:
I also run all my servers headless. The RPi2 has ttyAMA0 enable at boot. On the x86 machines, I'll look into it for the next rev.
On 04/04/2016 06:04 PM, Bryan Fields wrote:
Would it be possible to get the DIAL install to enable serial console during install and after installation?
I run all my systems headless and actually had an issue finding a monitor yesterday to install on a non server hardware lacking IPMI/iLO. Serial would be a nice to have on ttyS0, 115200n8 by default.
Thoughts?
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (4)
-
Bryan Fields -
Jim Duuuude -
Joe Bennett -
Steve Zingman