This commit is contained in:
committer@tuxwarrior
2024-08-27 18:34:21 -05:00
parent 2605213781
commit f29751db33

View File

@@ -252,7 +252,6 @@ if the system runs nvidia, follow the steps in [nvidia.md](nvidia.md) to set up
- reaper - reaper
- https://gitlab.com/pqq/pIssues.2/-/issues/254#note_1897590421 - https://gitlab.com/pqq/pIssues.2/-/issues/254#note_1897590421
- pcmanfm - pcmanfm
- edit > preferences > - edit > preferences >
- general > [ ] erase files on removable media instead of "trash can" creation - general > [ ] erase files on removable media instead of "trash can" creation
@@ -269,69 +268,6 @@ if the system runs nvidia, follow the steps in [nvidia.md](nvidia.md) to set up
- setting up the printer using system-config-printer was easy, and worked! - setting up the printer using system-config-printer was easy, and worked!
- (https://gitlab.com/pqq/pIssues.2/-/issues/254#note_1921407733) - (https://gitlab.com/pqq/pIssues.2/-/issues/254#note_1921407733)
# error solving # error solving
- lemur display/login manager does not log you in for info on miscellaneous issues, please see <https://gitlab.com/pqq/pIssues.2/-/issues/254>.
- press `Alt-F1` (for tty1) to buypass the login screen, or (`Alt-F2` / tty2) to view display manager (if installed)
- login and run `startx`
- `startx : fatal server error : no screens found`
- `rm /etc/X11/xorg.conf`
- `rm -r /etc/X11/xorg.conf.d`
- https://bbs.archlinux.org/viewtopic.php?id=149368
- `mount point /boot … is world accessible …` and `random seed file … is world accessible …`
- solution:
- `sudo umount /boot`
- `sudo chmod 700 /boot`
- `reboot`
- https://bbs.archlinux.org/viewtopic.php?id=287790
- pacman
- error when building new packages: "somefile exists in both ..."
- solution: disable debug option
- `dots/pacman/.makepkg.conf`
- https://forum.endeavouros.com/t/debug-package-conflict-on-system-update/50905
- https://wiki.archlinux.org/title/makepkg
- `sudo journalctl -b` shows error:
- `ACPI Error AE_NOT_FOUND` and `could not resolve symbol _SB.PCI0.XDCI`
- solution:
- `sudo nano /boot/loader/entries/2024-06-06_13-01-32_linux.conf`
- add `libata.noacpi=1` to `options`
- `sudo journalctl -b` shows error:
- `mmio stale data cpu bug present`
- solution:
- should be safe to ignore this
- https://www.reddit.com/r/pop_os/comments/16esxxn/cpu_memory_leak/
- `pnp 00:03: disabling [io 0x3322-0x3323] because it overlaps 0000:00:01.0 BAR 13 [io 0x3000-0x3fff]`
- solution:
- unknown
- `nvme nvme0 missing or invalid SUBNQN field`
- should be safe to ignore this
- https://forums.gentoo.org/viewtopic-t-1106388-start-0.html
- `usci_ccg 0-0008: i2c_transfer failed -6` and `usci_ccg 0-0008: ucsi_ccg_init failed -6`
- should be safe to ignore
- https://bbs.archlinux.org/viewtopic.php?id=262194
- `mxm: guid detected in bios`
- safe to ignore
- https://ubuntuforums.org/showthread.php?t=2491276
- `acpi warning: … ._DSM: Argument #4 type mismatch - Found [Buffer] …`
- safe to ingore
- https://askubuntu.com/questions/842134/acpi-warning-argument-4-type-mismatch
- `bluetooth: hci0: hci le coded phy feature bit set, but its usage is not supported`
- solution:
- unknown
- `agetty failed to open credentials directory`
- solution:
- unknown
- `nouveau 0000:01L00.0: DRM: … kmsOutp [BL_GET level:0] (ret:-22)`
- solution:
- install propiretary nvidia drivers
- `dbus-broker-launch activation request for org.freedesktop.home1 failed … service could not be found`
- safe to ignore
- https://forum.manjaro.org/t/dbus-org-freedesktop-home1-service-not-found-i-set-noextract-usr-lib-security-pam-systemd-home-so-in-pacman-conf/77365
- `dbus-broker-launch … dunst.service is not named after the d-bus name … notifications`
- solution:
- unknown
# more info
- original issue: https://gitlab.com/pqq/pIssues.2/-/issues/254