Ubuntu Pastebin

Paste from Fare at Wed, 18 Jan 2017 06:17:19 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# cat /etc/issue
Ubuntu 16.04.1 LTS \n \l

# apt -fy install cron
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

# sudo apt install -fy cron
Reading package lists... Done
Building dependency tree       
Reading state information... Done
cron is already the newest version (3.0pl1-128ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 101 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up cron (3.0pl1-128ubuntu2) ...
Adding group `crontab' (GID 101) ...
Done.
dpkg-statoverride: error: group 'crontab' does not exist
dpkg: error processing package cron (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 cron
W: No sandbox user '_apt' on the system, can not drop privileges
E: Sub-process /usr/bin/dpkg returned an error code (1)
Download as text