9front - general discussion about 9front
 help / color / mirror / Atom feed
* cpu/auth
@ 2020-07-27  1:12 thinktankworkspaces
  2020-07-27 12:10 ` [9front] cpu/auth theinicke
  0 siblings, 1 reply; 15+ messages in thread
From: thinktankworkspaces @ 2020-07-27  1:12 UTC (permalink / raw)
  To: 9front

How to get this to reboot without entering 'Enter Key'



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-27  1:12 cpu/auth thinktankworkspaces
@ 2020-07-27 12:10 ` theinicke
  2020-07-27 17:12   ` William Gunnells
                     ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: theinicke @ 2020-07-27 12:10 UTC (permalink / raw)
  To: 9front

> How to get this to reboot without entering 'Enter Key'

Trying to guess what you mean; I suppose you are looking for nobootprompt option (see plan9.ini(8)) in plan9.ini (e.g. duplicate bootargs line and replace bootargs with nobootprompt on that line -> on reboot you will no longer get a boot prompt at which pressing Enter is needed to continue booting..)

--
Tobias Heinicke



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-27 12:10 ` [9front] cpu/auth theinicke
@ 2020-07-27 17:12   ` William Gunnells
  2020-07-28  3:02   ` William Gunnells
  2020-07-28  3:15   ` William Gunnells
  2 siblings, 0 replies; 15+ messages in thread
From: William Gunnells @ 2020-07-27 17:12 UTC (permalink / raw)
  To: 9front

yea that tuple does not work for me

> On Jul 27, 2020, at 5:10 AM, theinicke@bss-wf.de wrote:
> 
>> How to get this to reboot without entering 'Enter Key'
> 
> Trying to guess what you mean; I suppose you are looking for nobootprompt option (see plan9.ini(8)) in plan9.ini (e.g. duplicate bootargs line and replace bootargs with nobootprompt on that line -> on reboot you will no longer get a boot prompt at which pressing Enter is needed to continue booting..)
> 
> --
> Tobias Heinicke
> 



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-27 12:10 ` [9front] cpu/auth theinicke
  2020-07-27 17:12   ` William Gunnells
@ 2020-07-28  3:02   ` William Gunnells
  2020-07-28  3:15   ` William Gunnells
  2 siblings, 0 replies; 15+ messages in thread
From: William Gunnells @ 2020-07-28  3:02 UTC (permalink / raw)
  To: 9front

is it supposed to be the last line. I still need to hit enter

> On Jul 27, 2020, at 5:10 AM, theinicke@bss-wf.de wrote:
> 
>> How to get this to reboot without entering 'Enter Key'
> 
> Trying to guess what you mean; I suppose you are looking for nobootprompt option (see plan9.ini(8)) in plan9.ini (e.g. duplicate bootargs line and replace bootargs with nobootprompt on that line -> on reboot you will no longer get a boot prompt at which pressing Enter is needed to continue booting..)
> 
> --
> Tobias Heinicke
> 



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-27 12:10 ` [9front] cpu/auth theinicke
  2020-07-27 17:12   ` William Gunnells
  2020-07-28  3:02   ` William Gunnells
@ 2020-07-28  3:15   ` William Gunnells
  2020-07-28  3:51     ` Xiao-Yong Jin
  2 siblings, 1 reply; 15+ messages in thread
From: William Gunnells @ 2020-07-28  3:15 UTC (permalink / raw)
  To: 9front

my plan9.ini
bootfile=9pc
nobootprompt=local!/dev/sdC0/fscache tcp!*!564
mouseport=ps2
monitor=vesa
vgasize=1024x768x16
service=cpu

i did notice however that I do have some errors 
usage: cwfs64x [ -csC ] ….
mount: sys: write on closed pip pc=0x00001868
mount -c #s/boot /root: 160: sys: write on closed pip pc=0x00001868

My system seems to work fine regardless of the errors but I still have to hit enter key

this still shows up
bootargs is (tcp, tls, il, local!device)[local!/dev/sdC0/fscache]



> On Jul 27, 2020, at 5:10 AM, theinicke@bss-wf.de wrote:
> 
>> How to get this to reboot without entering 'Enter Key'
> 
> Trying to guess what you mean; I suppose you are looking for nobootprompt option (see plan9.ini(8)) in plan9.ini (e.g. duplicate bootargs line and replace bootargs with nobootprompt on that line -> on reboot you will no longer get a boot prompt at which pressing Enter is needed to continue booting..)
> 
> --
> Tobias Heinicke
> 



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  3:15   ` William Gunnells
@ 2020-07-28  3:51     ` Xiao-Yong Jin
  2020-07-28  5:03       ` William Gunnells
  0 siblings, 1 reply; 15+ messages in thread
From: Xiao-Yong Jin @ 2020-07-28  3:51 UTC (permalink / raw)
  To: 9front


> On Jul 27, 2020, at 10:15 PM, William Gunnells <gunnells@gmail.com> wrote:
> 
> my plan9.ini
> bootfile=9pc
> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
> mouseport=ps2
> monitor=vesa
> vgasize=1024x768x16
> service=cpu
> 
> i did notice however that I do have some errors 
> usage: cwfs64x [ -csC ] ….
> mount: sys: write on closed pip pc=0x00001868
> mount -c #s/boot /root: 160: sys: write on closed pip pc=0x00001868
> 
>> On Jul 27, 2020, at 5:10 AM, theinicke@bss-wf.de wrote:
>> 
>>> How to get this to reboot without entering 'Enter Key'
>> 
>> Trying to guess what you mean; I suppose you are looking for nobootprompt option (see plan9.ini(8)) in plan9.ini (e.g. duplicate bootargs line and replace bootargs with nobootprompt on that line -> on reboot you will no longer get a boot prompt at which pressing Enter is needed to continue booting..)

Read Tobias's instruction again.
"... duplicate bootargs line ..."

>> --
>> Tobias Heinicke
>> 
> 



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  3:51     ` Xiao-Yong Jin
@ 2020-07-28  5:03       ` William Gunnells
  2020-07-28  5:21         ` William Gunnells
  2020-07-28  5:25         ` Kurt H Maier
  0 siblings, 2 replies; 15+ messages in thread
From: William Gunnells @ 2020-07-28  5:03 UTC (permalink / raw)
  To: 9front

This is all I have in the ini file
bootfile=9pc
nobootprompt=local!/dev/sdC0/fscache tcp!*!564
mouseport=ps2
monitor=vesa
vgasize=1024x768x16
service=cpu

how do you see a duplicate. I’m confused?



> On Jul 27, 2020, at 8:51 PM, Xiao-Yong Jin <meta.jxy@gmail.com> wrote:
> 
>> 
>> On Jul 27, 2020, at 10:15 PM, William Gunnells <gunnells@gmail.com> wrote:
>> 
>> my plan9.ini
>> bootfile=9pc
>> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>> mouseport=ps2
>> monitor=vesa
>> vgasize=1024x768x16
>> service=cpu
>> 
>> i did notice however that I do have some errors 
>> usage: cwfs64x [ -csC ] ….
>> mount: sys: write on closed pip pc=0x00001868
>> mount -c #s/boot /root: 160: sys: write on closed pip pc=0x00001868
>> 
>>> On Jul 27, 2020, at 5:10 AM, theinicke@bss-wf.de wrote:
>>> 
>>>> How to get this to reboot without entering 'Enter Key'
>>> 
>>> Trying to guess what you mean; I suppose you are looking for nobootprompt option (see plan9.ini(8)) in plan9.ini (e.g. duplicate bootargs line and replace bootargs with nobootprompt on that line -> on reboot you will no longer get a boot prompt at which pressing Enter is needed to continue booting..)
> 
> Read Tobias's instruction again.
> "... duplicate bootargs line ..."
> 
>>> --
>>> Tobias Heinicke



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  5:03       ` William Gunnells
@ 2020-07-28  5:21         ` William Gunnells
  2020-07-28  5:25         ` Kurt H Maier
  1 sibling, 0 replies; 15+ messages in thread
From: William Gunnells @ 2020-07-28  5:21 UTC (permalink / raw)
  To: 9front

Well this is a waste. Now I can’t even get in

> On Jul 27, 2020, at 10:03 PM, William Gunnells <gunnells@gmail.com> wrote:
> 
> This is all I have in the ini file
> bootfile=9pc
> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
> mouseport=ps2
> monitor=vesa
> vgasize=1024x768x16
> service=cpu
> 
> how do you see a duplicate. I’m confused?
> 
> 
> 
>> On Jul 27, 2020, at 8:51 PM, Xiao-Yong Jin <meta.jxy@gmail.com> wrote:
>> 
>>> 
>>> On Jul 27, 2020, at 10:15 PM, William Gunnells <gunnells@gmail.com> wrote:
>>> 
>>> my plan9.ini
>>> bootfile=9pc
>>> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>>> mouseport=ps2
>>> monitor=vesa
>>> vgasize=1024x768x16
>>> service=cpu
>>> 
>>> i did notice however that I do have some errors 
>>> usage: cwfs64x [ -csC ] ….
>>> mount: sys: write on closed pip pc=0x00001868
>>> mount -c #s/boot /root: 160: sys: write on closed pip pc=0x00001868
>>> 
>>>> On Jul 27, 2020, at 5:10 AM, theinicke@bss-wf.de wrote:
>>>> 
>>>>> How to get this to reboot without entering 'Enter Key'
>>>> 
>>>> Trying to guess what you mean; I suppose you are looking for nobootprompt option (see plan9.ini(8)) in plan9.ini (e.g. duplicate bootargs line and replace bootargs with nobootprompt on that line -> on reboot you will no longer get a boot prompt at which pressing Enter is needed to continue booting..)
>> 
>> Read Tobias's instruction again.
>> "... duplicate bootargs line ..."
>> 
>>>> --
>>>> Tobias Heinicke
> 



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  5:03       ` William Gunnells
  2020-07-28  5:21         ` William Gunnells
@ 2020-07-28  5:25         ` Kurt H Maier
  2020-07-28  5:47           ` William Gunnells
                             ` (2 more replies)
  1 sibling, 3 replies; 15+ messages in thread
From: Kurt H Maier @ 2020-07-28  5:25 UTC (permalink / raw)
  To: 9front

On Mon, Jul 27, 2020 at 10:03:02PM -0700, William Gunnells wrote:
> This is all I have in the ini file
> bootfile=9pc
> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
> mouseport=ps2
> monitor=vesa
> vgasize=1024x768x16
> service=cpu
> 
> how do you see a duplicate. I’m confused?

duplicate was an imperative verb, not an adjective

	bootargs=local!/dev/sdC0/fscache tcp!*!564

becomes

	bootargs=local!/dev/sdC0/fscache tcp!*!564
	nobootprompt=local!/dev/sdC0/fscache tcp!*!564


khm


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  5:25         ` Kurt H Maier
@ 2020-07-28  5:47           ` William Gunnells
  2020-07-28  5:52             ` William Gunnells
  2020-07-28  6:11             ` Stanley Lieber
  2020-07-28  9:37           ` Ethan Gardener
  2020-07-28  9:58           ` hiro
  2 siblings, 2 replies; 15+ messages in thread
From: William Gunnells @ 2020-07-28  5:47 UTC (permalink / raw)
  To: 9front

Yea this gives me a boot loop where I still have to hit enter and it reboots over and over again. 
The only way around is to mount with the boot cd then manual mount fscache to change it back. 
Such a pain. 

According to your advice the plan9.ini should contain the following:

bootfile=9pc
bootargs=local!/dev/sdC0/fscache tcp!*!564
nobootprompt=local!/dev/sdC0/fscache tcp!*!564
mouseport=ps2
monitor=vesa
vgasize=1024x768x16
service=cpu

If that is correct then. Not this does not work. I’m in a boot loop. 


> On Jul 27, 2020, at 10:25 PM, Kurt H Maier <khm@sciops.net> wrote:
> 
> On Mon, Jul 27, 2020 at 10:03:02PM -0700, William Gunnells wrote:
>> This is all I have in the ini file
>> bootfile=9pc
>> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>> mouseport=ps2
>> monitor=vesa
>> vgasize=1024x768x16
>> service=cpu
>> 
>> how do you see a duplicate. I’m confused?
> 
> duplicate was an imperative verb, not an adjective
> 
> 	bootargs=local!/dev/sdC0/fscache tcp!*!564
> 
> becomes
> 
> 	bootargs=local!/dev/sdC0/fscache tcp!*!564
> 	nobootprompt=local!/dev/sdC0/fscache tcp!*!564
> 
> 
> khm



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  5:47           ` William Gunnells
@ 2020-07-28  5:52             ` William Gunnells
  2020-07-28  6:11             ` Stanley Lieber
  1 sibling, 0 replies; 15+ messages in thread
From: William Gunnells @ 2020-07-28  5:52 UTC (permalink / raw)
  To: 9front

For the love of @#$%

this is what works

bootfile=9pc
bootargs=local!/dev/sdC0/fscache tcp!*!564
nobootprompt=local!/dev/sdC0/fscache
mouseport=ps2
monitor=vesa
vgasize=1024x768x16
service=cpu

I can’t have the extra args on the end otherwise it will loop. Is this expected. Without it the system boots without a prompt



> On Jul 27, 2020, at 10:47 PM, William Gunnells <gunnells@gmail.com> wrote:
> 
> Yea this gives me a boot loop where I still have to hit enter and it reboots over and over again. 
> The only way around is to mount with the boot cd then manual mount fscache to change it back. 
> Such a pain. 
> 
> According to your advice the plan9.ini should contain the following:
> 
> bootfile=9pc
> bootargs=local!/dev/sdC0/fscache tcp!*!564
> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
> mouseport=ps2
> monitor=vesa
> vgasize=1024x768x16
> service=cpu
> 
> If that is correct then. Not this does not work. I’m in a boot loop. 
> 
> 
>> On Jul 27, 2020, at 10:25 PM, Kurt H Maier <khm@sciops.net> wrote:
>> 
>> On Mon, Jul 27, 2020 at 10:03:02PM -0700, William Gunnells wrote:
>>> This is all I have in the ini file
>>> bootfile=9pc
>>> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>>> mouseport=ps2
>>> monitor=vesa
>>> vgasize=1024x768x16
>>> service=cpu
>>> 
>>> how do you see a duplicate. I’m confused?
>> 
>> duplicate was an imperative verb, not an adjective
>> 
>> 	bootargs=local!/dev/sdC0/fscache tcp!*!564
>> 
>> becomes
>> 
>> 	bootargs=local!/dev/sdC0/fscache tcp!*!564
>> 	nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>> 
>> 
>> khm
> 



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  5:47           ` William Gunnells
  2020-07-28  5:52             ` William Gunnells
@ 2020-07-28  6:11             ` Stanley Lieber
  2020-07-28  6:35               ` thinktankworkspaces
  1 sibling, 1 reply; 15+ messages in thread
From: Stanley Lieber @ 2020-07-28  6:11 UTC (permalink / raw)
  To: 9front

On July 28, 2020 1:47:57 AM EDT, William Gunnells <gunnells@gmail.com> wrote:
>Yea this gives me a boot loop where I still have to hit enter and it
>reboots over and over again. 
>The only way around is to mount with the boot cd then manual mount
>fscache to change it back. 
>Such a pain. 
>
>According to your advice the plan9.ini should contain the following:
>
>bootfile=9pc
>bootargs=local!/dev/sdC0/fscache tcp!*!564
>nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>mouseport=ps2
>monitor=vesa
>vgasize=1024x768x16
>service=cpu
>
>If that is correct then. Not this does not work. I’m in a boot loop. 
>
>
>> On Jul 27, 2020, at 10:25 PM, Kurt H Maier <khm@sciops.net> wrote:
>> 
>> On Mon, Jul 27, 2020 at 10:03:02PM -0700, William Gunnells wrote:
>>> This is all I have in the ini file
>>> bootfile=9pc
>>> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>>> mouseport=ps2
>>> monitor=vesa
>>> vgasize=1024x768x16
>>> service=cpu
>>> 
>>> how do you see a duplicate. I’m confused?
>> 
>> duplicate was an imperative verb, not an adjective
>> 
>> 	bootargs=local!/dev/sdC0/fscache tcp!*!564
>> 
>> becomes
>> 
>> 	bootargs=local!/dev/sdC0/fscache tcp!*!564
>> 	nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>> 
>> 
>> khm

the reason it's failing is because the command is invalid. tcp!*!564 is an argument to the -a flag, which you omitted:

http://fqa.9front.org/fqa7.html#7.3.3

sl


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  6:11             ` Stanley Lieber
@ 2020-07-28  6:35               ` thinktankworkspaces
  0 siblings, 0 replies; 15+ messages in thread
From: thinktankworkspaces @ 2020-07-28  6:35 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

Sorry I'm responding on plan9 with a differnt email. Now that this is working. 

But the '-a' flag does not give me an error. It only announces the listener on port 564. I really don't believe its required. Am I wrong about that?

[-- Attachment #2: Type: message/rfc822, Size: 4799 bytes --]

From: Stanley Lieber <sl@stanleylieber.com>
To: 9front@9front.org
Subject: Re: [9front] cpu/auth
Date: Tue, 28 Jul 2020 02:11:06 -0400
Message-ID: <5C8E793E-BF86-40F7-8A88-532A3C3A0691@stanleylieber.com>

On July 28, 2020 1:47:57 AM EDT, William Gunnells <gunnells@gmail.com> wrote:
>Yea this gives me a boot loop where I still have to hit enter and it
>reboots over and over again. 
>The only way around is to mount with the boot cd then manual mount
>fscache to change it back. 
>Such a pain. 
>
>According to your advice the plan9.ini should contain the following:
>
>bootfile=9pc
>bootargs=local!/dev/sdC0/fscache tcp!*!564
>nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>mouseport=ps2
>monitor=vesa
>vgasize=1024x768x16
>service=cpu
>
>If that is correct then. Not this does not work. I’m in a boot loop. 
>
>
>> On Jul 27, 2020, at 10:25 PM, Kurt H Maier <khm@sciops.net> wrote:
>> 
>> On Mon, Jul 27, 2020 at 10:03:02PM -0700, William Gunnells wrote:
>>> This is all I have in the ini file
>>> bootfile=9pc
>>> nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>>> mouseport=ps2
>>> monitor=vesa
>>> vgasize=1024x768x16
>>> service=cpu
>>> 
>>> how do you see a duplicate. I’m confused?
>> 
>> duplicate was an imperative verb, not an adjective
>> 
>> 	bootargs=local!/dev/sdC0/fscache tcp!*!564
>> 
>> becomes
>> 
>> 	bootargs=local!/dev/sdC0/fscache tcp!*!564
>> 	nobootprompt=local!/dev/sdC0/fscache tcp!*!564
>> 
>> 
>> khm

the reason it's failing is because the command is invalid. tcp!*!564 is an argument to the -a flag, which you omitted:

http://fqa.9front.org/fqa7.html#7.3.3

sl

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  5:25         ` Kurt H Maier
  2020-07-28  5:47           ` William Gunnells
@ 2020-07-28  9:37           ` Ethan Gardener
  2020-07-28  9:58           ` hiro
  2 siblings, 0 replies; 15+ messages in thread
From: Ethan Gardener @ 2020-07-28  9:37 UTC (permalink / raw)
  To: 9front

On Tue, Jul 28, 2020, at 6:25 AM, Kurt H Maier wrote:
> 
> 	bootargs=local!/dev/sdC0/fscache tcp!*!564
> 	nobootprompt=local!/dev/sdC0/fscache tcp!*!564

Why both? I just replace bootargs with nobootprompt.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [9front] cpu/auth
  2020-07-28  5:25         ` Kurt H Maier
  2020-07-28  5:47           ` William Gunnells
  2020-07-28  9:37           ` Ethan Gardener
@ 2020-07-28  9:58           ` hiro
  2 siblings, 0 replies; 15+ messages in thread
From: hiro @ 2020-07-28  9:58 UTC (permalink / raw)
  To: 9front

> duplicate was an imperative verb, not an adjective

no


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-07-28  9:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27  1:12 cpu/auth thinktankworkspaces
2020-07-27 12:10 ` [9front] cpu/auth theinicke
2020-07-27 17:12   ` William Gunnells
2020-07-28  3:02   ` William Gunnells
2020-07-28  3:15   ` William Gunnells
2020-07-28  3:51     ` Xiao-Yong Jin
2020-07-28  5:03       ` William Gunnells
2020-07-28  5:21         ` William Gunnells
2020-07-28  5:25         ` Kurt H Maier
2020-07-28  5:47           ` William Gunnells
2020-07-28  5:52             ` William Gunnells
2020-07-28  6:11             ` Stanley Lieber
2020-07-28  6:35               ` thinktankworkspaces
2020-07-28  9:37           ` Ethan Gardener
2020-07-28  9:58           ` hiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).