I was preparing to install the 10.0-RELEASE image from a USB key today. After boot up, I selected 'shell' in order to wipe the drive to which I'm installing using
The pound (#) is the root prompt selecting 'SHELL' from the installer. I typed in 'what is here in the log now' and then tailed the log, to whit:
Every key stroke typed, including /r, and then the complete line typed show up as individual log messages. Is this intended? Or do we have a problem, Houston?
Cheers!
~r
dd if=/dev/zero ... etc. It came back immediately, which was surprising. I looked at /var/log/messages and saw my keystrokes in the file. I then did a test as follows:The pound (#) is the root prompt selecting 'SHELL' from the installer. I typed in 'what is here in the log now' and then tailed the log, to whit:
Code:
# what is here in the log now?
what: is: No such file or directory
what: here: No such file or directory
what: in: No such file or directory
what: the: No such file or directory
what: log: No such file or directory
what: now?: No such file or directory
# tail /var/log/messages
May 1 15:25:50 kernel: o
May 1 15:25:50 kernel: g
May 1 15:25:51 kernel: n
May 1 15:25:51 kernel: o
May 1 15:25:51 kernel: w
May 1 15:25:52 kernel: ?
May 1 15:25:53 kernel:
May 1 15:25:54 kernel: what is here in the log now?
ls
May 1 15:25:55 kerneltail /var/log/messages
#
Every key stroke typed, including /r, and then the complete line typed show up as individual log messages. Is this intended? Or do we have a problem, Houston?
Cheers!
~r