WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 73-seat-late.rules:15  (Read 4881 times)

Offline hamak

  • Newbie
  • *
  • Posts: 26
73-seat-late.rules:15
« on: January 29, 2019, 11:27:33 AM »
Hello
I get these "unknown key" messages when booting CorePure64 after I install wifi.tcz and my firmware

Code: [Select]
udev[140]: unknown key 'RUN{Program}' in /etc/udev/rules.d/73-seat-late.rules:15

Everything is working, but I only want to know ho to hide these messages or what is causing them?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: 73-seat-late.rules:15
« Reply #1 on: January 29, 2019, 10:14:59 PM »
73-seat-late.rules is provided by elogind

I see the same error in /var/log/messages - the offending line is
Code: [Select]
TAG=="uaccess", ENV{MAJOR}!="", RUN{program}+="/usr/local/lib/elogind/elogind-uaccess-command %N $env{ID_SEAT}"
I'd guess that either "RUN{Program}" is depreciated or the dbus/elogind daemon was not running when the rule was loaded?
« Last Edit: January 29, 2019, 10:17:12 PM by Juanito »

Offline hamak

  • Newbie
  • *
  • Posts: 26
Re: 73-seat-late.rules:15
« Reply #2 on: January 30, 2019, 01:34:39 AM »
OK
Thank you,
but how do we fix this or hide it?

Offline hamak

  • Newbie
  • *
  • Posts: 26
Re: 73-seat-late.rules:15
« Reply #3 on: February 14, 2019, 05:55:41 AM »
I have done a clean install and this "error" appear when elogind.tcz gets installed after wifi.tcz because it is a dependecies of wifi.tcz
Code: [Select]
Downloading: elogind.tcz
Connecting to repo.tinycorelinux.net (89.22.99.38:80)
elogind.tcz   100%    Downloaded
elogind.tcz OK
udevd[141]: unknown key 'Run(program)' in /etc/udev/rules.d/73-seat-late-rules:15
udevd[141]: unknown key 'Run(program)' in /etc/udev/rules.d/73-seat-late-rules:15

Downloading: expat2.tcz and everything before and after this gives no errors

I think there is something wrong with the elogind with CorePure64-10.0 or is it something else?

SHUTDOWN takes about 1minute and here is the screenshot of it

Offline hamak

  • Newbie
  • *
  • Posts: 26
Re: 73-seat-late.rules:15
« Reply #4 on: February 14, 2019, 11:07:45 AM »
Shutdown problem was BIOS problem
Upgraded BIOS on ACER ES1-132-C3TU from v1.08 to v1.26 and now the
shutdown does not show errors any more.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: 73-seat-late.rules:15
« Reply #5 on: February 14, 2019, 11:59:18 PM »
but how do we fix this or hide it?

You could read up on the udev documentation to find out why "unknown key 'Run(program)'" occurs or, alternatively, leave things be as the error does not seem to cause problems  :)

Offline hamak

  • Newbie
  • *
  • Posts: 26
Re: 73-seat-late.rules:15
« Reply #6 on: February 15, 2019, 12:16:43 PM »
That is correct, Thank you  :)
Everything is working I just wanted a clean boot look without the unknown key stuff   8) :)