Powaur - an AUR helper with a pacman-like interface

Hi guys,
I've just written this minimalistic AUR helper called powaur, with an interface like pacman / yaourt, so
there's no need to learn an addition set of commands. C is the only language I'm really really comfortable
with, so powaur is written in C.
Links
Github - https://github.com/yanhan/powaur
AUR - http://aur.archlinux.org/packages.php?ID=49296
Updates
24 Jan 2012:  - Updated to work with pacman 4 (!!)
10 July 2011:  - allow uppercase answers for questions
28 June 2011: - --noconfirm option added
                       - --list-aur option added; lists installed AUR packages and their version
                       - only resolve dependencies for new / outdated AUR packages
26 June 2011: - allow installing of packages as root
                       - add per-user directory in form of /tmp/powaur-username, please comment out
                         "TmpDir" section of your powaur.conf for this to take effect
                       - print immediate dependencies for -S
                       - only print dependency graph for -S when --debug is supplied
10 June 2011: -S supports dependency resolution
                       -Su available to update outdated AUR packages
                       --crawl to output topological order of packages
                       -G --deps uses similar dependency resolution algorithm with -S
31 May 2011: Colorized output is now available!
26 May 2011: Multithreaded downloading is now supported!
Features
Currently, powaur offers the following feature set:
-G, --getpkgbuild Downloads PKGBUILDS of listed packages from the AUR
--deps Resolve dependencies for packages. This is turned off by default.
--threads <N> Limits the maximum number of threads to N (max of 10)
-S, --sync When used alone, installs packages from the AUR without dependency resolution.
--check Only meaningful with -u. Checks for outdated AUR packages without upgrading them
-i, --info Similar to that of pacman
-s, --search Searches the AUR for a single package
-u, --upgrade Updates outdated AUR packages
--vote Used with -s, orders search results by vote count (highest first) instead of alphabetical order
-Q, --query Queries installed packages
-i, --info Similar to that of pacman
-s, --search Similar to that of pacman
--crawl <package(s)> Shows a valid topological order of given packages
-B, --backup [dir] Backup the pacman local database in <dir>, or the current directory if unspecified
-M, --maintainer Searches the AUR for a maintainer
--vote Orders the maintainer's packages by vote count (highest first) instead of alphabetical order
--color Enable colorized output
--nocolor Turn off colorized output
--debug Displays debug information
-h, --help Displays help
-V, --version Displays version
Credits
Many thanks to Dave Reisner (falconindy) for allowing me to use code in cower for json parsing.
I also referred to source code from pacman and git.
Finally
Feature requests are welcome!
Last edited by yanhan (2012-01-24 11:27:33)

Hey there, yanhan. I just switched over from Gentoo to Arch simply for my love of Gnome 3. Maybe when Gentoo jumps on their Gnome support, I'll switch back... but for now, I'm loving Arch.
I downloaded powaur because I like pacman and I wanted to handle the AUR as seamlessly as emerge handles its overlays. I've got a super newb question for you, though, as per I don't quite know pacman's in's and out's yet.
So, as I'd like the 64-bit flash binary. I go about doing this as root:
[root@laptop patrick]# powaur -S flashplugin-prerelease
Syncing:
flashplugin-prerelease
==> Do you wish to proceed? [Y/n]
==> y
Resolving dependencies... Please wait
==> Dependency graph:
xineramaproto (installed) -> randrproto (installed) -> inputproto (installed) -> xextproto (installed) -> renderproto (installed) -> iana-etc (installed) -> xcb-proto (installed) -> kbproto (installed) -> xproto (installed) -> fixesproto (installed) -> compositeproto (installed) -> damageproto (installed) -> tzdata (installed) -> linux-api-headers (installed) -> glibc (installed) -> libice (installed) -> libdatrie (installed) -> libthai (installed) -> pixman (installed) -> libdaemon (installed) -> expat (installed) -> libjpeg-turbo (installed) -> libxdmcp (installed) -> libxau (installed) -> libxcb (installed) -> libx11 (installed) -> libxext (installed) -> libxinerama (installed) -> libxi (installed) -> libxfixes (installed) -> libxcomposite (installed) -> libxdamage (installed) -> libxrender (installed) -> libxcursor (installed) -> libxrandr (installed) -> nspr (installed) -> run-parts (installed) -> gcc-libs (installed) -> pcre (installed) -> glib2 (installed) -> atk (installed) -> attr (installed) -> acl (installed) -> libcap (installed) -> ncurses (installed) -> readline (installed) -> sqlite3 (installed) -> bash (installed) -> gzip (installed) -> libgpg-error (installed) -> libgcrypt (installed) -> keyutils (installed) -> findutils (installed) -> texinfo (installed) -> libtasn1 (installed) -> sed (installed) -> gdbm (installed) -> db (installed) -> libsasl (installed) -> gmp (installed) -> zlib (installed) -> libxml2 (installed) -> shared-mime-info (installed) -> freetype2 (installed) -> fontconfig (installed) -> libxft (installed) -> gnutls (installed) -> libpng (installed) -> cairo (installed) -> pango (installed) -> libtiff (installed) -> gdk-pixbuf2 (installed) -> gtk-update-icon-cache (installed) -> cracklib (installed) -> pam (installed) -> shadow (installed) -> coreutils (installed) -> filesystem (installed) -> util-linux (installed) -> libsm (installed) -> e2fsprogs (installed) -> dbus-core (installed) -> dbus (installed) -> avahi (installed) -> perl (installed) -> openssl (installed) -> libldap (installed) -> krb5 (installed) -> libcups (installed) -> ca-certificates (installed) -> libssh2 (installed) -> curl (installed) -> nss (installed) -> gtk2 (installed) -> libxt (installed) -> mozilla-common (installed) -> flashplugin-prerelease (AUR target)
==> Upgrading:
flashplugin-prerelease
==> Edit PKGBUILD for flashplugin-prerelease? [Y/n/a]
==> n
==> Continue installing flashplugin-prerelease? [Y/n]
==> y
==> ERROR: Running makepkg as root is a BAD idea and can cause
permanent, catastrophic damage to your system. If you
wish to run as root, please use the --asroot option.
Ok, fair enough.
So, as _not_ root.
[patrick@laptop powaur]$ powaur -S flashplugin-prerelease
Syncing:
flashplugin-prerelease
==> Do you wish to proceed? [Y/n]
==> y
Resolving dependencies... Please wait
Segmentation fault
So... what's my silly noob mistake that isn't allowing me to use your wonderful helper?

Similar Messages

  • AUR helper with download/build only option ?

    Hi,
    Currently I have a cron job that does this:
    pacman -Syuw --noconfirm
    This downloads all packages and put it in the cache in the background, this way when a run an upgrade I just have to validate.
    I would like to have the same for AUR packages. Is anyone aware of a AUR helper with a "download+build" only option ?

    pacaur (which uses cower) supports a -d flag to download only, and a -m flag to download and build. The -d flag will pull down dependencies. I'm quite happy with pacaur+cower as a day to day solution, $0.02.
    EDIT: sorry I meant the -m flag pulls down deps -- to do it with the -d flag you have to specify it twice. </bourbon>
    Last edited by TE (2014-12-13 00:53:36)

  • How to create an application with a 'Windows' like interface?

    Hi,
    I am trying to create an application with an windows like interface where menu selections need to open bound taskflows in a page/window but i can not get it to work. I did the following
    - i created a page template with a panelStretchLayout
    - added a menuBar with commandMenuItems
    - created a start page based on the template
    - created bound taskflows with page fragments for all menu items
    - placed a dynamic region on the start page which initially shows a taskflow with an empty/blank page fragment
    - change the dynamic region taskflow from every menuitem and added partial triggers on the dynamic region for every menu item
    When i run the application the first empty page fragment is showed correctly but when i select a menu item the correct new page fragment is showed but it keeps showing a loading data .... hint and seems to freeze. So no data is showed while the underlying datacontrols work while using the bc tester.
    Besides this problem i am wondering if i at all am going the right way with this with using a dynamic region? In the final application i will have a total of about 25 menu items over several menus and if they all will be showing in one main dynamic region with partial triggers set to all menu items it may get a bit complex? I saw you can also create a window in a popup which i like even more because it looks like an actual window but this is modal. I would like a bound taskflow to be opened whenever a menu selection is made.
    Any pointers or tips or the solution to not showing data?
    Kind Regards,
    Andre

    Hi Sascha,
    If have not encountered that problem. Are you sure you have a taskflow entry under the executables tag in the page definition of the page which has the dynamic region on it? I have one like this:
    <taskFlow id="dynamicRegion1" taskFlowId="${DynamicRegionBean.dynamicTaskFlowId}" xmlns="http://xmlns.oracle.com/adf/controller/binding"/>
    During the selection of its initial value when it is rendering for the first time it should have the session bean already initialized. My bean looks like this:
    public class DynamicRegion {
    private String taskFlowId = "/WEB-INF/startTF.xml#startTF";
    public DynamicRegion() {
    public TaskFlowId getDynamicTaskFlowId() {
    return TaskFlowId.parse(taskFlowId);
    public String feitenTF() {
    taskFlowId = "/WEB-INF/feitenTF.xml#feitenTF";
    return taskFlowId;
    public String themasTF() {
    taskFlowId = "/WEB-INF/themasTF.xml#themasTF";
    return taskFlowId;
    public String feitCategorienTF() {
    taskFlowId = "/WEB-INF/feitCategorienTF.xml#feitCategorienTF";
    return taskFlowId;
    The startTF is the initial taskflow and the other methods are being called from my menu. The dynamic region has the menu items as partial triggers. That is all i did.
    Kind Regards,
    Andre

  • Combining APEX help with a frame-like TOC html help system (I used DITA)

    Problem:
    The APEX page-oriented help system is bad at helping users find how to do something. I prefer to use a task-oriented help system for that, with a table of contents that users can browse around in. I like the DITA (Darwin Information Typing Architecture) system's topic based help with its ideas of tasks, concepts and references. But, I also like the context-based feel of a page-based help system and the way that the APEX help system automatically aggregates all of the item-based help on a page for you.
    My Solution:
    I'm no html genius, so this may be totally wrong, but what I did was to create a task oriented html user guide that also included a page based help TOC entry for each page. I then used iframes in the APEX help page to allow me to have a TOC always showing with links that controlled a content "pane," but still also display the automatically-generated item help for the page help is called from.
    * Downloaded the DITA open toolkit (http://sourceforge.net/projects/dita-ot ), full package distribution and installed using the user guide (http://dita-ot.sourceforge.net/doc/ot-userguide131/xhtml/ )
    * Downloaded and installed XMLmind XML editor free personal edition version ([http://www.xmlmind.com/xmleditor/download.shtml]). I'm not endorsing this thing, but it's free and it works great out of the box for editing DITA files.
    * Created an html user guide by modifying the garage sample that's included with the DITA open toolkit and publishing to xhtml (I also published to pdf2, by the way, to provide a printable user guide for my users to download...one of the nice things about DITA). I set up my files so that they would all be in a topics subfolder, rather than the standard task, concept, and reference folders of the example. I did this so that I wouldn't have to worry about linking to a different folder from APEX (more on that later). I made a concept topic for each page of my application with the filename "Concept_About_page_X.dita," where X is the APEX page number.
    * I run APEX using Oracle Application Server 10g, so I uploaded the files to a subdirectory of their own in the i/ folder on the OAS server. In my case this was APPSERVER_HOME/apache/apache/images/doc/MyAppHelp/
    * The DITA toolkit generates html pages that look for a CSS called commonltr.css, located at the same level as the index.html file. I copied my APEX theme's CSS file to that same place and renamed it commonltr.css (in my case that was APPSERVER_HOME/apache/apache/images/themes/theme_13/theme_V3.css). Now, the proper thing to do would be to configure DITA to point at the real location of the theme's CSS, I guess. But I didn't want to figure out how to do that at this point.
    * Now, in APEX, I deleted all of the page-level help text from my pages, since I had now duplicated this information into the DITA page concept topics. Instead, on each page I put
    * On the help page (the page that you create when you're first setting up Help in APEX, mine is page 50), I added the following iframe tags in the header text of the page: \\      &lt;iframe src="../../i/doc/gradevalhelp/index.html" width="40%" height="50%" align="left"&gt;&lt;/iframe&gt;&lt;iframe name="contentwin" src="../../i/doc/gradevalhelp/topics/Concept_About_page_&REQUEST..html" width="60%" height="50%" align="right"&gt;&lt;/iframe&gt;&lt;br&gt; \\      Note the &lt;br&gt; at the end. I had to put that in to prevent the item level help from printing over my content iframe. Again, someone who knows something about html could probably tell you the right way to do that. The DITA toolkit generates a base tag (&lt;base target="contentwin"/&gt;) in the head section of the index.html file, to make the target of the TOC links be the content frame. Notice how I use it to map the links in the first iframe to the second iframe on the APEX help page, by naming the second frame "contentwin". Notice how the &REQUEST. Substitution string is used to present the proper DITA html file. I also tried setting it up to use a calculated hidden item that looks up the page alias for the requesting page; this had the advantage of allowing me to name my DITA files using page alias instead of page number, but it was too slow.

    Look at all the apdiv's you have.  Those are absolutely positioned layers.  I'm assuming by your post that you are very new to Dreamweaver and HTML and CSS.  I would highly recommend not using absolutely positioned layers until you have a better grasp on HTML and CSS.
    Looking at your code I would suggest that you consider using one of Dreamweaver's built in, or downloadable templates as a starting point and work from there. 
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html

  • Help with drag picture like google map

    Hi all,
    I would like to create on my web page a architectural blue
    print of a house that people can see everything but inside a small
    800pixel x 500pixel. My picture is 10 times bigger so I would like
    to do the same process as Google Map, you click and drag your mouse
    to move the map with the zoom thing. Is they a way to do it ? a
    program that exist or could Dreamweaver can do it ?
    I'm not a expert and not also a god but I have a base in
    Dreamweaver
    Can someone highlight/help me on this one ?
    thanks in advance !

    If you have Photoshop CS3, there is a program, "Zoomify",
    that allows you to create exactly what you need. It's under
    "export".

  • Help with TYPE and LIKE statements

    HI guys,
    I know this is really novice stuff, but I am a little confused.
    Can anyone please explain the exact difference between TYPE and like with the help of a program, to understand it.
    What situation would demand the use of each of the LIKE statement, since I can do all these things using the TYPE ?

    Hi Akhil,
    I summarized the info in SDN posts and SAP Help, to make it easier for you to understand. I also included some code snippets. Hope these prove to be helpful to you.
    The following is from SAP Help:
    The Additions TYPE and LIKE
    The additions TYPE type and LIKE dobj are used in various ABAP statements. The additions can have various meanings, depending on the syntax and context.
    ·        Definition of local types in a program
    ·        Declaration of data objects
    ·        Dynamic creation of data objects
    ·        Specification of the type of formal parameters in subroutines
    ·        Specification of the type of formal parameters in methods
    ·        Specification of the type of field symbols
    A known data type can be any of the following:
    ·        A predefined ABAP type to which you refer using the TYPE addition
    ·        An existing local data type in the program to which you refer using the TYPE addition
    ·        The data type of a local data object in the program to which you refer using the LIKE addition
    ·        A data type in the ABAP Dictionary to which you refer using the TYPE addition. To ensure compatibility with earlier releases, it is still possible to use the LIKE addition to refer to database tables and flat structures in the ABAP Dictionary. However, you should use the TYPE addition in new programs.
    The LIKE addition takes its technical attributes from a visible data object. As a rule, you can use LIKE to refer to any object that has been declared using DATA or a similar statement, and is visible in the current context.  The data object only has to have been declared. It is irrelevant whether the data object already exists in memory when you make the LIKE reference.
    ·        In principle, the local data objects in the same program are visible. As with local data types, there is a difference between local data objects in procedures and global data objects. Data objects defined in a procedure obscure other objects with the same name that are declared in the global declarations of the program.
    ·        You can also refer to the data objects of other visible ABAP programs. These might be, for example, the visible attributes of global classes in class pools. If a global class cl_lobal has a public instance attribute or static attribute attr, you can refer to it as follows in any ABAP program:
    DATA dref TYPE REF TO cl_global.
    DATA:  f1 LIKE cl_global=>attr,
           f2 LIKE dref->attr.
    You can access the technical properties of an instance attribute using the class name and a reference variable without first having to create an object. The properties of the attributes of a class are not instance-specific and belong to the static properties of the class.
    Example
    TYPES: BEGIN OF struct,
             number_1 TYPE i,
             number_2 TYPE p DECIMALS 2,
           END OF struct.
    DATA:  wa_struct TYPE struct,
           number    LIKE wa_struct-number_2,
           date      LIKE sy-datum,
           time      TYPE t,
           text      TYPE string,
           company   TYPE s_carr_id.
    This example declares variables with reference to the internal type STRUCT in the program, a component of an existing data object wa_struct, the predefined data object SY-DATUM, the predefined ABAP type t and STRING, and the data element S_CARR_ID from the ABAP Dictionary.
    The following info is from various posts:
    --> Type: It is used when userdefined object link with SAP system data type.
    Local types mask global types that have the same names. When typing the interface parameters or field symbols, a reference is also possible to generic types ANY, ANY TABLE,INDEX TABLE, TABLE or STANDARD TABLE, SORTED TABLE and HASHED TABLE.
    --> Like: It is when data object link with the other data object.
    --> TYPE, you assign datatype directly to the data object while declaring.
    --> LIKE,you assign the datatype of another object to the declaring data object. The datatype is referenced indirectly.
    you can refer to all visible data objects at the ABAP program's positon in question. Only the declaration of the data object must be known. In this case it is totally irrelevant whether the data object already exists physically in
    memory during the LIKE reference. Local data objects mask global data objects that have the same name.
    --> Type is a keyword used to refer to a data type whereas Like is a keyword used to copy the existing properties of already existing data object.
    Types: var1(20) type c.
    data: var2 type var1. ( type is used bcoz var1 is defined with TYPES and it
    does not occupy any memory spce.
    data: var3 like var2. ( like is used here bcoz var2 is defined with DATA
    so it does occupy space in memory ).
    data: material like mara-matnr. ( like is used here bcoz mara-matnr is stored in memory)
    --> Type refers the existing data type
    --> Like refers the existing data object
    Please Reward Points if any of the above points are helpful to you.
    Regards,
    Kalyan Chakravarthy

  • Help with a construct like this: find | parallel function [SOLVED]

    I'd like to use a find | parallel function combo to:
    1) Find all directories
    2) Enter the directories and run a predefined function
    #!/bin/bash
    bcue() {
    shntool cue *.flac > foo.cue
    shntool join *.flac
    find -type d | parallel cd {} ; bcue
    Running this doesn't work as expected.  It simply runs the bcue function from the dir from which I run the script.  How can I call the function after I cd into the directory using parallel?
    Last edited by graysky (2012-07-03 23:32:34)

    Yes, but -execdir won't do the operations in parallel...
    However, you could instead do something like
    find -type d -execdir sh -c "cd {}; bcue &" \;
    which will start the operations represented by 'bcue' in the background, which may or may not be exactly the same thing as the original version with parallel. But you still can't use it as written because the new "inner" shell doesn't know anything about the bcue function. Consider making a script out of it. Better yet, consider making it a script that takes a directory name as an argument; then you could just do
    find -type d | parallel $script {}
    (making some guesses about the correct invocation of parallel based on what you wrote; I don't use it myself.)

  • Help with a matrix-like report

    i want to produce a report with the following format:-
    7/JUL 8/JUL 9/JUL 10/JUL 11/JUL
    Employee Mon Tue Wed Thu Fri
    Alan x x
    Corby x
    i have a table with leave records that looks like this:-
    NAME FROM_DATE TO_DATE
    Alan 07-JUL-2003 08-JUL-2003
    Corby 10-JUL-2003 10-JUL-2003
    any suggestion is appreciated, thank you

    give it a try
    rem create table T_TEST
    rem (NAME varchar2(10)
    rem ,DATE_FROM date
    rem ,DATE_TO date
    rem )
    rem ;
    rem insert into T_TEST values ('Alpha', trunc(sysdate-2), trunc(sysdate) ) ;
    rem insert into T_TEST values ('Bravo', trunc(sysdate-1), trunc(sysdate+2) ) ;
    rem commit ;
    rem
    rem create table T_CAL
    rem (WEEK_ISO varchar2(10)
    rem ,DAY date
    rem );
    rem
    rem declare
    rem l_day date ;
    rem begin
    rem l_day := to_date('01012003','ddmmyyyy') ;
    rem
    rem LOOP
    rem insert into T_CAL values ( to_char(l_day,'IYYYIW'), l_day ) ;
    rem
    rem l_day := l_day + 1 ;
    rem
    rem exit when trunc(l_day) > to_date('31122003','ddmmyyyy') ;
    rem
    rem END LOOP ;
    rem
    rem commit ;
    rem end ;
    rem /
    rem create or replace
    rem function fff_status (p_name varchar2, p_day date) return varchar2 is
    rem l_result varchar2(10) ;
    rem begin
    rem
    rem select decode(count(*) ,0,null,'x')
    rem into l_result
    rem from t_test
    rem where name=p_name
    rem and date_from <= p_day and date_to >= p_day
    rem ;
    rem return l_result ;
    rem
    rem end fff_status ;
    rem /
    rem show error
    rem
    rem clear col
    rem column x format A5
    rem
    rem alter session set nls_date_format = 'DD/MM' ;
    rem
    rem select distinct
    rem A.week_iso
    rem ,decode(C.name, '-1', '----------', C.name) name
    rem ,decode(C.name,'-1',to_char(B.day1,'dd.mm'),fff_status(C.name,B.day1))x
    rem ,decode(C.name,'-1',to_char(B.day2,'dd.mm'),fff_status(C.name,B.day2))x
    rem ,decode(C.name,'-1',to_char(B.day3,'dd.mm'),fff_status(C.name,B.day3))x
    rem ,decode(C.name,'-1',to_char(B.day4,'dd.mm'),fff_status(C.name,B.day4))x
    rem ,decode(C.name,'-1',to_char(B.day5,'dd.mm'),fff_status(C.name,B.day5))x
    rem ,decode(C.name,'-1',to_char(B.day6,'dd.mm'),fff_status(C.name,B.day6))x
    rem ,decode(C.name,'-1',to_char(B.day7,'dd.mm'),fff_status(C.name,B.day7))x
    rem from
    rem (select '-1' name , 'A' sort_aux
    rem from t_cal
    rem UNION
    rem select distinct name , 'B' sort_aux
    rem from t_test
    rem order by 2, 1
    rem ) C
    rem ,(select
    rem max(decode(to_char(day,'D'), '2',day,null)) DAY1
    rem ,max(decode(to_char(day,'D'), '3',day,null)) DAY2
    rem ,max(decode(to_char(day,'D'), '4',day,null)) DAY3
    rem ,max(decode(to_char(day,'D'), '5',day,null)) DAY4
    rem ,max(decode(to_char(day,'D'), '6',day,null)) DAY5
    rem ,max(decode(to_char(day,'D'), '7',day,null)) DAY6
    rem ,max(decode(to_char(day,'D'), '1',day,null)) DAY7
    rem ,week_iso
    rem from
    rem T_CAL
    rem group by
    rem week_iso
    rem ) B
    rem ,T_CAL A
    rem where
    rem A.week_iso = B.week_iso
    rem and A.week_iso between '200327' and '200330'
    rem order by
    rem A.week_iso
    rem ;
    rem
    WEEK_ISO NAME X X X X X X X
    200327 ---------- 30.06 01.07 02.07 03.07 04.07 05.07 06.07
    200327 Alpha
    200327 Bravo
    200328 ---------- 07.07 08.07 09.07 10.07 11.07 12.07 13.07
    200328 Alpha x x x
    200328 Bravo x x x x
    200329 ---------- 14.07 15.07 16.07 17.07 18.07 19.07 20.07
    200329 Alpha
    200329 Bravo
    200330 ---------- 21.07 22.07 23.07 24.07 25.07 26.07 27.07
    200330 Alpha
    200330 Bravo
    12 rows selected.

  • Help with Oracle 9i LIKE clauses

    I ma converting an application running against SQLServer to Oracle 9i and have run into two problems:
    1.SQLServer is case-senstive by default but Oracle 9i is, can I change the settings so that it is not.
    2.Oracle does not support the [] operators within a LIKE clause
    In SQLServer I have a like clause of the form:

    Sorry(accidental KeyPress)
    2. In SQLServer have a like clause of the form
    LIKE 'fred[;:., ]'
    which would match fred, and fred followed by any of the characters in the []
    how can I do this in Oracle 9i.
         

  • All tools in panels toolbar are disabled meaning I cannot change to any of the alternatives-E.g. Cannot select various Type tools as when I drag out I get the "disabled (Stop symbol)". Really need help with this, been like this for a while now. Many Thank

    Panels tool bar is completely unresponsive. Cannot change to any of the alternatives.
    I am using The most up to date Adobe Illustrator CC on Yosemite.

    I actually can't believe I was being that stupid.
    Thank you very much! This solves the issue.
    Many Thanks,
    Ronan

  • Help with Cisco 5508 management interface

    Hello,
    I'm trying to verify some behaviors I'm seeing with my 5508 controller setup and forgive me for missing anything obvious, I've zero experience with this hardware and clueless on the best practices. With that said... out of the box I ran through the AutoInstall process.
    I gave my service port an IP address on my subnet, 10.10.8.0/24 vlan 100 and gave the management interface the ip address 10.10.30.5/24 vlan 130
    From my host I can ping the management interace 10.10.30.5 and the interface gateway 10.10.30.1
    I cannot connect to the controller via 10.10.30.5 either through the web GUI or telnet
    I can connect to the controller via 10.10.8.200 both through the web interface and telnet
    while connected to the service port, I can ping the management port IP but I cannot ping the 10.10.30.1 gateway.
    We have attached two test 3502I AP's and they found the controller and pulled correct ip addresses, clients can authenticate and access network resources as well as the Internet so for the most part, things are working but it concerns me that the management interface can't ping its own gateway.
    Keep in mind, I did no other configurations besides what got configured in the AutoInstall process. What should I look at to resolve?
    Thanks!
    Mike

    The service port is for out of band management and should not be connected to the network.  If connected tot he network, it should not have connectivity to the management interface of the wlc. 
    You can create an ACL to block the service port ip to the managment vlan if you want.  I normally do not connect the service port to the network.

  • I need help with color pallette in iPhoto 11. I have created a book and would like to use a different color background than those given in "background." I have found the color palettes but can't seem to incorporate them into my backgrounds palette.

    I need help with color pallette in iPhoto 11. I have created a book and would like to use a different color background than those given in "background." I have found the color palettes but can't seem to incorporate them into my backgrounds palette.

    That is not a feature of iPhoto - suggest to Apple - iPhoto Menu ==> provide iPhoto feedback.
    Additionally I have no idea what you are saying here
    I have found the color palettes but can't seem to incorporate them into my backgrounds palette.
    And it always helps for you to dientify the version of iPhoto that you are using
    LN

  • HT4314 Hi I have clash of clans only Game Center on my iPhone and on my iPad and I want to get rid of the one on my iPad, on my iPhone it always comes up with 'would you like to use you town hall level 4' help!

    Hi I have clash of clans only Game Center on my iPhone and on my iPad and I want to get rid of the one on my iPad, on my iPhone it always comes up with 'would you like to use you town hall level 4' help!

    Please help me back my clash of clans game. I cant access my games. But im steel can visit. Please hepl me.

  • Hello, I need help with my macbook pro. It looks like I cannot install anything anymore. Everytime I try to install a new software, use the migration assistant or click the lock to make changes, it simply does not react.

    Hello, I need help with my macbook pro.
    It looks like I cannot install anything anymore. Everytime I try to install a new software, I simply get stuck during the installation type process. I put in my password, it does accept it, but it does not go any further.
    I tried to reset the password, put no password, repair the permissions, the disk but nothing will do. I nearly got stuck with the log in screen but finally succeeded in disabling it.
    So I thought I might try to create a new account but I cannot click the lock to make changes. It simply refuses to react.
    I am now thinking about using the migration assistant to save all my settings, data and so fourth, but again I get stuck when I have to type in my password. It accepts it but nothing happens...
    I guess it has something to do with the authorization process, but can't find anything on the internet about it... Can you help me out?
    I am running Lion 10.7.3.
    Regards,
    Nicolas.
    (I apologize if any grammatical/structural mistakes were to be found, english is not my mother-tongue. )

    You probably won't like this suggestion, but I suggest you reinstall Lion.
    First, backup your system. Next, reboot your system, press/hold the COMMAND-R keys to boot into the Recovery HD. Select 'Reinstall Mac OS X'. If you purchased Lion as an upgrade to Snow Leopard, the reinstall process will install Lion 10.7.3. If your system came preinstalled with Lion, you might still get Lion 10.7.2. Both installs are a total install of the OS. None of your apps or data will be impacted. Just the OS.

  • I can't download the apps with big size like need for spees, but in apps with normal size(less than 100KB)there is no problem,is there any body who can help me?

    I can't download the apps with big size like need for spees

    Have a little patience. 4 minutes is only a short time for someone to find your post and reply to it. Also clicking on "This Solved My Problem" marks your problem as solved so many folks that may otherwise help will pass the question by since it is "solved."
    I suggest you start a new question that gives a good title to a specific problem. Then in the body of the thread describe the problem in detail, tell us what steps you have tried so far to correct the problem, what happened, and what error messages you received.

Maybe you are looking for