Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Freddie Cash
On Mon, Jul 4, 2016 at 9:13 AM, Grzegorz Junka  wrote:

> On 04/07/2016 15:53, Freddie Cash wrote:
>
>> On Mon, Jul 4, 2016 at 7:56 AM, Miroslav Lachman <000.f...@quip.cz>
>> wrote:
>>
>> Freddie Cash wrote on 07/04/2016 16:12:
>>>
>>> On Jul 4, 2016 4:40 AM, "Wojciech Puchar"  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 ​ -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
fjwc...@gmail.com
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Grzegorz Junka



On 04/07/2016 15:53, Freddie Cash wrote:

On Mon, Jul 4, 2016 at 7:56 AM, Miroslav Lachman <000.f...@quip.cz> wrote:


Freddie Cash wrote on 07/04/2016 16:12:


On Jul 4, 2016 4:40 AM, "Wojciech Puchar"  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 ​ -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?


Grzegorz
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Freddie Cash
On Mon, Jul 4, 2016 at 7:56 AM, Miroslav Lachman <000.f...@quip.cz> wrote:

> Freddie Cash wrote on 07/04/2016 16:12:
>
>> On Jul 4, 2016 4:40 AM, "Wojciech Puchar"  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 ​ -U ADMIN -a -o supermicro sol
activate
​

​With the normal serial console configuration in FreeBSD
(/boot/loader.conf, /etc/ttys, and so on).​

-- 
Freddie Cash
fjwc...@gmail.com
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Baptiste Daroussin
On Mon, Jul 04, 2016 at 07:12:57AM -0700, Freddie Cash wrote:
> On Jul 4, 2016 4:40 AM, "Wojciech Puchar"  wrote:
> >>>
> >>> no iKVM64 in java.library.path
> >>>
> >>
> >> The supermicro java console requires a linux native binary (ikvm64)
> which cannot
> >> be loaded in freebsd.
> >>
> >> To have it working you need the linux emulation and linux-oracle-jre18
> port
> >>
> >> 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.
> 

Yes SOL works fine, but depending on the version you may or may not have acces
to some bios settings through sol (I had the issue recently with some recent
machines where for some initial setup I had to use the java console)

Best regards,
Bapt


signature.asc
Description: PGP signature


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Miroslav Lachman

Freddie Cash wrote on 07/04/2016 16:12:

On Jul 4, 2016 4:40 AM, "Wojciech Puchar"  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.


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Freddie Cash
On Jul 4, 2016 4:40 AM, "Wojciech Puchar"  wrote:
>>>
>>> no iKVM64 in java.library.path
>>>
>>
>> The supermicro java console requires a linux native binary (ikvm64)
which cannot
>> be loaded in freebsd.
>>
>> To have it working you need the linux emulation and linux-oracle-jre18
port
>>
>> 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.

Cheers,
Freddie
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Wojciech Puchar

no iKVM64 in java.library.path



The supermicro java console requires a linux native binary (ikvm64) which cannot
be loaded in freebsd.

To have it working you need the linux emulation and linux-oracle-jre18 port

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
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Miroslav Lachman

Wojciech Puchar wrote on 07/04/2016 13:17:


no iKVM64 in java.library.path



The supermicro java console requires a linux native binary (ikvm64)
which cannot
be loaded in freebsd.

To have it working you need the linux emulation and linux-oracle-jre18
port

then you can run your jnlp with
/usr/local/linux-oracle-jre1.8.0/bin/javaws

Best regards,
Bapt


good servers, but they HAD TO F...K it up.

I found management interface to listen on port 5900 (VNC) but no VNC
client can connect.


I agree that Supermicro remote mgmt is worse on newer machines (in some 
aspects)


I never tried to connect with VNC to 5900 of Supermicro mgmt, but you 
can really try this standalone app

ftp://ftp.supermicro.com/utility/IPMIView/Linux/IPMIView_V2.11.0_bundleJRE_Linux_20151223.tar.gz

If you never tried it - it allows you to save configuration with list of 
your servers, connect to management and see sensors, networks and user 
settings, reboot server, set some values of mgmt like vendor, model, 
name etc. and run SOL and KVM console.
It works for new and old servers too. Some standardized IPMI values can 
be accessed even on non Supermicro servers.


Miroslav Lachman

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Wojciech Puchar


no iKVM64 in java.library.path



The supermicro java console requires a linux native binary (ikvm64) which cannot
be loaded in freebsd.

To have it working you need the linux emulation and linux-oracle-jre18 port

then you can run your jnlp with /usr/local/linux-oracle-jre1.8.0/bin/javaws

Best regards,
Bapt


good servers, but they HAD TO F...K it up.

I found management interface to listen on port 5900 (VNC) but no VNC 
client can connect.


Thank you for help.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Wojciech Puchar




The supermicro java console requires a linux native binary (ikvm64) which cannot
be loaded in freebsd.

To have it working you need the linux emulation and linux-oracle-jre18 port

then you can run your jnlp with /usr/local/linux-oracle-jre1.8.0/bin/javaws


Thank you
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Miroslav Lachman

Baptiste Daroussin wrote on 07/04/2016 09:58:

On Mon, Jul 04, 2016 at 09:55:49AM +0200, Miroslav Lachman wrote:

Baptiste Daroussin wrote on 07/04/2016 09:41:

On Mon, Jul 04, 2016 at 09:22:56AM +0200, Wojciech Puchar wrote:

i don't normally use java but have to for starting server remote management.

i use firefox and installed icedtea-web.

this page

https://www.java.com/en/download/installed.jsp

executes icedtea plugin and shows java is working properly.

Now i want to start remote console. it downloads launch.jnlp file.

i tried to run it with itweb-javaws and after loading software i'm getting

no iKVM64 in java.library.path



The supermicro java console requires a linux native binary (ikvm64) which cannot
be loaded in freebsd.


If it is really Supermicro, then you can use ipmiview package downloaded
from their website. It works for me in PC-BSD desktop.

Miroslav Lachman



Which will in the end to the same thing, because ipmiview uses the linux
emulation with a bundled jre :)


Yes, but was a lot easier to have java KVM working and don't mess my 
system with another java version :)


Miroslav Lachman

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Grzegorz Junka



On 04/07/2016 07:22, Wojciech Puchar wrote:
i don't normally use java but have to for starting server remote 
management.


i use firefox and installed icedtea-web.

this page

https://www.java.com/en/download/installed.jsp

executes icedtea plugin and shows java is working properly.

Now i want to start remote console. it downloads launch.jnlp file.

i tried to run it with itweb-javaws and after loading software i'm 
getting


no iKVM64 in java.library.path


any idea? Thanks
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Forget about icedtea-web. You will need the official Oracle JDK 
java/linux-oracle-jdk18, which only works through Linux emulation. On my 
system it installed java/javavmwrapper to which javaws points to:


root@crayon2:~ # which javaws
/usr/local/bin/javaws

root@crayon2:~ # l /usr/local/bin/java
lrwxr-xr-x  1 root  wheel  21  2 Mar 01:08 /usr/local/bin/java -> 
/usr/local/bin/javavm


root@crayon2:~ # pkg which /usr/local/bin/javavm
/usr/local/bin/javavm was installed by package javavmwrapper-2.5

I tried to configure the jnlp file to work with icedtea-web but 
unsuccessfully. Please let us know if you manage to do it.


Greg
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Baptiste Daroussin
On Mon, Jul 04, 2016 at 09:55:49AM +0200, Miroslav Lachman wrote:
> Baptiste Daroussin wrote on 07/04/2016 09:41:
> > On Mon, Jul 04, 2016 at 09:22:56AM +0200, Wojciech Puchar wrote:
> > > i don't normally use java but have to for starting server remote 
> > > management.
> > > 
> > > i use firefox and installed icedtea-web.
> > > 
> > > this page
> > > 
> > > https://www.java.com/en/download/installed.jsp
> > > 
> > > executes icedtea plugin and shows java is working properly.
> > > 
> > > Now i want to start remote console. it downloads launch.jnlp file.
> > > 
> > > i tried to run it with itweb-javaws and after loading software i'm getting
> > > 
> > > no iKVM64 in java.library.path
> > > 
> > 
> > The supermicro java console requires a linux native binary (ikvm64) which 
> > cannot
> > be loaded in freebsd.
> 
> If it is really Supermicro, then you can use ipmiview package downloaded
> from their website. It works for me in PC-BSD desktop.
> 
> Miroslav Lachman
> 

Which will in the end to the same thing, because ipmiview uses the linux
emulation with a bundled jre :)

Best regards,
Bapt


signature.asc
Description: PGP signature


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Miroslav Lachman

Baptiste Daroussin wrote on 07/04/2016 09:41:

On Mon, Jul 04, 2016 at 09:22:56AM +0200, Wojciech Puchar wrote:

i don't normally use java but have to for starting server remote management.

i use firefox and installed icedtea-web.

this page

https://www.java.com/en/download/installed.jsp

executes icedtea plugin and shows java is working properly.

Now i want to start remote console. it downloads launch.jnlp file.

i tried to run it with itweb-javaws and after loading software i'm getting

no iKVM64 in java.library.path



The supermicro java console requires a linux native binary (ikvm64) which cannot
be loaded in freebsd.


If it is really Supermicro, then you can use ipmiview package downloaded 
from their website. It works for me in PC-BSD desktop.


Miroslav Lachman

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Baptiste Daroussin
On Mon, Jul 04, 2016 at 09:22:56AM +0200, Wojciech Puchar wrote:
> i don't normally use java but have to for starting server remote management.
> 
> i use firefox and installed icedtea-web.
> 
> this page
> 
> https://www.java.com/en/download/installed.jsp
> 
> executes icedtea plugin and shows java is working properly.
> 
> Now i want to start remote console. it downloads launch.jnlp file.
> 
> i tried to run it with itweb-javaws and after loading software i'm getting
> 
> no iKVM64 in java.library.path
> 

The supermicro java console requires a linux native binary (ikvm64) which cannot
be loaded in freebsd.

To have it working you need the linux emulation and linux-oracle-jre18 port

then you can run your jnlp with /usr/local/linux-oracle-jre1.8.0/bin/javaws

Best regards,
Bapt


signature.asc
Description: PGP signature


java in firefox and jnlp launch - help needed.

2016-07-04 Thread Wojciech Puchar
i don't normally use java but have to for starting server remote 
management.


i use firefox and installed icedtea-web.

this page

https://www.java.com/en/download/installed.jsp

executes icedtea plugin and shows java is working properly.

Now i want to start remote console. it downloads launch.jnlp file.

i tried to run it with itweb-javaws and after loading software i'm getting

no iKVM64 in java.library.path


any idea? Thanks
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"