FreeBSD 10.0-RELEASE: mouse and kbd freezes after gdm starts

Zenny garbytrash at gmail.com
Wed Jan 29 18:39:56 UTC 2014


SOLVED:

This seems to be an issue discussed here:
https://github.com/freebsd/pkg/issues/347

And it is solved by running:

pkg clean -ya

to disable cache.

#pkg update
#pkg upgrade
#pkg install -f xf86-input-keyboard xf86-input-keyboard

SOLVED. Thanks to everyone for the inputs.

On 1/29/14, Tom Evans <tevans.uk at googlemail.com> wrote:
> On Wed, Jan 29, 2014 at 12:39 PM, Zenny <garbytrash at gmail.com> wrote:
>> FYI, poudriere.conf reads:
>>
>> ZPOOL=zroot
>> FREEBSD_HOST=ftp://ftp.freebsd.org
>> RESOLV_CONF=/etc/resolv.conf
>> BASEFS=/usr/local/poudriere
>> USE_TMPFS=yes
>> DISTFILES_CACHE=/usr/ports/distfiles
>> POUDRIERE_DATA=${BASEFS}/data
>> CHECK_CHANGED_OPTIONS=verbose
>> CHECK_CHANGED_DEPS=yes
>> PKG_REPO_SIGNING_KEY=/usr/local/etc/ssl/keys/pkg.key
>> WRKDIR_ARCHIVE_FORMAT=txz
>> NOLINUX=yes
>>
>> /etc/make.conf reads:
>>
>> WITH_NEW_XORG=yes
>> WITH_KMS=yes
>> WITH_GALLIUM=yes
>> MAKE_JOBS_UNSAFE=yes
>>
>> /usr/local/etc/poudriere.d/10-amd64-make.conf has:
>>
>> WITH_NEW_XORG="yes"
>> WITH_KMS="yes"
>>
>> Did I miss something?
>
> poudriere is a package builder, it is not a package installer. How you
> are installing and upgrading your packages - you do not have
> WITH_PKGNG set, for instance, so are you using portupgrade or
> portmaster?
>
> Cheers
>
> Tom
>


More information about the freebsd-stable mailing list