A site for solving at least some of your technical problems...
A site for solving at least some of your technical problems...
Today I was thinking I should restore my bookmarks in Firefox. It has been a few days since I was preparing to lose my boot drive and I did not lose it while running... but I still replaced it. It took me a whole weekend to get back to a somewhat normal system (unfortunate that it takes so long...)
So... I have Firefox running and I have an HTML file with all my links. I right click around the location where you enter URLs. That shows a small menu where I can choose to show my toolbar: Bookmarks Toolbar » Always Show.
Now I see a button to the left side which says Import bookmarks. I ...
Whenever a disk starts failing you get errors telling you that your ATA is timing out or returning some other kind of errors.
Here is an example of errors I was getting in /var/log/syslog with Ubuntu 22.04:
Feb 22 07:47:13 monster kernel: [87309.624764] ata6.00: exception Emask 0x0 SAct 0x2000 SErr 0x0 action 0x0 Feb 22 07:47:13 monster kernel: [87309.624780] ata6.00: irq_stat 0x40000008 Feb 22 07:47:13 monster kernel: [87309.624789] ata6.00: failed command: READ FPDMA QUEUED Feb 22 07:47:13 monster kernel: [87309.624794] ata6.00: cmd 60/08:68:30:ea:08/00:00:56:00:00/40 tag 13 ncq dma ...
Lately I've been using a USB drive to boot on various versions of Ubuntu to install Ubuntu on a computer. I used the following command to save the ISO on said USB drive:
sudo dd bs=8M \ if=ubuntu-24.04-desktop-amd64.iso \ of=/dev/sdh \ conv=fsync oflag=direct status=progress
Last night we had a pretty large scale power issue. It went down for over 1h.
I restarted the computer in the middle of the night, but when I came in the office in the morning, the LAN computers and phones were not connecting to the Internet.
I fairly quickly ruled out the firewall as an issue, it was in place as expected.
Looking further, I noticed that my PC's would find some DHCP info, but the DNS IP addresses were the local IP address (such as 10.0.10.1 instead of my Internet provider DNS IPs). So the culprit had to be the DHCP server.
Sure enough, the server ...
It looks like pulseaudio is about to become history¹. I've read that you should be using a new system in replacement to pulseaudio.
In the meantime, I have pulse audio installed and so was thinking it makes more sense to use that at the moment rather than trying to get a new thing going and that was preventing Shotcut from working².
To see whether it is running, use:
$ pactl info
If it works, you see a list of details about your audio device.
Server String: 127.0.0.1 Library Protocol Version: 35 Server Protocol Version: ...
After upgrading, I noticed that I was getting some results from my Anacron at 07:38 instead of the usual "around midnight" time (which was often off by 1h in winter and/or summer... but that was fine with me).
So I looked around and found out that the setup to start the Anacron scripts, a calendar setup in systemd, is used on newer systems. The other scripts starting CRON will test whether anacron is installed then do nothing if so. The old anacron script will test whether systemd is installed and if so, again, do nothing.
...
Yesterday I upgraded to Ubuntu 20.04 from Ubuntu 18.04. I wanted to do that soon, but somehow the firewall stopped working and I just couldn't find a solution (the NAT table was being ignored and as a result the LAN was dead because all the FORWARD rules would not be hit).
First, the upgrade did not want to start because the 20.04 repository was being updated. I tried again after about 1h and that worked.
The whole process took a very long time, but at least it worked.
I'm not too sure why, but MySQL took FOREVER. I have database that should be copied in 2 minutes, okay, maybe 5. ...
I had to delete many emails that ended up in my archives.
When I received an email from postfix, I have a virtual entry that looks like this:
alexis@example.com archive@archive.example.comarchive@archive.example.com
example.com is the main mail server receiving all the external mail.
archive.example.com is a separate system where mail gets sent for archival.
The archival happens in /var/mail/archive and when the file grows over a certain size, it gets compressed and saved in a different location.
The files are therefore mailbox like. Emails are written one after the other with a From to start each email.
...
The Linux system offers a set of commands that allow you to read manufacturer information from the command line.
These are decoded as DMI data.
The motherboard info is listed with:
sudo dmidecode --type baseboard | less
The output should at least include a Manufacturer name and a Product Name. The Product Name would be the motherboard name as defined by the manufacturer.
You can also find memory information with:
sudo dmidecode --type memory | less
You should get a list of DIMM slots with information about whether those slots are filled with a DIMM or not. Those with a DIMM ...
It looks like there was a bug in the MPI binary package where some alternative created a "same link" issue.
The error says that an "update-alternatives ..." command found an issue trying to create an alternative where the alternative is actually not an alternative.
If you saw many other installations going and this is the last thing you see, then yes, you have your OS upgraded to the newer version. You can reboot and do whatever, ...
Recent Posts on The Linux Page: