Displaying 12 results from an estimated 12 matches for "comconsole".
2005 Jul 03
1
bin/58951: Some problems with 4.9-RELEASE installation using comconsole
Hi!
Is there anyone interested in fixing 4.x-RELEASE serial console
installation?
Eugene
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
2013 Feb 21
1
IPMI serial console
...loader messages and the getty I enabled after boot I don't get any kernel messages which does somewhat limit the utility..
The BMC creates COM3 (/dev/cuau2) which works with getty. I modified /boot/loader.conf like so..
boot_multicons="yes"
boot_serial="YES"
console="comconsole vidconsole"
comconsole_speed="115200"
# Disable console flags on these 2 ports
hint.uart.0.flags="0x00"
hint.uart.1.flags="0x00"
# Set console flag
hint.uart.2.flags="0x10"
Does anyone have any hints?
--
Daniel O'Connor software and network enginee...
2008 Feb 16
1
Single user mode behaviour with serial console in 7.0RC2
...e single user mode prompt on the
serial console terminal.
Likewise, when I drop to single user mode on the serial console I do not see
the single user prompt on the terminal connected to the box itself.
Is this expected, or have I configured something incorrectly?
In /etc/make.conf I have BOOT_COMCONSOLE_SPEED=115200
In my kernel configuration file I have:
options CONSPEED=115200
I have rebuilt and installed world and the kernel.
In /etc/ttys I have
ttyd0 "/usr/libexec/getty std.115200" vt100 on secure
I have also re-installed the bootstrap code:
cd /usr/src/sys/boot
make...
2009 Mar 27
2
ALT_BREAK_TO... + ILO ... missing something in config ...
...tried using the browser interface into ilo / vsp,
same lack of a result ...
Beyond adding sio device driver to my kernel, I've also got:
options ALT_BREAK_TO_DEBUGGER
options KDB
options DDB
Missing a kernel option maybe?
I have the following in /boot/loader.conf:
comconsole_speed="9600"
console="vidconsole,comconsole" # A comma separated list of console(s)
boot_multicons="-D" # -D: Use multiple consoles
boot_serial="-h" # -h: Use serial console
So ... eithe rI don't have it enabled like I think, or I'm doing the wrong...
2013 Jun 04
3
Serial terminal issues
...with just a serial header on the board. I bought a serial connector backplate in an electronics store and connected it to the board. Could the pinout be different or something?
> cat /boot.config
-D -S19200
> cat /boot/loader.conf
boot_multicons="YES"
boot_serial="YES"
comconsole_speed="19200"
console="comconsole,vidconsole"
> cat /etc/ttys
ttyv0 "/usr/libexec/getty Pc" xterm on secure
# Virtual terminals
ttyv1 "/usr/libexec/getty Pc" xterm on secure
ttyv2 "/usr/libexec/getty Pc" xterm...
2006 Apr 05
2
serial console installation of 6.1-BETA4
Hi,
is the above supposed to work? I tried to follow what is written in the
installation manual: unplugging the keyboard does nothing, booting with
'boot -h' gives me all the kernel's device probing messages on both the
serial console and the normal console, but after 'mounting root from ...'
sysinstall appears on the normal console.
harti
2010 Aug 25
0
gPXE+pxelinux fails with static network config
Hi,
As requested on IRC, here are the step-by-step instructions to reproduce
the failure I see:
On http://rom-o-matic.net/gpxe/gpxe-1.0.1/contrib/rom-o-matic/build.php:
output format: .dsk
NIC type: e1000_82540
x CONSOLE_PCBIOS
x CONSOLE_SERIAL
BANNER_TIMEOUT: 20
COMCONSOLE: 0x3F8
_ COMPRESERVE
COMSPEED: 57600
COMDATA: 8
COMPARITY: 0
COMSTOP: 1
x DOWNLOAD_PROTO_TFTP
x DOWNLOAD_PROTO_HTTP
_ DOWNLOAD_PROTO_HTTPS
_ DOWNLOAD_PROTO_FTP
_ SANBOOT_PROTO_ISCSI
_ SANBOOT_PROTO_AOE
x DNS_RESOLVER
x IMAGE_ELF
x IMAGE_NBI
x IMAGE_MULTIBOOT
x IMAGE_PXE
x IMAGE_SCRIPT
x IMAGE_BZIMA...
2003 Aug 31
1
Filesystem problem
...t 784 0.0 0.1 752 636 d0 D 4:34PM
0:00.02 make all DIRPRFX=i386/libi386/
root 847 0.0 0.0 312 212 d0 D 4:34PM
0:00.00 (cc)
root 848 0.0 0.3 4104 3488 d0 D 4:34PM
0:00.01 (cc1)
root 849 0.0 0.1 928 668 d0 D 4:34PM
0:00.00 /usr/bin/as -o comconsole.o -
last pid: 1252; load averages: 0.00, 0.00, 0.00
up 0+02:37:22
19:04:48
64 processes: 1 running, 63 sleeping
CPU states: 0.0% user, 0.0% nice, 0.0% system,
0.0% interrupt, 100% idle
Mem: 34M Active, 23M Inact, 38M Wired, 204K Cache, 22M
Buf, 906M Fr...
2003 Jul 28
1
ASUS P4BGL-MX hangs
...enabled rl hang
disabled rl hang
enabled fxp hang
disabled fxp hang
I'd trimmed kernel to the smallest set of devices. Hangs happen even when no
ethernet drivers exist in kernel, neither compiled in nor module-loaded.
In the second case (rather useless, you see) I can log in via comconsole and
get pciconf -vl (also attached)
Any thoughts? Thank you in advance.
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet....
2013 Jun 10
1
ACPI Warning, then hang
I'm getting the following warning, and then the system locks:
ACPI Warning: Incorrect checksum in table [(bunch of spaces)] - 0x29,
should be 0x48
Here's a pic: http://db.tt/O6dxONzI
System is on a SuperMicro C7X58 motherboard that I just upgraded to
BIOS 2.0a, which I would like to stay on if possible. I tried
adjusting all the ACPI related BIOS settings without success.
Bryce
2008 Jun 25
3
Problem with /boot/loader
Hello,
I have a problem with loader. I recently upgraded from 6_rel to 7_rel.
Now when I install world there is a problem booting.
Here is what I do:
cd /usr/src
make buildworld
make buildkernel KERNCONF=BLACK
make installkernel KERNCONF=BLACK
At this point I can reboot and all is good. After boot I install the new world:
cd /usr/src
mergemaster -p
reboot into single user mode
cd /usr/src
make
2003 Sep 16
9
FreeBSD Security Advisory FreeBSD-SA-03:12.openssh
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-03:12 Security Advisory
FreeBSD, Inc.
Topic: OpenSSH buffer management error
Category: core, ports
Module: openssh, ports_openssh,