Try
apt-get install --reinstall python2.7-minimal
Code: Select all
pi@raspberrypi:~ $ sudo apt-get install firmware-brcm80211
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package supercollider-common needs to be reinstalled, but I can't find an archive for it.Code: Select all
pi@raspberrypi:~ $ sudo systemctl start dhcpcd.service
Job for dhcpcd.service failed because the control process exited with error code.
See "systemctl status dhcpcd.service" and "journalctl -xe" for details.Code: Select all
pi@raspberrypi:~ $ systemctl status dhcpcd.service
● dhcpcd.service - dhcpcd on all interfaces
Loaded: loaded (/lib/systemd/system/dhcpcd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2018-06-03 23:00:57 IST; 4min 27s ago
Process: 4459 ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -b (code=exited, status=6)
Jun 03 23:00:57 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Jun 03 23:00:57 raspberrypi dhcpcd[4459]: Not running dhcpcd because /etc/network/interfaces
Jun 03 23:00:57 raspberrypi dhcpcd[4459]: defines some interfaces that will use a
Jun 03 23:00:57 raspberrypi dhcpcd[4459]: DHCP client or static address
Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Control process exited, code=exited status=6
Jun 03 23:00:57 raspberrypi systemd[1]: Failed to start dhcpcd on all interfaces.
Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Unit entered failed state.
Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Failed with result 'exit-code'.Code: Select all
Jun 03 23:00:57 raspberrypi dhcpcd[4459]: Not running dhcpcd because /etc/network/interfaces
Jun 03 23:00:57 raspberrypi dhcpcd[4459]: defines some interfaces that will use a
Jun 03 23:00:57 raspberrypi dhcpcd[4459]: DHCP client or static address
Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Control process exited, code=exited status=6
Jun 03 23:00:57 raspberrypi systemd[1]: Failed to start dhcpcd on all interfaces.
-- Subject: Unit dhcpcd.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Unit dhcpcd.service has failed.
--
-- The result is failed.
Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Unit entered failed state.
Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Jun 03 23:00:57 raspberrypi sudo[4450]: pam_unix(sudo:session): session closed for user root
Jun 03 23:01:19 raspberrypi kernel: w1_master_driver w1_bus_master1: Family 0 for 00.d40000000000.36 is not registered.
Jun 03 23:02:31 raspberrypi kernel: w1_master_driver w1_bus_master1: Family 0 for 00.340000000000.df is not registered.
In the future, please create a separate topic, since it's not related to this one.msgowdara wrote: ↑Sun Jun 03, 2018 5:39 pmI have recently upgraded the distro to stretch from jessie. I am using raspberry pi 3b.
I had power breakdown during upgrade, however, continued the installation by giving the command shown in terminal.
Now I am not able to install any package as I am getting following error, when I install any package. (I was asked to install firmware-brcm80211 to start using wifi).
I am getting following error while installing packages.
Further, my wifi is not starting by default as it shows error when I put cursor on network icon on top right of the window " Connection to dhcpcd lost.Code: Select all
pi@raspberrypi:~ $ sudo apt-get install firmware-brcm80211 Reading package lists... Done Building dependency tree Reading state information... Done E: The package supercollider-common needs to be reinstalled, but I can't find an archive for it.
when I tried to look for status of dhcpcd service I get following error.Result of systemctl status dhcpcd.serviceCode: Select all
pi@raspberrypi:~ $ sudo systemctl start dhcpcd.service Job for dhcpcd.service failed because the control process exited with error code. See "systemctl status dhcpcd.service" and "journalctl -xe" for details.Code: Select all
pi@raspberrypi:~ $ systemctl status dhcpcd.service ● dhcpcd.service - dhcpcd on all interfaces Loaded: loaded (/lib/systemd/system/dhcpcd.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sun 2018-06-03 23:00:57 IST; 4min 27s ago Process: 4459 ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -b (code=exited, status=6) Jun 03 23:00:57 raspberrypi systemd[1]: Starting dhcpcd on all interfaces... Jun 03 23:00:57 raspberrypi dhcpcd[4459]: Not running dhcpcd because /etc/network/interfaces Jun 03 23:00:57 raspberrypi dhcpcd[4459]: defines some interfaces that will use a Jun 03 23:00:57 raspberrypi dhcpcd[4459]: DHCP client or static address Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Control process exited, code=exited status=6 Jun 03 23:00:57 raspberrypi systemd[1]: Failed to start dhcpcd on all interfaces. Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Unit entered failed state. Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Interested part journalctl -xe is as below:
Kindly help.Code: Select all
Jun 03 23:00:57 raspberrypi dhcpcd[4459]: Not running dhcpcd because /etc/network/interfaces Jun 03 23:00:57 raspberrypi dhcpcd[4459]: defines some interfaces that will use a Jun 03 23:00:57 raspberrypi dhcpcd[4459]: DHCP client or static address Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Control process exited, code=exited status=6 Jun 03 23:00:57 raspberrypi systemd[1]: Failed to start dhcpcd on all interfaces. -- Subject: Unit dhcpcd.service has failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Unit dhcpcd.service has failed. -- -- The result is failed. Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Unit entered failed state. Jun 03 23:00:57 raspberrypi systemd[1]: dhcpcd.service: Failed with result 'exit-code'. Jun 03 23:00:57 raspberrypi sudo[4450]: pam_unix(sudo:session): session closed for user root Jun 03 23:01:19 raspberrypi kernel: w1_master_driver w1_bus_master1: Family 0 for 00.d40000000000.36 is not registered. Jun 03 23:02:31 raspberrypi kernel: w1_master_driver w1_bus_master1: Family 0 for 00.340000000000.df is not registered.