Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904422 - net-misc/netifrc-0.7.3-r1 issue with net-misc/dhcpcd-10.0.0
Summary: net-misc/netifrc-0.7.3-r1 issue with net-misc/dhcpcd-10.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: AMD64 Linux
: Normal critical (vote)
Assignee: netifrc Team
URL:
Whiteboard:
Keywords: PATCH
: 904438 904493 905893 (view as bug list)
Depends on: 906089
Blocks:
  Show dependency tree
 
Reported: 2023-04-17 03:52 UTC by Andrew Saunders
Modified: 2023-09-10 04:03 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fixes the version detection (fix.patch,349 bytes, patch)
2023-04-17 04:30 UTC, Greg Kubaryk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Saunders 2023-04-17 03:52:53 UTC
Just installed dhcpcd-10.0.0 and after rebooting net.eth0 failed with

# /etc/init.d/net.eth0 restart
 * Bringing up interface eth0
 *   Caching network module dependencies
 *   dhcp ...
 *     The dhcpcd version is too old. Please upgrade.                               [ !! ]
 * ERROR: net.eth0 failed to start

/lib/netifrc/net/dhcpcd.sh regex needs an update.

Reproducible: Always

Steps to Reproduce:
1.update dhcpcd
2.reboot
3.
Actual Results:  
no internets.

Expected Results:  
internets.
Comment 1 Greg Kubaryk 2023-04-17 04:30:05 UTC
Created attachment 860211 [details, diff]
fixes the version detection
Comment 2 Larry the Git Cow gentoo-dev 2023-04-17 04:35:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=a43884bca4b34b8649574fb3ea85a2a658fd0a6f

commit a43884bca4b34b8649574fb3ea85a2a658fd0a6f
Author:     Greg Kubaryk <kurly@vt.edu>
AuthorDate: 2023-04-17 04:34:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-17 04:35:08 +0000

    net/dhcpcd.sh: adapt to dhcpcd-10 versioning
    
    Closes: https://bugs.gentoo.org/904422
    Signed-off-by: Greg Kubaryk <kurly@vt.edu>
    Signed-off-by: Sam James <sam@gentoo.org>

 net/dhcpcd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Larry the Git Cow gentoo-dev 2023-04-17 04:41:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e95bd55dcb4d638c5b8814c994904308926598

commit 04e95bd55dcb4d638c5b8814c994904308926598
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-17 04:39:50 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-17 04:41:25 +0000

    net-misc/netifrc: add 0.7.4
    
    Closes: https://bugs.gentoo.org/904422
    Closes: https://bugs.gentoo.org/893290
    Closes: https://bugs.gentoo.org/890238
    Closes: https://bugs.gentoo.org/889922
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/netifrc/Manifest             |  1 +
 net-misc/netifrc/netifrc-0.7.4.ebuild | 74 +++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-17 09:34:06 UTC
*** Bug 904438 has been marked as a duplicate of this bug. ***
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-17 23:27:30 UTC
*** Bug 904493 has been marked as a duplicate of this bug. ***
Comment 6 Mike Gilbert gentoo-dev 2023-05-07 18:40:40 UTC
*** Bug 905893 has been marked as a duplicate of this bug. ***