On Sun, Jun 14, 2015 at 21:05 +0200, Konstantin Belousov wrote:
> Show me the 'ldd vim' output and output from the
> readelf -d vim | grep NEEDED.
% ldd /usr/local/bin/vim
/usr/local/bin/vim:
libm.so.5 => /lib/libm.so.5 (0x800a55000)
libncurses.so.8 => /lib/libncurses.so.8 (0x800c7
On Tue, Jun 16, 2015 at 09:09:25AM +0200, Andre Meiser wrote:
> On Sun, Jun 14, 2015 at 21:05 +0200, Konstantin Belousov wrote:
> > Show me the 'ldd vim' output and output from the
> > readelf -d vim | grep NEEDED.
>
> % ldd /usr/local/bin/vim
> /usr/local/bin/vim:
> libm.so.5 => /lib/libm.s
FreeBSD_STABLE_10-i386 - Build #168 - Fixed:
Check console output at
https://jenkins.freebsd.org/job/FreeBSD_STABLE_10-i386/168/ to view the results.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To
Greetings all,
I've just received a new Dell Precision 7810. I've installed FreeBSD
10.1 (UEFI boot), checked out sources, built world & kernel and am now
running r284449. So far, so good.
The problem is Xorg. I'm running the latest Xorg in ports; I just did a
'make install clean' in /usr/ports/x
What does 'sysctl kern.vty' say? If it is not 'vt', you need the following
stuff.
/boot/loader.conf should contain
kern.vty="vt"
And /etc/rc.conf
kld_list="radeonkms"
Or something similar.
FreeBSD is in the transition of old-style syscons- and vt-terminal. The
last one has support for mode
On Jun 16, 2015, at 12:39 PM, Ronald Klop wrote:
> What does 'sysctl kern.vty' say? If it is not 'vt', you need the following
> stuff.
>
> /boot/loader.conf should contain
> kern.vty="vt"
>
> And /etc/rc.conf
> kld_list="radeonkms"
>
> Or something similar.
>
> FreeBSD is in the transition o
On 06/16/15 15:58, John Nielsen wrote:
> On Jun 16, 2015, at 12:39 PM, Ronald Klop wrote:
>
>> What does 'sysctl kern.vty' say? If it is not 'vt', you need the following
>> stuff.
>>
>> /boot/loader.conf should contain
>> kern.vty="vt"
>>
>> And /etc/rc.conf
>> kld_list="radeonkms"
>>
>> Or some