Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Igor Mozolevsky
On 4 October 2011 19:40, Andrey Fesenko wrote: > On Thu, Sep 29, 2011 at 5:42 AM, Ken Smith wrote: >> >> >> The 9.0-RELEASE cycle will be tracked here: >> >>        http://wiki.freebsd.org/Releng/9.0TODO >> >> though the schedule listed there is still way off.  We'll re-work the >> schedule some

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-20 Thread Igor Mozolevsky
Interestingly, while people seem to be (arguably rightly) focused on criticising Phoronix's benchmarking, nobody has offered an alternative benchmark; and while (again, arguably rightly) it is important to benchmark real world performance, equally, nobody has offered any numbers in relation to, for

Re: A more secure approach of jail establishment. It could be included in jail chapter of fbsd handbook

2010-02-10 Thread Igor Mozolevsky
I see people are still installing a full blown OS inside their jails? You do know that it is possible to have a jail with a single program inside and not much else, as if it were chroot()ed? Cheers, Igor ___ freebsd-stable@freebsd.org mailing list http:

[UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
Hi, I'm having issues connecting Garmin GPS 18 to COM1 on 9.1, I get nothing but silence. Identical setup works absolutely fine with Linux. I've got PPS wire connected to DCD, but that seems to make no difference on Linux, so I presume it shouldn't affect fbsd either. On Linux, I get: $ uname -a

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
On 28 April 2013 18:26, Daniel O'Connor wrote: > Do you have any other serial ports? > They may be probed in a different order between the 2 OSs. Nope, that's the only serial port on the system: # dmesg | grep uart uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 --

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
On 28 April 2013 13:48, Igor Mozolevsky wrote: > # cu -l /dev/cuau0 -s 4800 > Connected > > and after the 'Connected' there is just silence (should be getting > $GPGLL every 200ms from the GPS unit)... > Obviously I'm missing something, just can't figur

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
On 28 April 2013 19:04, Kevin Oberman wrote: > Even though you have only a single physical port, most systems have at least > a dual serial UART controller, though only one mat have a DB-9 connector > attached. Can you look at /var/run/dmesg.boot and confirm that only one UART > is is found? E.g.

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
On 28 April 2013 19:56, Colin House wrote: > If it helps any, I've got the 18x LVC (not the 5hz model) working on 9.0. > clock# stty -a -f /dev/cuau0 So, I've tried copying and pasting Colin's stty settings for cuau0 (which also include the clocal that imb noticed) but I still get silence

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
On 28 April 2013 20:38, Igor Mozolevsky wrote: > So, I've tried copying and pasting Colin's stty settings for cuau0 > (which also include the clocal that imb noticed) but I still get > silence... Any further thoughts/suggestions would be very appreciated! Having gone diggin

[Solved] [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
Once I narrowed down the problem (acpi uart), I stumbled across http://forums.freebsd.org/archive/index.php/t-15740.html Preventing the ACPI driver from seizing control of UART seems to work and cuau0 is now functional. Thanks to all, -- Igor M. :-) ___