Problem when try to upgrade with -Syu

Hi all,
I'm back on linux and today installed my old Arch(3.11.2-1-ARCH). I want to update it because I didnt start it 1+ years ago. I run pacman -Syu and it ask for replace some package but whatever i answer( I try with all Y and all N) there is the same error - unresolvable package conflicts detected. Here is my output from the terminal. I'll glad if someone point me to the right way
p.P.:I have many customization on it like - intel HD graphic driver, sound manager, compiz, eclipse  and so on... so I'll be happy if I can upgrade and dont losing all of them
Sorry for my bad english (:
[vanrea@lpVaNReA ~]$ sudo pacman -Suy
[sudo] password for vanrea:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
:: Replace attica with extra/attica-qt4? [Y/n] n
:: Replace ca-certificates-java with core/ca-certificates-utils? [Y/n] n
:: Replace dirmngr with core/gnupg? [Y/n] n
:: Replace grantlee with extra/grantlee-qt4? [Y/n] n
:: Replace heirloom-mailx with core/s-nail? [Y/n] n
:: Replace intel-dri with extra/mesa? [Y/n] n
:: Replace lib32-dbus with multilib/lib32-libdbus? [Y/n] n
:: Replace lib32-intel-dri with multilib/lib32-mesa? [Y/n] n
:: Replace libltdl with core/libtool? [Y/n] n
:: Replace libusbx with core/libusb? [Y/n] n
:: Replace lirc-utils with extra/lirc? [Y/n] n
:: Replace lzo2 with core/lzo? [Y/n] n
:: Replace phonon with extra/phonon-qt4? [Y/n] n
:: Replace phonon-vlc with extra/phonon-qt4-vlc? [Y/n] n
:: Replace polkit-qt with extra/polkit-qt4? [Y/n] n
:: Replace shared-color-profiles with extra/colord? [Y/n] n
:: Replace sysvinit-tools with core/procps-ng? [Y/n] n
resolving dependencies...
looking for conflicting packages...
:: ca-certificates-utils and ca-certificates-java are in conflict. Remove ca-certificates-java? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: ca-certificates-utils and ca-certificates-java are in conflict

killvanrea wrote:p.P.:I have many customization on it like - intel HD graphic driver, sound manager, compiz, eclipse  and so on... so I'll be happy if I can upgrade and dont losing all of them
Running `pacman -R` without the -n switch will leave all of your configuration files alone and just remove the package files. In this case it might be helpful to remove anything you can without removing packages from the "base" group, to minimize conflicts. After successfully upgrading the remaining packages, run `pacman -S <packages>` to (re)install the newest version of the packages you removed. At least it has worked for me to avoid package conflicts in the past; your mileage may vary. See removing packages and pacman tips.
If all else fails, in theory you could run something like `pacman -r /mnt -R $(pacman -r /mnt -Q | cut -d ' ' -f 1)` from a live CD to remove all packages, then use pacstrap to reinstall them. Use this as a last resort and make a backup first!

Similar Messages

  • Problem when try to use ACSE+ Windows AD to authenticate two kind of WLAN c

    I met a problem when try to use ACSE+ Windows AD to authenticate two kind of WLAN clients:
    1. Background:
    We have two WLAN: staff and student, both of them will use PEAP-MSCHAPv2, ACSE will be the Radius server, it will use Windows AD's user database. In AD, they create two groups: staff and student. The testing account for staff is staff1, the testing account for student is student1.
    2. Problem:
    If student1 try to associate to staff WLAN, since both staff and student WLAN using the same authentication method, the auth request will be send to AD user database, since student1 is a valid user account in AD, then it will pass the authentication, then it will join the staff WLAN. How to prevent this happen?
    3. Potential solution and its limitation:
    1) Use group mapping in ACSE(Dynamic VLAN Assignment with WLCs based on ACS to Active Directory Group Mapping), but ACS can only support group mapping for those groups that have no more than 500 users. But the student group will definitely exceed 500 users, how to solve it?
    2) Use methods like “Restrict WLAN Access based on SSID with WLC and Cisco Secure ACS”: Configure DNIS with ssid name in NAR of ACSE, but since DNIS/NAR is only configurable in ACSE, don't know if AD support it or not, is there any options in AD like DNIS/NAR in ACSE?
    Thanks for any suggestions!

    I think the documentation for ACS states:
    ACS can only support group mapping for users who belong to 500 or fewer Windows groups
    I read that as, If a user belongs to >500 Windows Group, ACS can't map it. The group can have over 500 users, its just those users can't belong to more than 500 groups.

  • My kids accidentally reseat my i phone and when try to backup with I cloud it didn't back my photos constants and every thing

    My kids accidentally reseat my i phone and when try to backup with I cloud it didn't back my photos constants and every thing. Plz help me I rally want my photos back again

    Your problem is that she used your icloud ID to connect to icloud and thus had all your data synced to her device.  Contacts are not saved in a backup to icloud, since they are stored independently in the Contacts section of icloud.  If someone deletes them, they are gone.  If you had them on the PC would they be available in some backup you frequently make of the PC?

  • ORA-00600 problem when create XMLType table with registerd schema

    Hi,
    I am using Oracle9i Enterprise Edition Release 9.2.0.4.0 on RedHat Linux 7.2
    I found a problem when I create table with registered schema with follow content:
         <xs:element name="body">
              <xs:complexType>
                   <xs:sequence>
                   </xs:sequence>
                   <xs:attribute name="id" type="xs:ID"/>
                   <xs:attribute name="class" type="xs:NMTOKENS"/>
                   <xs:attribute name="style" type="xs:string"/>
              </xs:complexType>
         </xs:element>
         <xs:element name="body.content">
              <xs:complexType>
                   <xs:choice minOccurs="0" maxOccurs="unbounded">
                        <xs:element ref="p"/>
                        <xs:element ref="hl2"/>
                        <xs:element ref="nitf-table"/>
                        <xs:element ref="ol"/>
                   </xs:choice>
                   <xs:attribute name="id" type="xs:ID"/>
              </xs:complexType>
         </xs:element>
    Does Oracle not support element reference to other element with dot?
    For instance, body -> body.content
    Thanks for your attention.

    Sorry, amendment on the schema
         <xs:element name="body">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="body.head" minOccurs="0"/>
                        <xs:element ref="body.content" minOccurs="0" maxOccurs="unbounded"/>
                        <xs:element ref="body.end" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="id" type="xs:ID"/>
                   <xs:attribute name="class" type="xs:NMTOKENS"/>
                   <xs:attribute name="style" type="xs:string"/>
              </xs:complexType>
         </xs:element>

  • Problem when try to use 2 computers

    Hello there.
    I'm now facing a problem when try to use 2 computers. Specifically, I downloaded my ebook (pdf form) in my laptop and open it without problems. But when I tried to reopen the same book (from human kinetics site) to my pc, the known message revealed ("E_LIC_ALREADY" etc etc).
    As I realised, in my laptop, the ADE wasn't authorized (in fact, "is authorized without an ID"). I tried but didn't achieve to authorize it (it's not accepting my username and password, saying that the specific ID is already used, obviously when I made the similar procedure on my pc, a year ago), whereas I'm also not able to re-open the book in my pc (I made copy-paste to the appropriate folder of my pc, by the way...). What's the solution in this case? I mean, it's very annoying for me and I desperately want to solve it...
    Thank you in advance,
    Nikolas

    Answer 1 : Really not quite sure about this ....
    Answer 2 : turn the card upside down and check the model number .. the model number would be WPC54G and if there v2/v3/v4 after it it means that the card is version 1 ....
    Answer 3: As you windows xp , go to start >> programs >> uninstall wireless notebook adapter.... insert the CD for the adapter ...take the card out and insert it back again.... follow the instructions on the found new hardware wizard ... this will install the drivers for the adapter and then you can use the windows wireless configuration utility to connect to the wireless network ....

  • I have a problem when try to select any of option from menu bar

    I have problem with mozilla since last update. When try to use any of options from menu bar, this appears:
    http://www.dodaj.rs/f/1p/Sl/1jR36iaa/mozilla-firefox-bug.png
    Also, i uploaded video to show how my problem appear.
    http://www.youtube.com/watch?v=shZGaZ0-_po

    thanks for reporting back with your details - turning off HWA might have slight negative effects on the performance/rendering speed of the browser but it shouldn't impact any functionality.
    i've seen a handful similar threads by users mentioning this issue since they've upgraded to firefox 18. so when it is a widespread problem, mozilla might further investigate this & offer a fix in a later version...

  • Why am I receiving an unknown error message when try to upgrade OS 10.8 to Yosemite?  It also says "There was an error in the App Store. Please try again later (4)."

    Why am I receiving an "unknown error message" when I attempt to upgrade my X OS from 10.8 to Yosemite?  It says "There was an error in the App Store. Please try again later (4)."  This happens only when I check for updates/upgrades for my software and then try to upgrade Yosemite in the App Store. Thanks for any help!

    Hi.
    I'm having the same problem. Could you tell me how you resolved it.
    Thanks
    Aliquatpat.

  • Problem when trying to sync with Palm Centro phone and Palm m500

    I just purchased a Palm Centro phone and have had no problem when I try to sync the phone with the Palm software on the computer, however, my wife has an older Palm m500 and all her contacts are on her Palm, but they don't show up on the Palm Desktop software.  Is there something we're doing wrong?  All the dates show up on her desk top and everything in my phone shows up on my desktop, only her contacts are empty.
    Post relates to: Centro (Verizon)

    It is likely that your wife's older device (with Legacy two-word PIMs) is incompatible with the Access Desktop/Hotsync for Verizon Centros as I believe it has only the new Extended (one-word) PIM conduits. If you are running XP you might be able to use a download of 4.1.4e. Suggest you search the Hotsync forum to see if the Centro can use this version of Hotsync (I don't have a Centro).
    Post relates to: Palm TX

  • Quality problem when export to DV with QT

    Hello,
    With Imovie 11, Mountain Lion, Imac 24"
    When I export my movie with HD 1080 quality no problem,
    When I export my movie with QT to DV, I have huge pixelisation on vertical line on the movie. When people move for example, their legs and arms got zebra movement.
    That didn't happen before with 4/3 screen, looks like It's coming with HD 16/9 record.
    Any Idea ?
    Bruno

    killvanrea wrote:p.P.:I have many customization on it like - intel HD graphic driver, sound manager, compiz, eclipse  and so on... so I'll be happy if I can upgrade and dont losing all of them
    Running `pacman -R` without the -n switch will leave all of your configuration files alone and just remove the package files. In this case it might be helpful to remove anything you can without removing packages from the "base" group, to minimize conflicts. After successfully upgrading the remaining packages, run `pacman -S <packages>` to (re)install the newest version of the packages you removed. At least it has worked for me to avoid package conflicts in the past; your mileage may vary. See removing packages and pacman tips.
    If all else fails, in theory you could run something like `pacman -r /mnt -R $(pacman -r /mnt -Q | cut -d ' ' -f 1)` from a live CD to remove all packages, then use pacstrap to reinstall them. Use this as a last resort and make a backup first!

  • Problem when creating a Form with Launch Task Form Wizard

    Hi all,
    I'm using jdeveloper 11.1.1.6 over Windows 7 64bits for my BPM project.
    I'm a new with BPM and i have a problem when trying to create a task's Form with the "Launch Task Form Wizard". I'm trying to create my Form based on a custom template, i already have imported the template as a library, now after i have selected the template i follow the wizard and i reach the wizard's rowX-columnX where i should choose the field i want in my form, but the problem is that i don't see any fields in that part of the wizard, the window is empty :(
    I have created a business object based on a XSD, then i created a process data object based on the previous created business object and finally i used this data object as a parameter to the human task.
    What could be my problem ?? :( :(
    Regards
    Carlos

    I have also faced this issue few times. There could be a namespace issue / schema issue. Please check if you are able to see task:task in the schema section anywhere in the .task file you created. If that is not shown, the fields will not appear while creating human task form.
    Thanks
    Ashwini

  • Problem when creating planned order with MRP run

    Hello,
    I create a material with a fix reorder point, MRP type VB. When I run MRP with MD03 on this material I have several problems :
    - planned order is created with an opening date in the past, so I have error 'Opening date in the past' in MD04. How can I generate a planned order with opening date not in the past
    - when changing manually opening date, after running again MD03, I have error 'No BOM selected'. Material is configurable, has a text BOM, a routing and a configuration profile. What is the problem? When modifying planned order, I have message :
    Material requires configuration
    Message no. 61259
    Diagnosis
    Orders and requirements for a configurable material must have characteristic values.
    Usually, you should create a variation for configurable materials managed in inventory management which has the default variant configuration.
    System Response
    MRP: Requirements without characteristic values for a material cannot be planned in MRP.
    Procedure
    Check requirements or orders.
    Create a configuration evaluation for the material in the material master record if necessary.
    Thanks in advance.

    Hi
    I am facing the problem. Could you please tell me if you have resolved the above problem? If yes, Could you please provide me as how you resolved? Thanks in advance.
    Thanks
    Nagesh.

  • Problem when install Fireworks CS4 with Window XP

    I have a problem when install Fireworks CS4
    [quote]Adobe Fireworks CS4
    Error:
    Error 1603. Fatal error during installation.[/quote]
    Please help me!
    Thanks!

    Here is a full technote when having problems with Fireworks on Windows XPPro,...  see if there is something there that helps.
    Also make sure that you also install the FWs updater:
    http://www.adobe.com/support/fireworks/downloads_updaters.html
    If nothing helps, then the only thing you can do is contact Adobe Support to see if they can help you.

  • ITSMobile - Problems when changing screen layout with CSS

    Good afternoon,
    I have a service ZLM00(SICF) with some public screens in the stile MOBILE4(Service of  internet-se80), and I am trying change your layouts with CSS.
    Steps taken:
        1 u2013 I activated the repository MIMES (/default_host/sap/public/bc/its/mimes);
        2 u2013 I copied the mobile.css from internet service standard ITSMOBILE for my service ZLM00(se80) with the name ZRF01.CSS;
        3 u2013 I added the parameter ~ITSMOBILECSSINCLUDE = ZRF01 in my service ZLM00(SICF);
        4 u2013 I published all screens and file ZRF1.CSS;
    The problem:
          When I test the service in the browser, I see in the source code that the file CSS was added u201C<link rel="stylesheet" href="/sap/public/bc/its/mimes/zlm00/99/ZRF01.css" type="text/css" />u201D
          And the screens received some changes, however when I added a new line in file CSS for exemple
    /* --- Basic Row -
          .MobileRow {
            white-space:pre;
            vertical-align:middle;
            background-color:#F3F3F3;  "new lineu201D
            Is not ok. Just the command standard works.
            I am doing something wrong ? Is missing some step ?
            My configurations:
             - Version SAP ECC 6.0/SAP_APPL 604 SP8;
             - Device mobile Symbol/motorola MC3190;
             - Operating system Windows CE 6.0 with Internet Explorer 6.0;
             SICF:
             ~THEME                          99
             ~TRANSACTION                          LM01
             ~ITSMOBILE                          1
             ~SOURCES                          ZLM00,ITSMOBILE
             ~POPUPS                           1
             ~ITSMOBILECSSINCLUDE     ZRF01
             ~ITSMOBILEELEMUNITS       px
             ~DYNPRO_COMPRESSION     1
             ~ITSMOBILECUAINCLUDE     ZCUAAREA
             ~ITSMOBILEELEMFACTOR      6
          PS: I am trying change the layout of the screens only to remove blank spaces placed on the screen MOBILE4, the objects do not fit the device screen.        
          Best regards,  
          Gerson S. Livio

    No.
    If you want to see how the screen will look; look in the iPhone/ iOS 7 section of this site.

  • Teststand problem when try to close a modified seq file.

      I have a problem when using Teststand. My seq file consists several custom step types, which call external DLL/VIs. The problem is every time when I modified this seq file and tried to close it without save it, Teststand will always popup a warning dialog "Unable to discard seq file, because it is in use", please see below. Hope somebody here could give me some suggestions on it and tell me how to resolve this problem.
    Thanks!
    Jacky
    Attachments:
    screenshot1.JPG ‏108 KB

    Hi Ray
      Attached is the structure I used in Teststand. Here I want to describe my problem once again:
    Case1: if I open a seq file and then close it, there will be OK
    Case2, if I open a seq file and insert some custom step types, then close it, it will be OK.
    Case2: if I open a seq file and run it, then try to close it, but without any chang, there will popup a dialog"unable to discard this seq file,because it is in use...."
    Thanks!
    Jacky
    Attachments:
    Structure.jpg ‏13 KB

  • Problem when try to start SQL Developer

    I have problem when I clicked to start the SQL Developer. It wants me to enter the full pathname for Java.exe. Could some one tell me what should I enter.

    Thank you for your help. I don't have the C:\Program Files\Java\jdk1.6.0_11\bin\java.exe in my machine.
    I checked and found that the SQL Developer I have use Java 1.6.0_11 which is same as you have mentioned. I have the path
    "C:\Program Files\Java\jre7\bin\java.exe" in my machine. When I enter this path, there is a message say Cannot find J2SE SDK installed at path.
    Does this mean that I need to install java 1.6.0_11 ?

Maybe you are looking for

  • Barcode printing in simple abap report

    Hai, I want to print Barcode for 'RESERVATION' in my simple abap report.Can you please give step by step procedure to achieve this? Thank you. Note :I saw many threads in sdn,it is NOT clear for me. With Regards, Jaheer.

  • Paging issues using a dynamic view object...

    I am working on an application that uses JAG to generate JSP pages, i had the requirement to use dynamic view objects where the view object query is generated at runtime. The rest of the application is more or less the same... I used the defult funct

  • Detecting the end of a movie clip

    Hi, Objective: Display a book that the user can turn the pages to view more text. I used a tutorial from the web to create the turning page. Process: On layer 1, frame 1 of the main time line, I put an image of a book. On layer 2, frame 1 and also fr

  • Call process from a button

    hello, I have a question:Is it possible to call and execute a process on a button click? LAFOND Romain

  • Workflow  of a Shopping Cart

    Hi, the example is from a system that is still using SRM version 4.0 Example case: a certain Shopping Cart has to be approved by 3 Approvers BUT only the names of 2 of the Approvers (first 2) can be seen in SRM at Approval Preview (both display as ta