Control center

Hello,
we were migrating application from OWB10gR1 to OWB10R2. Imported the design repository using MDL loader. After that upgraded the Runtime Repository using Control Center upgrade Assistant. Using this moved the runtime audit data from existing Runtime Repository to new control center. After that we need to upgrade all Locations ( locations should be in Valid status) to Control Center.
Most of the Locations were upgraded to Control Center but some locations were failed. I tried through Control Center Upgrade Assistant and OMB PLUS code.
It was giving error:
Failed to upgrade location
exception follows:-
java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Installed components are at version level (null which is different from version of Control Center (10.2.0.1.31)
to fix these error it gave button to Upgrade. I pressed that button. even though it was not upgrading to Control Center.
If anybody faced this situation please advise me.
Thanks
Santi

I have already used this assistant to migrate the repository from 9.2 to 10, but I got a lot of errors for the locations. The assistant migrate correctly only a few of them, the others I had to configure or register again in the new version of OWB. After doing it, I didn't get more errors.

Similar Messages

  • EA6500 - USB Control center - Could not find router when hooked up wirelessly

    Not sure if this is the right place but I felt it should be posted somewhere on the internet.
    I recently purchased a Linksys EA6500. I decided to try to hookup my printer through the it. I installed the USB Control Center and had some issues with it. It wouldn't detect my router. All I would get is "A compatible router with USB port was not found on your network".
    When I hooked up my laptop to the ethernet port I was then able to get a connection to the router with the software. If I left my Wireless connection on while I did this I would unplug my computer ethernet the USB Control Center remained connected until I closed the software. When I reopened it could not see the router again. I tried on another laptop and it was working correctly.
    At this point I started my research into the software and noticed in the help menu 2 things.
    1) the software was made by belkin
    2) they had other thing hooked up including keyboard and mice
    http://i.imgur.com/6NAQ5Jv.png
    With this information I decided to try to make troubleshooting a bit easier by using a Lenovo Multimedia Remote with Keyboard N5902. I tried it on the second laptop that had no problems first and it kinda worked. The keyboard part worked and the mouse didn't. So I went to the computer that had issues connecting hooked it up via eithernet to test and I blue screened it. The dump file said the "AMD USB Filter Driver" crashed.
    This lead me to 3 areas I need to troubleshoot on this laptop.
    1) USB Control center
    2) My Wireless adaptor (Atheros AR9285)
    3) USB Drivers
    First thing I did was troubleshoot the AMD USB Filter since that did blue screen. The USB drivers on this computer are a mess. I have the standard A6 chipset drivers, the vmplayer virtualized usb drivers and then the virtual drivers for the USB Control Center. I updated what I could (Still crashed) and in the end used the Catalyst Install Manager to remove the AMD USB Filter driver and the Lenovo N5902 kinda started to work. On this computer the Mouse part worked and not the computer. Not worried because I did not have to run to the printer (wasting paper) and router all the time to keep troubleshooting.
    The next thing I did was update my wireless drivers since it was the wireless portion that was having issue and not the ethernet. This did not work.
    Finally I came back to the USB Control Center software. The Driver it is using is called "SXUPTP Driver" in the System Devices catagory. There were no downloads availible on the Linksys site for the software so I went to belkin and downloaded there latest version. I installed it and had the same issue. can detect the router wired but not wireless. I then look to the Driver manufacturer, Silex Technologies. They had no product called USB Control Center. Googled SXUPTP and a Microsoft page refed to "SX Virtual Link" made by Silex.
    http://silexamerica.com/campaign/sx-virtual-link-downloads/
    I extracted the drivers and installed them. USB Control center still has the same problem. Installed SX Virtual Link software and it works.
    http://i.imgur.com/7wSEq8i.png
    It works really well. I decided to hook up a USB Hub and put on different devices to see what I can do. The only Disapointment was the Microsoft Lifecam Cinema was not found. If did find a few other random things.
    http://i.imgur.com/aBI66jY.png
    The only downside is that With the USB hub the router can no longer find USB storage devices to act like a nas. I'm ok with that since I did not like the idea of router in control of internet data sharing. I am ok with the fact that I can still hook up a thumbdrive via SX Virtual Link. In fact thumb drive not reconized by the usb storage in the router can be used via the SX Virtual Link. What I'm looking at now is hooking up an external DVD drive to it for devices that do not have drives. SX Virtual Link DOes reconized when a device is in use by a computer running USB Control center. there is no compatibility uses.
    I am using Windows 7 64bit on an hp laptop with an A6 chipset connected wirelessly to an EA6500 router.
    In short if you are having issues with USB Control center and your other drivers are up to date then just try the SX Virtual Link.
    I felt this neede to go somewhere on the net.

    Great Advice and solution Rob, it is working with your advice.
    Thanks

  • Loading flat files located on a server using the Control Center piece ofOWB

    Loading flat files from a server with OWB
    I am successful loading files with OWB, as long as they resided on my workstation in the C:\ drive. I copied the files to a Linux server into directories owned by Oracle/oinstall, permissions on the directories containing the files are 777. I ran the OWB client from the server with the following results:
    Error
    RPE-01013: SQL Loader reported error condition, number 1.
    SQL*Loader: Release 10.2.0.1.0 - Production on Fri Mar 9 11:15:58 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader-500: Unable to open file (/u00/data/owb_repos1/state_codes.csv)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    SQL*Loader: Release 10.2.0.1.0 - Production on Fri Mar 9 11:15:58 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader-500: Unable to open file (/u00/data/owb_repos1/state_codes.csv)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    I tried to load the file using the control center from both the windows client and the server client. Can I do this from either one?
    I can't import the file in the Design Center from the /u00/data/owb_repos1 directory, it does not show up.
    If anyone has received similiar errors from OWB, please tell me how I can fix this. THANKS!!!
    [d97886@owbtest owb_repos1]$ pwd
    /u00/data/owb_repos1
    [d97886@owbtest owb_repos1]$ ls -la
    total 24
    drwxrwxrwx 2 oracle oinstall 4096 Mar 19 12:14 .
    drwxrwxrwx 18 oracle oinstall 4096 Mar 6 16:41 ..
    -rwxrwxrwx 1 oracle garrett 1481 Mar 8 07:32 state_codes.csv
    [d97886@owbtest owb_repos1]$

    Hi
    This is what i do for my flat files (i am loading my tables from the flat files):
    1) Create location for the files in OWB and it should look something like \\path_to_where_the_files_are. Here you should be able to browse to your Linux box and select the location of the files.
    2) Then check whatever you use (i use TOAD) and you should see in owb schema a directory created there which points to the location of the flat file.
    3) then just follow the guide to sample the files etc and you are good to go.
    Basically OWB has to be able to see the files that are on Linux machine.
    Alternatively you can map your Linux share to your windows box (use samba or something) and use it that way.
    Sorry if it is stating the obvious.
    Hope this helps
    Kind Regards
    Vix

  • Control center doesn't work all the time in iOS 8

    I have the new iPhone 6+ and have noticed that sometimes I can't pull up control center.
    I have to unlock it, then lock it again and then it will pull up. I use this method to access the torch at night.
    Also to switch off the torch when the phone is locked, the camera icon could be tapped. However this feature doesn't work anymore.
    Now I have to click the home button > swipe up the control center (hopefully it works) > tap the torch icon.
    It used to be easier when you could just click the home button > tap the camera icon.
    Please fix these issues soon.

    You are not addressing Apple here, we are users like you, so we cannot fix these issues. If you would like to tell Apple what your problem is, then you can leave them feedback HERE. Click on the appropriate link.
    However, if you want to try and troubleshoot your Control Center issue, then I would go into Settings>Control Center>Access on Lock Screen and if that is on, turn it off and back on again. Also, when accessing Control Center from the lock screen, make sure you are starting off of the screen when you begin to swipe upwards. That tends to work better. Sometimes starting on the screen, the finger does not get low enough for it to register.
    As far as the flashlight button, I never attempted to turn it off with the camera, I just tapped in Control Center.

  • After downloading iOS 7 on iPhone 5 the control center won't open.

    When I swipe up from the bottom, nothing happens. Both of the control center options are enabled in the settings. Help!

    Do you have a bulky case with an edge near the bottom of the screen?
    Lots of people describe this problem with Otterbox Defender and other thick cases.
    https://discussions.apple.com/message/23015788

  • Brother Control Center installed but won't open

    I have a Brother MFC 685-cw and it plays pretty well with the Image Capture application for scanning but I would like a few more options.  I have been to the Brother website and downloaded and installed the CUPS Printer driver and the TWAIN Scanner driver for Mac OSX 10.6. They seem to have installed correctly. I have the Control Center application in my printer folder but when I click on it nothing happens. Help?

    Goto this link on the adobe site for suggestions on how to
    resolve no launch
    isssue:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=fb181c10
    gene
    "swami moore" <[email protected]> wrote in
    message
    news:ej8k0p$ial$[email protected]..
    > Windows XP Home, Dreamweaver 8 30-day trial installed OK
    (?), click or
    open on icon or Start program, nothing happens. Already
    installed a second
    time and rebooted.
    >
    > Help!
    > Thanks,
    >
    > Alan

  • I've found two bugs in iOS 7. 1) declined calls does not appear as missed calls on the lock screen/notification centre. 2) when bluetooth is enabled from control center, it does not connect to an already paired bluetooth device

    I've found two bugs in iOS 7:
    1) declined calls does not appear as missed calls on the lock screen/notification centre - iOS 7.0.2.
    2) when bluetooth is enabled from control center, it does not connect to an already paired bluetooth device automatically - iOS 7.0.

    We are all users here, just like you, but you can tell Apple about it by using this link:
    Apple - iPhone - Feedback

  • Control center not working on iPhone 6 plus when in landscape mode

    I has a iphone 5 before it , and there's no problem with the control center, now with this expensive iPhone 6 plus , the control is not working when the phone is in landscape mode , when the screen tapped repeatedly, I can only see the little tab of the control center but I can't able to bring it up.
    Anyone has this problem?

    Hello torontonightowl,
    Thanks for using Apple Support Communities.
    For some initial troubleshooting on this issue where you're unable to open the control center on your iPhone, please first restart your iPhone, and if the issue persists then reset the iPhone.
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Cheers,
    Alex H.

  • Windows 8.1-AMD Catalyst Control Center

    Hello!
    First of all I would like to start of by saying thank you Hp for an amazing product, I bought my Hp Envy m6 laptop in May and I have loved it ever since. I bought it as a gaming machine, and it did not disappoint me...until I decided to update to Windows 8.1.
    I downloaded it from the app store last week to see what new features they added (was rather disappointed with how long it took especially for the lack of great features they added, however that is not your fault), after a day when I bought a new game from Steam (Arma Two) and I went to the Catalyst control center to set the performace to high I realized it had stopped working the message I got was:
    "Catalyst Control Center cannot be started.
    There are currently no settings that can be configured using Catalyst Control Center"
    This means a lot go my games are running rather bad at the moment as they are using a mixture of my intergrated Intel 4000 "graphics card" and my AMD Radaen HD 2GB Graphics card. Instead of just my AMD graphics card (the good one).
    I tried looking for solutions to this problem e.g. A new download for Catalyst Control Center or an easy way to downgrade to windows 8 from windows 8.1 however I have been unsuccessful. The only method that seems possibly is to downgrade however that would involve uninstalling all my programs (Over 50 games from steam) and all my other programs. 
    So the reason for this message is that I am looking for a solution to this problem, either an easy way to downgrade to windows 8 OR a way to get my Catalyst Control Center to work again  so I can change what graphics card is used when.
    Thank you
    -Conor
    P.s. I love Hp's products and I have told all my friends to get them. This is window 8's fault not yours.

    Possible solution:
    Hi Guys,
    I just contacted HP support regarding this problem. They asked me to install the following file:
    ccc2_install.exe
    It was already present in my system in the following path:
    "C:\Program Files\AMD\CCC2\Install"
    This solved my problem. CCC is working fine now
    Also, while installing, your desktop might go black and only active windows will seem to work. But, thats fine, just restart your system.
    Hope this helps
    Cheers...
    Thanks and regards,
    Saptarishi

  • Disabling swipe-down/up menus: notifications center, control center and spotlight

    I am working on a project for work that allows patients to use these iPads to submit a short survey upon departure from our clinics. We have standalone kiosks to mount them to the floor and are using "Kiosk Pro Lite" to lock down these devices to where the only thing that the patients can access is the survey itself.
    The only problem is that they are still able use the swipe features, and I can't seem to search and locate a way to disable these features without jailbreaking them. Does anybody have any suggestions?

    You CAN turn off Control Center from being used within apps: Settings > Control Center > Access Within Apps > Switch OFF (white side showing)
    You could then uncheck everything under Settings > General > Spotlight search and set restrictions on what people can change under Settings > General > Restrictions. Just DO NOT forget the password for this as you will have to reset the iPad to factory defaults if you do.
    Best of luck.

  • Error while deploying objects from Control Center Manager

    I got the error "The Network Adapter could not establish the connection"
    while deploying my objects (dimensions, cubes, mappings etc) from Control Center Manager Oracle 10g R2.
    Any idea to ressolve it..........

    Some more details would be helpful ...

  • Problem with registering device in Sybase Control Center with SUP 2.2 SP04

    Hi,
    I have Sybase Unwired Platform SP04, and I am trying to register my Android device in Sybase Control Center. I registered application connection with HWC as a template. I also installed 2 Sybase apps from Google Play Store on my Android device - Sybase Hybrid Web Container and Sybase Mobile Workflow 2.1. When I tried connecting to Sybase Control Center from my Android device using Sybase Mobile Workflow 2.1, there were no log updates at all. I entered IP address of my computer where I installed SUP   as server name. It seemed like Sybase Mobile Workflow 2.1 did not work at all on my Android device.  However, there are some log messages when I try to connect to SCC through Sybase Hybrid Web Container - "Engine Startup", "Queued Settings Request", "Communication Error".
    I was able to successfully register my Android Emulator on SCC using Hybrid Web Container app and test my hybrid web app. What could be the reason for not being able to register a real device on SCC? Is this the wrong Sybase app used on the device? Or some kind of network issue? Both my android device and my computer are connected to the same home WiFi network and have 192.168.x.y IP addresses, which are local IP addresses accordng to my knowledge.
    I was told that if I am unable to open SCC on the device by typing https://<IP_address>:8283/scc in a browser, then my device won't be able to access SCC. And, in fact, my Android device cannot open SCC in its browser, while my Android emulator can.
    I have tried using USB or WiFi tethering to so that my laptop actually uses exactly the same Internet connection as my Android phone, but this didn't help either. If someone has any idea on how to fix this, your help will be appreciated!
    - Jake Alexander

    When I open that page on my device's browser, it says that my browser couldn't connect to it.
    I don't think my Firewall blocks port 5001, because I have never set it to do it, and I don't see any outbound or inbound rules on my Windows Firewall to block port 5001. I don't think that my WiFi network would block port 5001, but I can't be sure of it. However, I was told that if I create a portable WiFi hotspot and connect my computer with SUP on it    to the hotspot, then my computer and Android device would be on the same network even without Internet Connection, and I would be able to connect to SCC on my device, However, even in this case it did not work.
    Thanks,
    Jake

  • Launching a Preview Session Outside the ATG Business Control Center

    I have setup a remote preview server on ATG 10.1.1. Everything works great when viewing it inside the BCC however I’m wondering how to access the preview server outside the BCC. According to the ATG documentation, it sounds like that’s possible. The ATG docs state:
    “Users can preview project asset changes outside the framework of the Business Control Center. For example, you might want employees or outside reviewers who do not have access to the Business Control Center to evaluate changes to a Web application while it undergoes development. In this case, you can enable preview on servers that do not have the Business Control Center installed, then give reviewers URLs to the launch pages on these servers. They can invoke these URLs from any browser window.
    Note: Users who are not logged into the Business Control Center can invoke preview sessions only with URLs to a server where the Business Control Center is not running. In order to avoid security breaches, URLs to preview sessions on the Business Control Center server are blocked.”
    This is the only information I found in the documentation that talks about viewing preview outside the BCC. Based on this limited information, there are a lot of questions I have about how this actually works.
    1. Any attempt to hit any page on my remote preview server outside the BCC, I see the following exception:
    “ERROR [PreviewProfileRequestProcessor] An attempt was made to preview a project without logging in as a user with access to publishing assets. If you are running a local preview instance, the preview URLs registered with the PreviewURLManager may be misconfigured. Ensure that the preview URLs are configured with the same host and domain name used to access the BCC server. This preview request URL is: http://localhost:8280/sample_catalog/index.jsp. If you are running a remote preview instance, the Preview feature does not support remote preview on servers running the BCC. Ensure that the remote preview instance is not running any of the BCC related modules. If you received this error and did not try to perform a remote preview, then you may need to disable preview in the current web application by setting the atg.preview context parameter to false in the webapps web.xml file.”
    I am not running the BCC on this instance so I’m not sure why I am seeing this. Is there something configuration I'm missing here?
    2. I don’t understand where these urls would come from that a reviewer would use to preview the application. There is no "remote preview url" when previewing a page from within the BCC to copy and send to a reviewer so how would a BCC user send a url to a reviewer?
    3. Assuming the reviewing knew which page to hit in the remote preview server, how would that page use the assets from a project? Should the project id of the project be include as a param to the url?
    - Michael

    Shaik, if only it was that simple :( Do you have much experience working with remote preview or are you just guessing here like I have been? In order to help clarify my post though, here is the scenario that describes the basis for my questions:
    A business user is working on a project within Merchandising of the BCC
    1.     The user makes a change to a category
    2.     The user clicks the Preview Button on the tool bar
    3.     The system displays the Preview launcher screen
    4.     The user selects a pre-configured profile user and page for the preview session
    5.     The user clicks the Flexed based launch button
    6.     The application displays within the context of the BCC browser/tab
    7.     The business user would like to send that url to a reviewer who does not have access to login to the BCC
    What happens from step 6 is that a giant iframe launches from within the context of the BCC browser/tab. If you are using remote preview, it is still an iframe and still displays within the context of the BCC browser/tab, the only difference is that the BCC is proxying information to the preview instance in order to initialize the preview session to display the application in the context of the business user’s project. The url the user sees in the browser is the url for the BCC, not the remote preview server. Because the UI for Merchandising and Preview is built using Flex, there is no way to click on the Preview button to open it up in another tab or browser. The only way your suggestion would work is if there is a way to configure the Flex UI to have it open up preview in a new browser/tab which I doubt is possible.
    I hope this helps better explain my post. With that said though, this brings me back to my original questions.

  • Logitech Marble Mouse - Control Center

    Hi,
    I recently updated my OS to 10.4.7, and while I've had some recent activity with different mice, I went back to the Logitech Marble Mouse and Control Center, and found the Control Center stopped recognizing the unit. I've tried to remove it via the un-installer and no dice. I also installed SteerMouse, but that will end up costing me $20... I also tried USB Overdrive, and it doesn't seem to work.
    Can Anyone recommend any steps to get Control Center back working? The Logitech form seems hard to find any relevant info.
    Thanks!
    Adam
    G5 Dual 1.8/2G Ram   Mac OS X (10.4.7)   Logic Pro 7.2,1, 828MkII, UAD-1, Radikal SAC 2K

    Have you installed the latest Logitech Control Center .
    The support page says posted 4/11/06. Maybe try that.
    iMac G5-2.1-1.5G/miniStackV2-320GB FW-USB Ex.HD/Netgear WGR 614   Mac OS X (10.4.7)   iPod 60GB Photo/Epson Stylus Photo RX620/Kodak P880/Fuji S7000

  • [SOLVED] Gnome 3.6.1 Control Center Printers and Users "unlock"...

    I have an Arch system running Gnome 3.6 with systemd, and without consolekit as is now the standard.
    After upgrading from Gnome 3.4 to 3.6, the unlock buttons in both Users and Printers section of gnome-control-center no longer work. (In 3.4, the printers dialog could authenticate but it never actually worked properly - I heard they fixed this in 3.6. I never tried the Users panel back then)
    Anyways, I sifted through the source code for the Printers dialog, and it points to the polkit 'org.opensuse.cupspkhelper.mechanism.all-edit' rule. Reading the rule file for cupspkhelper (which exists), it specified "allow_admin" is what this rule wants. Following further research, I added myself to the 'wheel' group which apparently should work. And after all of this? It still doesn't work. I imagine that there is a similar problem for the Users panel, but I haven't investigated in detail.
    Any ideas to get this working? Is it broken upstream? Is it my fault?
    Thanks
    [edit] I guess I should post some logs, bug running gnome-control-center in terminal doesn't actually output anything. -v adds nothing other than to say it is in debug mode.
    http://pastebin.com/SUXnfWX8
    /usr/share/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy
    http://pastebin.com/Pcs9Fd27
    Additionally, I have a newly added suspicion that gnome just needs ConsoleKit.
    [/edit]
    Last edited by sj04736 (2012-11-07 19:43:45)

    I should note that this cleared up on its own after a packagekit update it seems.

  • Since update to gnome 3.4 gnome-control-center and sound broken

    Hi,
    I updated from 3.2 to 3.4 using sudo pacman -Syu.
    Since the update there are many things broken.
    I don't have any sound and when I try to start the gnome settings I get following:
    gnome-control-center
    *** glibc detected *** gnome-control-center: free(): invalid pointer: 0x00007feb2de284d8 ***
    ======= Backtrace: =========
    /lib/libc.so.6(+0x78a56)[0x7feb49760a56]
    /usr/lib/libstdc++.so.6(_ZNSs7reserveEm+0x68)[0x7feb360795d8]
    /usr/lib/libstdc++.so.6(_ZNSs6appendEPKcm+0xb5)[0x7feb36079865]
    /usr/lib/xorg/modules/dri/r600_dri.so(_ZN4llvm3sys13getHostTripleEv+0xbe)[0x7feb2f27667e]
    /usr/lib/xorg/modules/dri/r600_dri.so(_ZN4llvm13EngineBuilder12selectTargetEPNS_6ModuleENS_9StringRefES3_RKNS_15SmallVectorImplISsEENS_5Reloc5ModelENS_9CodeModel5ModelEPSs+0x368)[0x7feb2eb9ec88]
    /usr/lib/xorg/modules/dri/r600_dri.so(_ZN4llvm13EngineBuilder6createEv+0xad)[0x7feb2eb9245d]
    /usr/lib/xorg/modules/dri/r600_dri.so(LLVMCreateJITCompilerForModule+0x9b)[0x7feb2eb9e0fb]
    /usr/lib/xorg/modules/dri/r600_dri.so(+0x413e52)[0x7feb2eb43e52]
    /usr/lib/xorg/modules/dri/r600_dri.so(+0x413f3b)[0x7feb2eb43f3b]
    /usr/lib/xorg/modules/dri/r600_dri.so(+0x393bc5)[0x7feb2eac3bc5]
    /usr/lib/xorg/modules/dri/r600_dri.so(+0x2afcfd)[0x7feb2e9dfcfd]
    /usr/lib/xorg/modules/dri/r600_dri.so(+0x2ae745)[0x7feb2e9de745]
    /usr/lib/xorg/modules/dri/r600_dri.so(+0x1fecfb)[0x7feb2e92ecfb]
    /usr/lib/xorg/modules/dri/r600_dri.so(+0x1ed155)[0x7feb2e91d155]
    /usr/lib/xorg/modules/dri/r600_dri.so(+0x1c26f5)[0x7feb2e8f26f5]
    /usr/lib/xorg/modules/dri/r600_dri.so(+0x1c280d)[0x7feb2e8f280d]
    /usr/lib/libGL.so.1(+0x44b53)[0x7feb3829fb53]
    /usr/lib/libGL.so.1(+0x1e2fe)[0x7feb382792fe]
    /usr/lib/libGL.so.1(glXCreateNewContext+0x2a)[0x7feb3827952a]
    /usr/lib/libcogl.so.9(+0x63a8a)[0x7feb306a1a8a]
    /usr/lib/libcogl.so.9(cogl_display_setup+0x23)[0x7feb3065f8a3]
    /usr/lib/libcogl.so.9(cogl_renderer_check_onscreen_template+0x69)[0x7feb3065f129]
    /usr/lib/libclutter-1.0.so.0(+0x2f6ce)[0x7feb30b016ce]
    /usr/lib/libclutter-1.0.so.0(+0x5e279)[0x7feb30b30279]
    /usr/lib/libclutter-1.0.so.0(+0x753b3)[0x7feb30b473b3]
    /usr/lib/libclutter-1.0.so.0(+0x80d6a)[0x7feb30b52d6a]
    /usr/lib/libclutter-1.0.so.0(+0x80f9b)[0x7feb30b52f9b]
    /usr/lib/libglib-2.0.so.0(g_option_context_parse+0x3b7)[0x7feb4a0316e7]
    /usr/lib/libclutter-1.0.so.0(clutter_init+0xd2)[0x7feb30b53262]
    /usr/lib/libcheese-gtk.so.21(cheese_gtk_init+0x24)[0x7feb318cf5e4]
    /usr/lib/control-center-1/panels/libuser-accounts.so(g_io_module_load+0x33)[0x7feb323542c3]
    /usr/lib/libgio-2.0.so.0(+0x5ae06)[0x7feb4a57be06]
    /usr/lib/libgobject-2.0.so.0(g_type_module_use+0x81)[0x7feb4a306271]
    /usr/lib/libgio-2.0.so.0(g_io_modules_load_all_in_directory_with_scope+0x84)[0x7feb4a57c1e4]
    gnome-control-center[0x40975a]
    /usr/lib/libgobject-2.0.so.0(g_type_create_instance+0x117)[0x7feb4a3032c7]
    /usr/lib/libgobject-2.0.so.0(+0x15038)[0x7feb4a2e8038]
    /usr/lib/libgobject-2.0.so.0(g_object_newv+0x781)[0x7feb4a2e9af1]
    /usr/lib/libgobject-2.0.so.0(g_object_new+0xec)[0x7feb4a2ea13c]
    gnome-control-center(main+0x72)[0x407b02]
    /lib/libc.so.6(__libc_start_main+0xf5)[0x7feb49709455]
    gnome-control-center[0x407bb1]
    ======= Memory map: ========
    00400000-00412000 r-xp 00000000 08:04 3560853 /usr/bin/gnome-control-center
    00611000-00612000 r--p 00011000 08:04 3560853 /usr/bin/gnome-control-center
    00612000-00613000 rw-p 00012000 08:04 3560853 /usr/bin/gnome-control-center
    017ea000-01d4d000 rw-p 00000000 00:00 0 [heap]
    7feb2d5d3000-7feb2d5f4000 rw-p 00000000 00:00 0
    7feb2d5f4000-7feb2d5f5000 ---p 00000000 00:00 0
    7feb2d5f5000-7feb2df2f000 rw-p 00000000 00:00 0
    7feb2df2f000-7feb2df30000 ---p 00000000 00:00 0
    7feb2df30000-7feb2e730000 rw-p 00000000 00:00 0
    7feb2e730000-7feb2f531000 r-xp 00000000 08:04 3804024 /usr/lib/xorg/modules/dri/r600_dri.so
    7feb2f531000-7feb2f731000 ---p 00e01000 08:04 3804024 /usr/lib/xorg/modules/dri/r600_dri.so
    7feb2f731000-7feb2f76a000 r--p 00e01000 08:04 3804024 /usr/lib/xorg/modules/dri/r600_dri.so
    7feb2f76a000-7feb2f7b2000 rw-p 00e3a000 08:04 3804024 /usr/lib/xorg/modules/dri/r600_dri.so
    7feb2f7b2000-7feb2f99a000 rw-p 00000000 00:00 0
    7feb2f99a000-7feb2f99f000 r-xp 00000000 08:04 3556381 /usr/lib/libxcb-util.so.0.0.0
    7feb2f99f000-7feb2fb9f000 ---p 00005000 08:04 3556381 /usr/lib/libxcb-util.so.0.0.0
    7feb2fb9f000-7feb2fba0000 rw-p 00005000 08:04 3556381 /usr/lib/libxcb-util.so.0.0.0
    7feb2fba0000-7feb2fba8000 r-xp 00000000 08:04 3558533 /usr/lib/libstartup-notification-1.so.0.0.0
    7feb2fba8000-7feb2fda8000 ---p 00008000 08:04 3558533 /usr/lib/libstartup-notification-1.so.0.0.0
    7feb2fda8000-7feb2fda9000 rw-p 00008000 08:04 3558533 /usr/lib/libstartup-notification-1.so.0.0.0
    7feb2fda9000-7feb2fddc000 r-xp 00000000 08:04 3553550 /usr/lib/libgsttag-0.10.so.0.25.0
    7feb2fddc000-7feb2ffdb000 ---p 00033000 08:04 3553550 /usr/lib/libgsttag-0.10.so.0.25.0
    7feb2ffdb000-7feb2ffdd000 r--p 00032000 08:04 3553550 /usr/lib/libgsttag-0.10.so.0.25.0
    7feb2ffdd000-7feb2ffde000 rw-p 00034000 08:04 3553550 /usr/lib/libgsttag-0.10.so.0.25.0
    7feb2ffde000-7feb2ffe2000 r-xp 00000000 08:04 262257 /lib/libattr.so.1.1.0
    7feb2ffe2000-7feb301e1000 ---p 00004000 08:04 262257 /lib/libattr.so.1.1.0
    7feb301e1000-7feb301e2000 rw-p 00003000 08:04 262257 /lib/libattr.so.1.1.0
    7feb301e2000-7feb301eb000 r-xp 00000000 08:04 3553408 /usr/lib/libgudev-1.0.so.0.1.1
    7feb301eb000-7feb303ea000 ---p 00009000 08:04 3553408 /usr/lib/libgudev-1.0.so.0.1.1
    7feb303ea000-7feb303eb000 r--p 00008000 08:04 3553408 /usr/lib/libgudev-1.0.so.0.1.1
    7feb303eb000-7feb303ec000 rw-p 00009000 08:04 3553408 /usr/lib/libgudev-1.0.so.0.1.1
    7feb303ec000-7feb3043a000 r-xp 00000000 08:04 3559387 /usr/lib/libgee.so.2.0.0
    7feb3043a000-7feb3063a000 ---p 0004e000 08:04 3559387 /usr/lib/libgee.so.2.0.0
    7feb3063a000-7feb3063d000 r--p 0004e000 08:04 3559387 /usr/lib/libgee.so.2.0.0
    7feb3063d000-7feb3063e000 rw-p 00051000 08:04 3559387 /usr/lib/libgee.so.2.0.0
    7feb3063e000-7feb306c4000 r-xp 00000000 08:04 3560205 /usr/lib/libcogl.so.9.1.1
    7feb306c4000-7feb308c4000 ---p 00086000 08:04 3560205 /usr/lib/libcogl.so.9.1.1
    7feb308c4000-7feb308c8000 r--p 00086000 08:04 3560205 /usr/lib/libcogl.so.9.1.1
    7feb308c8000-7feb308ca000 rw-p 0008a000 08:04 3560205 /usr/lib/libcogl.so.9.1.1
    7feb308ca000-7feb308d1000 r-xp 00000000 08:04 3560206 /usr/lib/libcogl-pango.so.0.0.0
    7feb308d1000-7feb30ad0000 ---p 00007000 08:04 3560206 /usr/lib/libcogl-pango.so.0.0.0
    7feb30ad0000-7feb30ad1000 r--p 00006000 08:04 3560206 /usr/lib/libcogl-pango.so.0.0.0
    7feb30ad1000-7feb30ad2000 rw-p 00007000 08:04 3560206 /usr/lib/libcogl-pango.so.0.0.0
    7feb30ad2000-7feb30bf2000 r-xp 00000000 08:04 3560253 /usr/lib/libclutter-1.0.so.0.1000.2
    7feb30bf2000-7feb30df2000 ---p 00120000 08:04 3560253 /usr/lib/libclutter-1.0.so.0.1000.2
    7feb30df2000-7feb30df6000 r--p 00120000 08:04 3560253 /usr/lib/libclutter-1.0.so.0.1000.2
    7feb30df6000-7feb30df8000 rw-p 00124000 08:04 3560253 /usr/lib/libclutter-1.0.so.0.1000.2
    7feb30df8000-7feb30dfa000 rw-p 00000000 00:00 0
    7feb30dfa000-7feb30e05000 r-xp 00000000 08:04 3560325 /usr/lib/libclutter-gtk-1.0.so.0.0.0
    7feb30e05000-7feb31004000 ---p 0000b000 08:04 3560325 /usr/lib/libclutter-gtk-1.0.so.0.0.0
    7feb31004000-7feb31005000 r--p 0000a000 08:04 3560325 /usr/lib/libclutter-gtk-1.0.so.0.0.0
    7feb31005000-7feb31006000 rw-p 0000b000 08:04 3560325 /usr/lib/libclutter-gtk-1.0.so.0.0.0
    7feb31006000-7feb3109b000 r-xp 00000000 08:04 3562929 /usr/lib/libmx-1.0.so.2.401.0
    7feb3109b000-7feb3129a000 ---p 00095000 08:04 3562929 /usr/lib/libmx-1.0.so.2.401.0
    7feb3129a000-7feb3129b000 r--p 00094000 08:04 3562929 /usr/lib/libmx-1.0.so.2.401.0
    7feb3129b000-7feb3129e000 rw-p 00095000 08:04 3562929 /usr/lib/libmx-1.0.so.2.401.0
    7feb3129e000-7feb312b1000 r-xp 00000000 08:04 3560319 /usr/lib/libclutter-gst-1.0.so.0.504.0
    7feb312b1000-7feb314b1000 ---p 00013000 08:04 3560319 /usr/lib/libclutter-gst-1.0.so.0.504.0
    7feb314b1000-7feb314b2000 r--p 00013000 08:04 3560319 /usr/lib/libclutter-gst-1.0.so.0.504.0
    7feb314b2000-7feb314b3000 rw-p 00014000 08:04 3560319 /usr/lib/libclutter-gst-1.0.so.0.504.0
    7feb314b3000-7feb314b4000 rw-p 00000000 00:00 0
    7feb314b4000-7feb314b8000 r-xp 00000000 08:04 262266 /lib/libcap.so.2.22
    7feb314b8000-7feb316b7000 ---p 00004000 08:04 262266 /lib/libcap.so.2.22
    7feb316b7000-7feb316b8000 rw-p 00003000 08:04 262266 /lib/libcap.so.2.22
    7feb316b8000-7feb316c7000 r-xp 00000000 08:04 3562938 /usr/lib/libcheese.so.3.2.4
    7feb316c7000-7feb318c6000 ---p 0000f000 08:04 3562938 /usr/lib/libcheese.so.3.2.4
    7feb318c6000-7feb318c7000 r--p 0000e000 08:04 3562938 /usr/lib/libcheese.so.3.2.4
    7feb318c7000-7feb318c8000 rw-p 0000f000 08:04 3562938 /usr/lib/libcheese.so.3.2.4
    7feb318c8000-7feb318d4000 r-xp 00000000 08:04 3562939 /usr/lib/libcheese-gtk.so.21.1.4
    7feb318d4000-7feb31ad3000 ---p 0000c000 08:04 3562939 /usr/lib/libcheese-gtk.so.21.1.4
    7feb31ad3000-7feb31ad4000 r--p 0000b000 08:04 3562939 /usr/lib/libcheese-gtk.so.21.1.4
    7feb31ad4000-7feb31ad5000 rw-p 0000c000 08:04 3562939 /usr/lib/libcheese-gtk.so.21.1.4
    7feb31ad5000-7feb31add000 r-xp 00000000 08:04 262365 /lib/libcrypt-2.15.so
    7feb31add000-7feb31cdc000 ---p 00008000 08:04 262365 /lib/libcrypt-2.15.so
    7feb31cdc000-7feb31cdd000 r--p 00007000 08:04 262365 /lib/libcrypt-2.15.so
    7feb31cdd000-7feb31cde000 rw-p 00008000 08:04 262365 /lib/libcrypt-2.15.so
    7feb31cde000-7feb31d0c000 rw-p 00000000 00:00 0
    7feb31d0c000-7feb31d0e000 r-xp 00000000 08:04 3559890 /usr/lib/libsystemd-daemon.so.0.0.1
    7feb31d0e000-7feb31f0e000 ---p 00002000 08:04 3559890 /usr/lib/libsystemd-daemon.so.0.0.1
    7feb31f0e000-7feb31f0f000 r--p 00002000 08:04 3559890 /usr/lib/libsystemd-daemon.so.0.0.1
    7feb31f0f000-7feb31f10000 rw-p 00003000 08:04 3559890 /usr/lib/libsystemd-daemon.so.0.0.1
    7feb31f10000-7feb31f19000 r-xp 00000000 08:04 3559892 /usr/lib/libsystemd-login.so.0.2.1
    7feb31f19000-7feb32119000 ---p 00009000 08:04 3559892 /usr/lib/libsystemd-login.so.0.2.1
    7feb32119000-7feb3211a000 r--p 00009000 08:04 3559892 /usr/lib/libsystemd-login.so.0.2.1
    7feb3211a000-7feb3211b000 rw-p 0000a000 08:04 3559892 /usr/lib/libsystemd-login.so.0.2.1
    7feb3211b000-7feb32135000 r-xp 00000000 08:04 3559785 /usr/lib/libpolkit-gobject-1.so.0.0.0
    7feb32135000-7feb32334000 ---p 0001a000 08:04 3559785 /usr/lib/libpolkit-gobject-1.so.0.0.0
    7feb32334000-7feb32335000 r--p 00019000 08:04 3559785 /usr/lib/libpolkit-gobject-1.so.0.0.0
    7feb32335000-7feb32336000 rw-p 0001a000 08:04 3559785 /usr/lib/libpolkit-gobject-1.so.0.0.0
    7feb32336000-7feb3235f000 r-xp 00000000 08:04 4458292 /usr/lib/control-center-1/panels/libuser-accounts.so
    7feb3235f000-7feb3255f000 ---p 00029000 08:04 4458292 /usr/lib/control-center-1/panels/libuser-accounts.so
    7feb3255f000-7feb32560000 r--p 00029000 08:04 4458292 /usr/lib/control-center-1/panels/libuser-accounts.so
    7feb32560000-7feb32562000 rw-p 0002a000 08:04 4458292 /usr/lib/control-center-1/panels/libuser-accounts.so
    7feb32562000-7feb3256f000 r-xp 00000000 08:04 3555874 /usr/lib/libsocialweb-client.so.2.0.0
    7feb3256f000-7feb3276e000 ---p 0000d000 08:04 3555874 /usr/lib/libsocialweb-client.so.2.0.0
    7feb3276e000-7feb3276f000 r--p 0000c000 08:04 3555874 /usr/lib/libsocialweb-client.so.2.0.0
    7feb3276f000-7feb32770000 rw-p 0000d000 08:04 3555874 /usr/lib/libsocialweb-client.so.2.0.0
    7feb32770000-7feb32797000 r-xp 00000000 08:04 3563162 /usr/lib/libgnome-desktop-3.so.2.1.3
    7feb32797000-7feb32996000 ---p 00027000 08:04 3563162 /usr/lib/libgnome-desktop-3.so.2.1.3
    7feb32996000-7feb32997000 r--p 00026000 08:04 3563162 /usr/lib/libgnome-desktop-3.so.2.1.3
    7feb32997000-7feb32998000 rw-p 00027000 08:04 3563162 /usr/lib/libgnome-desktop-3.so.2.1.3
    7feb32998000-7feb329ab000 r-xp 00000000 08:04 4458280 /usr/lib/control-center-1/panels/libbackground.so
    7feb329ab000-7feb32bab000 ---p 00013000 08:04 4458280 /usr/lib/control-center-1/panels/libbackground.so
    7feb32bab000-7feb32bac000 r--p 00013000 08:04 4458280 /usr/lib/control-center-1/panels/libbackground.so
    7feb32bac000-7feb32bad000 rw-p 00014000 08:04 4458280 /usr/lib/control-center-1/panels/libbackground.so
    7feb32bad000-7feb32bb1000 r-xp 00000000 08:04 4458281 /usr/lib/control-center-1/panels/libscreen.so
    7feb32bb1000-7feb32db0000 ---p 00004000 08:04 4458281 /usr/lib/control-center-1/panels/libscreen.so
    7feb32db0000-7feb32db1000 r--p 00003000 08:04 4458281 /usr/lib/control-center-1/panels/libscreen.so
    7feb32db1000-7feb32db2000 rw-p 00004000 08:04 4458281 /usr/lib/control-center-1/panels/libscreen.so
    7feb32db2000-7feb32dc7000 r-xp 00000000 08:04 262341 /lib/libnsl-2.15.so
    7feb32dc7000-7feb32fc6000 ---p 00015000 08:04 262341 /lib/libnsl-2.15.so
    7feb32fc6000-7feb32fc7000 r--p 00014000 08:04 262341 /lib/libnsl-2.15.so
    7feb32fc7000-7feb32fc8000 rw-p 00015000 08:04 262341 /lib/libnsl-2.15.so
    7feb32fc8000-7feb32fca000 rw-p 00000000 00:00 0
    7feb32fca000-7feb3327d000 r-xp 00000000 08:04 3556523 /usr/lib/libvorbisenc.so.2.0.9
    7feb3327d000-7feb3347c000 ---p 002b3000 08:04 3556523 /usr/lib/libvorbisenc.so.2.0.9
    7feb3347c000-7feb33498000 r--p 002b2000 08:04 3556523 /usr/lib/libvorbisenc.so.2.0.9
    7feb33498000-7feb33499000 rw-p 002ce000 08:04 3556523 /usr/lib/libvorbisenc.so.2.0.9
    7feb33499000-7feb334e3000 r-xp 00000000 08:04 3556504 /usr/lib/libFLAC.so.8.2.0
    7feb334e3000-7feb336e2000 ---p 0004a000 08:04 3556504 /usr/lib/libFLAC.so.8.2.0
    7feb336e2000-7feb336e4000 rw-p 00049000 08:04 3556504 /usr/lib/libFLAC.so.8.2.0
    7feb336e4000-7feb336e9000 r-xp 00000000 08:04 3556392 /usr/lib/libasyncns.so.0.3.1Abgebrochen
    What is broken and how do I fix it?

    So, I fixed the audio issue with removing all unrequired packages.
    But additional the workspace shifting is now unstable but sound works!
    Now only the gnome-controll-center needs a fix
    EDIT:
    Sound still not working:
    I can't adjust the volume.
    Last edited by archer42 (2012-04-28 05:47:41)

Maybe you are looking for