Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Upgrade dependency problem

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
barx404
Posts: 2
Joined: 2017-03-07 10:06

Upgrade dependency problem

#1 Post by barx404 »

Hello,

I have problems with installation of pure-ftpd package on Jessie. After failed installation I also tried to update && upgrade and got this error.

Code: Select all

Setting up netfilter-persistent (1.0.3+deb8u1) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
A dependency job for netfilter-persistent.service failed. See 'journalctl -xn' for details.
invoke-rc.d: initscript netfilter-persistent, action "start" failed.
dpkg: error processing package netfilter-persistent (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of iptables-persistent:
 iptables-persistent depends on netfilter-persistent (= 1.0.3+deb8u1); however:
  Package netfilter-persistent is not configured yet.

dpkg: error processing package iptables-persistent (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 netfilter-persistent
 iptables-persistent
E: Sub-process /usr/bin/dpkg returned an error code (1)
Also journalctl -xn

Code: Select all

-- Logs begin at Tue 2017-03-07 10:17:48 UTC, end at Tue 2017-03-07 11:12:47 UTC. --
Mar 07 10:58:54 raspberrypi dhcpcd[549]: eth0: fe80::1 router available
Mar 07 10:58:54 raspberrypi dhcpcd[549]: wlan1: fe80::1 router available
Mar 07 11:06:16 raspberrypi kernel: TCP: request_sock_TCP: Possible SYN flooding on port 443. Sending cookies.  Check SNMP counters.
Mar 07 11:08:02 raspberrypi dhcpcd[549]: eth0: fe80::1 router available
Mar 07 11:08:02 raspberrypi dhcpcd[549]: wlan1: fe80::1 router available
Mar 07 11:09:01 raspberrypi CRON[27773]: pam_unix(cron:session): session opened for user root by (uid=0)
Mar 07 11:09:01 raspberrypi CRON[27777]: (root) CMD (  [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean)
Mar 07 11:09:01 raspberrypi CRON[27773]: pam_unix(cron:session): session closed for user root
Mar 07 11:12:47 raspberrypi dhcpcd[549]: eth0: fe80::1 router available
Mar 07 11:12:47 raspberrypi dhcpcd[549]: wlan1: fe80::1 router available
Last edited by barx404 on 2017-03-07 11:25, edited 1 time in total.


barx404
Posts: 2
Joined: 2017-03-07 10:06

Re: Upgrade dependency problem

#3 Post by barx404 »

I will explore this problem more, thank you. Here is new (journalctl -xn):

Code: Select all

-- Logs begin at Tue 2017-03-07 10:17:48 UTC, end at Tue 2017-03-07 12:09:01 UTC. --
Mar 07 12:08:16 raspberrypi systemd-modules-load[28973]: could not open moddep file '/lib/modules/4.4.34-v7+/modules.dep.bin'
Mar 07 12:08:16 raspberrypi systemd-modules-load[28973]: Failed to lookup alias 'i2c-dev': Function not implemented
Mar 07 12:08:16 raspberrypi systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
Mar 07 12:08:16 raspberrypi systemd[1]: Failed to start Load Kernel Modules.
-- Subject: Unit systemd-modules-load.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-modules-load.service has failed.
--
-- The result is failed.
Mar 07 12:08:16 raspberrypi systemd[1]: Dependency failed for netfilter persistent configuration.
-- Subject: Unit netfilter-persistent.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit netfilter-persistent.service has failed.
--
-- The result is dependency.
Mar 07 12:08:16 raspberrypi systemd[1]: Unit systemd-modules-load.service entered failed state.
Mar 07 12:09:01 raspberrypi CRON[28988]: pam_unix(cron:session): session opened for user root by (uid=0)
Mar 07 12:09:01 raspberrypi CRON[28992]: (root) CMD (  [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean)
Mar 07 12:09:01 raspberrypi CRON[28988]: pam_unix(cron:session): session closed for user root

Post Reply