Re: "Error: connection activation failed: Device not managed by NetworkManager or unavailable" after moving machine

2013-09-04 Thread g



On 09/03/2013 05:01 PM, Aaron Gray wrote:

Hi,

"Error: connection activation failed: Device not managed by
NetworkManager or unavailable"

I am getting the above error and have tried all my normal mods to try
and get a connection.

I did move the SATA drive from one machine to another and back,
changing the MAC address and putting it back in the process.

I have tried adding 'NM_CONTROLLED="yes"' to
/etc/sysconfig/network-scripts/ifcfg-em1

but still am not able to get it to work.

As I cannot connect to the internet on this device I cannot do any yum
reinstalls.

Hope you can help,

Aaron



sometimes the quickest way to find an answer is to first check forums for
a similar problem to find an answer to a problem.

when that fails, using an internet search engine can work.

i chose the latter with ixquick.com, results was 27 hits;

https://ixquick.com/do/search?q=%22Error%3A+connection+activation+failed%3A+Device+not+managed+by+NetworkManager+or+unavailable%22&lui=english

watch for line wrap.


--

peace out.

in a world with out fences, who needs gates.

sl6.3 linux

tc.hago.

g
.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: "Error: connection activation failed: Device not managed by NetworkManager or unavailable" after moving machine

2013-09-04 Thread Aaron Gray
Thanks, been down those routes.

On 4 September 2013 08:49, g  wrote:
>
>
> On 09/03/2013 05:01 PM, Aaron Gray wrote:
>>
>> Hi,
>>
>> "Error: connection activation failed: Device not managed by
>> NetworkManager or unavailable"
>>
>> I am getting the above error and have tried all my normal mods to try
>> and get a connection.
>>
>> I did move the SATA drive from one machine to another and back,
>> changing the MAC address and putting it back in the process.
>>
>> I have tried adding 'NM_CONTROLLED="yes"' to
>> /etc/sysconfig/network-scripts/ifcfg-em1
>>
>> but still am not able to get it to work.
>>
>> As I cannot connect to the internet on this device I cannot do any yum
>> reinstalls.
>>
>> Hope you can help,
>>
>> Aaron
>>
>
> sometimes the quickest way to find an answer is to first check forums for
> a similar problem to find an answer to a problem.
>
> when that fails, using an internet search engine can work.
>
> i chose the latter with ixquick.com, results was 27 hits;
>
> https://ixquick.com/do/search?q=%22Error%3A+connection+activation+failed%3A+Device+not+managed+by+NetworkManager+or+unavailable%22&lui=english
>
> watch for line wrap.
>
>
> --
>
> peace out.
>
> in a world with out fences, who needs gates.
>
> sl6.3 linux
>
> tc.hago.
>
> g
> .
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: "Error: connection activation failed: Device not managed by NetworkManager or unavailable" after moving machine

2013-09-04 Thread g


hello aaron,

On 09/04/2013 09:27 AM, Aaron Gray wrote:

Thanks, been down those routes.


welcome.

you did not mention. thought i would offer what i could.


--

peace out.

in a world with out fences, who needs gates.

sl6.3 linux

tc.hago.

g
.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: "Error: connection activation failed: Device not managed by NetworkManager or unavailable" after moving machine

2013-09-04 Thread Rick Stevens

On 09/03/2013 03:01 PM, Aaron Gray issued this missive:

Hi,

"Error: connection activation failed: Device not managed by
NetworkManager or unavailable"

I am getting the above error and have tried all my normal mods to try
and get a connection.

I did move the SATA drive from one machine to another and back,
changing the MAC address and putting it back in the process.

I have tried adding 'NM_CONTROLLED="yes"' to
/etc/sysconfig/network-scripts/ifcfg-em1

but still am not able to get it to work.

As I cannot connect to the internet on this device I cannot do any yum
reinstalls.


Are you certain the device is still called "em1"? As root, try "ifconfig 
-a".


Several revisions ago many network devices were renamed based on the
bus they were on and where they appeared on the bus. For example, my
old "eth0" got renamed "p4p1". My "wlan0" card was also a candidate,
so I added a rule to "/etc/udev/rules.d/70-persistent-net.rules" to
keep the old "wlan0" name. The rule looks like:

# PCI device 0x8086:0x008a (iwlagn)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="bc:77:37:51:11:5c", ATTR{dev_id}=="0x0", 
ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"


You could do something similar. Note that the "bc:77:37:51:11:5c"
is the MAC address of my wireless card. You can extract that from the
"ifconfig -a" data...it's the thing listed after "ether" in the listing.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-   I haven't lost my mind.  It's backed up on tape somewhere, but   -
-   probably not recoverable.-
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: "Error: connection activation failed: Device not managed by NetworkManager or unavailable" after moving machine

2013-09-06 Thread Rick Stevens

On 09/06/2013 09:54 AM, Aaron Gray issued this missive:

Thanks. It turns out that the mistake was mine and I had the wrong
device plugged in ! Very sorry for the noise :(


No worries. I'm pleased that you got it sorted out.



On 4 September 2013 17:34, Rick Stevens  wrote:

On 09/03/2013 03:01 PM, Aaron Gray issued this missive:


Hi,

"Error: connection activation failed: Device not managed by
NetworkManager or unavailable"

I am getting the above error and have tried all my normal mods to try
and get a connection.

I did move the SATA drive from one machine to another and back,
changing the MAC address and putting it back in the process.

I have tried adding 'NM_CONTROLLED="yes"' to
/etc/sysconfig/network-scripts/ifcfg-em1

but still am not able to get it to work.

As I cannot connect to the internet on this device I cannot do any yum
reinstalls.



Are you certain the device is still called "em1"? As root, try "ifconfig
-a".

Several revisions ago many network devices were renamed based on the
bus they were on and where they appeared on the bus. For example, my
old "eth0" got renamed "p4p1". My "wlan0" card was also a candidate,
so I added a rule to "/etc/udev/rules.d/70-persistent-net.rules" to
keep the old "wlan0" name. The rule looks like:

# PCI device 0x8086:0x008a (iwlagn)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="bc:77:37:51:11:5c", ATTR{dev_id}=="0x0", ATTR{type}=="1",
KERNEL=="wlan*", NAME="wlan0"

You could do something similar. Note that the "bc:77:37:51:11:5c"
is the MAC address of my wireless card. You can extract that from the
"ifconfig -a" data...it's the thing listed after "ether" in the listing.

--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-   Give me ambiguity or give me something else! -
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: "Error: connection activation failed: Device not managed by NetworkManager or unavailable" after moving machine

2013-09-06 Thread Aaron Gray
Thanks. It turns out that the mistake was mine and I had the wrong
device plugged in ! Very sorry for the noise :(

On 4 September 2013 17:34, Rick Stevens  wrote:
> On 09/03/2013 03:01 PM, Aaron Gray issued this missive:
>
>> Hi,
>>
>> "Error: connection activation failed: Device not managed by
>> NetworkManager or unavailable"
>>
>> I am getting the above error and have tried all my normal mods to try
>> and get a connection.
>>
>> I did move the SATA drive from one machine to another and back,
>> changing the MAC address and putting it back in the process.
>>
>> I have tried adding 'NM_CONTROLLED="yes"' to
>> /etc/sysconfig/network-scripts/ifcfg-em1
>>
>> but still am not able to get it to work.
>>
>> As I cannot connect to the internet on this device I cannot do any yum
>> reinstalls.
>
>
> Are you certain the device is still called "em1"? As root, try "ifconfig
> -a".
>
> Several revisions ago many network devices were renamed based on the
> bus they were on and where they appeared on the bus. For example, my
> old "eth0" got renamed "p4p1". My "wlan0" card was also a candidate,
> so I added a rule to "/etc/udev/rules.d/70-persistent-net.rules" to
> keep the old "wlan0" name. The rule looks like:
>
> # PCI device 0x8086:0x008a (iwlagn)
> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
> ATTR{address}=="bc:77:37:51:11:5c", ATTR{dev_id}=="0x0", ATTR{type}=="1",
> KERNEL=="wlan*", NAME="wlan0"
>
> You could do something similar. Note that the "bc:77:37:51:11:5c"
> is the MAC address of my wireless card. You can extract that from the
> "ifconfig -a" data...it's the thing listed after "ether" in the listing.
> --
> - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
> - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
> --
> -   I haven't lost my mind.  It's backed up on tape somewhere, but   -
> -   probably not recoverable.-
> --
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org