You are not logged in.
Pages: 1
It is an install onto a Thinkpad W520 with Beowolf installed, it was working just fine, only a little bit of tearing on the screensaver. I installed some extra packages available. I was wanting to add emacs, but it came up with errors on that. I then noticed that Chimaera was available, and followed the instructions to upgrade, it seemed to go ok. Also dupeguru seemed not to be available, missing that capability.
Now cannot connect to either ethernet or wireless!
I also noticed a lot of repeated errors in /var/log/syslog of the form:
brltty[xxx]: unable to connect to polkit: g-io-error-quark (yyy) Error initialising authority: Could not connect: No such file or directory (1)
It has negotiated an ipv6 only address! it seems to be the only ipv6 on my hub, not sure if that is expected?
I am at a loss of where to look for the root cause of this. the thinkpad has an msata disk for booting, and an ssd for home, and another ssd for more storage, mounted in fstab as /data
df -h shows all mounts are present
How do I display the uuid's of the disks? currently using another laptop to troubleshoot the thinkpad, as it has no networking available.
Offline
How do I display the uuid's of the disks?
# blkid
Offline
bash: blkid: command not found
So that does not give me the uuid's
Offline
bash: blkid: command not found
$ /sbin/blkid
or do it as root
Last edited by NicePics13 (2021-10-28 20:53:58)
Offline
ahh, adding /sbin/blkid now works,
so sudo blkid gives command not found,
but sudo /sbin/blkid works!
but those are all accounted for in fstab and appear in df -h, so what is the brltty error telling me is wrong?
Offline
Brail reading is installed with "accessibility" for blind and deaf users, if you don't need it uninstall it to reduce errors in the logs.
brltty = Access software for a blind person using a braille display
pic from 1993, new guitar day.
Offline
Thanks, I will remove that, but still need to find what has broken! I was using it successfully for several weeks, but now no networking, so have to copy off error messages by hand, as simpler that copying to usb etc.
Offline
Try assigning it an IPv4 address manually to get ethernet working. Eg ifconfig eth0 addr 192.168.1.64/24 as root. Replace eth0 with whatever the link is called. And use an address nothing else you have is using.
That would only be a temporary fix, but would enable you to download fixes onto it.
Or post output from /sbin/ifconfig here to give us a bit more to go by.
Offline
ahh, adding /sbin/blkid now works,
so sudo blkid gives command not found,
but sudo /sbin/blkid works!
Explanation: please read the Chimaera release notes https://files.devuan.org/devuan_chimaer … _notes.txt, especially the section about su (not a Devuan specific problem).
rolfie
Offline
Ahh, I missed that bit about needing the full path.
I still need to work towards what actually broke. I will restart it and look at the logs again, now that brltty is removed.
Offline
Pages: 1