Tiny Core Base > Corepure64

How do I get rid of udev messages during boot?

<< < (3/4) > >>

GNUser:

--- Quote from: nurbles on July 31, 2023, 03:12:10 PM ---When I unzip corepure64.gz, I see pages of errors from the gunzip|cpio command stating things like:

--- Code: ---cpio: can't create node /dev/tty5: Operation not permitted
--- End code ---

--- End quote ---
Hi nurbles. I haven't seen these errors before. I run the remaster (unpack/repack) commands as root to avoid problems.

Try remastering as root. If you still encounter errors, I'll defer to someone smarter and more experienced than me to help you further.

curaga:
The wacom rule file is probably in an extension, not in the base (libwacom or xf86-input-wacom probably). Check where with "ls -l". Extensions can be edited with squashfs-tools.


--- Code: ---rm -rf squashfs-root # just making sure
unsquashfs foo.tcz
# edit the squashfs-root tree
mksquashfs squashfs-root foo.tcz -noappend
--- End code ---

patrikg:
You don't need to unsquash, to list files, you just do this to list the files within.

unsquashfs -lls foo.tcz

Rich:
Hi nurbles

--- Quote from: Rich on July 28, 2023, 04:02:12 PM ---It has something to do with  hwdb:
https://forum.tinycorelinux.net/index.php/topic,25577.0.html
--- End quote ---
Our version of udev doesn't include the hwdb builtin:

--- Code: ---tc@E310:~$ udevadm test-builtin --help

Usage: udevadm builtin [--help] <command> <syspath>
  path_id      compose persistent device path
  usb_id       usb device properties
  input_id     input device properties

tc@E310:~$
--- End code ---
Found here:
https://unix.stackexchange.com/a/493797


--- Quote from: curaga on August 01, 2023, 02:56:55 AM ---The wacom rule file is probably in an extension, not in the base (libwacom or xf86-input-wacom probably). ...
--- End quote ---
It's part of  libwacom.tcz  and gets pulled in by  libinput.tcz.

nurbles:
Thanks Rich!  I will look for that file and try to remove the rules that should never have been included (since the hwdb builtin is not included, rules that require it shouldn't be include either, should they?)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version