You are not logged in.

#1 2013-07-16 10:09:37

xfce
Member
Registered: 2012-08-13
Posts: 32

[SOLVED] Cannot install base

Hello guys,

I try to install Arch linux on my new laptop but pacstrap fails and returns the following error:

Netcfg and netctl are in conflict.

How the hell on earth I remove netcfg ? Is there a way to switch off community repo or to skip that package ( netcfg ) ?

Thanx.

Last edited by xfce (2013-07-16 11:19:50)

Offline

#2 2013-07-16 10:15:50

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Cannot install base

What installation image are you using?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2013-07-16 10:21:48

xfce
Member
Registered: 2012-08-13
Posts: 32

Re: [SOLVED] Cannot install base

I burned the latest img @ archlinux.org/download, Torrent for 2013.07.01. Is that ok or I am missing something ?

BTW Last week I used the same image without no issue, wierd...

Last edited by xfce (2013-07-16 10:23:26)

Offline

#4 2013-07-16 10:30:03

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,864
Website

Re: [SOLVED] Cannot install base

I take it you're installing _over_ an existing installation? If that's the case, you may want to format the partition that you're installing to (assuming, of course, that you have nothing that you want to keep on it).

If that's not an option, use pacman's ---root flag to remove problematic packages from the previous install. 'man pacman' for more details on the --root flag.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2013-07-16 10:31:58

xfce
Member
Registered: 2012-08-13
Posts: 32

Re: [SOLVED] Cannot install base

I take it you're installing _over_ an existing installation?

Not at all, I'm using a new laptop on Windows 7 and I want to install Linux ( Arch ). I'm aware that Arch Linux switched to netctl many days ago but this error its to wierd because last week I had not problem with...

Perhaps I'm missing something ( I doubt ...) or there is a problem with the script ( pacstrap ).

Last edited by xfce (2013-07-16 10:41:23)

Offline

#6 2013-07-16 10:57:38

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: [SOLVED] Cannot install base

Why is netcfg installed in the first place?


This silver ladybug at line 28...

Offline

#7 2013-07-16 10:58:26

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,098

Re: [SOLVED] Cannot install base

This should be fixed with netcfg 3.1-5, which is not in base anymore

Offline

#8 2013-07-16 11:00:53

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: [SOLVED] Cannot install base

Has netcfg been in the base group before 3.1-5? Impossible!

Edit: nah, it's possible, just it's not included in the database files. I guess

Edit Again: Oh I see, 3.1-4 was the problem. @OP, do the -Sy!

Last edited by lolilolicon (2013-07-16 11:05:29)


This silver ladybug at line 28...

Offline

#9 2013-07-16 11:01:24

xfce
Member
Registered: 2012-08-13
Posts: 32

Re: [SOLVED] Cannot install base

 pacstrap -i /mnt base 

returns netcfg in community repo if I remember right.


I can take a picture of my screen.

Last edited by xfce (2013-07-16 11:10:38)

Offline

#10 2013-07-16 11:07:26

jrussell
Member
From: Cape Town, South Africa
Registered: 2012-08-16
Posts: 510

Re: [SOLVED] Cannot install base

Something went wrong https://www.archlinux.org/groups/x86_64/base/ no netcfg

Edit: unless something else pulls it in

Last edited by jrussell (2013-07-16 11:08:02)


bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U

Offline

#11 2013-07-16 11:07:51

arcon
Member
Registered: 2013-05-27
Posts: 128

Re: [SOLVED] Cannot install base

xfce wrote:
 pacstram -i /mnt base 

returns netcfg in community repo if I remember right.


I can take a picture of my screen.

Dont you think that should be

pacstrap -i /mnt base

instead of pacstram

and other thing you know you can remove netcfg by

pacman -Rns netcfg

and yes

lolilolicon wrote:

Why is netcfg installed in the first place?

or
you can try a netinstall "via netboot".

Last edited by arcon (2013-07-16 11:12:11)


The short cuts are only short because they don't actually go anywhere. -- Trilby
Nothing feels better than being understood -- awayand
A pathetic dreamer smile

Offline

#12 2013-07-16 11:13:41

xfce
Member
Registered: 2012-08-13
Posts: 32

Re: [SOLVED] Cannot install base

I dont know what happened but now it's working and pacstrap doesn't return netcfg when I'm installing base. Wierd....

Dont you think that should be

I misspelled a letter ( new laptop, new keyboard smile ), thats all. Trust me I'm an experienced linux user. smile

As I said, now It's working.  Devs: I'm just curious, what happened ?



Thank you guys.

Last edited by xfce (2013-07-16 11:16:12)

Offline

#13 2013-07-16 11:15:14

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: [SOLVED] Cannot install base

arcon wrote:
lolilolicon wrote:

Why is netcfg installed in the first place?

or
you can try a netinstall.

It's all netinstall nowadays.

The problem I think is that OP didn't install netcfg, but rather it's the netcfg 3.1-4, which was put in [community] but not removed from the base group, that was being installed and conficted with netctl.
Either way, update your pacman DB by `pacman -Sy` to an up-to-date mirror, remove netcfg if you have somehow installed it, and go on with your installation.


This silver ladybug at line 28...

Offline

#14 2013-07-16 11:16:07

mariusmeyer
Member
From: Norway
Registered: 2009-04-25
Posts: 244

Re: [SOLVED] Cannot install base

Remember to add [SOLVED] to the thread title wink

Offline

#15 2013-07-16 11:19:14

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: [SOLVED] Cannot install base

No, not [SOLVED magically], but [SOLVED by -Sy (although it's done by pacstrap *magically*)]


This silver ladybug at line 28...

Offline

#16 2013-07-16 11:20:18

xfce
Member
Registered: 2012-08-13
Posts: 32

Re: [SOLVED] Cannot install base

As you say. smile

Done.

Offline

#17 2013-07-16 11:27:11

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 388

Re: [SOLVED] Cannot install base

Someone re-added netcfg back to Arch needlessly and broke the base group in the process. We are currently discussing this issue.

Offline

#18 2013-07-16 11:29:12

arcon
Member
Registered: 2013-05-27
Posts: 128

Re: [SOLVED] Cannot install base

Yeah xfce i never doubted for a bit "your registration date saying everything"
talking about me - i m just a noob haha.

lolilolicon wrote:

It's all netinstall nowadays.

hahaha i think even i wasn't fully aware of what i was writing that's why i added

arcon wrote:

you can try a netinstall "via netboot check Last edited".

Last edited by arcon (2013-07-16 11:35:00)


The short cuts are only short because they don't actually go anywhere. -- Trilby
Nothing feels better than being understood -- awayand
A pathetic dreamer smile

Offline

#19 2013-07-16 11:31:05

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 388

Re: [SOLVED] Cannot install base

Guys, the problem is not on your side. I was an Arch issue for a few minutes.

Offline

#20 2013-07-16 11:34:50

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: [SOLVED] Cannot install base

for just a few minutes... and that says how popular Arch actually is wink


This silver ladybug at line 28...

Offline

#21 2013-07-16 19:44:19

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: [SOLVED] Cannot install base

I'm an idiot. Please accept my apologies for causing this problem. At the very least I should've remembered to remove "groups=(base)". But the package is gone now and it sounds like I will have to change more than that if it is to be allowed back.


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

Board footer

Powered by FluxBB