Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2016 09:26:45 -0700
From:      Freddie Cash <fjwcash@gmail.com>
To:        Grzegorz Junka <list1@gjunka.com>
Cc:        freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Re: java in firefox and jnlp launch - help needed.
Message-ID:  <CAOjFWZ6qKBoNs5bXY1y3M1Ln%2B6=armhJhZ19=Z3uwrApgcUUDQ@mail.gmail.com>
In-Reply-To: <1479b856-674d-303b-0286-4db9b9d3ef7b@gjunka.com>
References:  <alpine.BSF.2.20.1607040919310.11428@laptop.wojtek.intra> <20160704074102.csgxi67dixfh4gl2@ivaldir.etoilebsd.net> <alpine.BSF.2.20.1607041339330.890@laptop.wojtek.intra> <CAOjFWZ6__LxuzfkV4H-_cGApoACp%2BA4ayw5GP2FJH=VF0HG0Og@mail.gmail.com> <577A7904.50000@quip.cz> <CAOjFWZ4F=ekDxxnL11=Bw=2_e%2BLhnkDk=CvOn_p5pu5jTd3aQA@mail.gmail.com> <1479b856-674d-303b-0286-4db9b9d3ef7b@gjunka.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 4, 2016 at 9:13 AM, Grzegorz Junka <list1@gjunka.com> wrote:

> On 04/07/2016 15:53, Freddie Cash wrote:
>
>> On Mon, Jul 4, 2016 at 7:56 AM, Miroslav Lachman <000.fbsd@quip.cz>
>> wrote:
>>
>> Freddie Cash wrote on 07/04/2016 16:12:
>>>
>>> On Jul 4, 2016 4:40 AM, "Wojciech Puchar" <wojtek@puchar.net> 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 th=
e
>>>> 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.
>>>
>>
>> =E2=80=8BThe ipmitool command I use is:
>>
>> # =E2=80=8Bipmitool -I lanplus -H =E2=80=8B<ip-of-BMC> -U ADMIN -a -o su=
permicro sol
>> activate
>> =E2=80=8B
>>
>> =E2=80=8BWith the normal serial console configuration in FreeBSD
>> (/boot/loader.conf, /etc/ttys, and so on).=E2=80=8B
>>
>> I just tried that and I got Segmentation fault. What's the normal serial
> console configuration in FreeBSD?
>

=E2=80=8BWhat's listed in the Handbook, of course.  :)  There's a whole cha=
pter
(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=3D"yes"               # Same as -D in /boot.config
boot_serial=3D"yes"                  # Same as -h in /boot.config
console=3D"comconsole vidconsole"    # Enable video and serial consoles
comconsole_speed=3D"115200"          # The serial port baud rate
comconsole_port=3D"0x3E8"            # The serial port address
hint.uart.2.flags=3D"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


=E2=80=8BI'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.
=E2=80=8B
--=20
Freddie Cash
fjwcash@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOjFWZ6qKBoNs5bXY1y3M1Ln%2B6=armhJhZ19=Z3uwrApgcUUDQ>