![]() |
base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineNote (https://forum.pine64.org/forumdisplay.php?fid=171) +--- Forum: PineNote Software (https://forum.pine64.org/forumdisplay.php?fid=173) +--- Thread: base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge (/showthread.php?tid=19586) |
base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - vlagged - 12-28-2024 Hello, since about a month or so I am not able to update with `apt` the PineNote (batch 2) because Debian Trixie moved some folders around according to wiki.debian.org/UsrMerge Code: $ sudo apt upgrade Are there any plans to make this package compatible? RE: base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - j_s - 12-28-2024 Those errors have nothing to do with UsrMerge but they might explain why my PineNote does not notice when I plug in a hub sold for the PinePhone and my laptop doest not notice when I connect it to my PineNote over USB. Only charging and the dongle work for me. /sys/bus/usb/devices is empty in my PineNote. Code: user@pinenote:~$ ls '/sys/bus/usb/devices/*:*/bInterfaceClass' RE: base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - vlagged - 12-30-2024 (12-28-2024, 11:50 AM)j_s Wrote: Those errors have nothing to do with UsrMerge but they might explain why my PineNote does not notice when I plug in a hub sold for the PinePhone and my laptop doest not notice when I connect it to my PineNote over USB. Only charging and the dongle work for me. /sys/bus/usb/devices is empty in my PineNote. Yes, there are these errors before, but the UsrMerge one after. Looking better at files in base-files_13.6 shows this preinst script: Code: user@pinenote:~$ dpkg --contents /var/cache/apt/archives/base-files_13.6_arm64.deb Since the message is about msg="/lib64 is a symbolic link and not pointing at usr/lib64 exactly." and msg2="This is an unexpected situation. Cannot proceed with the upgrade." and lib64 is NOT present in the package, I looked at my root fs: lrwxrwxrwx 1 root root 7 Oct 27 11:42 lib64 -> usr/lib So clearly somebody created this link which is not very compatible with that check (should be usr/lib64, but that doesn't even exist). lsof /lib64 does not show anyone so I might just remove it.. Code: user@pinenote:~$ dpkg -S /lib64 RE: base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - bills2002 - 12-30-2024 relates to that libby post where I was getting that error. I think they recommended remove the link? I am still working on flashing to factory stock before I go changing stuff. I dont boot to graphics now but the serial usb dongle does give me a login prompt. Not trying anything until I get it back to stock (with graphics). Then Im going to try libby and if it (snapd) fails with the same error, I will then try removing /lib64 soft link. RE: base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - j_s - 12-31-2024 (12-30-2024, 07:41 AM)vlagged Wrote: Yes, there are these errors before, but the UsrMerge one after. Looking better at files in base-files_13.6 shows this preinst script: I didn't notice that your log window needed scrolling and jumped to the conclusion that the empty USB device tree was the problem. I also had the symbolic link problem earlier and removed the link, which worked. I didn't know about the "installl usrmerge" advice. I'm going to leave well enough alone unless the symbilic link shows up again. I still have the USB problem. RE: base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - vlagged - 01-01-2025 @bills2002 you're right, this post already mentions removing that link: https://forum.pine64.org/showthread.php?tid=19582&pid=123754#pid123754 Sorry for the noise, I should've searched a bit better the forums. I don't think you need to install usr-merge manually. @j_s I'm also interested in connecting over USB and follow up debugging that, let me know if there's another thread where you mention the issue or I should leave this open/unsolved for this/ RE: base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - j_s - 01-01-2025 (01-01-2025, 07:24 AM)vlagged Wrote: @j_s I'm also interested in connecting over USB and follow up debugging that, let me know if there's another thread where you mention the issue or I should leave this open/unsolved for this/@vlagged I put a poll in the PineNote hardware forum about the USB issue to try to see how widespread it is. I don't know whether it is a hardware or software issue, but I'm leaning toward software. https://forum.pine64.org/showthread.php?tid=19589 I didn't mention anything about it interfering with updates, so you might want to make a post there about it. Also, please vote in it. RE: base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - Rorchar - 02-23-2025 Hi, I delete the /lib64 sym link as recommended in the other that thread that you cited. It works to résolve the update, lot of packages updated and intalled. But since my PineNote just doesn't boot anymore... Don't now what I can do... Any idea please? RE: base-files_13.6_arm64.deb and wiki.debian.org/UsrMerge - Rorchar - 02-24-2025 (02-23-2025, 03:07 PM)Rorchar Wrote: Hi, I delete the /lib64 sym link as recommended in the other that thread that you cited. It works to résolve the update, lot of packages updated and intalled. But since my PineNote just doesn't boot anymore... Don't now what I can do... Any idea please? Some more details : in fact my PineNote finally boot, after a really long boot. But now, I have a login windows that I didnt have before the updated. I can enter my password, the PineNote seems to enter the session but in fact not the login windows Comes back. So in the end I'm stuck at the login windows... |