You are not logged in.
Updater just informed me that I had 4 critical updates. When I tried to install them I got a crash report. Looking at the "backtrace" it gives the error that "gdb" not found. Can't remember what these updates were for, but I think something about cmail?
Do I need to install gdb?
I've had this happen several times since updating to Scorpion. Sometimes I can go to synaptic, reload, apply and it will install the updates, but sometimes there are none found and I can only assume that updater did in fact finish before the error.
Offline
Please run in terminal:
$ qrepolist
$ sudo apt-get update
$ sudo apt-get dist-upgrade
and attach output here to analyze.
Has anyone else noticed this issue ?
Offline
Havent had any issues with updating while using Scorpion.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
repolist
deb http://q4os.org/q4repo q4os-1-0-cn main
deb http://q4os.org/q4repo q4os-2-0-cn main
deb http://q4os.org/qtderepo stretch main
deb http://ftp.debian.org/debian/ stretch main contrib non-free
deb http://security.debian.org/debian-security/ stretch/updates main contrib non-free
deb http://ftp.debian.org/debian/ stretch-updates main contrib non-free
deb http://www.deb-multimedia.org stretch main non-free
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
deb http://download.virtualbox.org/virtualbox/debian stretch contrib non-free
deb http://www.q4os.org/qextrepo stretch-firefox-cn main
update
sudo apt-get update
Hit:1 http://download.virtualbox.org/virtualbox/debian stretch InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://security.debian.org/debian-security stretch/updates InRelease
Hit:4 http://dl.google.com/linux/chrome/deb stable Release
Hit:5 http://www.deb-multimedia.org stretch InRelease
Ign:6 http://ftp.debian.org/debian stretch InRelease
Hit:8 http://q4os.org/q4repo q4os-1-0-cn InRelease
Hit:9 http://www.q4os.org/qextrepo stretch-firefox-cn InRelease
Hit:10 http://ftp.debian.org/debian stretch-updates InRelease
Hit:11 http://q4os.org/q4repo q4os-2-0-cn InRelease
Hit:12 http://ftp.debian.org/debian stretch Release
Hit:13 http://q4os.org/qtderepo stretch InRelease
Reading package lists... Done
upgrade
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
libbcmail-java libbcpkix-java libbcprov-java sensible-utils
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 4,514 kB of archives.
After this operation, 49.2 kB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 sensible-utils all 0.0.9+deb9u1 [10.8 kB]
Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libbcprov-java all 1.56-1+deb9u1 [3,637 kB]
Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libbcpkix-java all 1.56-1+deb9u1 [715 kB]
Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 libbcmail-java all 1.56-1+deb9u1 [152 kB]
Fetched 4,514 kB in 21s (212 kB/s)
(Reading database ... 211444 files and directories currently installed.)
Preparing to unpack .../sensible-utils_0.0.9+deb9u1_all.deb ...
Unpacking sensible-utils (0.0.9+deb9u1) over (0.0.9) ...
Setting up sensible-utils (0.0.9+deb9u1) ...
(Reading database ... 211444 files and directories currently installed.)
Preparing to unpack .../libbcprov-java_1.56-1+deb9u1_all.deb ...
Unpacking libbcprov-java (1.56-1+deb9u1) over (1.56-1) ...
Preparing to unpack .../libbcpkix-java_1.56-1+deb9u1_all.deb ...
Unpacking libbcpkix-java (1.56-1+deb9u1) over (1.56-1) ...
Preparing to unpack .../libbcmail-java_1.56-1+deb9u1_all.deb ...
Unpacking libbcmail-java (1.56-1+deb9u1) over (1.56-1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up libbcprov-java (1.56-1+deb9u1) ...
Setting up libbcpkix-java (1.56-1+deb9u1) ...
Setting up libbcmail-java (1.56-1+deb9u1) ...
------------------
edit to add -
Since the original error today I have had a power outage (thunderstorms), so the computer has been rebooted. However, the task tray is currently showing 4 important software updates available. I have not done them as yet.
Last edited by JimW (2017-12-22 23:49)
Offline
CC
That's why I posted. I knew there should be no problems. The first few times I thought that maybe there was noise on the DSL line. Sometimes it works fine, and other times it gives an error. Unfortunately, it does not ask if I would like to retry!
Offline
Something was looking for gdb(GNU debugger) and didnt find it. I dont have gdb(not installed by default) installed and havent had any issues. Ive literally never had any errors with updates, very reliable.
I use Synaptic most of the time but do install thru the updater as well. Dont use terminal too often but didnt see anything odd in the above posts. Maybe Dai,bin or tlmiller will spot something I missed. Devs can look thru this and maybe have some suggestions.
Ive used both DSL and cable with my systems and havent had any connection problems. The only time Ive ever had issues is when ive used compression or download managers where things can get a bit crazy. Ive had instances where during storms I was trying to finish a download and update in Windows and the system went down and corrupted the files. Had to clean that up and redo.
Last edited by crosscourt (2017-12-23 01:21)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
I agree CC. I normally do not have any problems with updates, and can do them either through synaptic or command line. Just thought that if I were getting these errors then the devs may want to check it out. If they need me to install gdb I will and post the results the next time I get the error. I will try to grab a screen shot also.
I've had two more power failures since I posted the previous post (#5) and the updater notifications is no longer showing.
Ummm... make that 3 power failures! Had another just as I was about to [Submit] this post! LOL
It is about 18:50 local time, I think I'm going to shut down for the night. I seldom do that, but this storm seems to be messing with the electricity!
Offline
The updater notification if you dont do anything eventually fades but will come back later, typically after you reboot.
The storms may be the issue and definitely turn off your pc till the storms pass, hope you have a good surge suppressor installed.
Last edited by crosscourt (2017-12-23 02:24)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
I agree CC. I normally do not have any problems with updates, and can do them either through synaptic or command line. Just thought that if I were getting these errors then the devs may want to check it out. If they need me to install gdb I will and post the results the next time I get the error. I will try to grab a screen shot also.
The commandline output looks quite well, no errors. Do not install gdb, it's not needed. It would be helpful to post a screenshot the next time the error will occur. Thanks for reporting.
Offline
I must admit I'm no fan of system-tray updater tools preferring unattended-upgrades and the occasional terminal session.
The system is up to date so if the tool is still showing these items outstanding then it is clearly not talking to the system properly.
You say you upgraded to Scorpion - did you keep your /home intact or was it a fresh install and then copy in data. What I'm wondering is whether you kept a previous config file(s) for Updater from Orion and that is messing stuff up.
Perhaps the dev team could please advise the various locations in /home where config files for this app would live. I'm also wondering if there's something left in ./cache or local tmp that may be messing with this.
Offline
I use my apt-updater and have had no problems with it, and I have gdb installed in this machine.
Offline
Hi there ...
Yessir .. yesterday ... had 4x java updates ... was messing with 'Discover' in KDE5 ... installed without issue.
Later when using Synaptic, had errors ... fixed via terminal ... dont remember the output, but have had several
more Synaptic issues since then .... all peacefully resolved, thank you ... at least your terminal works - 100%
of the time ... others not so much ... in fairness, mine could have been a weather/noise issue because this
puppy is stable, and bullet-proof ... and beautiful ... will post more on that later ...big thank you, Q4 Team
Regards
Jack
Please run in terminal:
$ qrepolist
$ sudo apt-get update
$ sudo apt-get dist-upgrade
and attach output here to analyze.Has anyone else noticed this issue ?
Offline
Dai's updater works great but Ive had zero issues with Synaptic. I use Synaptic with 20 other distros including MXLinux 17 which is also Debian based and still no issues. I dont monkey with my system that much, but many of these distros are test distros thus I try to break them and so far no issues.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
To give a bit more info -
This started in a HP Omni 100 all-in-one computer, which went bad. The hard drive was fine, so I transferred it into an Optiplex 380. Booted up with no problems and seems to be working great. I had installed Scorpion on the hard drive when it was in the HP, so, no it is not an upgrade. I guess there is a possibility that something was set in the HP that may be causing problems in the Dell, but kinda doubt it. Not sure what is going on, but like I said, I'll keep an eye on it and when (if) it happens again I'll get a screen shot and post it here. It really is not causing any problems (that I'm aware of), just something that I felt shouldn't be happening.
Offline
I swap hard drives between systems all the time and dont have issues. Could be a memory issue, you could run a memtest to see if anything crops up.
Dell Optiplex 380 is a stable system but you never know as capacitor issues can happen with older systems, but honestly dont think thats the case.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Ok, new updater crash -
Offline
New updater error today -
Offline
looking at the background it seems like the updates have all been applied before the updater crashed...
Offline
Agree Dai, how odd. Makes me think file corruption issues and maybe memory problems just at face value.
Last edited by crosscourt (2017-12-28 23:15)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
That is correct Dia.
The updates do seem to have finished before the crash. Kinda like it is crashing when it starts to report finished.
However, I have had times when it did not finish and I had to do them manually.
Most of the time it does finish before the error. But, there are also times when it finishes without error.
Like I said, not a big problem, but may confuse any newbies that run into it.
Offline
Does your system only crash when updating? Has it crashed randomly or with other apps?
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Actually it does not crash the system, just the updater app. Only other possible crash would be FireFox occasionally just shutting down when I go to different web pages (never noticed any specific web page that caused it). But no crash report from that happening, it just returns to the desktop and I have to restart FireFox. And it hasn't happened in the last few weeks.
Offline
Have you disabled automatic updates? if you are not sure you can type in a terminal (or copy/paste) this
grep Upgrade /etc/apt/apt.conf.d/20auto-upgrades
if it set to 0 it is off, and if it is a 1 then it is on, I think it might be caused by it trying to run during the update procedure
Offline
Set to "1" - so it is on. (as I thought)
Offline
I would turn it off (set it to 0) and see if you still have errors.
Offline