Questions tagged [aptdaemon]

15 questions
16
votes
2 answers

How to solve: gkr-pam: unable to locate daemon control file?

Since i installed 19.04 I start to getting this error in my syslog sent from gdm-session-wor: gkr-pam: unable to locate daemon control file What could be the problem and how to solve it?
James Gates
  • 1,119
5
votes
0 answers

CPU 100% Usage with aptd (python3)? How do I resolve this process issue?

I've been having this happen for a while - not too sure what caused it. There's one or two processes (here /usr/sbin/aptd) that always spike up to 98-100% CPU usage, and I'm not sure how to solve this. Would someone mind clarifying what the issue…
3
votes
1 answer

ImportError: No module named 'defer' from aptdaemon

I just upgraded from Ubuntu GNOME 16.04 to 16.10, then I cannot run software-properties-gtk. Output of that command is: Traceback (most recent call last): File "/usr/bin/software-properties-gtk", line 37, in from…
Majal
  • 8,249
2
votes
2 answers

After latest software update 'Daemon for power management' fails to start

After installing and restarting my computer from the Ubuntu Software Updater prompt, my computer never completes a boot due to Failed to start Daemon for power management error: /dev/sda2: recovering journal /dev/sda2: clean, 789912/30498816 files,…
2
votes
1 answer

In every update aptd crashes with TypeError on 16.04.5 LTS

I have been using Ubuntu 16.04.5 64-bit LTS for quite some time and intend to use it a little bit more. However, recently I noticed I am getting an internal error due to aptd every time there is an update. The executable leading the problem is…
Vesnog
  • 2,283
  • 4
  • 22
  • 36
2
votes
1 answer

how to launch Bluez on Lubuntu

Trying to launch a BT adapter/manager(default installed on Lubu)a little window informs me that it cannot because there's no Bluez launched. In terminal: sudo apt install bluez, it answers: Bluez is already the new version (5.46-0ubuntu3) Then…
Vallu
  • 57
1
vote
0 answers

Lubuntu 14.04.1, new installation. Error: "unable to mount /boot"

This is a nearly new install of Lubuntu 14.04.1 LTS and I'm getting an error at beginning of every boot, beginning about the 6th boot after install. The PC is a 2004 HP ze4200 laptop: 1.8 ghz Celeron M with 1 gb RAM and 80 gb drive. Was running fine…
Jopower
  • 19
1
vote
0 answers

aptdaemon simulation not updating dependencies

I started playing with aptdaemon on Ubuntu 13.10 recently, and I'm baffled. Calling simulate() on a transaction doesn't update the dependencies list. Debug from aptd shows that several events are being emitted, including a PropertyChanged event for…
1
vote
1 answer

Can’t start IPFS daemon - ipfs.service: Failed with result ‘exit-code’

Even though I'm a noob, I decided to launch a new AWS Ubuntu instance for my IPFS node and encountering errors. I followed this tutorial - https://medium.com/textileio/tutorial-setting-up-an-ipfs-peer-part-i-de48239d82e0 and I have the ipfs.service…
bafew80778
  • 41
  • 2
1
vote
2 answers

volume group not found after update with full encrypted disk - then boots anyway

Since some November update of my 20.04.1 Ubuntu , during startup I get the messages volume group "name" not found. I get the password prompt and can log in but some system settings (sound setting, battery status, etc.) won't work. The system is not…
1
vote
2 answers

Unable to apt install (Failed to reload daemon: Access denied)

root@ubuntu-c:/home/tsadmin# apt install docker Reading package lists... Done Building dependency tree Reading state information... Done docker is already the newest version (1.5-2). Suggested packages: default-mta | mail-transport-agent The…
1
vote
1 answer

how to configure `aptd` to really stop accessing the internet when the machine starts?

I have already configured the software updates to NEVER check as recommended in other answers. I don't want to uninstall any packages because I still I want to be able to check and update but ONLY WHEN I CAN. I have a limited plan 100MB/day and if I…
0
votes
1 answer

start on emit is not working on upstart

I am working to restart service if stopped. I was looking for upstart, to restart service. I found some answers. I took apache2 service for testing. I changed code as below. # File : /etc/init.d/apache2 ... ... # # Function that stops the…
NPatel
  • 143
0
votes
1 answer

I accidentally did apt-get remove python. Tried all solution

I accidentally did apt-get remove python3. I tried sudo apt-get install ubuntu-desktop but it shows The following packages have unmet dependencies: aptdaemon : Depends: python3-aptdaemon (= 1.1.1+bzr982-0ubuntu14.1) but 1.1.1+bzr982-0ubuntu14 is…
0
votes
2 answers

Getting Active: active (exited) status on code deploy agent aws

I installed CodeDeploy Agent on my Ubuntu server. Output of sudo service codedeploy-agent status: Loaded: loaded (/etc/init.d/codedeploy-agent; generated) Active: active (exited) since Sat 2019-07-20 18:16:37 UTC; 4s ago Docs:…
Mohit
  • 287