LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 03-31-2018, 10:46 AM   #16
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled

Disregard. Repeat post. See below.

Last edited by llewellen; 03-31-2018 at 11:12 AM. Reason: repeatpost
 
Old 03-31-2018, 11:09 AM   #17
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Worse Problems

I thought this issue was fixed after running the script recommended above but it's now worse. When I booted up this morning I got a completely fresh installation of Mint with all my settings gone and all my folders empty. The apps I had installed appear to be there but their settings have also been wiped out.

When I try to get into System Settings to see what's going on, Mint won't accept my previous password. When I try to change the password, of course it asks for my current password, which it thinks has six characters. I have never used a password anywhere that has six characters and since I don't know what Mint thinks is my existing six character password, I can't get in to change it.

What happened? I did have a blank USB stick inserted when I booted this morning but that shouldn't have affected anything because the ubuntu boot sequence is in the first two positions in the Boot Options list in BIOS.

Help desperately needed. Thank you.
 
Old 03-31-2018, 12:16 PM   #18
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by llewellen View Post
I thought this issue was fixed after running the script recommended above but it's now worse. When I booted up this morning I got a completely fresh installation of Mint with all my settings gone and all my folders empty. The apps I had installed appear to be there but their settings have also been wiped out.

When I try to get into System Settings to see what's going on, Mint won't accept my previous password. When I try to change the password, of course it asks for my current password, which it thinks has six characters. I have never used a password anywhere that has six characters and since I don't know what Mint thinks is my existing six character password, I can't get in to change it.

What happened? I did have a blank USB stick inserted when I booted this morning but that shouldn't have affected anything because the ubuntu boot sequence is in the first two positions in the Boot Options list in BIOS.

Help desperately needed. Thank you.
Usually when a program asks for a password and shows a row of asterisks, the number of those asterisks does not correlate to the number of characters in your password (if it did, this would be of use to people trying to guess your password).

The other things you have experienced would be the case if your home directory had somehow been deleted or renamed. Which "script" did you run? (or do you mean the apt-get command).

Also, can you paste the output from the following:

Code:
cat /etc/fstab

mount | grep /dev/sd

ls -la ~
 
Old 03-31-2018, 12:37 PM   #19
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Sorry for the incorrect terminology. I ran the command indicated in the link you provided above.

Here's the first command you just gave. Others to follow:

drew@ken-X200CA ~ $ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=0d365ded-8757-4cbf-a41a-d8369dd7d96a / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=CF6B-0360 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda3 during installation
UUID=6652224d-4a01-4e8c-ad0b-00743bd2b9aa none swap sw 0 0
drew@ken-X200CA ~ $
 
Old 03-31-2018, 12:40 PM   #20
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
drew@ken-X200CA ~ $ mount | grep /dev/sd
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
drew@ken-X200CA ~ $ ls -la~
ls: invalid option -- '~'
Try 'ls --help' for more information.
drew@ken-X200CA ~ $
 
Old 03-31-2018, 12:44 PM   #21
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
All looks good so far (I don't use EFI so I'm unsure how that should appear in fstab and when mounted but assume they're ok).

There should be a space between the -la and the ~ (it's always better to cut and paste commands, where possible, to avoid transcription mistakes).
 
Old 03-31-2018, 12:47 PM   #22
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
drew@ken-X200CA ~ $ ls -la ~
total 128
drwxr-xr-x 19 drew drew 4096 Mar 31 08:36 .
drwxr-xr-x 5 root root 4096 Oct 19 19:23 ..
-rw-r--r-- 1 drew drew 220 Oct 19 19:23 .bash_logout
-rw-r--r-- 1 drew drew 4000 Oct 19 19:23 .bashrc
drwx------ 10 drew drew 4096 Mar 31 10:24 .cache
drwxr-xr-x 4 drew drew 4096 Mar 31 08:17 .cinnamon
drwxr-xr-x 14 drew drew 4096 Mar 31 08:35 .config
drwx------ 3 drew drew 4096 Mar 26 15:46 .dbus
drwxr-xr-x 2 drew drew 4096 Mar 26 15:46 Desktop
-rw------- 1 drew drew 31 Mar 31 08:14 .dmrc
drwxr-xr-x 2 drew drew 4096 Mar 26 15:46 Documents
drwxr-xr-x 2 drew drew 4096 Mar 26 15:46 Downloads
-rw-r--r-- 1 root root 18002 Oct 19 19:24 .face
drwx------ 2 drew drew 4096 Mar 31 08:30 .gconf
-rw------- 1 drew drew 1336 Mar 31 08:14 .ICEauthority
drwxr-xr-x 4 drew drew 4096 Mar 31 08:04 .linuxmint
drwxr-xr-x 3 drew drew 4096 Mar 31 07:57 .local
drwxr-xr-x 3 drew drew 4096 Oct 19 19:23 .mozilla
drwxr-xr-x 2 drew drew 4096 Mar 26 15:46 Music
drwxr-xr-x 2 drew drew 4096 Mar 26 15:46 Pictures
drwx------ 3 drew drew 4096 Mar 31 08:36 .pki
-rw-r--r-- 1 drew drew 655 Oct 19 19:23 .profile
drwxr-xr-x 2 drew drew 4096 Mar 26 15:46 Public
-rw-r--r-- 1 drew drew 0 Mar 27 12:09 .sudo_as_admin_successful
drwxr-xr-x 2 drew drew 4096 Mar 26 15:46 Templates
drwxr-xr-x 2 drew drew 4096 Mar 26 15:46 Videos
-rw------- 1 drew drew 121 Mar 31 08:14 .Xauthority
-rw-r--r-- 1 drew drew 7421 Mar 31 10:44 .xsession-errors
drew@ken-X200CA ~ $
 
Old 03-31-2018, 12:49 PM   #23
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Just to be clear, the command I ran a couple of days ago was to remove virtualbox.

Also, today I'm getting a lot of latency while typing this and elsewhere when trying to do things.
 
Old 03-31-2018, 12:52 PM   #24
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks. That doesn't look so good - many of these directories have newer dates (today) than they should have.

Do you have only one user on your system, and is that user called "drew"?

Also have you installed or updated/upgraded anything else at all since you ran the apt-update command referred to previously?
 
Old 03-31-2018, 01:05 PM   #25
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
There is only one user. When this computer was originally configured by the retailer with Win 10, they used what they thought was my name by using the short form of my legal first name - Kenneth - so they set up the user as ken. After I wiped out Win 10 and installed Mint, I changed the user name to the name I always use which is the nickname version of my middle name Andrew - so Drew.

As best as I can recall I installed only these:

- re-installed photo QT photo viewer. This still appears in the main menu.
- installed Blue Griffin web design. This never made it to the main menu and is not there now. I had to run it by double clicking on a file in its folder that I created in Home. It's not in the Home directory now.

And I uninstalled several apps that I wasn't using by right clicking them in the main menu and selecting "uninstall"
 
Old 03-31-2018, 01:10 PM   #26
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks for the info. Could you please run the following command, and then paste everything in the output that has occurred since, and including, the apt-get command which you used to get rid of virtualbox-guests*:

Code:
cat  /var/log/apt/history.log
 
Old 03-31-2018, 01:17 PM   #27
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Start-Date: 2018-03-27 12:10:04
Commandline: apt-get remove virtualbox*
Requested-By: drew (1001)
Remove: virtualbox-guest-utils:amd64 (5.1.34-dfsg-0ubuntu1.16.04.2), virtualbox-guest-dkms:amd64 (5.1.34-dfsg-0ubuntu1.16.04.2), virtualbox-guest-x11:amd64 (5.1.34-dfsg-0ubuntu1.16.04.2)
End-Date: 2018-03-27 12:10:44

Start-Date: 2018-03-27 12:31:07
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive --parent-window-id 92274725 -o Synaptic::closeZvt=true --set-selections-file /tmp/tmpw9sqronh
Requested-By: ken (1000)
Upgrade: pciutils:amd64 (1:3.3.1-1.1ubuntu1.1, 1:3.3.1-1.1ubuntu1.2), libpci3:amd64 (1:3.3.1-1.1ubuntu1.1, 1:3.3.1-1.1ubuntu1.2)
End-Date: 2018-03-27 12:31:20

Start-Date: 2018-03-29 07:33:57
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive --parent-window-id 88080429 -o Synaptic::closeZvt=true --set-selections-file /tmp/tmpdl7guvnr
Requested-By: ken (1000)
Upgrade: openssl:amd64 (1.0.2g-1ubuntu4.10, 1.0.2g-1ubuntu4.11), libicu55:amd64 (55.1-7ubuntu0.3, 55.1-7ubuntu0.4), libicu55:i386 (55.1-7ubuntu0.3, 55.1-7ubuntu0.4), firefox-locale-en:amd64 (59.0.1+linuxmint1+sylvia, 59.0.2+linuxmint1+sylvia), firefox:amd64 (59.0.1+linuxmint1+sylvia, 59.0.2+linuxmint1+sylvia), libssl1.0.0:amd64 (1.0.2g-1ubuntu4.10, 1.0.2g-1ubuntu4.11), libssl1.0.0:i386 (1.0.2g-1ubuntu4.10, 1.0.2g-1ubuntu4.11)
End-Date: 2018-03-29 07:34:36

Start-Date: 2018-03-29 18:34:45
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive --parent-window-id 111149064 -o Synaptic::closeZvt=true --set-selections-file /tmp/tmpjRBFxA
Install: photoqt:amd64 (1.6-1)
End-Date: 2018-03-29 18:34:50

Start-Date: 2018-03-29 19:07:19
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive --progress-str Please wait, this can take some time --finish-str Application removed successfully --set-selections-file /tmp/tmpTsOHD1
Remove: xreader:amd64 (1.6.2+sylvia)
End-Date: 2018-03-29 19:07:27

Start-Date: 2018-03-30 07:22:16
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive --parent-window-id 88080425 -o Synaptic::closeZvt=true --set-selections-file /tmp/tmpalk5zhtn
Requested-By: ken (1000)
Upgrade: intel-microcode:amd64 (3.20180108.0+really20170707ubuntu16.04.1, 3.20180312.0~ubuntu16.04.1)
End-Date: 2018-03-30 07:23:02

Start-Date: 2018-03-31 08:24:27
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive --parent-window-id 85983279 -o Synaptic::closeZvt=true --set-selections-file /tmp/tmp2l1wxenv
Requested-By: drew (1001)
Upgrade: libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libgssapi3-heimdal:i386 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), cryptsetup-bin:amd64 (2:1.6.6-5ubuntu2, 2:1.6.6-5ubuntu2.1), evince:amd64 (3.18.2-1ubuntu4.1, 3.18.2-1ubuntu4.3), libfreerdp-codec1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), bluez:amd64 (5.37-0ubuntu5, 5.37-0ubuntu5.1), libdns-export162:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), libwinpr-environment0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libfwup0:amd64 (0.5-2ubuntu4, 0.5-2ubuntu7), postfix:amd64 (3.1.0-3, 3.1.0-3ubuntu0.3), python-twisted-core:amd64 (16.0.0-1, 16.0.0-1ubuntu0.2), libcrack2:amd64 (2.9.2-1build2, 2.9.2-1ubuntu1), libisccfg140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libwind0-heimdal:i386 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), python-samba:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.13), linux-libc-dev:amd64 (4.4.0-112.135, 4.4.0-116.140), libavutil-ffmpeg54:amd64 (7:2.8.8-0ubuntu0.16.04.1, 7:2.8.11-0ubuntu0.16.04.1), xserver-common:amd64 (2:1.18.4-0ubuntu0.1, 2:1.18.4-0ubuntu0.7), ifupdown:amd64 (0.8.10ubuntu1.1, 0.8.10ubuntu1.2), libwinpr-library0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libevdocument3-4:amd64 (3.18.2-1ubuntu4.1, 3.18.2-1ubuntu4.3), libcurl3:amd64 (7.47.0-1ubuntu2.2, 7.47.0-1ubuntu2.7), libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.1, 2.4.42+dfsg-2ubuntu3.2), libldap-2.4-2:i386 (2.4.42+dfsg-2ubuntu3.1, 2.4.42+dfsg-2ubuntu3.2), libwinpr-rpc0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), openjdk-8-jre:amd64 (8u121-b13-0ubuntu1.16.04.2, 8u151-b12-0ubuntu0.16.04.2), bluez-cups:amd64 (5.37-0ubuntu5, 5.37-0ubuntu5.1), xserver-xorg-core:amd64 (2:1.18.4-0ubuntu0.1, 2:1.18.4-0ubuntu0.7), libwinpr-synch0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), iproute:amd64 (1:4.3.0-1ubuntu3, 1:4.3.0-1ubuntu3.16.04.3), python-twisted-names:amd64 (16.0.0-1, 16.0.0-1ubuntu0.2), cracklib-runtime:amd64 (2.9.2-1build2, 2.9.2-1ubuntu1), libfreerdp-locale1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), imagemagick:amd64 (8:6.8.9.9-7ubuntu5.4, 8:6.8.9.9-7ubuntu5.9), libwbclient0:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.13), python3-jwt:amd64 (1.3.0-1, 1.3.0-1ubuntu0.1), libfreerdp-gdi1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libgweather-3-6:amd64 (3.18.2-0ubuntu0.1, 3.18.2-0ubuntu0.2), libavfilter-ffmpeg5:amd64 (7:2.8.8-0ubuntu0.16.04.1, 7:2.8.11-0ubuntu0.16.04.1), kpartx:amd64 (0.5.0+git1.656f8865-5ubuntu2.3, 0.5.0+git1.656f8865-5ubuntu2.5), libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libheimntlm0-heimdal:i386 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libgs9:amd64 (9.18~dfsg~0-0ubuntu2.3, 9.18~dfsg~0-0ubuntu2.7), libfreerdp-crypto1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), python-twisted-bin:amd64 (16.0.0-1, 16.0.0-1ubuntu0.2), python2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.1, 2.7.12-1ubuntu0~16.04.3), tcpdump:amd64 (4.7.4-1ubuntu1, 4.9.2-0ubuntu0.16.04.1), libwinpr-handle0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.3, 8:6.8.9.9-7ubuntu5.9), bind9-host:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), libwinpr-registry0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), ssh-askpass-gnome:amd64 (1:7.2p2-4ubuntu2.1, 1:7.2p2-4ubuntu2.4), lshw:amd64 (02.17-1.1ubuntu3.2, 02.17-1.1ubuntu3.5), libswresample-ffmpeg1:amd64 (7:2.8.8-0ubuntu0.16.04.1, 7:2.8.11-0ubuntu0.16.04.1), dnsutils:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.1, 2.7.12-1ubuntu0~16.04.3), python2.7:amd64 (2.7.12-1ubuntu0~16.04.1, 2.7.12-1ubuntu0~16.04.3), dnsmasq-base:amd64 (2.75-1ubuntu0.16.04.1, 2.75-1ubuntu0.16.04.4), libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libheimbase1-heimdal:i386 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libwinpr-interlocked0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libpython3.5:amd64 (3.5.2-2ubuntu0~16.04.3, 3.5.2-2ubuntu0~16.04.4), libwinpr-crt0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), python3.5:amd64 (3.5.2-2ubuntu0~16.04.3, 3.5.2-2ubuntu0~16.04.4), gir1.2-evince-3.0:amd64 (3.18.2-1ubuntu4.1, 3.18.2-1ubuntu4.3), fluidr3mono-gm-soundfont:amd64 (2.315-2~ppa, 2.315-4~ppa), python-apt-common:amd64 (1.1.0~beta1build1, 1.1.0~beta1ubuntu0.16.04.1), python3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.3, 3.5.2-2ubuntu0~16.04.4), libxfreerdp-client1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libisc160:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), gstreamer1.0-plugins-bad:amd64 (1.8.2-1ubuntu0.1, 1.8.3-1ubuntu0.2), libwinpr-sysinfo0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libepoxy0:amd64 (1.3.1-1, 1.3.1-1ubuntu0.16.04.2), passwd:amd64 (1:4.2-3.1ubuntu5, 1:4.2-3.1ubuntu5.3), isc-dhcp-common:amd64 (4.3.3-5ubuntu12.4, 4.3.3-5ubuntu12.10), gstreamer1.0-plugins-bad-videoparsers:amd64 (1.8.2-1ubuntu0.1, 1.8.3-1ubuntu0.2), python:amd64 (2.7.11-1, 2.7.12-1~16.04), dkms:amd64 (2.2.0.3-2ubuntu11.3, 2.2.0.3-2ubuntu11.5), initramfs-tools-bin:amd64 (0.122ubuntu8.5, 0.122ubuntu8.11), fwupdate:amd64 (0.5-2ubuntu4, 0.5-2ubuntu7), kpartx-boot:amd64 (0.5.0+git1.656f8865-5ubuntu2.3, 0.5.0+git1.656f8865-5ubuntu2.5), libwinpr-file0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libapparmor1:amd64 (2.10.95-0ubuntu2.6, 2.10.95-0ubuntu2.9), libfreerdp-common1.1.0:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libwinpr-sspi0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), ntp:amd64 (1:4.2.8p4+dfsg-3ubuntu5.3, 1:4.2.8p4+dfsg-3ubuntu5.8), samba-libs:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.13), ntpdate:amd64 (1:4.2.8p4+dfsg-3ubuntu5.3, 1:4.2.8p4+dfsg-3ubuntu5.8), libpython-stdlib:amd64 (2.7.11-1, 2.7.12-1~16.04), imagemagick-6.q16:amd64 (8:6.8.9.9-7ubuntu5.4, 8:6.8.9.9-7ubuntu5.9), evince-common:amd64 (3.18.2-1ubuntu4.1, 3.18.2-1ubuntu4.3), libisc-export160:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), freerdp-x11:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libpostproc-ffmpeg53:amd64 (7:2.8.8-0ubuntu0.16.04.1, 7:2.8.11-0ubuntu0.16.04.1), libevview3-3:amd64 (3.18.2-1ubuntu4.1, 3.18.2-1ubuntu4.3), libavcodec-extra:amd64 (7:2.8.8-0ubuntu0.16.04.1, 7:2.8.11-0ubuntu0.16.04.1), libfreerdp-core1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), samba-common:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.13), gstreamer1.0-plugins-bad-faad:amd64 (1.8.2-1ubuntu0.1, 1.8.3-1ubuntu0.2), chromium-codecs-ffmpeg-extra:amd64 (53.0.2785.143-0ubuntu0.16.04.1.1254, 65.0.3325.181-0ubuntu0.16.04.1), libwinpr-utils0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), liblwres141:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libhcrypto4-heimdal:i386 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libwinpr-dsparse0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), python-apt:amd64 (1.1.0~beta1build1, 1.1.0~beta1ubuntu0.16.04.1), libxfont1:amd64 (1:1.5.1-1ubuntu0.16.04.1, 1:1.5.1-1ubuntu0.16.04.4), libwinpr-input0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), python-twisted-web:amd64 (16.0.0-1, 16.0.0-1ubuntu0.2), ghostscript:amd64 (9.18~dfsg~0-0ubuntu2.3, 9.18~dfsg~0-0ubuntu2.7), wpasupplicant:amd64 (2.4-0ubuntu6, 2.4-0ubuntu6.2), login:amd64 (1:4.2-3.1ubuntu5, 1:4.2-3.1ubuntu5.3), libcryptsetup4:amd64 (2:1.6.6-5ubuntu2, 2:1.6.6-5ubuntu2.1), eject:amd64 (2.1.5+deb1+cvs20081104-13.1, 2.1.5+deb1+cvs20081104-13.1ubuntu0.16.04.1), libfreerdp-utils1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libwinpr-heap0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), iproute2:amd64 (4.3.0-1ubuntu3, 4.3.0-1ubuntu3.16.04.3), ghostscript-x:amd64 (9.18~dfsg~0-0ubuntu2.3, 9.18~dfsg~0-0ubuntu2.7), libsmbclient:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.13), smbclient:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.13), openssh-client:amd64 (1:7.2p2-4ubuntu2.1, 1:7.2p2-4ubuntu2.4), samba-common-bin:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.13), libmwaw-0.3-3:amd64 (0.3.7-1ubuntu2, 0.3.7-1ubuntu2.1), libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.3, 8:6.8.9.9-7ubuntu5.9), libswscale-ffmpeg3:amd64 (7:2.8.8-0ubuntu0.16.04.1, 7:2.8.11-0ubuntu0.16.04.1), libgs9-common:amd64 (9.18~dfsg~0-0ubuntu2.3, 9.18~dfsg~0-0ubuntu2.7), libfreerdp-cache1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libgraphite2-3:amd64 (1.3.6-1ubuntu1, 1.3.10-0ubuntu0.16.04.1), libgraphite2-3:i386 (1.3.6-1ubuntu1, 1.3.10-0ubuntu0.16.04.1), libwinpr-path0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libdns162:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), libavresample-ffmpeg2:amd64 (7:2.8.8-0ubuntu0.16.04.1, 7:2.8.11-0ubuntu0.16.04.1), libaudiofile1:i386 (0.3.6-2ubuntu0.15.10.1, 0.3.6-2ubuntu0.16.04.1), bluez-obexd:amd64 (5.37-0ubuntu5, 5.37-0ubuntu5.1), openjdk-8-jre-headless:amd64 (8u121-b13-0ubuntu1.16.04.2, 8u151-b12-0ubuntu0.16.04.2), thermald:amd64 (1.5-2ubuntu3, 1.5-2ubuntu4), logrotate:amd64 (3.8.7-2ubuntu2, 3.8.7-2ubuntu2.16.04.2), libfreerdp-rail1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.1, 2.7.12-1ubuntu0~16.04.3), libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libroken18-heimdal:i386 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), btrfs-tools:amd64 (4.4-1, 4.4-1ubuntu1), rsync:amd64 (3.1.1-3ubuntu1, 3.1.1-3ubuntu1.2), bluetooth:amd64 (5.37-0ubuntu5, 5.37-0ubuntu5.1), imagemagick-common:amd64 (8:6.8.9.9-7ubuntu5.3, 8:6.8.9.9-7ubuntu5.9), libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libasn1-8-heimdal:i386 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libisccc140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libkrb5-26-heimdal:i386 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), wget:amd64 (1.17.1-1ubuntu1.1, 1.17.1-1ubuntu1.3), libavformat-ffmpeg56:amd64 (7:2.8.8-0ubuntu0.16.04.1, 7:2.8.11-0ubuntu0.16.04.1), python-jwt:amd64 (1.3.0-1, 1.3.0-1ubuntu0.1), libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.3, 3.5.2-2ubuntu0~16.04.4), libavcodec-ffmpeg-extra56:amd64 (7:2.8.8-0ubuntu0.16.04.1, 7:2.8.11-0ubuntu0.16.04.1), libbind9-140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.5, 1:9.10.3.dfsg.P4-8ubuntu1.10), libwinpr-thread0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libbluetooth3:amd64 (5.37-0ubuntu5, 5.37-0ubuntu5.1), libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.1, 2.7.12-1ubuntu0~16.04.3), libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.3, 3.5.2-2ubuntu0~16.04.4), curl:amd64 (7.47.0-1ubuntu2.2, 7.47.0-1ubuntu2.7), libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), libhx509-5-heimdal:i386 (1.7~git20150920+dfsg-4ubuntu1, 1.7~git20150920+dfsg-4ubuntu1.16.04.1), isc-dhcp-client:amd64 (4.3.3-5ubuntu12.4, 4.3.3-5ubuntu12.10), libfreerdp-client1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), cryptsetup:amd64 (2:1.6.6-5ubuntu2, 2:1.6.6-5ubuntu2.1), libgstreamer-plugins-bad1.0-0:amd64 (1.8.2-1ubuntu0.1, 1.8.3-1ubuntu0.2), python-minimal:amd64 (2.7.11-1, 2.7.12-1~16.04), libfreerdp-plugins-standard:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libwinpr-pool0.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2), libgweather-common:amd64 (3.18.2-0ubuntu0.1, 3.18.2-0ubuntu0.2), procmail:amd64 (3.22-25, 3.22-25ubuntu0.16.04.1), libnspr4:amd64 (2:4.12-0ubuntu0.16.04.1, 2:4.13.1-0ubuntu0.16.04.1), libnspr4:i386 (2:4.12-0ubuntu0.16.04.1, 2:4.13.1-0ubuntu0.16.04.1), initramfs-tools-core:amd64 (0.122ubuntu8.5, 0.122ubuntu8.11), libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.2, 7.47.0-1ubuntu2.7), sensible-utils:amd64 (0.0.9, 0.0.9ubuntu0.16.04.1), initramfs-tools:amd64 (0.122ubuntu8.5, 0.122ubuntu8.11), less:amd64 (481-2.1ubuntu0.1, 481-2.1ubuntu0.2), python3-apt:amd64 (1.1.0~beta1build1, 1.1.0~beta1ubuntu0.16.04.1), libfreerdp-primitives1.1:amd64 (1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1, 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2)
End-Date: 2018-03-31 08:31:29
drew@ken-X200CA ~ $
 
Old 03-31-2018, 01:28 PM   #28
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Uh oh. I forgot about the updates that Mint pushes out almost everyday. Could that last one, the intel-microcode be the culprit?
 
Old 03-31-2018, 01:30 PM   #29
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Wow, that last upgrade was mammoth, and could well have caused the problem. What did you do to generate that - change your software sources, allow level4/5 updates when you hadn't allowed them before, or something else?

Just to check your software sources, please paste the output from the following:

Code:
inxi -r
 
Old 03-31-2018, 01:31 PM   #30
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by llewellen View Post
Uh oh. I forgot about the updates that Mint pushes out almost everyday. Could that last one, the intel-microcode be the culprit?
I'm not sure, but I doubt that it would cause what you have experienced.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Redshift broken in Mint 18 louierev07 Linux - Software 6 07-30-2016 05:14 AM
Bootstrap not starting U-boot in the normal boot sequence sjremya Linux - Software 0 10-05-2010 12:03 AM
Ubuntu bizarre boot sequence--- Boot hangs unless I turn off monitor Theoldras Linux - Hardware 4 07-13-2009 10:37 AM
boot sequence kermit Linux - Newbie 3 12-10-2004 01:41 AM
boot-sequence boku Linux - General 1 08-04-2002 06:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration