Tiny Core Base > Alpha Releases

Tiny Core 17.0 Alpha 1 Testing

<< < (3/16) > >>

aus9:
Got my first kind of error booting Xorg-7.7-3d-vulkan in boot list with renamed kernel etc so grub line reads

--- Quote ---menuentry "17" {
linux /boot/vmlinuz17 home=LABEL=tc1 tce=/mnt/sdb1/17/tce waitusb=10 quiet lang=en_AU.UTF-8 tz=Australia/Perth blacklist=snd-hda-intel nozswap
initrd /boot/amd-ucode.img /boot/rootfs17.gz /boot/modules17.gz
}
--- End quote ---

desktop appears ....I pressed Ctrl Alt F1 and saw a rapid moving messgage scroll by
something about udev timeout killing things
I tried to go back to desktop Ctrl Alt F2.....and screen appears blank

warm reboot reset and started a movie to try capture the messages....and this time it behaved
However...I vaguely recall seeing a lot of messages regarding udev and pci and usb
Edit attach 16dmeg.txt
16x Ctrl Alt F1....nothing unusual seen

aus9:
assuming its some of udev rule playing up....I try to get it to play up again by inserting a webcam on usb lead
dmesg gives if interested

--- Code: ---[  449.423148] usb 1-7: USB disconnect, device number 5
[  478.593691] usb 1-7: new high-speed USB device number 6 using xhci_hcd
[  479.026996] usb 1-7: Warning! Unlikely big volume range (=3072), cval->res is probably wrong.
[  479.027005] usb 1-7: [5] FU [Mic Capture Volume] ch = 1, val = 4608/7680/1
[  479.027201] usbcore: registered new interface driver snd-usb-audio
[  479.030489] elogind-uaccess-command[5214]: Failed to apply ACL: Operation not supported
[  479.030532] elogind-uaccess-command[5215]: Failed to apply ACL: Operation not supported
[  613.766289] usb 1-7: USB disconnect, device number 6
--- End code ---

I have multiple mentions of Failed to apply ACL: Operation not supported but true also for the 16x dmesg
and that works fine.....anyone know how I can get the glitch to reappear and log it?

nick65go:
@aus9: https://forum.tinycorelinux.net/index.php/topic,27648.msg178644.html#msg178644
here again: is not critical, a fast and dirty search give me something about  kernel config
--- Code: ---#ifdef CONFIG_TMPFS_POSIX_ACL
--- End code ---
source: https://blog.tfiu.de/-failed-to-reset-acl-with-elogind-why-.html

aus9:
@nick65go
thanks for that.

@Rich
Does $env need to be made $ENV in the rule /etc/udev/rules.d/73-seat-late.rules
for this part .....$env{ID_SEAT}

--- Quote ---ACTION=="remove", GOTO="seat_late_end"

ENV{ID_SEAT}=="", ENV{ID_AUTOSEAT}=="1", ENV{ID_FOR_SEAT}!="", ENV{ID_SEAT}="seat-$env{ID_FOR_SEAT}"
ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"

ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
TAG=="uaccess", ENV{MAJOR}!="", RUN+="/usr/local/lib/elogind/elogind-uaccess-command %N $env{ID_SEAT}"

LABEL="seat_late_end"

--- End quote ---

aus9:
@Rich
forget that....just logged into voidlinux they too use lowercase

--- Quote ---ACTION=="remove", GOTO="seat_late_end"

ENV{ID_SEAT}=="", ENV{ID_AUTOSEAT}=="1", ENV{ID_FOR_SEAT}!="", ENV{ID_SEAT}="seat-$env{ID_FOR_SEAT}"
ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"

ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
TAG=="uaccess", ENV{MAJOR}!="", RUN{program}+="/usr/libexec/elogind/elogind-uaccess-command %N $env{ID_SEAT}"

LABEL="seat_late_end"
--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version