[solved] NetworkManager does not store Eduroam password

For some reasons NetworkManager (used in a Cinnamon session) is not storing my password of my Eduroam account.
This is how the interface looks like: http://i.imgur.com/dL3QwOk.png
Whenever I am typing in my Password and click on Save, the next time I open the interface again, I have to retype in the password.
I set up NetworkManager by installing the following packages and activating the NetworkManager.service file.
[orschiro@thinkpad ~]$ pacman -Q | grep network
glib-networking 2.38.1-1
network-manager-applet 0.9.8.4-2
networkmanager 0.9.8.8-1
networkmanager-dispatcher-crashplan-systemd 1.0-2
networkmanager-dispatcher-dropbox-systemd 1.0-1
networkmanager-dispatcher-ntpd 1.0-6
networkmanager-openvpn 0.9.8.4-1
networkmanager-pptp 0.9.8.4-1
Could anyone give me a hint what may be causing this issue?
Last edited by orschiro (2014-01-15 19:35:08)

@Strike0
I tried this already. It doesn't change anything. These are the logs:
[orschiro@thinkpad ~]$ sudo systemctl status NetworkManager
NetworkManager.service - Network Manager
Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled)
Active: active (running) since Fr 2013-10-25 17:01:12 CEST; 22h ago
Main PID: 455 (NetworkManager)
CGroup: /system.slice/NetworkManager.service
└─455 /usr/bin/NetworkManager --no-daemon
Okt 26 15:01:07 thinkpad NetworkManager[455]: <info> Activation (wls1/wireless): access point 'eduroam' has security, but secrets are required.
Okt 26 15:01:07 thinkpad NetworkManager[455]: <info> (wls1): device state change: config -> need-auth (reason 'none') [50 60 0]
Okt 26 15:01:07 thinkpad NetworkManager[455]: <info> Activation (wls1) Stage 2 of 5 (Device Configure) complete.
Okt 26 15:01:07 thinkpad NetworkManager[455]: <warn> No agents were available for this request.
Okt 26 15:01:07 thinkpad NetworkManager[455]: <info> (wls1): device state change: need-auth -> failed (reason 'no-secrets') [60 120 7]
Okt 26 15:01:07 thinkpad NetworkManager[455]: <info> NetworkManager state is now DISCONNECTED
Okt 26 15:01:07 thinkpad NetworkManager[455]: <info> Marking connection 'eduroam' invalid.
Okt 26 15:01:07 thinkpad NetworkManager[455]: <warn> Activation (wls1) failed for connection 'eduroam'
Okt 26 15:01:07 thinkpad NetworkManager[455]: <info> (wls1): device state change: failed -> disconnected (reason 'none') [120 30 0]
Okt 26 15:01:07 thinkpad NetworkManager[455]: <info> (wls1): deactivating device (reason 'none') [0]
Could it be an issue because I am launching cinnamon through cinnamon-session in xinitrc instead of a display manager?
Furthermore, I only have installed gnome-keyring but do not start it explicitly. However, shouldn't it also work without gnome-keyring or is it a required dependency for NetworkManager?
Last edited by orschiro (2013-10-26 13:05:09)

Similar Messages

  • [SOLVED] NetworkManager does not connect to WiFi networks

    I'm using `networkmanager` to connect WiFi.
    I have selected WiFi Name through `networkmanager`.
    Next, enter WiFi Password.
    But the problem is, `networkmanager` asks me about password again and again and over again and does not connect to WiFi never !!!!
    I'm sure WiFi password that I entered is correct.
    Last edited by kamrava (2014-02-22 05:46:37)

    orschiro wrote:Maybe not satisfying, but can you instead use Wicd?
    My problem was solved. `wicd` was not installed on my system.
    My Problem solved through :
    I have Installed `wicd` and then NetworkManager works like a charm now
    $ sudo pacman -S wicd wicd-gtk
    Thank you all.
    Last edited by kamrava (2014-02-21 11:29:17)

  • [SOLVED] Sudo does not accept user password

    Hello , again !
    usually i run root commands with sudo , and i enter my current user password and everything works !
    Today , i updated my Arch linux with :
    pacman -Syu
    and my arch upgraded to 3.4.2-2. 
    but when i want to run a command with sudo , i cannot use my current user password ?
    thankyou
    Last edited by arashroshan (2012-06-19 11:10:52)

    thank you for reply but i have read sudo wiki and also sudo was working before updating .
    by the way su is still working .
    here is my sudoer file :
    ## sudoers file.
    ## This file MUST be edited with the 'visudo' command as root.
    ## Failure to use 'visudo' may result in syntax or file permission errors
    ## that prevent sudo from running.
    ## See the sudoers man page for the details on how to write a sudoers file.
    ## Host alias specification
    ## Groups of machines. These may include host names (optionally with wildcards),
    ## IP addresses, network numbers or netgroups.
    # Host_Alias    WEBSERVERS = www1, www2, www3
    ## User alias specification
    ## Groups of users.  These may consist of user names, uids, Unix groups,
    ## or netgroups.
    # User_Alias    ADMINS = millert, dowdy, mikef
    ## Cmnd alias specification
    ## Groups of commands.  Often used to group related commands together.
    # Cmnd_Alias    PROCESSES = /usr/bin/nice, /bin/kill, /usr/bin/renice, \
    #                           /usr/bin/pkill, /usr/bin/top
    ## Defaults specification
    ## You may wish to keep some of the following environment variables
    ## when running commands via sudo.
    ## Locale settings
    # Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET"                                                                                                                               
    ## Run X applications through sudo; HOME is used to find the                                                                                                                                   
    ## .Xauthority file.  Note that other programs use HOME to find                                                                                                                                 
    ## configuration files and this may lead to privilege escalation!                                                                                                                               
    # Defaults env_keep += "HOME"                                                                                                                                                                   
    ## X11 resource path settings
    # Defaults env_keep += "XAPPLRESDIR XFILESEARCHPATH XUSERFILESEARCHPATH"
    ## Desktop path settings
    # Defaults env_keep += "QTDIR KDEDIR"
    ## Allow sudo-run commands to inherit the callers' ConsoleKit session
    # Defaults env_keep += "XDG_SESSION_COOKIE"
    ## Uncomment to enable special input methods.  Care should be taken as
    ## this may allow users to subvert the command being run via sudo.
    # Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"
    ## Uncomment to enable logging of a command's output, except for
    ## sudoreplay and reboot.  Use sudoreplay to play back logged sessions.
    # Defaults log_output
    # Defaults!/usr/bin/sudoreplay !log_output
    # Defaults!/usr/local/bin/sudoreplay !log_output
    # Defaults!/sbin/reboot !log_output
    ## Runas alias specification
    ## User privilege specification
    root ALL=(ALL) ALL
    ## Uncomment to allow members of group wheel to execute any command
    %wheel ALL=(ALL) ALL
    ## Same thing without a password
    # %wheel ALL=(ALL) NOPASSWD: ALL
    #arashr ALL=(ALL) All
    ## Uncomment to allow members of group sudo to execute any command
    # %sudo ALL=(ALL) ALL
    ## Uncomment to allow any user to run sudo if they know the password
    ## of the user they are running the command as (root by default).
    # Defaults targetpw  # Ask for the password of the target user
    # ALL ALL=(ALL) ALL  # WARNING: only use this together with 'Defaults targetpw'
    ## Read drop-in files from /etc/sudoers.d
    ## (the '#' here does not indicate a comment)
    #includedir /etc/sudoers.d
    Last edited by arashroshan (2012-06-17 10:02:55)

  • [solved] NetworkManager does not see the wifi channel 13

    Hello!
    I have a problem that NetworkManager did not see the wifi network, which broadcasts on channel 13. How to install the drivers for the network to be visible?
    Last edited by ghsaehas (2015-01-18 16:57:39)

    Install and configure crda:
    https://www.archlinux.org/packages/core/x86_64/crda/
    http://wireless.kernel.org/en/developer … atory/CRDA

  • [Solved] NetworkManager does not connect wlan interface to my WLAN

    Hi,
    I don't know what I am missing. Connecting to my WLAN using wifi-menu does work fine. But if I try to use nm-applet it doesn't connect (see journalctl below)
    I use i3 as a GUI and enabled its tray. I can see the nm-applet but its loading forever without connectivity.
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: get_secret_flags: assertion `is_secret_prop (setting, secret_name, error)' failed
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Activation (wlp3s0) Stage 1 of 5 (Device Prepare) scheduled...
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Activation (wlp3s0) Stage 1 of 5 (Device Prepare) started...
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Activation (wlp3s0) Stage 2 of 5 (Device Configure) scheduled...
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Activation (wlp3s0) Stage 1 of 5 (Device Prepare) complete.
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Activation (wlp3s0) Stage 2 of 5 (Device Configure) starting...
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Activation (wlp3s0/wireless): connection '<My ESSID>' has security, and secrets exist. No new secrets needed.
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Config: added 'ssid' value '<My ESSID>'
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Config: added 'scan_ssid' value '1'
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Config: added 'auth_alg' value 'OPEN'
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Config: added 'psk' value '<omitted>'
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Activation (wlp3s0) Stage 2 of 5 (Device Configure) complete.
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> Config: set interface ap_scan to 1
    Mar 29 14:03:19 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: inactive -> scanning
    Mar 29 14:03:22 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:22 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:22 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: scanning -> disconnected
    Mar 29 14:03:22 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: disconnected -> scanning
    Mar 29 14:03:26 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:26 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:26 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: scanning -> disconnected
    Mar 29 14:03:26 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: disconnected -> scanning
    Mar 29 14:03:29 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:29 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:29 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: scanning -> disconnected
    Mar 29 14:03:30 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: disconnected -> scanning
    Mar 29 14:03:34 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:34 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:34 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: scanning -> disconnected
    Mar 29 14:03:39 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: disconnected -> scanning
    Mar 29 14:03:42 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:42 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:42 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: scanning -> disconnected
    Mar 29 14:03:44 <hostname> NetworkManager[3024]: <warn> Activation (wlp3s0/wireless): association took too long, failing activation.
    Mar 29 14:03:44 <hostname> NetworkManager[3024]: <info> (wlp3s0): device state change: config -> failed (reason 'SSID not found') [50 120 53]
    Mar 29 14:03:44 <hostname> NetworkManager[3024]: <warn> Activation (wlp3s0) failed for connection '<My ESSID>'
    Mar 29 14:03:45 <hostname> NetworkManager[3024]: <info> (wlp3s0): device state change: failed -> disconnected (reason 'none') [120 30 0]
    Mar 29 14:03:45 <hostname> NetworkManager[3024]: <info> (wlp3s0): deactivating device (reason 'none') [0]
    Mar 29 14:03:48 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=2)
    Mar 29 14:03:48 <hostname> NetworkManager[3024]: <info> (wlp3s0): supplicant interface state: disconnected -> inactive
    Mar 29 14:04:05 <hostname> systemd[1]: Stopping Network Manager...
    Mar 29 14:04:05 <hostname> NetworkManager[3024]: <info> caught signal 15, shutting down normally.
    Mar 29 14:04:05 <hostname> NetworkManager[3024]: <info> (enp0s25): device state change: unavailable -> unmanaged (reason 'removed') [20 10 36]
    Mar 29 14:04:05 <hostname> NetworkManager[3024]: <info> (enp0s25): cleaning up...
    Mar 29 14:04:05 <hostname> NetworkManager[3024]: <info> (enp0s25): taking down device.
    Mar 29 14:04:05 <hostname> kernel: e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
    Mar 29 14:04:05 <hostname> NetworkManager[3024]: <info> (wlp3s0): device state change: disconnected -> unmanaged (reason 'removed') [30 10 36]
    Mar 29 14:04:05 <hostname> NetworkManager[3024]: <info> (wlp3s0): cleaning up...
    Mar 29 14:04:05 <hostname> NetworkManager[3024]: <info> (wlp3s0): taking down device.
    Mar 29 14:04:05 <hostname> kernel: wlp3s0: deauthenticating from <MAC address> by local choice (reason=3)
    Mar 29 14:04:05 <hostname> NetworkManager[3024]: <info> exiting (success)
    I would be really glad if you could help me.
    Best regards,
    Christian
    Last edited by Watnuss (2013-03-29 13:58:40)

    Watnuss wrote:Ok I found the issue. net-auto-wireless was started automatically and thus NetworkManager couldn't be started properly. Disabling net-auto-wireless and enabling NetworkManager worked for me.
    Don't worry, I have done this before too.  It is horribly frustrating until you realize the problem, at which time I always think, "Ah crap, I need to pay attention to what I'm doing more..."

  • [SOLVED] NetworkManager does not work properly

    I have invoked systemd-networkd. But when I start NetworkManager, the ip address is lost and the connections (both wired and wireless) displayed on NetworkManager try to connect for a while then automatically closed. It seems there are some conflicts. I want to use NetworkManager because within Gnome Desktop environment, it is convenient to manager network connections. Have anyone ever encountered this problem?
    Last edited by archzhengwei (2014-07-14 02:57:07)

    qinohe wrote:
    @cris9288, I have them both working at the moment 
    @archzhengwei,I my case, 'systemd-networkd' is only started for systemd-timesync and not configured, maybe that helps you.
    Interesting. Usually multiple network services will prevent each other from working, but it sounds like systemd-networkd serves other purposes. Good to know!

  • TS3297 Every time I open iTunes to listen to music, not access the iTunes Store, I get the password sign in box, over and over again. When I try to access the iTunes Store it does not except my password. This has happened since the last update.

    Everytime I open iTunes to play music, NOT to access the iTunes Store, I get the password sign in box for the iTunes Store. If I click cansel the box pops up a second time.
    When I try to sign in to the iTunes Store it does not except the password and pops up the sign in box afain,and again endlessly.
    This started happening about two weeks ago.

    if itunes will not run, you probably have mangled windows badly
    one feature of windows 8 is the refresh that saves libraries,
    because you are using windows 7, you will need to backup all files to another storage device

  • ITunes store does not accept my Password anymore.

    ITunes store does not accept my Password anymore.

    I'm still having the same problem ... 6 months after your original post!  I've just had to reset my pw 2 days in a row, and I've been through so many resets over the past 6 months that I'm running out of ideas for passwords that I'll have a reasonable chance of remembering.  But I also always make a careful note of my important passwords, and after the 1st "password error" message, I check my list and enter the password very slowly and carefully.  So, I think I'm pretty safe in claiming that neither entering the wrong password nor making a typo is the problem!
    Oddly, though, I could usually cancel the password-reset process, then go right to the the iTunes Store, where my password would work fine, allowing me to open and view all my account details.
    Several months ago, I spent about 45 minutes on the phone with Tech Support trying to get this fixed. He was great and we thought he'd found the problem with my account.  (When I originally set up my iTunes account 6 years ago, I used a different email address than I used when I set up my new Mac last year, and that seemed to be causing some sort of conflict within my account.  Hard to imagine someone might change email addresses sometime over a 6-year period, right?  But apparently, the software designers didn't cover that possibility with one of their recent updates of the master system for customers' accounts -- that's the Tech Rep's surmise, not mine.)
    Everything seemed to work fine for a few weeks, but then the problem started occurring again ... over and over and over ...

  • App store does not recognize my password

    app store does not recognize my password, even after I walk through the security questions, and use the link apple sends to my email.....

    Hi furiales,
    I apologize, I'm a bit unclear on the exact nature of the issues you are describing. If you are having issues connecting to the iTunes Store or App Store, you may find the following article helpful:
    Apple Support: Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    - Brenden

  • Changed my email address, confirmed my password. The App Store still has old address and does not recognize my password.

    Changed my email address, confirmed my password. The App Store has old email address and does not recognize the password?

    Easy fix... it's a refresh issue. Sign out and back in with changed name.
    iOS: Changing the signed-in iTunes Store account
              http://support.apple.com/kb/HT1311

  • Safari does not store history or sync my iCloud bookmarks

    Hi,
    I am using MacBook Pro with OSX Mavericks. My safari does not store any of the history or does not sync the bookmarks of icloud. However, when I logged in from a guest user, the history was stored.
    I tried some of the troubleshooting methods mentioned in other similar posts. But i could not find history.plist. My Library/safari folder contained only extension folder. The icloud keychain and icloud tab features work like a charm.
    Can anybody help me resolve this issue.
    Thanks in advance.

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    I've tested these instructions only with the Safari web browser. If you use another browser, they may not work as described.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked
    Allow user to administer this computer
    Then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password dialog will open. You’re not going to reset a password.
    In the dialog, select the startup volume ("Macintosh HD," unless you gave it a different name) if it's not already selected.
    Select your username from the menu labeled Select the user account if it's not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • TS1398 After updating to ios 6 my iphone 4 would no longer connect to my home wifi. At work we have a free wifi connection that does not require a password. However my wifi at home is password protected. I have the right password. It works on my ipod touc

    After updating my iphone 4 with the ios 6 update. My iphone would no longer connect to my home wifi that is password protected. I know that I have the right password entered in. At work we have a free wifi connection that does not require a password and I can connect no problem to it. My ipod touch has no problem connecting to my home wifi. It is a 3rd gen ipod and does not have the ios 6 update on it. Please help!

    I'm having the same issues. Started when I upgraded iphone 4S and ipad1 to 5.1.1. Wife's iphone 4g on 4.4.2 has been ok. I've forgot the network on both devices and restored the iphone, none of which changed the issue. I've upgraded to ios 6 on the iphone 4s, problem still persists.
         One thing that will help for a time: go to your router and change the wireless control channel. When I first did this I got full connectivity for about 48 hours... and now the problem is back. I'm now changing the wireless control channel every 12 hours, which is a pain but at least keeps me connected. I've tried a few other solutions that are out there and that has been the best one so far.
         to do this on a motorola router: type 192.168.0.1 in your address bar.
    username: admin and password:motorola if you have not changed the factory defaults.
    Click on the word "wireless" and look for the "control channel" field. This may be set to auto or to 1, try changing it to 6 or 11 (preferred) or any other channel.
    The control channel can cause static in the wireless system IF there are several networks nearby that are on the default setup.
    There is a fair bit of buzz about this issue out there, some other things I've seen:
    This is a hardware issue. Go to the store and have your wifi antenna checked, some users reporting that they get free replacement devices.
    Check against other wifi networks that require a password (this is next for me). Logon to those networks and surf until your wifi stops. If your wifi connects to the internet but stops responding, then this is a software (or hardware) issue and apple needs to step up. Some are claiming this to be the case.
    IF you connect and stay connected/on the internet on another password protected wifi, then the issue is with your router. this is where things get cute.
    Comcast may tell you to update your firmware. Motorola may tell you that your cable provider is the only one who can push through firmware updates. Comcast may tell you that you are not in an area that is being updated. It's unclear if they say that to all customers, or just those who have purchased cable modems and aren't renting them from comcast.
    Good luck, more to come if I figure out anything else, and please post any solutions you may find.

  • My dad has dementia - does not remember his password. His hard drive has been erased. We need to reload Mountain Lion and can't figure out how to do it.

    My dad has dementia - does not remember his password. His hard drive has been erased. We need to reload Mountain Lion and can't figure out how to do it. Internet recovery asks for his Apple ID and password. He has no idea. I have an Apple ID but have never bought anything through the iTunes store so it won't accept my Apple ID. I don't know if his computer is under warranty. He does not remember if he has Applecare. I tried reinstalling Leopard -- the computer originally came with Leopard -- but the computer screen goes grey and a message comes up saying I need to restart. He wants to give this computer to me since it's useless to him. What do I do to get a system on it again?

    You will need to reformat the hard drive to go back to Snow Leopard or Leopard.
    Does he have a Snow Leopard Disk? He should, as there is no way to go from Leopard to Mountain Lion without it. If you can find the Snow Leopard Disk, I'd at least start with that.
    You will need to use Disk Utility in the installer to format the hard drive and get rid of the recovery partition.
    Boot from the installer disk by holding down the C key on restart. When it boots, Open Disk Utility (Utilities menu, at least in Snow Leopard).
    Select the Hard drive and then click the Partition tab.
    Select 1 Partition from the partition menu.
    Select Mac OS Extended (Journaled) as the format.
    Name the drive (Macintosh HD is the standard).
    Click Apply to partition the drive.
    When it is done, quit Disk Utility and install the OS.

  • My iPod touch 5gen sees the wifi but does not accept the password

    My iPod touch does not accept the password for my home wifi but can connect to other wifi like Best Buy's.

    Does the iOS device connect to other networks?
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • UserPrincipal.ChangePassword thinks the password does not meet the password policy requirements.

    I am working with C# 3.5.  My goal is to have a simple program to allow a user change their Active Directory user password via a web page.  I have a console application to initially test the commands to active directory and I am running into a problem.
    my domains password policy is as follows.
    Enforce password history 24 passwords remembered
    Minimum password length 7 characters
    Password must meet complexity requirements Enabled
    Store passwords using reversible encryption Disabled
    The error I am getting is "The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements. (Exception from HRESULT: 0x800708C5)"
    I believe the new password I am using does meet the policy requirements and I can't seem to get this program to work.  All I want to build is a simple program to allow a user to change their Active Directory user password.
    My test code is below.
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.DirectoryServices.AccountManagement;
    using System.DirectoryServices;
    namespace ActiveDirectoryHacking
    class Program
    static void Main(string[] args)
    PrincipalContext adPrincipalContext = new PrincipalContext(ContextType.Domain, "192.168.1.26", "OU=Staff,DC=SFdev,DC=org", "John.Doe", "Initial Complex P234dfword");
    Console.WriteLine("Validate user {0}", adPrincipalContext.ValidateCredentials("John.Doe", "Initial Complex P234dfword"));
    UserPrincipal user = UserPrincipal.FindByIdentity(adPrincipalContext, "John.Doe");
    Console.WriteLine(user.DistinguishedName);
    user.ChangePassword("Initial Complex P234dfword", "e$213434sDKS really? www.microsoft.com");
    //user.SetPassword("Initial Complex P234dfword");
    user.Save();
    Console.WriteLine("Press a key to exit.");
    Console.ReadKey();
    The .SetPassword works if I use a user with Domain Admin access but it appears the John.Doe is unable to change their own password with the .ChangePassword method.
    The output until the exception is the following
    Validate user True
    CN=John Doe,OU=Staff,DC=SFdev,DC=org
    I have no clue why any password I select for the new password does not work.

    I looked into the password policy and this is what I have learned.  There is a major difference between undefined and defined in policies plus making sure the defined policies are set with values that will provide the desired results.
    Since this is a development domain and is used for testing I have tweaked the password policy to allow me to develop and test against the domain with a little bit more freedom than a production domain.
    I have changed the policy to the following settings. 
    Enforce password history 0 passwords remembered
    Maximum password age 0 days
    Minimum password age 0 days
    Minimum password length 7 characters
    Password must meet complexity requirements Disabled
    Store passwords using reversible encryption Disabled
    Now, I am able to run my program against the domain testing the password change utility.  My error was leaving some of the policy settings as not defined and not understanding what that really means for each setting.  For development of a password change utility I need the flexibility to test and the relaxed policy changes allows me to run the program many times without having to work with test data that works around a more restricted policy.

Maybe you are looking for

  • Unable to sign in to ovi store and download apps

    I received two download links from the Nokia website upon request.  Clicking on the link gets me to the download site and it asks me to sign in or register if I don't have a Nokia account.  Whoever designed this was either on drugs or intoxicated, be

  • My iPad 2 won't let me download apps

    Whenever I try to download apps by pressing the download button it just keeps loading as if it were going to work but then it stops before I can enter my password. T it keeps trying to load but never does, I keep trying to download but it doesn't wor

  • I have an error message that won't go away and stops me from using any other buttons in the screen.

    I have an error message reading 'item over 1 byte. Connect to a wifi network or use iTunes on your computer to download 'tv show'. When I connect it to iTunes or use a wifi network nothing changes.  The warning remains in place no matter how many tim

  • Can't share a home movie to iTunes

    I've done this before with no problems, but I just tried to share a couple of movies I just imported from my camera and added titles to, and while iMovie claims it renders the project, and then launches/switches to iTunes, the movies never show up in

  • Internal error while creating new company in sap b1 pl 05

    Hi all I installed sap b1 server and clint in PL 05 for USA localization but when I m trying to create new company from login screen system start to create tables but after some time its giving error ''Internal error 101, then system showing that com