On Mon, Jul 4, 2016 at 9:13 AM, Grzegorz Junka <[email protected]> wrote:
> On 04/07/2016 15:53, Freddie Cash wrote: > >> On Mon, Jul 4, 2016 at 7:56 AM, Miroslav Lachman <[email protected]> >> wrote: >> >> Freddie Cash wrote on 07/04/2016 16:12: >>> >>> On Jul 4, 2016 4:40 AM, "Wojciech Puchar" <[email protected]> wrote: >>>> >>>> then you can run your jnlp with >>> >>>> /usr/local/linux-oracle-jre1.8.0/bin/javaws >>>>> >>>>> this works fine (if slow can be called fine ;). >>>>> >>>>> Thank you very much >>>>> >>>>> Unless things have changed on the newest SuperMicro motherboards, you >>>> can >>>> just use ipmitools to connect via straight IPMI from your favourite >>>> terminal app. That's how I manage all my H8DG* motherboards. Gives you >>>> access to all the chassis info (power, temps, fans, etc), access to the >>>> serial console, ability to reboot into the BIOS, etc. No Java or Linux >>>> binaries needed. >>>> >>>> How you managed to SOL work for you? I tried it many times without >>> success. >>> Then the only thing missing will be remote media mount for booting the >>> installer etc. >>> >> >> The ipmitool command I use is: >> >> # ipmitool -I lanplus -H <ip-of-BMC> -U ADMIN -a -o supermicro sol >> activate >> >> >> With the normal serial console configuration in FreeBSD >> (/boot/loader.conf, /etc/ttys, and so on). >> >> I just tried that and I got Segmentation fault. What's the normal serial > console configuration in FreeBSD? > What's listed in the Handbook, of course. :) There's a whole chapter (25) just for Serial Communications. That's what I used to configure things way back when. These are taken from my notes for my FreeBSD 9.x installs: /boot/loader.conf: ### Serial console settings ### boot_multicons="yes" # Same as -D in /boot.config boot_serial="yes" # Same as -h in /boot.config console="comconsole vidconsole" # Enable video and serial consoles comconsole_speed="115200" # The serial port baud rate comconsole_port="0x3E8" # The serial port address hint.uart.2.flags="0x30" # Enable keyboard support on serial console /etc/ttys: # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu0 "/usr/libexec/getty std.115200" vt100 onifconsole secure I'm not sure if you still need to recompile the kernel to get baud rates above 9600. You may need to use 9600 instead of 115200 above. -- Freddie Cash [email protected] _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
