Netctl and WPA2 Personal AES, problem with authentication

I having trouble to connect to my WPA2 Personal 5ghz wireless AES (only) network using netctl. When I were using wicd it wasnt any problems. I assume there is something wrong in my profile but i cant find out what.
My config /etc/netctl/wlp4s0-limbo2
Description='A wireless connection using a custom network block configuration'
Interface=wlp4s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="limbo"'
'key_mgmt=WPA-PSK'
'proto=RSN'
'pairwise=CCMP'
'group=CCMP'
'psk="key"'
and this is the output from journalctl -xn
Error was encountered while opening journal files: No data available
-- Logs begin at Mon 2001-01-01 01:02:40 CET, end at Fri 2013-06-14 13:45:30 CEST. --
Jun 14 13:45:14 thallarch sudo[18463]: thall : TTY=pts/3 ; PWD=/home/thall ; USER=root ; COMMAND=/usr/bin/netctl start wlp4s0-limbo2
Jun 14 13:45:14 thallarch sudo[18463]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jun 14 13:45:14 thallarch systemd[1]: Starting Networking for netctl profile wlp4s0-limbo2...
-- Subject: Unit netctl@wlp4s0\x2dlimbo2.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit netctl@wlp4s0\x2dlimbo2.service has begun starting up.
Jun 14 13:45:14 thallarch network[18470]: Starting network profile 'wlp4s0-limbo2'...
Jun 14 13:45:30 thallarch network[18470]: WPA association/authentication failed for interface 'wlp4s0'
Jun 14 13:45:30 thallarch network[18470]: Failed to bring the network up for profile 'wlp4s0-limbo2'
Jun 14 13:45:30 thallarch systemd[1]: netctl@wlp4s0\x2dlimbo2.service: main process exited, code=exited, status=1/FAILURE
Jun 14 13:45:30 thallarch systemd[1]: Failed to start Networking for netctl profile wlp4s0-limbo2.
-- Subject: Unit netctl@wlp4s0\x2dlimbo2.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
-- Unit netctl@wlp4s0\x2dlimbo2.service has failed.
-- The result is failed.
Jun 14 13:45:30 thallarch systemd[1]: Unit netctl@wlp4s0\x2dlimbo2.service entered failed state.
Jun 14 13:45:30 thallarch sudo[18463]: pam_unix(sudo:session): session closed for user root
I have tried both with the obfuscated password using wpa_passphrase and the one in clear text.
I should also mention that i have no problem connecting to my WPA2 Personal 2.4ghz wireless TKIP (only) network.

Okey, I think Im on something here:
wpa_supplicant config
ctrl_interface=DIR=/run/wpa_supplicant GROUP=wheel # allow control for members in the 'wheel' group
update_config=1
ap_scan=1
network={
ssid="limbo"
bssid=20:4E:7F:71:D0:04
#psk="hidden"
psk=8f3f...
This is the output from $> wpa_supplicant -B -D nl80211 -i wlp4s0 -c /etc/wpa_supplicant/limbo.conf -dd -f /tmp/dump_wpa_supplicant
wpa_supplicant v2.0
Successfully initialized wpa_supplicant
Initializing interface 'wlp4s0' conf '/etc/wpa_supplicant/limbo.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant/limbo.conf' -> '/etc/wpa_supplicant/limbo.conf'
Reading configuration file '/etc/wpa_supplicant/limbo.conf'
ctrl_interface='DIR=/run/wpa_supplicant GROUP=wheel'
update_config=1
ap_scan=1
Line: 5 - start of a new network block
ssid - hexdump_ascii(len=5):
6c 69 6d 62 6f limbo
BSSID - hexdump(len=6): 20 4e 7f 71 d0 04
PSK - hexdump(len=32): [REMOVED]
Priority group 0
id=0 ssid='limbo'
nl80211: interface wlp4s0 in phy phy0
rfkill: initial event: idx=1 type=2 op=0 soft=0 hard=0
rfkill: initial event: idx=2 type=1 op=0 soft=0 hard=0
nl80211: Set mode ifindex 4 iftype 2 (STATION)
nl80211: Subscribe to mgmt frames with non-AP handle 0x16d5a00
nl80211: Register frame type=0xd0 nl_handle=0x16d5a00
nl80211: Register frame match - hexdump(len=2): 04 0a
nl80211: Register frame command failed (type=208): ret=-95 (Operation not supported)
nl80211: Register frame match - hexdump(len=2): 04 0a
nl80211: Failed to register Action frame processing - ignore for now
netlink: Operstate: linkmode=1, operstate=5
nl80211: driver param='(null)'
nl80211: Regulatory information - country=00
nl80211: 2402-2472 @ 40 MHz
nl80211: 2457-2482 @ 40 MHz
nl80211: 2474-2494 @ 20 MHz
nl80211: 5170-5250 @ 40 MHz
nl80211: 5735-5835 @ 40 MHz
nl80211: 57240-63720 @ 2160 MHz
nl80211: Added 802.11b mode based on 802.11g information
wlp4s0: Own MAC address: 00:26:08:dc:85:72
wpa_driver_nl80211_set_key: ifindex=4 alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=4 alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=4 alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=4 alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0
wlp4s0: RSN: flushing PMKID list in the driver
nl80211: Flush PMKIDs
wlp4s0: Setting scan request: 0 sec 100000 usec
WPS: Set UUID for interface wlp4s0
WPS: UUID based on MAC address - hexdump(len=16): 58 5f f7 31 b2 76 5d 30 bc 67 4d c1 25 d8 31 33
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: Supplicant port status: Unauthorized
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: Supplicant port status: Unauthorized
EAPOL: Supplicant port status: Unauthorized
ctrl_interface_group=10 (from group name 'wheel')
wlp4s0: Added interface wlp4s0
wlp4s0: State: DISCONNECTED -> DISCONNECTED
wpa_driver_nl80211_set_operstate: operstate 0->0 (DORMANT)
netlink: Operstate: linkmode=-1, operstate=5
Daemonize..
RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
nl80211: if_removed already cleared - ignore event
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
nl80211: if_removed already cleared - ignore event
wlp4s0: State: DISCONNECTED -> SCANNING
wlp4s0: Starting AP scan for wildcard SSID
nl80211: Scan SSID - hexdump_ascii(len=0): [NULL]
Scan requested (ret=0) - scan timeout 10 seconds
nl80211: Event message available
nl80211: Scan trigger
EAPOL: disable timer tick
EAPOL: Supplicant port status: Unauthorized
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
nl80211: if_removed already cleared - ignore event
nl80211: Event message available
nl80211: New scan results available
wlp4s0: Event SCAN_RESULTS (3) received
nl80211: Received scan results (21 BSSes)
wlp4s0: BSS: Start scan result update 1
wlp4s0: BSS: Add new id 0 BSSID 20:4e:7f:71:d0:02 SSID 'GET_OFF_MY_LAN'
wlp4s0: BSS: Add new id 1 BSSID 00:1f:33:fa:68:01 SSID 'NETGEAR'
wlp4s0: BSS: Add new id 2 BSSID 20:4e:7f:71:d0:04 SSID 'limbo'
wlp4s0: BSS: Add new id 3 BSSID 74:44:01:72:6f:fa SSID 'ohyran'
wlp4s0: BSS: Add new id 4 BSSID b8:a3:86:a4:6f:c2 SSID 'Kjansson'
wlp4s0: BSS: Add new id 5 BSSID 00:19:5b:00:f9:41 SSID 'Routary'
wlp4s0: BSS: Add new id 6 BSSID 34:21:09:02:61:88 SSID 'AirLink29150'
wlp4s0: BSS: Add new id 7 BSSID 14:d6:4d:cd:56:ac SSID 'dlink'
wlp4s0: BSS: Add new id 8 BSSID 00:1f:33:28:86:2a SSID 'NETGEAR-2.4-G'
wlp4s0: BSS: Add new id 9 BSSID 00:27:19:80:ee:6c SSID 'PP-LINK'
wlp4s0: BSS: Add new id 10 BSSID 00:24:b2:59:5d:af SSID 'Sofia-dator-Wireless'
wlp4s0: BSS: Add new id 11 BSSID 00:24:fe:00:83:47 SSID 'schrem'
wlp4s0: BSS: Add new id 12 BSSID 00:24:01:8f:e5:1e SSID '504'
wlp4s0: BSS: Add new id 13 BSSID 08:76:ff:83:42:94 SSID 'TeliaGateway08-76-FF-83-42-94'
wlp4s0: BSS: Add new id 14 BSSID 58:98:35:7f:08:7d SSID 'Bettan'
wlp4s0: BSS: Add new id 15 BSSID 58:98:35:bb:3b:57 SSID 'TeliaGateway58-98-35-BB-3B-57'
wlp4s0: BSS: Add new id 16 BSSID 00:1f:33:fa:70:03 SSID 'Skatteverket'
wlp4s0: BSS: Add new id 17 BSSID 84:1b:5e:da:0a:4a SSID 'NETGEAR14'
wlp4s0: BSS: Add new id 18 BSSID 4c:60:de:74:05:20 SSID '3Bredband0520'
wlp4s0: BSS: Add new id 19 BSSID 00:26:44:99:57:0f SSID 'TeliaGateway00-26-44-99-57-0F'
wlp4s0: BSS: Add new id 20 BSSID 00:18:4d:8a:cc:66 SSID 'router'
BSS: last_scan_res_used=21/32 last_scan_full=0
wlp4s0: New scan results available
WPS: Unknown Vendor Extension (Vendor ID 9442)
WPS: Unknown Vendor Extension (Vendor ID 9442)
WPS: Unknown Vendor Extension (Vendor ID 9442)
WPS: AP 00:1f:33:fa:68:01 type 0 added
WPS: Unknown Vendor Extension (Vendor ID 9442)
WPS: AP 74:44:01:72:6f:fa type 0 added
WPS: AP b8:a3:86:a4:6f:c2 type 0 added
WPS: AP 34:21:09:02:61:88 type 0 added
WPS: AP 14:d6:4d:cd:56:ac type 0 added
WPS: AP 00:1f:33:28:86:2a type 0 added
WPS: AP 00:24:b2:59:5d:af type 0 added
WPS: AP 00:24:fe:00:83:47 type 0 added
WPS: AP 00:1f:33:fa:70:03 type 0 added
WPS: AP 84:1b:5e:da:0a:4a type 0 added
WPS: AP 4c:60:de:74:05:20 type 0 added
WPS: AP[0] 00:1f:33:fa:68:01 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[1] 74:44:01:72:6f:fa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[2] b8:a3:86:a4:6f:c2 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[3] 34:21:09:02:61:88 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[4] 14:d6:4d:cd:56:ac type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[5] 00:1f:33:28:86:2a type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[6] 00:24:b2:59:5d:af type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[7] 00:24:fe:00:83:47 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[8] 00:1f:33:fa:70:03 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[9] 84:1b:5e:da:0a:4a type=0 tries=0 last_attempt=-1 sec ago blacklist=0
WPS: AP[10] 4c:60:de:74:05:20 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
wlp4s0: Selecting BSS from priority group 0
wlp4s0: 0: 20:4e:7f:71:d0:02 ssid='GET_OFF_MY_LAN' wpa_ie_len=0 rsn_ie_len=20 caps=0x411 level=-29
wlp4s0: skip - SSID mismatch
wlp4s0: 1: 00:1f:33:fa:68:01 ssid='NETGEAR' wpa_ie_len=0 rsn_ie_len=20 caps=0x531 level=-29 wps
wlp4s0: skip - SSID mismatch
wlp4s0: 2: 20:4e:7f:71:d0:04 ssid='limbo' wpa_ie_len=0 rsn_ie_len=24 caps=0x11 level=-37
wlp4s0: selected based on RSN IE
wlp4s0: hardware does not support HT PHY
wlp4s0: skip - rate sets do not match
limbo is the network i try to connect to, but it says it doesnt support HT PHY which has to do with 5GHz network? So it seems like it not using the correct drivers? The broadcom-wl drivers are installed and loaded into the kernel.
wpa_supplincant only shows me three available drivers: wext, nl80211, wired. Shouldnt it be possible to select the broadcom drivers?

Similar Messages

  • E63 WPA2 Personal + AES

    Hi,
    I have linksys wrt54GL router at home, wifi is set to WPA2 Personal + AES. I cannot connect to wifi with e63 phone. I have e72 also and it connects without any problem. Could someone post step by step tutorial?
    Solved!
    Go to Solution.

    Heh, my bad. I've made mistake in typing MAC into allowed clients table

  • Problem with authentication in OBIEE

    Hello, I have a problem with authentication in OBIEE.
    A user who does not exist, enter the application and can enter but can not access almost anything, it is very rare because in addition webcatalog are created within the folder with your name and no one created it.
    any ideas?

    I created SR and i solved the problem.
    The problem wasn´t in weblogic. We migrated rpd 10g to 11g, I had define one initialization block session in RPD, when we disabled it, it´s running fine.
    Oracle recomended work in weblogic in obiee 11g
    best regards
    Edited by: Benito Camelas on Sep 29, 2011 7:12 AM

  • Problems with authenticated smtp on Mac mail 2

    I do support for a small ISP and we are seeing problems with Mac Mail authenticating to the smtp server. The settings that should work are:
    outgoing server: asmtp.gorge.net
    Username: full email address
    Outgoing server port: 2525 or 587
    We typically turn on password for the authentication type. In some customers, nothing seems to work. They get an error that their email address can't authenticate. Any ideas on what settings might work for this?

    Teri,
    Reading the guidance for Outlook Express, I note:
    "Step 11. On the Servers tab under Outgoing Mail Server, check the box titled My server requires authentication. Then go to the Advanced tab. Below select the option use same settings as incoming server. (emphasis added)"
    In Mail, this is normally the same as specifying authentication of None, and not entering the Username or Password again for the Outgoing Server. This type of authentication, does not result in appending the Username entry (Username corresponds to Account Name in Outlook Express). Mail will authenticate to the SMTP with the Username and Password used for the Incoming, if prompted by the server, and the separate, hard, (and redundant) authentication resulting from using Password in the Outgoing Server entry boxes will cause a failure. However, this type of authentication (which is often called SMTP after POP3, or POP3 before SMTP) is normally conducted on Port 25. In my experience, the use of Port 587 is meant for those SMTP that must have a separate authentication, and where you will see the name altered to include the Username. Hopefully this will work with Port 2525, but I have not confirmed. SMTP after POP3 authentication does not help sending from remote providers, such as found in internet cafes, and this is why some ISPs provide a SMTP that does require separate, Password Authentication.
    In the new Mail Setup Assistant, there is now the option to specify to use the same settings, but not enter the Username and Password -- this is not obvious, but well known by some ISPs, but not all -- this is really the same as changing to None in an existing account, and removing the Password and Username entries. Also, in Mail, I would NOT expect any default names to appear, unlike what your Mac Mail instructions imply.
    Keep me posted.
    Ernie

  • Fulfilment server encountered a problem with authentication

    I am trying to create my first app using DPS app builder, all the step have been done correctly, however creating the app give the f
    ollowing error
    "The fulfillment server encountered a problem with authentication"
    Anyone face this before? how to solve this issue? I can't find anything in the guidline files

    Hello again
    The app rejected once again and here is the itunes message
    "We found that while you have submitted In App Purchase products for your app, the In App Purchase functionality is not present in your binary. "
    I am able test the development version of the app and I can see the folio inside it with an option to buy, I can't locate any error in the development side and I need more clarification from your side about the rejection, why the binary is rejected?
    There is nothing wrong from my side. my app is working on the testing version and everything is OK.
    You rejected the app because in-app purchase is not enabled as you claimed. but I can see the folio inside the app with an option to buy, nothing wrong and no error what so ever is facing me. why you rejected the binary?
    I really need your help to identify where the problem is, I have to get the viewer ready for sale July 1st. it is been rejected for couple of time and I am not sure why.
    Regards;
    Rafah Alkhatib
    CEO
    [email protected]
    http://www.reachsn.com
    Dubai, Riyadh, Amman

  • I have an iPhone 4S and never had a problem with syncing it. But suddenly, when I connected my phone to my mac, it says that its in recovery mode, and I need to restore it in order to sync. I've updated both my phone and my itunes, and it didnt work.Help?

    I have an iPhone 4S and never had a problem with syncing it. But suddenly, when I connected my phone to my mac, it says that its in recovery mode, and I need to restore it in order to sync. I've updated both my phone and my itunes, and it didnt work.Help?

    fighter19lisa wrote:
    that only makes it say its synced, when its not.
    No, it does not.  It transfers purchases from the iDevice to the computer.  The computer must be authorized for the Apple ID that the content was acquired with.
    fighter19lisa wrote:
    my playlists wont show up on the phone.
    Are they selected to sync?  Is Manually Manage content on the device selected?
    fighter19lisa wrote:
    i had to change my password for my aol account again and i still cannot get my email on my phone to even work
    What does that have to do with syncing content to the device?  FYI, nothing.

  • HT201304 Hi! My My mom bought me an iPhone 5 and I have a problem with my facetime I cant find it! Cant find it in settings and restrictions. She bought this in Bahrain both my iPhone and she ipad mini and she has facetime on her. What should I do?

    Hi! My My mom bought me an iPhone 5 and I have a problem with my facetime. I cant find it! Cant find it in settings and restrictions. I remember when she gave me this I see facetime in settings and after a couple of days its gone! She bought this in Bahrain both my iPhone and her iPad Mini. And I'm just wondering why she has facetime and why mine is missing? Please help! My iMessage is perfectly working. I lived in the Philippines

    Are you trying to use the phone in Bahrain with a supported carrier there? I suspect not. If you try to use this phone outside of Bahrain, you won't have FaceTime. This is done to prevent folks from simply crossing the border to purchase iPhones in Bahrain...FaceTime is banned in Saudi Arabia & the UAE. Sorry, but you'll only have FaceTime on that phone while using it in Bahrain on a supported carrier's network there.

  • I can't send emails from Mail. I have three different accounts set up and have the same problem with all. The mail just sits in my outbox. All worked fine until Yosemite upgrade. Recent update has not fixed problem.

    I can't send emails from Mail. I have three different accounts set up and have the same problem with all. The mail just sits in my outbox. All worked fine until Yosemite upgrade. Recent update has not fixed problem.

    I have been experiencing the same problem. My mail app won't even open on my Late 2011 Macbook Pro. It will show as open, but the app will never actually show up.

  • I had already update mi new factory unlocked iPhone 4S to iOS 5.1.1 and I still having problems with "invalid sim". I'm from Argentina and here we don't have official service. PLEASE HELP ME, WHAT CAN I DO??? In Argentina is too expensive an iPhone 4S.

    I had already update mi new factory unlocked iPhone 4S to iOS 5.1.1 and I still having problems with "invalid sim". I'm from Argentina and here we don't have official service. PLEASE HELP ME, WHAT CAN I DO??? In Argentina is too expensive an iPhone 4S. Please I need help to continue believing in Apple. Thanks a lot. If anybody speak spanish better.  

    Was it purchased from an official Apple Store, not a reseller?  Only Apple Stores sell official factory unlocked phones.  The others sell hacked to unlock phones, and the unlocking is unstable.
    Try these steps, as needed:
    1. Reset phone - press both home and on/off buttons for at least 10 seconds until the Apple logo appears.
    2. Settings > General > Reset > Reset Network Settings.
    3. Replace SIM card (and reset network settings again)
    4. Restore Phone in iTunes using a backup
    5. Restore in iTunes as new, without using a backup

  • Since the most recent Firefox update 3.6.8 by banking institution no longer shows as having a secure encrypted connection, however, my bank assures me all is well with their certificates and that is a problem with the new Firefox browser update, can you g

    Since the most recent Firefox update 3.6.8 my banking institution no longer shows as having a secure encrypted connection, however, my bank assures me all is well with their certificates and that is a problem with the new Firefox browser update, can you give me some idea why it is doing this?
    == This happened ==
    Every time Firefox opened
    == Right after the new Firefox update

    Hello Anne.
    Can you please try it in a new (temporary) Firefox profile and see if the issue is still present? See [http://support.mozilla.com/en-US/kb/Managing+profiles this article] to know how to create a new Firefox profile. Please report back the results.

  • Trying to access hotmail account but it is taking forever to get into hotmail it was working ok at start of week only yesterday and today have a problem with it

    rying to access hotmail account but it is taking forever to get into hotmail it was working ok at start of week only yesterday and today have a problem with it

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I installed Mavericks yesterday and have now got problems with QuarkXpress 9. Every time I click on an image and try to move it the application crashes. Anyone had similar problems or got any suggestions?

    I installed Mavericks yesterday and have now got problems with QuarkXpress 9. Every time I click on an image and try to move it the application crashes. Anyone had similar problems or got any suggestions?

    Hi Guys
    Updated my 2 imacs to Maverick yesterday. Schoolboy error on my part not checking if there were problems with any programmes before I did.
    Quark is now a nightmare with no short term answer on the way. As a Quark user for over 20 years this is just another reason to hold your hands up and say OK Indesign you win I will have to learn how to use you and Quark will be a distant memory.
    I am told there will probably be no solution to getting quak 9 running on Maverick and that you will need to update to 10 in about 2-3 weeks to get back to normal. Having spent a few bob on 2 versions of 9.5 only in Feb this year i didn't really want to upgrade yet.
    So its cough up to carry on using Quark or learn Indesign.
    I have lost faith in Quark as they are quick to send me e-mails asking me to upgrade to this and that version, why didn't they send one out saying do not upgrade to Maverick. Perhaps they know there loyal follwing will uograde to 10 and will generate a nice little bonus before Xmas.
    Lots to do today and will now take 10 times longer to do it. Is this 2013 or 1974!!!!!
    If anyone hears of a solution please post ASAP

  • We have a mac laptop and dont have any problems with pdf files but our imac will not open them.  any suggestions

    we have a mac laptop and dont have any problems with pdf files but our imac will not open them.  any suggestions?

    Back up all data.
    In the Finder, select Go ▹ Go to Folder from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • I just bought an AirPort Extreme system over this weekend and I am having problem with setting it up. I plugged the cable as explained in the manual but there is no way I can get a steady green light. I all see is flashing amber light. Can anyone help me,

    I just bought an AirPort Extreme system over this weekend and I am having problem with setting it up. I plugged the cable as explained in the manual but there is no way I can get a steady green light. I all see is flashing amber light. Can anyone help me,

    Think you need to provide some more details about what you are connecting

  • I recently upgraded our iMac to Yosemite OS and now have a problem with Photoshop Elements 11:  the move tool selects an image or text layer, but then I try to drag the selection somewhere else on the page and it snaps back to the original location, howev

    I recently upgraded our iMac to Yosemite OS and now have a problem with Photoshop Elements 11:  the move tool selects an image or text layer, but then I try to drag the selection somewhere else on the page and it snaps back to the original location, however the arrows will move it OK.  Also I cannot drag the selection to another photo in the photo bin as before.

    Hi,
    Please refer: http://helpx.adobe.com/photoshop-elements/kb/pse-stops-responding-yosemite.html
    Thanks,
    Anwesha

Maybe you are looking for

  • App hits a point and stops downloading

    Hi guys, Trying to download "NeverWinter Nights 2" through the App Store, once it hits the 43.88MBs of 4.33GBs it stops and doesn't download any more. Tried restarting the laptop, deleting the app, etc. and nothing seems to do the trick! Any suggesti

  • Opening attachments gives the error : "The connection was reset. The connection to the server was reset

    Opening attachments gives the error : "The connection was reset. The connection to the server was reset. I tried clearing cookies and cache, but it doesnot work. 8 out of 10 times this is happenning. It's reproducible, and happening only after the la

  • IIS PHP4.3.3 ORACLE9

    Have Problem with oracle 9 and php, a fetch on an blob field results in an iis and php crash, has anyone some idea ?

  • How To... Get linear Interpolation between Position keyframes ???

    Hi.... cannot get my head around this one... When I do i..e opacity keyframes I can open video animation and add interpolation attributes like bezier & linear to the keyframes... However, for i.e. position and all other keyframe-attributes I cannot.

  • I cannot use still images in iMovie Trailers anymore

    Hi all, I am hoping someone out there can help me. I am using iMovie '11  Version 9.0.9 (1795) I have a macbook prousing OS x Version 10.9.2 Processor 2.2 Ghz intel core i7 Last year I created a few "Trailers" using still images. All of a sudden I ca