Re: Upgrading, 11.4 -> 12.1

2020-08-31 Thread George Mitchell
On 2020-08-31 16:28, Kevin Oberman wrote:
> [...]
> This question would be both more appropriate and more likely to get a
> knowledgeable response if submitted to x11@. [...]

While waiting in vain for a response, I resorted to reading
/usr/ports/UPDATING and the install message for xorg-server.
After installing x11-drivers/xf86-input-libinpout and making sure
kern.evdev.rcpt_mask was set correctly, my problem was fixed.
Let this be a lesson to me!-- George



signature.asc
Description: OpenPGP digital signature


Re: Upgrading, 11.4 -> 12.1

2020-08-31 Thread Kevin Oberman
On Mon, Aug 31, 2020 at 1:05 PM Kurt Jaeger  wrote:

> Hi!
>
> > > I'm guessing: Do you have the dbus and hald daemon running ?
> > >
> > > hald_enable="YES"
> > > dbus_enable="YES"
> > >
> > > in /etc/rc.conf ?
> > >
> > Yes, I do.  Should I disable them, then? -- George
>
> No, they are needed.
>
> You mentioned that you build the x11 stuff on 11.3. I do not know
> if this works, I have my doubts.
>
> --
> p...@opsec.eu+49 171 3101372Now what ?
>
This question would be both more appropriate and more likely to get a
knowledgeable response if submitted to x11@. X is not part of the base
system although a base system upgrade did trigger the problem.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Upgrading, 11.4 -> 12.1

2020-08-31 Thread Kurt Jaeger
Hi!

> > I'm guessing: Do you have the dbus and hald daemon running ?
> >
> > hald_enable="YES"
> > dbus_enable="YES"
> >
> > in /etc/rc.conf ?
> >
> Yes, I do.  Should I disable them, then? -- George

No, they are needed.

You mentioned that you build the x11 stuff on 11.3. I do not know
if this works, I have my doubts.

-- 
p...@opsec.eu+49 171 3101372Now what ?
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Upgrading, 11.4 -> 12.1

2020-08-31 Thread George Mitchell
On 2020-08-31 15:48, Kurt Jaeger wrote:
> Hi!
> [...]
>
> I'm guessing: Do you have the dbus and hald daemon running ?
>
> hald_enable="YES"
> dbus_enable="YES"
>
> in /etc/rc.conf ?
>
Yes, I do.  Should I disable them, then? -- George




signature.asc
Description: OpenPGP digital signature


Re: Upgrading, 11.4 -> 12.1

2020-08-31 Thread George Mitchell
On 2020-08-31 15:47, Navdeep Parhar wrote:
> On 8/31/20 12:44 PM, George Mitchell wrote:
>> 1. Is there a way to shut "make delete-old" up?  For most minor
>> upgrades, of course, it never says anything.  But for an upgrade such
>> as this, it forces me to type "y" upwards of a hundred times.
>> All the things it's deleting look plausible to me and I've never had
>> occasion to tell it NOT to delete a file.  Is there a way to tell it
>> to just assume "y"?
>
> Use "make -DBATCH_DELETE_OLD_FILES ...".  See build(7) for details.
>
> Regards,
> Navdeep
>
Thank you, Navdeep and Lukasz!
-- George



signature.asc
Description: OpenPGP digital signature


Re: Upgrading, 11.4 -> 12.1

2020-08-31 Thread Kurt Jaeger
Hi!

> 1. Is there a way to shut "make delete-old" up?  For most minor
> upgrades, of course, it never says anything.  But for an upgrade such
> as this, it forces me to type "y" upwards of a hundred times.

I use:

yes | make delete-old

> Does this mean I need to provide a configuration file?  Where are the
> input drivers it couldn't find?  Since I have so far tried the upgrade
> on only one machine, the X server was compiled under 11.3:

I'm guessing: Do you have the dbus and hald daemon running ?

hald_enable="YES"
dbus_enable="YES"

in /etc/rc.conf ?

-- 
p...@opsec.eu+49 171 3101372Now what ?
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Upgrading, 11.4 -> 12.1

2020-08-31 Thread Łukasz Wąsikowski
W dniu 2020-08-31 o 21:44, George Mitchell pisze:

> 1. Is there a way to shut "make delete-old" up?  For most minor
> upgrades, of course, it never says anything.  But for an upgrade such
> as this, it forces me to type "y" upwards of a hundred times.
> All the things it's deleting look plausible to me and I've never had
> occasion to tell it NOT to delete a file.  Is there a way to tell it
> to just assume "y"?
yes | make delete-old

or

make delete-old -DBATCH_DELETE_OLD_FILES

-- 
best regards,
Lukasz Wasikowski
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Upgrading, 11.4 -> 12.1

2020-08-31 Thread Navdeep Parhar
On 8/31/20 12:44 PM, George Mitchell wrote:
> 1. Is there a way to shut "make delete-old" up?  For most minor
> upgrades, of course, it never says anything.  But for an upgrade such
> as this, it forces me to type "y" upwards of a hundred times.
> All the things it's deleting look plausible to me and I've never had
> occasion to tell it NOT to delete a file.  Is there a way to tell it
> to just assume "y"?

Use "make -DBATCH_DELETE_OLD_FILES ...".  See build(7) for details.

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


Upgrading, 11.4 -> 12.1

2020-08-31 Thread George Mitchell
1. Is there a way to shut "make delete-old" up?  For most minor
upgrades, of course, it never says anything.  But for an upgrade such
as this, it forces me to type "y" upwards of a hundred times.
All the things it's deleting look plausible to me and I've never had
occasion to tell it NOT to delete a file.  Is there a way to tell it
to just assume "y"?

2. I run X with no explicit configuration file, and this has gone
very well so far, but not today.  X starts up the display with no
problem, but it can't find any input devices.  The relevant part of
the server log says:

[16.719] (II) config/devd: probing input devices...
[16.719] (II) config/devd: EVDEV_SUPPORT is enabled, ignoring device
atkbd0
[16.719] (II) config/devd: detected event input: System keyboard
multiplexer, bustype=0006, vendor=, product=, version=
[16.719] (II) config/devd: adding input device /dev/input/event0
[16.719] (**) System keyboard multiplexer: Applying InputClass
"Evdev keyboard"
[16.719] (II) No input driver specified, ignoring this device.
[16.719] (II) This device may have been added with another device file.
[16.719] (EE) config/devd: error 1 adding device /dev/input/event0
[16.719] (II) config/devd: detected event input: System mouse,
bustype=0006, vendor=, product=, version=
[16.719] (II) config/devd: adding input device /dev/input/event1
[16.719] (II) No input driver specified, ignoring this device.
[16.719] (II) This device may have been added with another device file.
[16.719] (EE) config/devd: error 1 adding device /dev/input/event1
[16.719] (II) config/devd: detected event input: AT keyboard,
bustype=0011, vendor=0001, product=0001, version=
[16.719] (II) config/devd: adding input device /dev/input/event2
[16.719] (**) AT keyboard: Applying InputClass "Evdev keyboard"
[16.719] (II) No input driver specified, ignoring this device.
[16.719] (II) This device may have been added with another device file.
[16.719] (EE) config/devd: error 1 adding device /dev/input/event2
[16.719] (II) This device may have been added with another device file.
[16.719] (EE) config/devd: error 1 adding device /dev/input/event3
[16.719] (II) config/devd: EVDEV_SUPPORT is enabled, ignoring device
kbdmux0
[16.719] (II) config/devd: EVDEV_SUPPORT is enabled, ignoring device
sysmouse
[16.719] (II) config/devd: detected USB HID of unknown type
[16.719] (II) config/devd: [sysctl] usb_id: 0x046d:0xc31c
[16.719] (II) config/devd: [sysctl] vendor: USB, product: Keyboard
[16.719] (II) config/devd: adding input device /dev/uhid0
[16.719] (II) No input driver specified, ignoring this device.
[16.719] (II) This device may have been added with another device file.
[16.719] (EE) config/devd: error 1 adding device /dev/uhid0
[16.719] (II) config/devd: EVDEV_SUPPORT is enabled, ignoring device
ukbd0


Does this mean I need to provide a configuration file?  Where are the
input drivers it couldn't find?  Since I have so far tried the upgrade
on only one machine, the X server was compiled under 11.3:

X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[11.901] Build Operating System: FreeBSD 11.3-RELEASE-p12 amd64
[11.901] Current Operating System: FreeBSD court 12.1-RELEASE-p8
FreeBSD 12.1-RELEASE-p8 r364978 M5P amd64
[11.901] Build Date: 26 August 2020  10:56:12AM

Help ...-- George



signature.asc
Description: OpenPGP digital signature