PINE64
Default OS update log - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: Default OS update log (/showthread.php?tid=7830)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


RE: Default OS update log - bcnaz - 10-16-2019

Check log in OP ? (Other Posts ?)
Thanks


RE: Default OS update log - evilbunny - 10-16-2019

(10-16-2019, 10:18 PM)bcnaz Wrote: Check log in OP  ?    (Other Posts ?)
   Thanks

Original Post


RE: Default OS update log - richfm - 11-01-2019

I got my PBP, logged in, connected to my gateway, updated the Debian + Mate system with the mrfixit icon. Firefox crashes when I do anything with it. Chrome either crashes or loads so slowly as to be useless. This is very disappointing. I've used linux on many laptops designed for Windows and Linux alway works more or less well. Why am I having this probelm? Is anyone else seeing this? Otherwise the wifi works okay if slow.


RE: Default OS update log - Watercourse - 11-01-2019

I seem to have misplaced the handy icon for the update script. 
I'm probably just being tired and dense, but is there another/better way to trigger system updates?
Also, will i break anything if i let apt-get update the 80 or so items it's itchy to update?


RE: Default OS update log - embhorn - 11-03-2019

(11-01-2019, 03:43 PM)Watercourse Wrote: I seem to have misplaced the handy icon for the update script. 
I'm probably just being tired and dense, but is there another/better way to trigger system updates?
Also, will i break anything if i let apt-get update the 80 or so items it's itchy to update?

The icon is a shortcut to the script:

Code:
sudo ./usr/bin/mrfixit_update.sh



RE: Default OS update log - Watercourse - 11-03-2019

Got it. Thank you. :-)


RE: Default OS update log - fpex73 - 11-03-2019

So 2 days more for a new batch of pre-order?
I have been monitoring this since a friend mentioned the PBP to me. Feels like the perfect Linux Utility machine


RE: Default OS update log - Der Geist der Maschine - 11-03-2019

(11-01-2019, 03:43 PM)Watercourse Wrote: Also, will i break anything if i let apt-get update the 80 or so items it's itchy to update?

You will not break anything. In fact, you should regularly update Debian for security reasons.

(11-01-2019, 03:34 PM)richfm Wrote: I got my PBP, logged in, connected to my gateway, updated the Debian + Mate system with the mrfixit icon.

That icon is mostly updating the kernel, uboot and device tree. You should update the actual Debian system from time to time via

# apt-get update && apt-get dist-upgrade


RE: Default OS update log - User 6582 - 11-03-2019

(11-03-2019, 01:58 PM)Der Geist der Maschine Wrote:
(11-01-2019, 03:43 PM)Watercourse Wrote: Also, will i break anything if i let apt-get update the 80 or so items it's itchy to update?

You will not break anything. In fact, you should regularly update Debian for security reasons.

(11-01-2019, 03:34 PM)richfm Wrote: I got my PBP, logged in, connected to my gateway, updated the Debian + Mate system with the mrfixit icon.

That icon is mostly updating the kernel, uboot and device tree. You should update the actual Debian system from time to time via

# apt-get update && apt-get dist-upgrade

Unfortunately, those commands aren't working. 
I get this:
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)

Any ideas? Thanks! :-)


RE: Default OS update log - evilbunny - 11-03-2019

(11-03-2019, 07:30 PM)rick1959 Wrote:
(11-03-2019, 01:58 PM)Der Geist der Maschine Wrote: # apt-get update && apt-get dist-upgrade

Unfortunately, those commands aren't working. 
I get this:
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)

Any ideas? Thanks! :-)

use sudo in front of the commands above...