[Solved] udev 182-4 error

I performed a full system upgrade and the following packages were upgraded
Targets (7): hwids-20120512-1 linux-3.3.7-1 linux-headers-3.3.7-1
pciutils-3.1.9-2 qt-4.8.2-1 udev-182-4 usbutils-005-2
While running mkinitcpio, the following error was displayed
==> Image generation successful
==> Building image from preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.3.7-1-ARCH
-> Parsing hook: [base]
-> Parsing hook: [udev]
/usr/lib/initcpio/install/udev: line 15: add_runscript: command not found
-> Parsing hook: [pata]
-> Parsing hook: [scsi]
-> Parsing hook: [sata]
-> Parsing hook: [filesystems]
-> Parsing hook: [usbinput]
-> Parsing hook: [fsck]
==> Generating module dependencies
The subsequent reboot obviously failed.  To get the machine back I chroot'ed, downgraded udev to 182-2 from the cache and rebuilt the initcpio image without any errors.
Any suggestions?
Last edited by skunktrader (2012-05-24 00:40:57)

@Pr0cyOn:  Welcome to Arch.
@Pr0cyOn,  @DarioP:  Just want to remind you both of our policy.
Thanks

Similar Messages

  • Microsoft.WebApplication.targets 182 5 error MSB3030 Could not copy the file because it was not found

    We use Visual Studio Online and the integrated continuous integration (build server) from Microsoft. We have a solution that contains multiple projects two of which are latest MVC projects. I updated a bunch of our Nuget packages yesterday and now we are
    getting a build error one of our MVC projects. Any help is greatly appreciated as I have exhausted my resources trying to understand why the error is occurring!
    We use nuget for our external libraries, the solution and projects and set to use Nuget Restore (no packages persisted in TFS).
    We updated Angular to the latest version using Nuget updates inside of visual studio. Here an excerpt from packages.config in the project file. The first block is what was found in the packages.config before the update and the second block is after the
    update.
    <package id="Angular.UI.Bootstrap" version="0.11.0" targetFramework="net451" />
    <package id="angularjs" version="1.2.23" targetFramework="net451" />
    <package id="Angular.UI.Bootstrap" version="0.12.0" targetFramework="net451" />
    <package id="angularjs" version="1.3.8" targetFramework="net451" />
    After I noticed the build error I scheduled another build with Diagnostic level logging turned on, here is the excerpt from the build highlighting the errors
    Task "Copy" (TaskId:395)
    16:42:43.027 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-animate.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.031 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-animate.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Creating directory "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts". (TaskId:395)
    Copying file from "Scripts\angular-aria.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-aria.js". (TaskId:395)
    Copying file from "Scripts\angular-aria.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-aria.min.js". (TaskId:395)
    16:42:43.033 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-cookies.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.033 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-cookies.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-csp.css" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-loader.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-loader.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Copying file from "Scripts\angular-messages.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-messages.js". (TaskId:395)
    Copying file from "Scripts\angular-messages.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-messages.min.js". (TaskId:395)
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-mocks.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-resource.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-resource.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-route.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-route.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-sanitize.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-sanitize.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-scenario.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-touch.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-touch.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Copying file from "Scripts\bootstrap-select.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.js". (TaskId:395)
    Copying file from "Scripts\bootstrap-select.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.min.js". (TaskId:395)
    Copying file from "Scripts\bootstrap-select.js.map" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.js.map". (TaskId:395)
    I looked at the change log of my check-in and noticed that the errors occur for Angular script references that were updated. New angular references (adds in the TFS changeset) are being copied without errors. Example: angular-animate.js was edited
    in the Angular update in TFS but angular-aria.js is a new file in the package so new file in TFS. 
    Using Source Control Explorer I verified the location of the files, the new and the existing files from the Angular nuget package can all be found in the Scripts folder of the MVC project. I can also view the content of each file file without issue.
    The references in the project file (csproj) are all consistent too, I can't see any differences between the files that cause failure and those that do not. The following block is a direct copy/paste from the csproj file
    <Content Include="Scripts\angular-animate.js" />
    <Content Include="Scripts\angular-animate.min.js" />
    <Content Include="Scripts\angular-aria.js" />
    <Content Include="Scripts\angular-aria.min.js" />
    <Content Include="Scripts\angular-cookies.js" />
    <Content Include="Scripts\angular-cookies.min.js" />
    <Content Include="Scripts\angular-csp.css" />
    <Content Include="Scripts\angular-loader.js" />
    <Content Include="Scripts\angular-loader.min.js" />
    <Content Include="Scripts\angular-messages.js" />
    <Content Include="Scripts\angular-messages.min.js" />
    <Content Include="Scripts\angular-mocks.js" />
    <Content Include="Scripts\angular-resource.js" />
    <Content Include="Scripts\angular-resource.min.js" />
    <Content Include="Scripts\angular-route.js" />
    <Content Include="Scripts\angular-route.min.js" />
    <Content Include="Scripts\angular-sanitize.js" />
    <Content Include="Scripts\angular-sanitize.min.js" />
    <Content Include="Scripts\angular-scenario.js" />
    <Content Include="Scripts\angular-touch.js" />
    <Content Include="Scripts\angular-touch.min.js" />
    Is there anything I forgot to mention that would help me figure out what is going on?
    What else can I try with the exception of rolling back the changeset and re-adding the nuget package?
    Thank you very much in advance!
    -Igor
    -Igor

    Hi Igor,
    For your situation, make sure you checked in your source files after updating Angular. You can also check the whether the foders for the Angular reference are under source control in source settings tab of your build definition.
    You can also build locally using MSBuild to see if the building works fine. We have to make sure local build succeed before VSO build since TFS build use MSBuild as its default compiler. Check the links below to see if they are helpful:
    https://social.msdn.microsoft.com/Forums/en-US/f43ceb9e-f253-46e3-a496-05f8cd77f634/msb3030-could-not-copy-the-file-because-it-was-not-found-error?forum=winappswithcsharp
    https://social.msdn.microsoft.com/Forums/en-US/01a29ce7-da2a-40af-9dce-3db1f8998cc2/could-not-copy-the-file-consoleappnameexemanifest-because-it-was-not-found?forum=TFService
    Best regards, 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to solve  when we get error sid missing?

    how to solve  when we get error sid missing?

    Hi,
      If you get  SID error means, There is no reference for the particular data in the Master data of that characteristic.
        so, Load that value in the Master data of the characteristic you wont get that sid error.
    Ex: When loading data to ods if it is giving sid for country withvalue ('india'), so india is not there in the master data of the characteristic Country. You need to enter the value India in mster data table of the characteristic.
    Otherwise you can choose option ' Update without master data' or something similar to that in infpackage or dtp.
    rgrds,
    v.sen.

  • Cannot run the macro SOLVER.XLAM!MainEx error message

    Ive had this problem for awhile but am now needing to use solver for my schoolwork. 
    Anytime i try to use the solver function under the data tab this error message pops up. 
    I have tried taking off and readding the add-in under options. 
    when i try to access solver in the visual basic panel it asks for a password which i have never set
    Im running excel 2013 on windows 7
    I have tried many things and am exhausted. No solution has been posted to this problem on the site or anywhere on the web 
    THIS IS NOT WHEN IM TYPING MACRO CODE IN VBA. its just when i try to use solver for simple spreadsheet calculations. 
    when i click solver i get the error cannot run module: SolverCode
    when i try to access the solver code in vba a password is required 

    Hi,
    As far as I know,  the Solver add-in code has the password by design, it is protected on purpose and copyrighted. They are designed for use from the spreadsheet only. 
    Then, as the error message:" Cannot run the macro SOLVER.XLAM!MainEx error message." Please try to do the following methods to fix the issue:
    1. Open VBE (Alt+F11)>Click Tools> References>set to SOLVER>Show immediate code pane (Ctrl+G)>Copy/paste (or write): application.run "solver.xlam!auto_open"
    2. Disable the other Excel add-ins, such as
    Adobe PDFMaker.
    3. Repair Office 2013.
    Regards,
    George Zhao
    TechNet Community Support

  • Udev-182 cannot find firmware (even long after boot)

    Hello.
    After upgrading to kernel v3.3.2 with udev 182, I began experiencing issues with my video card and WiFi adapter.
    The cause seems to be similar in both cases: udev can not load firmware at boot time, returning –2 (ENOENT, file not found).
    These issues cannot be worked around by blacklisting the corresponding drivers and modprobe`ing them manually after login.
    Well, I`m okay with WiFi not working, since I don`t use it, but the video card is really a trouble.
    How can I make udev do its job?
    [UPD:] Last configuration known to be working is kernel 3.1.6 + udev 175.
    Last edited by hidefromkgb (2012-04-22 10:19:05)

    Got the logs.
    udev-175, loading successful:
    monitor will print the received events for:
    UDEV - the event which udev sends out after rule processing
    KERNEL - the kernel uevent
    KERNEL[137.359168] add /module/drm (module)
    UDEV [137.360121] add /module/drm (module)
    KERNEL[137.360329] add /class/drm (class)
    UDEV [137.360766] add /class/drm (class)
    KERNEL[137.369536] add /module/ttm (module)
    UDEV [137.370098] add /module/ttm (module)
    KERNEL[137.370199] add /devices/virtual/drm/ttm (drm)
    UDEV [137.370657] add /devices/virtual/drm/ttm (drm)
    KERNEL[137.386391] add /module/drm_kms_helper (module)
    UDEV [137.386674] add /module/drm_kms_helper (module)
    KERNEL[137.389947] add /module/i2c_algo_bit (module)
    UDEV [137.390197] add /module/i2c_algo_bit (module)
    KERNEL[137.429511] add /module/radeon (module)
    UDEV [137.429875] add /module/radeon (module)
    KERNEL[137.431450] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/controlD64 (drm)
    UDEV [137.432063] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/controlD64 (drm)
    KERNEL[137.432289] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    UDEV [137.435090] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[137.440187] add /devices/platform/radeon_cp.0 (platform)
    KERNEL[137.440515] add /devices/platform/radeon_cp.0/firmware/radeon_cp.0 (firmware)
    UDEV [137.443355] add /devices/platform/radeon_cp.0 (platform)
    KERNEL[137.474411] remove /devices/platform/radeon_cp.0/firmware/radeon_cp.0 (firmware)
    KERNEL[137.474433] remove /devices/platform/radeon_cp.0 (platform)
    UDEV [137.474823] remove /devices/platform/radeon_cp.0/firmware/radeon_cp.0 (firmware)
    KERNEL[137.474993] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-1 (i2c)
    KERNEL[137.475045] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-2 (i2c)
    KERNEL[137.475087] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-3 (i2c)
    KERNEL[137.475133] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-4 (i2c)
    KERNEL[137.475182] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-5 (i2c)
    KERNEL[137.476059] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-6 (i2c)
    KERNEL[137.476110] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-7 (i2c)
    KERNEL[137.476189] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-VGA-1 (drm)
    KERNEL[137.476212] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[137.476245] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-LVDS-1 (drm)
    KERNEL[137.476266] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[137.476302] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-SVIDEO-1 (drm)
    KERNEL[137.476322] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[137.476362] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-HDMI-A-1 (drm)
    KERNEL[137.476382] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    UDEV [137.478088] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-1 (i2c)
    UDEV [137.478404] add /devices/platform/radeon_cp.0/firmware/radeon_cp.0 (firmware)
    UDEV [137.478664] remove /devices/platform/radeon_cp.0 (platform)
    UDEV [137.479559] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-7 (i2c)
    UDEV [137.479953] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-VGA-1 (drm)
    UDEV [137.480315] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-6 (i2c)
    UDEV [137.480807] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-5 (i2c)
    UDEV [137.481700] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-3 (i2c)
    UDEV [137.482415] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-2 (i2c)
    UDEV [137.483656] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-4 (i2c)
    UDEV [137.485911] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    UDEV [137.485934] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-LVDS-1 (drm)
    UDEV [137.487808] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    UDEV [137.488516] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-SVIDEO-1 (drm)
    UDEV [137.490963] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    UDEV [137.491547] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-HDMI-A-1 (drm)
    UDEV [137.494345] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[137.876104] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/graphics/fb0 (graphics)
    KERNEL[137.876185] add /devices/virtual/vtconsole/vtcon1 (vtconsole)
    UDEV [137.876973] add /devices/virtual/vtconsole/vtcon1 (vtconsole)
    UDEV [137.877776] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/graphics/fb0 (graphics)
    KERNEL[138.299777] add /bus/pci/drivers/radeon (drivers)
    UDEV [138.300324] add /bus/pci/drivers/radeon (drivers)
    udev-182, loading failed:
    monitor will print the received events for:
    UDEV - the event which udev sends out after rule processing
    KERNEL - the kernel uevent
    KERNEL[56.109948] add /module/drm (module)
    UDEV [56.111092] add /module/drm (module)
    KERNEL[56.111109] add /class/drm (class)
    UDEV [56.111425] add /class/drm (class)
    KERNEL[56.127481] add /module/ttm (module)
    KERNEL[56.128096] add /devices/virtual/drm/ttm (drm)
    UDEV [56.128654] add /devices/virtual/drm/ttm (drm)
    UDEV [56.128670] add /module/ttm (module)
    KERNEL[56.141079] add /module/drm_kms_helper (module)
    UDEV [56.141589] add /module/drm_kms_helper (module)
    KERNEL[56.144582] add /module/i2c_algo_bit (module)
    UDEV [56.145047] add /module/i2c_algo_bit (module)
    KERNEL[56.182954] add /module/radeon (module)
    UDEV [56.183397] add /module/radeon (module)
    KERNEL[56.184921] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/controlD64 (drm)
    UDEV [56.185548] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/controlD64 (drm)
    KERNEL[56.185782] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[56.191614] add /devices/platform/radeon_cp.0 (platform)
    KERNEL[56.191645] add /devices/platform/radeon_cp.0/firmware/radeon_cp.0 (firmware)
    UDEV [56.193681] add /devices/platform/radeon_cp.0 (platform)
    UDEV [56.193701] add /devices/platform/radeon_cp.0/firmware/radeon_cp.0 (firmware)
    UDEV [56.207714] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[116.533562] remove /devices/platform/radeon_cp.0/firmware/radeon_cp.0 (firmware)
    KERNEL[116.533590] remove /devices/platform/radeon_cp.0 (platform)
    UDEV [116.534923] remove /devices/platform/radeon_cp.0/firmware/radeon_cp.0 (firmware)
    KERNEL[116.534947] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-1 (i2c)
    KERNEL[116.534965] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-2 (i2c)
    KERNEL[116.534982] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-3 (i2c)
    KERNEL[116.535040] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-4 (i2c)
    KERNEL[116.535297] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-5 (i2c)
    KERNEL[116.535387] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-6 (i2c)
    KERNEL[116.535481] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-7 (i2c)
    KERNEL[116.535615] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-VGA-1 (drm)
    KERNEL[116.535690] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[116.535774] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-LVDS-1 (drm)
    KERNEL[116.535846] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[116.535927] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-SVIDEO-1 (drm)
    KERNEL[116.535996] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[116.536087] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-HDMI-A-1 (drm)
    KERNEL[116.536155] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    UDEV [116.536212] remove /devices/platform/radeon_cp.0 (platform)
    UDEV [116.538030] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-3 (i2c)
    UDEV [116.538419] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-4 (i2c)
    UDEV [116.539242] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-5 (i2c)
    UDEV [116.539424] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-1 (i2c)
    UDEV [116.542050] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-VGA-1 (drm)
    UDEV [116.542591] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-2 (i2c)
    UDEV [116.542923] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-7 (i2c)
    UDEV [116.543318] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-6 (i2c)
    UDEV [116.545169] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    UDEV [116.545739] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-LVDS-1 (drm)
    UDEV [116.548464] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    UDEV [116.549043] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-SVIDEO-1 (drm)
    UDEV [116.551679] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    UDEV [116.552250] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-HDMI-A-1 (drm)
    UDEV [116.554882] change /devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 (drm)
    KERNEL[116.939188] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/graphics/fb0 (graphics)
    KERNEL[116.939233] add /devices/virtual/vtconsole/vtcon1 (vtconsole)
    UDEV [116.939712] add /devices/virtual/vtconsole/vtcon1 (vtconsole)
    UDEV [116.940369] add /devices/pci0000:00/0000:00:01.0/0000:01:00.0/graphics/fb0 (graphics)
    KERNEL[117.357796] add /bus/pci/drivers/radeon (drivers)
    UDEV [117.358492] add /bus/pci/drivers/radeon (drivers)

  • [solved]udev boot error - usb keyboard wont work in recovery shell

    i just hooked up an external drive for the first time to this system, i didnt do anything to it yet, except i went to run gdisk and realized it wasnt installed yet.  So i ran
    pacman -Syu gdisk
    from an SSh terminal, then when it was updating a package, cant exactly remember which one but i hitnk it was either kernel or udev, the ssh termilal appeared to disconnect becuause it lost its output.
    then i opened another terminal sshed in, and was able to run pacman -Syu again, which means the first update did finish, or the lockfile wouldnt have let me update a 2nd time i would think.  (note, the newly external hard drive was connected during all these events).  Something wierd happened here.It had files that needed updating, which i thought that would be rare since i just updated, unless it simply didnt finish, and the lockfile wasnt in place or something, then it finished updating successfully, and i was still remoted into a working SSH command line (i.e. didnt get kicked out this time).
    Now is where the fun begins.  i typed 'reboot', and the system appeared to reboot, but i wasnt able to shell in this time.  i connected the monitor to the system almost a minute later, and realized it was still shutting down, then when it rebooted i get an error message.
    running early hook [udev]
    Warning lib/modules/3.12.8-1-ARCH/modules.devname not found - ignoring
    runnign hook [udev]
    tiggering events
    Waiting 10 seconds for device /dev/sda2
    ERROR: device /dev/sda2 not found Skipping fsck
    Error unable to find root device /dev/sda2
    your being dropped to recovery shell
    [rootfs /]#
    NOW THE KEYBOARD DOESNT WORK, it only works in bios.  It stops functioning (the numlock light)  as soon as udev starts to initiate, which leaves me with no way to try to reupdate udev and the kernel again to see if i can fix it.
    all i could think of was to disconnect the external drive, that didnt help.  then i tried checking the USB settings in bios for any legacy options, it doesnt have them (Dell Optiplex), so i just made sure the USB boot was off and all ports enabled.
    Now im totally stuck short of a recovery disk. 
    any suggestions how i can just get the keyboard working and chroot into arch and update some package to fix it without having to jump through hoops to make a recovery disk while here at work with limited resources?
    Last edited by wolfdogg (2014-01-22 22:53:02)

    ok i found what happened, so far. 
    looking in /var/log/pacman.log i see a gap in the installs, a 2 minute gap, which is the time i rebooted and reran the install.
    at 9:25..  i was running an upgrade, and the last one in the minute of 9:25 is
    9:25[PACMAN] upgraded linux-firmware (20131013.7d0c7a8-1 -> 20131230.52d77db-1)
    this is where the shell got disconnected therefore i wasnt able to see what happened after this. 
    the the log continues at 9:27 minute, has to be when i rebooted and shelled back in and reran the upgrade, the log starts with
    9:27[PACMAN] upgraded linux (3.12.6-1 -> 3.12.8-1)
    so it appears that the shell got disconnected as it was upgrading linux-firmware (20131013.7d0c7a8-1 -> 20131230.52d77db-1)  .
    This begs the questions; Did the SSH shell get disconnected simply because the system was using those resources at the time?  i assume this.  the next question is, was it wrong to be upgrading via remote SSH shell then?  Or whats likely that happened here?
    Last edited by wolfdogg (2014-01-22 22:20:04)

  • [SOLVED] - UDev errors on boot after XFCE4 and goodies installation

    I'm getting errors at "Waiting for UDev events to be processed". things are being "terminated by signal 9". I have a feeling that I set something up incorrectly, but I have no idea where to start looking. I think of this mostly as a learning experience, so just point me in the right direction. If I get stuck again, I'll come back to the thread. I'll also post my progress here. I've also done a search on here looking for UDev errors associated with XFCE. I have yet to read all of the threads that turned up, but I'm working on it. Thanks for your help ahead of time.
    Last edited by brainard52 (2012-04-18 23:08:07)

    Well, now I feel silly. I guess it's here for future reference, though. I had a bad udev rule, so I deleted it and we're good now.

  • [SOLVED] Rad 7790+Catalyst = Error: unable to open display (null)

    Radeon HD 7790 + Catalyst = Error: unable to open display (null)
    Greetings,
    I've installed Arch 2 days ago(migrated from Fedora), but I'm still a newbie to linux, so please have patience.
    I've bought AMD Radeon HD 7790 recently and decided that it's time to upgrade system, but since then I had only problems with it. No LiveCD I tried (Fedora 20, Mint)  worked properly in graphics mode, so I suspected problem in built-in drivers and moved to linux with text-only installation (Arch), so I could install drivers later.
    I've followed wiki manual and installed catalyst, removed open source driver, added nomodeset parametr to GRUB etc. but I'm still stucked, because Xorg won't start(black screen and errors presented in Logs). Tried googling, but learned nothing except Radeon proprietary drivers are comparable to suicide.
    Versions:
    Kernel: 3-10.40-1-lts (catalyst_build_module sucessful)
    Catalyst: 14.4-10
    Xorg: 1.14.5-11
    Logs&Configs:
    lsmod
    fglrx 8672295 0
    amd_iommu_v2 7174 1 fglrx
    button 4765 1 fglrx
    fglrxinfo
    Error: unable to open display (null)
    Xorg.0.conf
    [ 2632.576]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 2632.594] X Protocol Version 11, Revision 0
    [ 2632.600] Build Operating System: Linux 3.12.6-1-ARCH x86_64
    [ 2632.606] Current Operating System: Linux localhost 3.10.40-1-lts #1 SMP Tue May 13 12:50:03 UTC 2014 x86_64
    [ 2632.606] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=4f60e723-44e9-4264-8d6c-ca62c43cf69c rw quiet nomodeset
    [ 2632.619] Build Date: 08 January 2014 01:35:51PM
    [ 2632.629]
    [ 2632.635] Current version of pixman: 0.32.4
    [ 2632.646] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2632.646] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2632.671] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 25 00:53:45 2014
    [ 2632.677] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2632.684] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2632.690] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2632.690] (==) ServerLayout "aticonfig Layout"
    [ 2632.690] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 2632.690] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 2632.690] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 2632.690] (==) Automatically adding devices
    [ 2632.690] (==) Automatically enabling devices
    [ 2632.690] (==) Automatically adding GPU devices
    [ 2632.690] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2632.690] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2632.690] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 2632.690] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2632.690] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2632.690] (II) Loader magic: 0x7fac20
    [ 2632.690] (II) Module ABI versions:
    [ 2632.690] X.Org ANSI C Emulation: 0.4
    [ 2632.690] X.Org Video Driver: 14.1
    [ 2632.690] X.Org XInput driver : 19.1
    [ 2632.691] X.Org Server Extension : 7.0
    [ 2632.692] (--) PCI:*(0:2:0:0) 1002:665c:1458:226a rev 0, Mem @ 0xc0000000/268435456, 0xde800000/8388608, 0xdffc0000/262144, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
    [ 2632.698] Initializing built-in extension Generic Event Extension
    [ 2632.704] Initializing built-in extension SHAPE
    [ 2632.710] Initializing built-in extension MIT-SHM
    [ 2632.717] Initializing built-in extension XInputExtension
    [ 2632.723] Initializing built-in extension XTEST
    [ 2632.728] Initializing built-in extension BIG-REQUESTS
    [ 2632.734] Initializing built-in extension SYNC
    [ 2632.740] Initializing built-in extension XKEYBOARD
    [ 2632.745] Initializing built-in extension XC-MISC
    [ 2632.751] Initializing built-in extension SECURITY
    [ 2632.756] Initializing built-in extension XINERAMA
    [ 2632.761] Initializing built-in extension XFIXES
    [ 2632.767] Initializing built-in extension RENDER
    [ 2632.772] Initializing built-in extension RANDR
    [ 2632.777] Initializing built-in extension COMPOSITE
    [ 2632.782] Initializing built-in extension DAMAGE
    [ 2632.787] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2632.792] Initializing built-in extension DOUBLE-BUFFER
    [ 2632.797] Initializing built-in extension RECORD
    [ 2632.802] Initializing built-in extension DPMS
    [ 2632.806] Initializing built-in extension X-Resource
    [ 2632.811] Initializing built-in extension XVideo
    [ 2632.816] Initializing built-in extension XVideo-MotionCompensation
    [ 2632.821] Initializing built-in extension XFree86-VidModeExtension
    [ 2632.825] Initializing built-in extension XFree86-DGA
    [ 2632.830] Initializing built-in extension XFree86-DRI
    [ 2632.834] Initializing built-in extension DRI2
    [ 2632.834] (II) "glx" will be loaded by default.
    [ 2632.834] (II) LoadModule: "glx"
    [ 2632.834] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2632.835] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 2632.835] compiled for 6.9.0, module version = 1.0.0
    [ 2632.839] Loading extension GLX
    [ 2632.839] (II) LoadModule: "fglrx"
    [ 2632.839] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 2632.863] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 2632.863] compiled for 1.4.99.906, module version = 14.10.2
    [ 2632.863] Module class: X.Org Video Driver
    [ 2632.863] (II) Loading sub module "fglrxdrm"
    [ 2632.863] (II) LoadModule: "fglrxdrm"
    [ 2632.863] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 2632.863] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 2632.863] compiled for 1.4.99.906, module version = 14.10.2
    [ 2632.863] (II) AMD Proprietary Linux Driver Version Identifier:14.10.2
    [ 2632.864] (II) AMD Proprietary Linux Driver Release Identifier: 14.10.1006
    [ 2632.864] (II) AMD Proprietary Linux Driver Build Date: Apr 17 2014 21:15:33
    [ 2632.864] (--) using VT number 2
    [ 2632.885] (WW) Falling back to old probe method for fglrx
    [ 2632.899] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 2632.901] ukiDynamicMajor: found major device number 250
    [ 2632.901] ukiDynamicMajor: found major device number 250
    [ 2632.901] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2632.901] ukiOpenDevice: node name is /dev/ati/card0
    [ 2632.901] ukiOpenDevice: open result is 11, (OK)
    [ 2632.901] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 2632.901] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2632.904] (--) Chipset Supported AMD Graphics Processor (0x665C) found
    [ 2632.904] (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found
    [ 2632.905] (II) fglrx(0): pEnt->device->identifier=0x11bea10
    [ 2632.905] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
    [ 2632.905] (II) Loading sub module "vgahw"
    [ 2632.905] (II) LoadModule: "vgahw"
    [ 2632.905] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 2632.905] (II) Module vgahw: vendor="X.Org Foundation"
    [ 2632.906] compiled for 1.14.5, module version = 0.1.0
    [ 2632.906] ABI class: X.Org Video Driver, version 14.1
    [ 2632.906] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 2632.906] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 2632.906] (==) fglrx(0): Default visual is TrueColor
    [ 2632.906] (**) fglrx(0): Option "DPMS" "true"
    [ 2632.906] (==) fglrx(0): RGB weight 888
    [ 2632.906] (II) fglrx(0): Using 8 bits per RGB
    [ 2632.906] (==) fglrx(0): Buffer Tiling is ON
    [ 2632.906] (II) Loading sub module "fglrxdrm"
    [ 2632.906] (II) LoadModule: "fglrxdrm"
    [ 2632.906] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 2632.906] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 2632.906] compiled for 1.4.99.906, module version = 14.10.2
    [ 2632.908] ukiDynamicMajor: found major device number 250
    [ 2632.908] ukiDynamicMajor: found major device number 250
    [ 2632.908] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2632.908] ukiOpenDevice: node name is /dev/ati/card0
    [ 2632.908] ukiOpenDevice: open result is 13, (OK)
    [ 2632.908] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 2632.908] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2632.908] (**) fglrx(0): NoAccel = NO
    [ 2632.909] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 2632.909] (--) fglrx(0): Chipset: "AMD Radeon HD 7700 Series" (Chipset = 0x665c)
    [ 2632.909] (--) fglrx(0): (PciSubVendor = 0x1458, PciSubDevice = 0x226a)
    [ 2632.909] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 2632.909] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 2632.909] (--) fglrx(0): MMIO registers at 0xdffc0000
    [ 2632.909] (--) fglrx(0): I/O port at 0x0000e800
    [ 2632.909] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 2632.909] (II) fglrx(0): AC Adapter is used
    [ 2632.914] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 2632.914] (II) Loading sub module "vbe"
    [ 2632.914] (II) LoadModule: "vbe"
    [ 2632.915] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 2632.915] (II) Module vbe: vendor="X.Org Foundation"
    [ 2632.915] compiled for 1.14.5, module version = 1.1.0
    [ 2632.915] ABI class: X.Org Video Driver, version 14.1
    [ 2632.915] (II) fglrx(0): VESA BIOS detected
    [ 2632.915] (II) fglrx(0): VESA VBE Version 3.0
    [ 2632.915] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 2632.915] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Software Rev: 15.32
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Product: BONAIRE
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 2632.915] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 2632.915] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
    [ 2632.915] (II) fglrx(0): PCIE card detected
    [ 2632.915] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 2632.915] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 2632.915] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0x80000000)
    [ 2632.915] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 2632.915] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 2632.915] (II) Loading sub module "fb"
    [ 2632.915] (II) LoadModule: "fb"
    [ 2632.916] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2632.916] (II) Module fb: vendor="X.Org Foundation"
    [ 2632.916] compiled for 1.14.5, module version = 1.0.0
    [ 2632.916] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2632.916] (II) fglrx(0): EDID Management option: EDID Management is enabled
    [ 2632.916] (II) Loading sub module "ddc"
    [ 2632.916] (II) LoadModule: "ddc"
    [ 2632.916] (II) Module "ddc" already built-in
    [ 2633.034] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 2633.034] (II) fglrx(0): Output DFP2 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP3 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP4 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP5 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP6 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP7 has no monitor section
    [ 2633.034] (II) fglrx(0): Output CRT1 has no monitor section
    [ 2633.034] (II) Loading sub module "ddc"
    [ 2633.034] (II) LoadModule: "ddc"
    [ 2633.034] (II) Module "ddc" already built-in
    [ 2633.034] (II) fglrx(0): Connected Display0: CRT1
    [ 2633.034] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 2633.034] (II) fglrx(0): Manufacturer: GSM Model: 4b31 Serial#: 78077
    [ 2633.034] (II) fglrx(0): Year: 2007 Week: 7
    [ 2633.034] (II) fglrx(0): EDID Version: 1.3
    [ 2633.034] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 2633.034] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 2633.034] (II) fglrx(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 2633.034] (II) fglrx(0): Gamma: 2.20
    [ 2633.034] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2633.034] (II) fglrx(0): First detailed timing is preferred mode
    [ 2633.034] (II) fglrx(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615
    [ 2633.034] (II) fglrx(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329
    [ 2633.034] (II) fglrx(0): Supported established timings:
    [ 2633.034] (II) fglrx(0): 720x400@70Hz
    [ 2633.034] (II) fglrx(0): 640x480@60Hz
    [ 2633.034] (II) fglrx(0): 640x480@67Hz
    [ 2633.034] (II) fglrx(0): 640x480@72Hz
    [ 2633.034] (II) fglrx(0): 640x480@75Hz
    [ 2633.034] (II) fglrx(0): 800x600@56Hz
    [ 2633.034] (II) fglrx(0): 800x600@60Hz
    [ 2633.034] (II) fglrx(0): 800x600@72Hz
    [ 2633.034] (II) fglrx(0): 800x600@75Hz
    [ 2633.034] (II) fglrx(0): 832x624@75Hz
    [ 2633.034] (II) fglrx(0): 1024x768@60Hz
    [ 2633.034] (II) fglrx(0): 1024x768@70Hz
    [ 2633.034] (II) fglrx(0): 1024x768@75Hz
    [ 2633.035] (II) fglrx(0): 1280x1024@75Hz
    [ 2633.035] (II) fglrx(0): 1152x864@75Hz
    [ 2633.035] (II) fglrx(0): Manufacturer's mask: 0
    [ 2633.035] (II) fglrx(0): Supported standard timings:
    [ 2633.035] (II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273
    [ 2633.035] (II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293
    [ 2633.035] (II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    [ 2633.035] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2633.035] (II) fglrx(0): Supported detailed timing:
    [ 2633.035] (II) fglrx(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 2633.035] (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 2633.035] (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 2633.035] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 2633.035] (II) fglrx(0): Monitor name: L1918S
    [ 2633.035] (II) fglrx(0): Monitor name:
    [ 2633.035] (II) fglrx(0): EDID (in hex):
    [ 2633.035] (II) fglrx(0): 00ffffffffffff001e6d314bfd300100
    [ 2633.035] (II) fglrx(0): 071101036e261e78eaa2a5a3574c9d25
    [ 2633.035] (II) fglrx(0): 115054bfef80314f454f614f81800101
    [ 2633.035] (II) fglrx(0): 010101010101302a009851002a403070
    [ 2633.035] (II) fglrx(0): 1300782d1100001e000000fd00384b1e
    [ 2633.035] (II) fglrx(0): 530e000a202020202020000000fc004c
    [ 2633.035] (II) fglrx(0): 31393138530a202020202020000000fc
    [ 2633.035] (II) fglrx(0): 00200a202020202020202020202000e7
    [ 2633.035] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 2633.035] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 2633.036] (II) fglrx(0): EDID for output DFP1
    [ 2633.036] (II) fglrx(0): EDID for output DFP2
    [ 2633.036] (II) fglrx(0): EDID for output DFP3
    [ 2633.036] (II) fglrx(0): EDID for output DFP4
    [ 2633.036] (II) fglrx(0): EDID for output DFP5
    [ 2633.036] (II) fglrx(0): EDID for output DFP6
    [ 2633.036] (II) fglrx(0): EDID for output DFP7
    [ 2633.036] (II) fglrx(0): EDID for output CRT1
    [ 2633.036] (II) fglrx(0): Manufacturer: GSM Model: 4b31 Serial#: 78077
    [ 2633.036] (II) fglrx(0): Year: 2007 Week: 7
    [ 2633.036] (II) fglrx(0): EDID Version: 1.3
    [ 2633.036] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 2633.036] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 2633.036] (II) fglrx(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 2633.036] (II) fglrx(0): Gamma: 2.20
    [ 2633.036] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2633.036] (II) fglrx(0): First detailed timing is preferred mode
    [ 2633.036] (II) fglrx(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615
    [ 2633.036] (II) fglrx(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329
    [ 2633.036] (II) fglrx(0): Supported established timings:
    [ 2633.036] (II) fglrx(0): 720x400@70Hz
    [ 2633.036] (II) fglrx(0): 640x480@60Hz
    [ 2633.036] (II) fglrx(0): 640x480@67Hz
    [ 2633.036] (II) fglrx(0): 640x480@72Hz
    [ 2633.036] (II) fglrx(0): 640x480@75Hz
    [ 2633.036] (II) fglrx(0): 800x600@56Hz
    [ 2633.036] (II) fglrx(0): 800x600@60Hz
    [ 2633.036] (II) fglrx(0): 800x600@72Hz
    [ 2633.036] (II) fglrx(0): 800x600@75Hz
    [ 2633.036] (II) fglrx(0): 832x624@75Hz
    [ 2633.037] (II) fglrx(0): 1024x768@60Hz
    [ 2633.037] (II) fglrx(0): 1024x768@70Hz
    [ 2633.037] (II) fglrx(0): 1024x768@75Hz
    [ 2633.037] (II) fglrx(0): 1280x1024@75Hz
    [ 2633.037] (II) fglrx(0): 1152x864@75Hz
    [ 2633.037] (II) fglrx(0): Manufacturer's mask: 0
    [ 2633.037] (II) fglrx(0): Supported standard timings:
    [ 2633.037] (II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273
    [ 2633.037] (II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293
    [ 2633.037] (II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    [ 2633.037] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2633.037] (II) fglrx(0): Supported detailed timing:
    [ 2633.037] (II) fglrx(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 2633.037] (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 2633.037] (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 2633.037] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 2633.037] (II) fglrx(0): Monitor name: L1918S
    [ 2633.037] (II) fglrx(0): Monitor name:
    [ 2633.037] (II) fglrx(0): EDID (in hex):
    [ 2633.037] (II) fglrx(0): 00ffffffffffff001e6d314bfd300100
    [ 2633.037] (II) fglrx(0): 071101036e261e78eaa2a5a3574c9d25
    [ 2633.037] (II) fglrx(0): 115054bfef80314f454f614f81800101
    [ 2633.037] (II) fglrx(0): 010101010101302a009851002a403070
    [ 2633.037] (II) fglrx(0): 1300782d1100001e000000fd00384b1e
    [ 2633.037] (II) fglrx(0): 530e000a202020202020000000fc004c
    [ 2633.037] (II) fglrx(0): 31393138530a202020202020000000fc
    [ 2633.037] (II) fglrx(0): 00200a202020202020202020202000e7
    [ 2633.037] (II) fglrx(0): Printing probed modes for output CRT1
    [ 2633.037] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 2633.037] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x960"x75.0 135.00 1280 1296 1440 1688 960 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1328 1440 1688 960 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x768"x75.0 135.00 1280 1296 1440 1688 768 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x768"x60.0 108.00 1280 1328 1440 1688 768 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x720"x75.0 135.00 1280 1296 1440 1688 720 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x720"x60.0 108.00 1280 1328 1440 1688 720 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 -hsync -vsync (37.9 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x67.0 27.28 640 664 728 816 480 481 484 499 -hsync +vsync (33.4 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2633.037] (II) fglrx(0): Output DFP1 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP2 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP3 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP4 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP5 disconnected
    [ 2633.038] (II) fglrx(0): Output DFP6 disconnected
    [ 2633.038] (II) fglrx(0): Output DFP7 disconnected
    [ 2633.038] (II) fglrx(0): Output CRT1 connected
    [ 2633.038] (II) fglrx(0): Using exact sizes for initial modes
    [ 2633.038] (II) fglrx(0): Output CRT1 using initial mode 1280x1024
    [ 2633.038] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2633.038] (II) fglrx(0): DPI set to (96, 96)
    [ 2633.038] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 2633.038] (II) fglrx(0): Adapter AMD Radeon HD 7700 Series has 6 configurable heads and 1 displays connected.
    [ 2633.038] (==) fglrx(0): PseudoColor visuals disabled
    [ 2633.038] (II) Loading sub module "ramdac"
    [ 2633.038] (II) LoadModule: "ramdac"
    [ 2633.038] (II) Module "ramdac" already built-in
    [ 2633.038] (==) fglrx(0): NoDRI = NO
    [ 2633.038] (==) fglrx(0): Capabilities: 0x00000000
    [ 2633.038] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 2633.038] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 2633.038] (==) fglrx(0): UseFastTLS=0
    [ 2633.038] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 2633.038] (--) Depth 24 pixmap format is 32 bpp
    [ 2633.038] Loading extension ATIFGLRXDRI
    [ 2633.038] (II) fglrx(0): doing swlDriScreenInit
    [ 2633.038] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 2633.039] ukiDynamicMajor: found major device number 250
    [ 2633.039] ukiDynamicMajor: found major device number 250
    [ 2633.039] ukiDynamicMajor: found major device number 250
    [ 2633.039] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.039] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.039] ukiOpenDevice: open result is 14, (OK)
    [ 2633.039] ukiOpenByBusid: ukiOpenMinor returns 14
    [ 2633.039] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.039] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 2633.039] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:2:0:0"
    [ 2633.039] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x3c000
    [ 2633.039] (II) fglrx(0): [uki] mapped SAREA 0x3c000 to 0x7f000fd0d000
    [ 2633.039] (II) fglrx(0): [uki] framebuffer handle = 0x3d000
    [ 2633.039] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 2633.039] (II) fglrx(0): swlDriScreenInit done
    [ 2633.039] (II) fglrx(0): Kernel Module Version Information:
    [ 2633.039] (II) fglrx(0): Name: fglrx
    [ 2633.039] (II) fglrx(0): Version: 14.10.2
    [ 2633.039] (II) fglrx(0): Date: Apr 17 2014
    [ 2633.039] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
    [ 2633.039] (II) fglrx(0): Kernel Module version matches driver.
    [ 2633.039] (II) fglrx(0): Kernel Module Build Time Information:
    [ 2633.039] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.10.40-1-lts
    [ 2633.039] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 2633.039] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 2633.039] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 2633.039] (II) fglrx(0): [uki] register handle = 0x0003e000
    [ 2633.040] (II) fglrx(0): DRI initialization successfull
    [ 2633.040] (II) fglrx(0): FBADPhys: 0xf400000000 FBMappedSize: 0x01040000
    [ 2633.041] (==) fglrx(0): Backing store disabled
    [ 2633.041] Loading extension FGLRXEXTENSION
    [ 2633.041] (**) fglrx(0): DPMS enabled
    [ 2633.041] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 2633.041] (**) fglrx(0): Textured Video is enabled.
    [ 2633.041] (II) LoadModule: "glesx"
    [ 2633.042] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 2633.043] (II) Module glesx: vendor="X.Org Foundation"
    [ 2633.043] compiled for 1.4.99.906, module version = 1.0.0
    [ 2633.043] Loading extension GLESX
    [ 2633.043] (II) fglrx(0): GLESX enableFlags = 8784
    [ 2633.043] (II) fglrx(0): GLESX is enabled
    [ 2633.043] (II) LoadModule: "amdxmm"
    [ 2633.043] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 2633.043] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 2633.043] compiled for 1.4.99.906, module version = 2.0.0
    [ 2633.055] Loading extension AMDXVOPL
    [ 2633.055] Loading extension AMDXVBA
    [ 2633.055] (II) fglrx(0): Enable composite support successfully
    [ 2633.055] (WW) fglrx(0): Option "VendorName" is not used
    [ 2633.055] (WW) fglrx(0): Option "ModelName" is not used
    [ 2633.055] (II) fglrx(0): X context handle = 0x1
    [ 2633.055] (II) fglrx(0): [DRI] installation complete
    [ 2633.055] (==) fglrx(0): Silken mouse enabled
    [ 2633.056] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 2633.056] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2633.414] (--) RandR disabled
    [ 2633.432] ukiDynamicMajor: found major device number 250
    [ 2633.432] ukiDynamicMajor: found major device number 250
    [ 2633.432] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.432] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.432] ukiOpenDevice: open result is 15, (OK)
    [ 2633.432] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 2633.432] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.432] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    [ 2633.443] ukiDynamicMajor: found major device number 250
    [ 2633.443] ukiDynamicMajor: found major device number 250
    [ 2633.443] ukiDynamicMajor: found major device number 250
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.443] ukiOpenDevice: open result is 16, (OK)
    [ 2633.443] ukiGetBusid returned 'PCI:2:0:0'
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card1
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: Open failed
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card2
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: Open failed
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card3
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card4
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card5
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card6
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card7
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card8
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card9
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card10
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card11
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card12
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card13
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: Open failed
    [ 2633.446] ukiOpenDevice: node name is /dev/ati/card14
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: Open failed
    [ 2633.446] ukiOpenDevice: node name is /dev/ati/card15
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: Open failed
    [ 2633.446] ukiDynamicMajor: found major device number 250
    [ 2633.446] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.446] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.446] ukiOpenDevice: open result is 16, (OK)
    [ 2633.446] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 2633.446] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.525] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 2633.526] ukiDynamicMajor: found major device number 250
    [ 2633.526] ukiDynamicMajor: found major device number 250
    [ 2633.526] ukiDynamicMajor: found major device number 250
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.526] ukiOpenDevice: open result is 17, (OK)
    [ 2633.526] ukiGetBusid returned 'PCI:2:0:0'
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card1
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card2
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card3
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card4
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card5
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card6
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card7
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card8
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card9
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card10
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card11
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card12
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card13
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card14
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card15
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiDynamicMajor: found major device number 250
    [ 2633.527] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.527] ukiOpenDevice: open result is 17, (OK)
    [ 2633.527] ukiOpenByBusid: ukiOpenMinor returns 17
    [ 2633.527] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.546] (II) fglrx(0): OverDrive6 Detected!
    [ 2633.551] (II) fglrx(0): Setting screen physical size to 338 x 270
    [ 2633.594] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 2633.594] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2633.594] (II) LoadModule: "evdev"
    [ 2633.595] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2633.595] (II) Module evdev: vendor="X.Org Foundation"
    [ 2633.595] compiled for 1.14.3, module version = 2.8.2
    [ 2633.595] Module class: X.Org XInput Driver
    [ 2633.595] ABI class: X.Org XInput driver, version 19.1
    [ 2633.595] (II) Using input driver 'evdev' for 'Power Button'
    [ 2633.595] (**) Power Button: always reports core events
    [ 2633.595] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 2633.595] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2633.595] (--) evdev: Power Button: Found keys
    [ 2633.595] (II) evdev: Power Button: Configuring as keyboard
    [ 2633.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 2633.595] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2633.595] (**) Option "xkb_rules" "evdev"
    [ 2633.595] (**) Option "xkb_model" "pc104"
    [ 2633.595] (**) Option "xkb_layout" "us"
    [ 2633.634] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2633.634] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2633.634] (II) Using input driver 'evdev' for 'Power Button'
    [ 2633.634] (**) Power Button: always reports core events
    [ 2633.634] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2633.634] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2633.634] (--) evdev: Power Button: Found keys
    [ 2633.634] (II) evdev: Power Button: Configuring as keyboard
    [ 2633.634] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 2633.634] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 2633.634] (**) Option "xkb_rules" "evdev"
    [ 2633.634] (**) Option "xkb_model" "pc104"
    [ 2633.634] (**) Option "xkb_layout" "us"
    [ 2633.635] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 2633.635] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 2633.635] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc051
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 2633.635] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 2633.635] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 2633.635] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 2633.635] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2633.635] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input1/event1"
    [ 2633.635] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
    [ 2633.635] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 2633.635] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 2633.635] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.636] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 2633.636] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.636] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event6)
    [ 2633.636] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.636] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event7)
    [ 2633.636] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.637] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event8)
    [ 2633.637] (II) No input driver specified, ignoring this device.
    [ 2633.637] (II) This device may have been added with another device file.
    [ 2633.637] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=10 (/dev/input/event10)
    [ 2633.637] (II) No input driver specified, ignoring this device.
    [ 2633.637] (II) This device may have been added with another device file.
    [ 2633.637] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event11)
    [ 2633.637] (II) No input driver specified, ignoring this device.
    [ 2633.637] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event12)
    [ 2633.638] (II) No input driver specified, ignoring this device.
    [ 2633.638] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event13)
    [ 2633.638] (II) No input driver specified, ignoring this device.
    [ 2633.638] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event14)
    [ 2633.638] (II) No input driver specified, ignoring this device.
    [ 2633.638] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=11 (/dev/input/event9)
    [ 2633.639] (II) No input driver specified, ignoring this device.
    [ 2633.639] (II) This device may have been added with another device file.
    [ 2633.639] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2633.639] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2633.639] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2633.639] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2633.639] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2633.639] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2633.639] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2633.639] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2633.639] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2633.639] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 2633.639] (**) Option "xkb_rules" "evdev"
    [ 2633.639] (**) Option "xkb_model" "pc104"
    [ 2633.639] (**) Option "xkb_layout" "us"
    [ 2633.640] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 2633.640] (II) No input driver specified, ignoring this device.
    [ 2633.640] (II) This device may have been added with another device file.
    [ 2635.885] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 2639.300] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2639.300] (II) fglrx(0): Backup framebuffer data.
    [ 2639.333] (II) fglrx(0): Backup complete.
    [ 2653.729] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.730] (II) evdev: Logitech USB-PS/2 Optical Mouse: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.730] (II) evdev: Power Button: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.730] (II) evdev: Power Button: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.732] (II) fglrx(0): Shutdown CMMQS
    [ 2653.735] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [ 2653.735] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x3c000 at 0x7f000fd0d000
    [ 2653.735] (EE)
    [ 2653.740] (EE) Backtrace:
    [ 2653.745] (EE) 0: Xorg (xorg_backtrace+0x3d) [0x57e04d]
    [ 2653.750] (EE) 1: Xorg (0x400000+0x181da9) [0x581da9]
    [ 2653.754] (EE) 2: /usr/lib/libpthread.so.0 (0x7f000f1e8000+0xf4b0) [0x7f000f1f74b0]
    [ 2653.759] (EE) 3: /usr/lib/libpciaccess.so.0 (0x7f000f406000+0x503e) [0x7f000f40b03e]
    [ 2653.765] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_x_inb+0x46) [0x7f000bb46126]
    [ 2653.771] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f000b15c000+0x9e2e05) [0x7f000bb3ee05]
    [ 2653.776] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (X86EMU_exec+0xa5) [0x7f000bb32555]
    [ 2653.782] (EE) 7: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_xf86ExecX86int10+0x46) [0x7f000bb47286]
    [ 2653.788] (EE) 8: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xf86ExecX86int10+0xd) [0x7f000b56897d]
    [ 2653.793] (EE) 9: /usr/lib/xorg/modules/libvbe.so (VBESetVBEMode+0x9d) [0x7f000ab0163d]
    [ 2653.799] (EE) 10: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f000b15c000+0x441623) [0x7f000b59d623]
    [ 2653.805] (EE) 11: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxVBESetConsoleMode+0x44) [0x7f000b59d474]
    [ 2653.811] (EE) 12: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxFreeScreen+0x73e) [0x7f000b6ffc1e]
    [ 2653.817] (EE) 13: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxCloseScreen+0x321) [0x7f000b6ff241]
    [ 2653.823] (EE) 14: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f000b15c000+0xa4a846) [0x7f000bba6846]
    [ 2653.828] (EE) 15: Xorg (0x400000+0xc3136) [0x4c3136]
    [ 2653.833] (EE) 16: Xorg (0x400000+0x106964) [0x506964]
    [ 2653.838] (EE) 17: Xorg (0x400000+0x24cd7) [0x424cd7]
    [ 2653.843] (EE) 18: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f000e058000]
    [ 2653.848] (EE) 19: Xorg (0x400000+0x24f0f) [0x424f0f]
    [ 2653.857] (EE)
    [ 2653.861] (EE) Segmentation fault at address 0x0
    [ 2653.866] (EE)
    Fatal server error:
    [ 2653.874] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 2653.878] (EE)
    [ 2653.883] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 2653.899] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 2653.904] (EE)
    [ 2653.908] (EE) Server terminated with error (1). Closing log file.
    xorg.conf
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    I'm sure that the main problem is between keyboard and chair, but I'd like to know, what's wrong with pc
    Thanks for your efforts.
    Last edited by Mytrin (2014-05-25 19:09:02)

    I've managed to solve this error:
    (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory
    There was missing library and few directories, which I found according to this http://www.reddit.com/r/archlinux/comme … _correctly at /usr/lib/dri, so I had to just symlink it. However, "unable to open display" error is still annoying me and Xorg is not working.
    EDIT: Found EE about missing commands in new Xorg.0.log and installed xterm to solve this. Now I don't have entirely black screen after startx. There is white rectangular terminal and fglrxinfo seems to be all right as it detected my Radeon and OpenGL. Now I have to install some DE, but that's another story. Marking as [SOLVED] and once again thanks to clfarron4 for reply.
    Last edited by Mytrin (2014-05-25 19:06:09)

  • [SOLVED] [mkinitcpio] initramfs "build error" messages since v.18-1

    Hi everybody,
    Since the update from mkinitcpio 17-1 to 18-1 I get those build error messages while running mkinitcpio:
    # mkinitcpio -p linux
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    However I can still boot and everything seems mostly fine. I haven't changed anything to my /etc/mkinitcpio.conf, here are the only customized parts:
    MODULES="i915 dm_snapshot"
    HOOKS="base udev autodetect modconf block keymap encrypt lvm2 filesystems keyboard fsck
    I'm using an encrypted root (ext4 over LVM over LUKS) and boot partition is contained in an (unencrypted) LVM logical volume. I also specify a few i915 module options in an /etc/modprobe.d/modprobe.conf file as per the Intel Graphics wiki page:
    # Intel graphics driver power-saving option :
    options i915 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1
    Never had any such warnings before, but now it appears each and every time I update or reinstall my kernel (the default one). I went through Mkinitcpio wiki page, tried putting question marks after the listed modules and rebuilding but it didn't change anything... Any ideas?
    Btw, I don't use any specific compression option and had the regular lzo name change during the same full system upgrade that updated mkinitcpio and linux.
    Thanks
    Last edited by Neitsab (2014-08-04 11:51:19)

    Yes indeed, removing /etc/modprobe.d/modprobe.conf~ hidden backup file solved the warning issue. Strange but thanks ukhippo, I hadn't thought about checking other subforums!
    Last edited by Neitsab (2014-08-04 11:52:08)

  • [SOLVED]Udev: How to easily automount usb/storage devices?...

    Hello there everyone, first time posting here.
    So as for my question, I recently finished up my preferred install for arch but I have just one problem. Can't seem to get Udev working right.
    Before I was using debian with the same Udev automount rules posted in the wiki actually. Then I tried the same ones migrating to arch but they don't seem to work. After searching for my netbook, getting the runaround, then searching for an alternative method and getting the same it's getting kind of annoying. So here I am.
    I'm running Arch with LXDE and all default DE components(PCmanFM, openbox, etc). I don't have HAL installed, only udisks and udev as PnP support. Any help?
    (Also in specific, I was using the second rule in the Udev wiki page. The one with LUKS support)
    (Ah, nevermind is was just a tiny bit of a syntax error. A little bit more googling helped me find the answer)
    Last edited by jjsullivan (2011-02-10 09:03:33)

    v43 wrote:i'll tell you anyway
    my choice was autofs (+hal). no volume managers.
    it works like a charm with thunar (and pcmanfm too).
    Its nice that you told anyway, solved my problem

  • [SOLVED] Path of Exile Error. May nothing to do with that game.

    I'm kinda stuck in here.
    Anybody has an idea or suggestion?
    wine PathOfExile.exe
    fixme:heap:HeapSetInformation (nil) 1 (nil) 0) semi-stube]$ fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cst
    fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32fbcc 1 C) semi-stub
    fixme:heap:HeapSetInformation 0x110000 0 0x32fda8 4
    fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32eedc 1 C) semi-stub
    fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32ed2c 1 C) semi-stub
    fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32edfc 1 C) semi-stub
    fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32e67c 1 C) semi-stub
    fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32e54c 1 C) semi-stub
    fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x2eea9c 1 C) semi-stub
    fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x2ee8fc 1 C) semi-stub
    err:msvcrt:MSVCRT__invalid_parameter (null):0 (null): (null) 0
    wine: Unhandled exception 0xc0000417 in thread 9 at address 0x7b83b44e (thread 0009), starting debugger...
    Unhandled exception: 0xc0000417 in 32-bit code (0x7b83b44e).
    Register dump:
    CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
    EIP:7b83b44e ESP:0032e8c4 EBP:0032e938 EFLAGS:00200246( - -- I Z- -P- )
    EAX:7b826fdd EBX:7b8b8000 ECX:00000000 EDX:00000000
    ESI:c0000417 EDI:00000000
    Stack dump:
    0x0032e8c4: 0032e8e4 0032e8f0 7bcc6000 c0000417
    0x0032e8d4: 00000001 00000000 7b83b44e 00000000
    0x0032e8e4: 0032e960 7e7bece1 7e795ed7 00110060
    0x0032e8f4: 00000004 f75d616b f7774000 00000001
    0x0032e904: 7e7bece0 0032e948 f75d64af 00000001
    0x0032e914: 7e7bece0 7e795ed7 7e795e6b 0032e960
    000c: sel=0067 base=00000000 limit=00000000 32-bit --x
    Backtrace:
    =>0 0x7b83b44e in kernel32 (+0x2b44e) (0x0032e938)
    1 0x7e74750d MSVCRT__invalid_parameter+0x8c() in msvcrt (0x0032e998)
    2 0x7e757398 memcpy_s+0x87() in msvcrt (0x0032e9e8)
    3 0x7e0af562 in msvcp100 (+0x1f561) (0x0032ea58)
    4 0x7e0be935 in msvcp100 (+0x2e934) (0x0032eac8)
    5 0x7e0c0535 basic_istream_wchar_read+0x24() in msvcp100 (0x0032eaf8)
    6 0x008ddb84 in pathofexile (+0x4ddb83) (0x023822e0)
    7 0x00110128 (0x00110088)
    8 0x02382470 (0x00110098)
    9 0x00110088 (0x02382290)
    10 0x00110098 (0x001100a8)
    11 0x02382290 (0x001100b8)
    12 0x001100a8 (0x001100c8)
    13 0x001100b8 (0x001100d8)
    14 0x001100c8 (0x001100e8)
    15 0x001100d8 (0x001100f8)
    16 0x001100e8 (0x00110108)
    17 0x001100f8 (0x00110118)
    18 0x00110108 (0x00110128)
    19 0x00110118 (0x02382470)
    20 0x00110128 (0x00110088)
    21 0x02382470 (0x00110098)
    22 0x00110088 (0x02382290)
    23 0x00110098 (0x001100a8)
    24 0x02382290 (0x001100b8)
    25 0x001100a8 (0x001100c8)
    26 0x001100b8 (0x001100d8)
    27 0x001100c8 (0x001100e8)
    28 0x001100d8 (0x001100f8)
    29 0x001100e8 (0x00110108)
    30 0x001100f8 (0x00110118)
    31 0x00110108 (0x00110128)
    32 0x00110118 (0x02382470)
    33 0x00110128 (0x00110088)
    34 0x02382470 (0x00110098)
    35 0x00110088 (0x02382290)
    36 0x00110098 (0x001100a8)
    37 0x02382290 (0x001100b8)
    38 0x001100a8 (0x001100c8)
    39 0x001100b8 (0x001100d8)
    40 0x001100c8 (0x001100e8)
    41 0x001100d8 (0x001100f8)
    42 0x001100e8 (0x00110108)
    43 0x001100f8 (0x00110118)
    44 0x00110108 (0x00110128)
    45 0x00110118 (0x02382470)
    46 0x00110128 (0x00110088)
    47 0x02382470 (0x00110098)
    48 0x00110088 (0x02382290)
    49 0x00110098 (0x001100a8)
    50 0x02382290 (0x001100b8)
    51 0x001100a8 (0x001100c8)
    52 0x001100b8 (0x001100d8)
    53 0x001100c8 (0x001100e8)
    54 0x001100d8 (0x001100f8)
    55 0x001100e8 (0x00110108)
    56 0x001100f8 (0x00110118)
    57 0x00110108 (0x00110128)
    58 0x00110118 (0x02382470)
    59 0x00110128 (0x00110088)
    60 0x02382470 (0x00110098)
    61 0x00110088 (0x02382290)
    62 0x00110098 (0x001100a8)
    63 0x02382290 (0x001100b8)
    64 0x001100a8 (0x001100c8)
    65 0x001100b8 (0x001100d8)
    66 0x001100c8 (0x001100e8)
    67 0x001100d8 (0x001100f8)
    68 0x001100e8 (0x00110108)
    69 0x001100f8 (0x00110118)
    70 0x00110108 (0x00110128)
    71 0x00110118 (0x02382470)
    72 0x00110128 (0x00110088)
    73 0x02382470 (0x00110098)
    74 0x00110088 (0x02382290)
    75 0x00110098 (0x001100a8)
    76 0x02382290 (0x001100b8)
    77 0x001100a8 (0x001100c8)
    78 0x001100b8 (0x001100d8)
    79 0x001100c8 (0x001100e8)
    80 0x001100d8 (0x001100f8)
    81 0x001100e8 (0x00110108)
    82 0x001100f8 (0x00110118)
    83 0x00110108 (0x00110128)
    84 0x00110118 (0x02382470)
    85 0x00110128 (0x00110088)
    86 0x02382470 (0x00110098)
    87 0x00110088 (0x02382290)
    88 0x00110098 (0x001100a8)
    89 0x02382290 (0x001100b8)
    90 0x001100a8 (0x001100c8)
    91 0x001100b8 (0x001100d8)
    92 0x001100c8 (0x001100e8)
    93 0x001100d8 (0x001100f8)
    94 0x001100e8 (0x00110108)
    95 0x001100f8 (0x00110118)
    96 0x00110108 (0x00110128)
    97 0x00110118 (0x02382470)
    98 0x00110128 (0x00110088)
    99 0x02382470 (0x00110098)
    100 0x00110088 (0x02382290)
    101 0x00110098 (0x001100a8)
    102 0x02382290 (0x001100b8)
    103 0x001100a8 (0x001100c8)
    104 0x001100b8 (0x001100d8)
    105 0x001100c8 (0x001100e8)
    106 0x001100d8 (0x001100f8)
    107 0x001100e8 (0x00110108)
    108 0x001100f8 (0x00110118)
    109 0x00110108 (0x00110128)
    110 0x00110118 (0x02382470)
    111 0x00110128 (0x00110088)
    112 0x02382470 (0x00110098)
    113 0x00110088 (0x02382290)
    114 0x00110098 (0x001100a8)
    115 0x02382290 (0x001100b8)
    116 0x001100a8 (0x001100c8)
    117 0x001100b8 (0x001100d8)
    118 0x001100c8 (0x001100e8)
    119 0x001100d8 (0x001100f8)
    120 0x001100e8 (0x00110108)
    121 0x001100f8 (0x00110118)
    122 0x00110108 (0x00110128)
    123 0x00110118 (0x02382470)
    124 0x00110128 (0x00110088)
    125 0x02382470 (0x00110098)
    126 0x00110088 (0x02382290)
    127 0x00110098 (0x001100a8)
    128 0x02382290 (0x001100b8)
    129 0x001100a8 (0x001100c8)
    130 0x001100b8 (0x001100d8)
    131 0x001100c8 (0x001100e8)
    132 0x001100d8 (0x001100f8)
    133 0x001100e8 (0x00110108)
    134 0x001100f8 (0x00110118)
    135 0x00110108 (0x00110128)
    136 0x00110118 (0x02382470)
    137 0x00110128 (0x00110088)
    138 0x02382470 (0x00110098)
    139 0x00110088 (0x02382290)
    140 0x00110098 (0x001100a8)
    141 0x02382290 (0x001100b8)
    142 0x001100a8 (0x001100c8)
    143 0x001100b8 (0x001100d8)
    144 0x001100c8 (0x001100e8)
    145 0x001100d8 (0x001100f8)
    146 0x001100e8 (0x00110108)
    147 0x001100f8 (0x00110118)
    148 0x00110108 (0x00110128)
    149 0x00110118 (0x02382470)
    150 0x00110128 (0x00110088)
    151 0x02382470 (0x00110098)
    152 0x00110088 (0x02382290)
    153 0x00110098 (0x001100a8)
    154 0x02382290 (0x001100b8)
    155 0x001100a8 (0x001100c8)
    156 0x001100b8 (0x001100d8)
    157 0x001100c8 (0x001100e8)
    158 0x001100d8 (0x001100f8)
    159 0x001100e8 (0x00110108)
    160 0x001100f8 (0x00110118)
    161 0x00110108 (0x00110128)
    162 0x00110118 (0x02382470)
    163 0x00110128 (0x00110088)
    164 0x02382470 (0x00110098)
    165 0x00110088 (0x02382290)
    166 0x00110098 (0x001100a8)
    167 0x02382290 (0x001100b8)
    168 0x001100a8 (0x001100c8)
    169 0x001100b8 (0x001100d8)
    170 0x001100c8 (0x001100e8)
    171 0x001100d8 (0x001100f8)
    172 0x001100e8 (0x00110108)
    173 0x001100f8 (0x00110118)
    174 0x00110108 (0x00110128)
    175 0x00110118 (0x02382470)
    176 0x00110128 (0x00110088)
    177 0x02382470 (0x00110098)
    178 0x00110088 (0x02382290)
    179 0x00110098 (0x001100a8)
    180 0x02382290 (0x001100b8)
    181 0x001100a8 (0x001100c8)
    182 0x001100b8 (0x001100d8)
    183 0x001100c8 (0x001100e8)
    184 0x001100d8 (0x001100f8)
    185 0x001100e8 (0x00110108)
    186 0x001100f8 (0x00110118)
    187 0x00110108 (0x00110128)
    188 0x00110118 (0x02382470)
    189 0x00110128 (0x00110088)
    190 0x02382470 (0x00110098)
    191 0x00110088 (0x02382290)
    192 0x00110098 (0x001100a8)
    193 0x02382290 (0x001100b8)
    194 0x001100a8 (0x001100c8)
    195 0x001100b8 (0x001100d8)
    196 0x001100c8 (0x001100e8)
    197 0x001100d8 (0x001100f8)
    198 0x001100e8 (0x00110108)
    199 0x001100f8 (0x00110118)
    200 0x00110108 (0x00110128)
    0x7b83b44e: subl $4,%esp
    Modules:
    Module Address Debug info Name (106 modules)
    PE 400000- dfb000 Export pathofexile
    PE 10000000-101e5000 Deferred d3dx9_42
    ELF 7ac00000-7ac61000 Deferred riched20<elf>
    \-PE 7ac10000-7ac61000 \ riched20
    ELF 7b800000-7ba5e000 Dwarf kernel32<elf>
    \-PE 7b810000-7ba5e000 \ kernel32
    ELF 7bc00000-7bce3000 Deferred ntdll<elf>
    \-PE 7bc10000-7bce3000 \ ntdll
    ELF 7bf00000-7bf04000 Deferred <wine-loader>
    ELF 7d81c000-7d853000 Deferred uxtheme<elf>
    \-PE 7d820000-7d853000 \ uxtheme
    ELF 7d853000-7d859000 Deferred libxfixes.so.3
    ELF 7d859000-7d864000 Deferred libxcursor.so.1
    ELF 7d864000-7d875000 Deferred libxi.so.6
    ELF 7d875000-7d880000 Deferred libxrandr.so.2
    ELF 7d880000-7d88b000 Deferred libxrender.so.1
    ELF 7d88b000-7d8ad000 Deferred libxcb.so.1
    ELF 7d8ad000-7d9e4000 Deferred libx11.so.6
    ELF 7d9e4000-7d9f7000 Deferred libxext.so.6
    ELF 7da18000-7daaf000 Deferred winex11<elf>
    \-PE 7da20000-7daaf000 \ winex11
    ELF 7daca000-7daf3000 Deferred libexpat.so.1
    ELF 7daf3000-7db2e000 Deferred libfontconfig.so.1
    ELF 7db2e000-7db3e000 Deferred libbz2.so.1.0
    ELF 7db3e000-7dbdd000 Deferred libfreetype.so.6
    ELF 7dbdd000-7dc35000 Deferred libncursesw.so.5
    ELF 7dc56000-7dc98000 Deferred winspool<elf>
    \-PE 7dc60000-7dc98000 \ winspool
    ELF 7dc98000-7dd85000 Deferred comdlg32<elf>
    \-PE 7dca0000-7dd85000 \ comdlg32
    ELF 7dd85000-7debf000 Deferred oleaut32<elf>
    \-PE 7dda0000-7debf000 \ oleaut32
    ELF 7debf000-7dfcc000 Deferred comctl32<elf>
    \-PE 7ded0000-7dfcc000 \ comctl32
    ELF 7dfcc000-7e011000 Deferred usp10<elf>
    \-PE 7dfd0000-7e011000 \ usp10
    ELF 7e011000-7e038000 Deferred iphlpapi<elf>
    \-PE 7e020000-7e038000 \ iphlpapi
    ELF 7e038000-7e071000 Deferred msvcr100<elf>
    \-PE 7e040000-7e071000 \ msvcr100
    ELF 7e071000-7e137000 Dwarf msvcp100<elf>
    \-PE 7e090000-7e137000 \ msvcp100
    ELF 7e137000-7e1b2000 Deferred shlwapi<elf>
    \-PE 7e140000-7e1b2000 \ shlwapi
    ELF 7e1b2000-7e3e9000 Deferred shell32<elf>
    \-PE 7e1c0000-7e3e9000 \ shell32
    ELF 7e3e9000-7e3fd000 Deferred psapi<elf>
    \-PE 7e3f0000-7e3fd000 \ psapi
    ELF 7e3fd000-7e466000 Deferred dbghelp<elf>
    \-PE 7e400000-7e466000 \ dbghelp
    ELF 7e466000-7e492000 Deferred msacm32<elf>
    \-PE 7e470000-7e492000 \ msacm32
    ELF 7e492000-7e518000 Deferred rpcrt4<elf>
    \-PE 7e4a0000-7e518000 \ rpcrt4
    ELF 7e518000-7e65d000 Deferred ole32<elf>
    \-PE 7e530000-7e65d000 \ ole32
    ELF 7e65d000-7e716000 Deferred winmm<elf>
    \-PE 7e660000-7e716000 \ winmm
    ELF 7e716000-7e7c1000 Dwarf msvcrt<elf>
    \-PE 7e730000-7e7c1000 \ msvcrt
    ELF 7e7c1000-7e835000 Deferred advapi32<elf>
    \-PE 7e7d0000-7e835000 \ advapi32
    ELF 7e835000-7e959000 Deferred gdi32<elf>
    \-PE 7e840000-7e959000 \ gdi32
    ELF 7e959000-7eaba000 Deferred user32<elf>
    \-PE 7e970000-7eaba000 \ user32
    ELF 7eaba000-7ead1000 Deferred libz.so.1
    ELF 7ead1000-7ec98000 Deferred libcrypto.so.1.0.0
    ELF 7ec98000-7ecfd000 Deferred libssl.so.1.0.0
    ELF 7ecfd000-7ed15000 Deferred libresolv.so.2
    ELF 7ed15000-7ed24000 Deferred liblber-2.4.so.2
    ELF 7ed24000-7ed74000 Deferred libldap_r-2.4.so.2
    ELF 7ed74000-7edd9000 Deferred wldap32<elf>
    \-PE 7ed80000-7edd9000 \ wldap32
    ELF 7edd9000-7ee10000 Deferred ws2_32<elf>
    \-PE 7ede0000-7ee10000 \ ws2_32
    ELF 7ef99000-7efdf000 Deferred libm.so.6
    ELF 7efdf000-7efe6000 Deferred libxdmcp.so.6
    ELF 7efe6000-7f000000 Deferred version<elf>
    \-PE 7eff0000-7f000000 \ version
    ELF f6e88000-f6f81000 Deferred libasound.so.2
    ELF f6f81000-f6fd5000 Deferred libopenal.so.1
    ELF f6ff6000-f703e000 Deferred libjpeg.so.8
    ELF f703e000-f7100000 Deferred windowscodecs<elf>
    \-PE f7050000-f7100000 \ windowscodecs
    ELF f7200000-f721a000 Deferred libgcc_s.so.1
    ELF f721e000-f723b000 Deferred openal32<elf>
    \-PE f7230000-f723b000 \ openal32
    ELF f723b000-f7261000 Deferred imm32<elf>
    \-PE f7240000-f7261000 \ imm32
    ELF f72a7000-f72bb000 Deferred d3dcompiler_42<elf>
    \-PE f72b0000-f72bb000 \ d3dcompiler_42
    ELF f72bb000-f738e000 Deferred crypt32<elf>
    \-PE f72c0000-f738e000 \ crypt32
    ELF f738e000-f73d1000 Deferred rsaenh<elf>
    \-PE f7390000-f73d1000 \ rsaenh
    ELF f73d1000-f73de000 Deferred libnss_files.so.2
    ELF f73e0000-f73e5000 Deferred libdl.so.2
    ELF f73f1000-f73fa000 Deferred librt.so.1
    ELF f73fa000-f7401000 Deferred libnss_dns.so.2
    ELF f7401000-f7405000 Deferred libxau.so.6
    ELF f7406000-f75b5000 Deferred libc.so.6
    ELF f75b5000-f75d1000 Deferred libpthread.so.0
    ELF f75d1000-f7788000 Dwarf libwine.so.1
    ELF f7789000-f77ab000 Deferred ld-linux.so.2
    ELF f77ab000-f77ac000 Deferred [vdso].so
    Threads:
    process tid prio (all id:s are in hex)
    00000008 (D) Z:\home\***\.PlayOnLinux\wineprefix\pathofexile\drive_c\Program Files\Grinding Gear Games\Path of Exile\PathOfExile.exe
    00000025 0
    00000023 0
    00000009 0 <==
    0000000e services.exe
    0000001e 0
    0000001d 0
    00000019 0
    00000016 0
    00000014 0
    00000010 0
    0000000f 0
    00000012 winedevice.exe
    0000001c 0
    00000018 0
    00000017 0
    00000013 0
    0000001a plugplay.exe
    00000020 0
    0000001f 0
    0000001b 0
    00000021 explorer.exe
    00000022 0
    Last edited by Omgaan (2013-11-16 01:45:29)

    Omgaan wrote:
    Solved it!
    Search for the production_Config.ini and set borderless_windowed_fullscreen=false,
    fullscreen=true
    I don't know which of both solved it but im tired of testing...
    Somehow the game has problems being started in windowed mode. (wm-i3)
    Oh that file is in My Documents/My Games, I see.
    But.. changing fullscreen=true did not help, it still crashes with that error message. (borderless..was already false).
    Are you sure you didn't change anything else as well, which might have been the real fix for this problem?
    Edit: Got it fixed by setting msvcp100 override to native in Wine.
    Last edited by mir91 (2014-01-28 10:58:46)

  • [Solved]Udev / brcmsmac / BCM4313 wireless issues and udevd

    Hello guys,
    after the last upgrade (kmod replacing module-init-tools)
    [2012-01-24 10:30] starting full system upgrade
    [2012-01-24 10:30] warning: /etc/modprobe.d/modprobe.conf saved as /etc/modprobe.d/modprobe.conf.pacsave
    [2012-01-24 10:30] removed module-init-tools (3.16-3)
    [2012-01-24 10:30] upgraded freeglut (2.6.0-1 -> 2.8.0-1)
    [2012-01-24 10:30] upgraded gstreamer0.10-ffmpeg (0.10.12-1 -> 0.10.13-1)
    [2012-01-24 10:30] upgraded gstreamer0.10-python (0.10.21-1 -> 0.10.22-1)
    [2012-01-24 10:30] installed kmod (4-1)
    [2012-01-24 10:30] upgraded udev (175-1 -> 178-1)
    [2012-01-24 10:30] upgraded iproute2 (3.2.0-1 -> 3.2.0-2)
    [2012-01-24 10:30] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-01-24 10:30] upgraded initscripts (2012.01.2-1 -> 2012.01.3-1)
    [2012-01-24 10:30] upgraded mkinitcpio (0.8.0-3 -> 0.8.2-1)
    [2012-01-24 10:30] upgraded package-query (1.0-1 -> 1.0.1-1)
    [2012-01-24 10:30] upgraded pixman (0.24.0-1 -> 0.24.2-1)
    [2012-01-24 10:30] upgraded poppler (0.18.2-1 -> 0.18.3-1)
    [2012-01-24 10:30] upgraded poppler-glib (0.18.2-1 -> 0.18.3-1)
    [2012-01-24 10:30] upgraded rxvt-unicode (9.14-1 -> 9.15-1)
    [2012-01-24 10:30] upgraded sdl (1.2.14-10 -> 1.2.15-1)
    [2012-01-24 10:30] upgraded sdl_image (1.2.11-1 -> 1.2.12-1)
    [2012-01-24 10:30] upgraded sg3_utils (1.30-1 -> 1.33-1)
    I'm having problems with brcmsmac
    My wireless card:
    0d:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
    Subsystem: Hewlett-Packard Company Device 145c
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at c4400000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [40] Power Management version 3
    Capabilities: [58] Vendor Specific Information: Len=78 <?>
    Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [d0] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [13c] Virtual Channel
    Capabilities: [160] Device Serial Number 00-00-12-ff-ff-47-ac-81
    Capabilities: [16c] Power Budgeting <?>
    Kernel driver in use: brcmsmac
    Kernel modules: brcmsmac, bcma
    after the boot the wireless was not working anymore, I blacklisted bcma and worked again (not shore why before worked), but during boot the boot stops for 20-30 sec and this happens:
    Boot Log
    Wed Jan 25 20:33:06 2012: :: Starting UDev Daemon [BUSY] [DONE]
    Wed Jan 25 20:33:06 2012: :: Triggering UDev uevents [BUSY] [DONE]
    Wed Jan 25 20:33:06 2012: :: Waiting for UDev uevents to be processed [BUSY] udevd[239]: worker [255] timeout, kill it
    Wed Jan 25 20:33:06 2012:
    Wed Jan 25 20:33:06 2012: udevd[239]: seq 1402 '/devices/pci0000:00/0000:00:1c.1/0000:0d:00.0' killed
    Wed Jan 25 20:33:06 2012:
    Wed Jan 25 20:33:06 2012: udevd[239]: worker [255] terminated by signal 9 (Killed)
    Wed Jan 25 20:33:06 2012:
    Wed Jan 25 20:33:06 2012: [DONE]
    Wed Jan 25 20:33:06 2012: :: Bringing up loopback interface [BUSY] [DONE]
    Kernel Log
    Jan 25 20:33:08 localhost kernel: [ 5.717648] brcmutil: module is from the staging directory, the quality is unknown, you have been warned.
    Jan 25 20:33:08 localhost kernel: [ 5.749097] brcmsmac: module is from the staging directory, the quality is unknown, you have been warned.
    Jan 25 20:33:08 localhost kernel: [ 5.750309] brcmsmac 0000:0d:00.0: bus 13 slot 0 func 0 irq 3
    Jan 25 20:33:08 localhost kernel: [ 5.750325] brcmsmac 0000:0d:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jan 25 20:33:08 localhost kernel: [ 5.750332] brcmsmac 0000:0d:00.0: setting latency timer to 64
    Jan 25 20:33:08 localhost kernel: [ 5.761045] input: HP WMI hotkeys as /devices/virtual/input/input7
    if I blacklist brcmsmac and leave bcma the above doesn't happen but the wireless is not detected *at all*.
    Any idea what should I downgrade to get the thing working again correctly?
    NOTE: all packages are up-to-date except for the kernel (3.1.5-1)
    Last edited by r0b0t (2012-01-26 12:09:22)

    I had to add brcmsmac to my modules array in rc.conf.

  • How to up the timeout setting to solve password reset portal error "Authentication gate timed out waiting for a challenge response"?

    Hi Everyone,
    We have the password portal up and running on one box and another server with FIM R2 and SharePoint 2010.  All is good with the exception that our end users typically get distracted during the password registration and/or reset process and receive:
    "An error has occurred. Please try again, and if the problem persists, contact your help desk or system administrator. (Error 3000) ".  The timeout kicks in after 5 minutes of inactivity in the browser.
    The FIM Service log shows the following:
    "Authentication gate timed out waiting for a challenge response".
    I have confirmed that the default password portal web.config setting is <add key="SessionTimeoutInMinutes" value="20" />.  
    We have also updated Microsoft.ResourceManagement.Service.exe.config per this
    article to the following but with no luck:
    <resourceManagementClient resourceManagementServiceBaseAddress="myAddress" timeoutInMilliseconds="600000" />
      <resourceManagementService externalHostName="myHost" dataReadTimeoutInSeconds="600" dataWriteTimeoutInSeconds="600"/> 
    We did not update the Windows SharePoint Servicesweb.config setting per the article about since we are on SharePoint 2010.  
    There is no NLB or firewall in front on this server.
    If anyone has any solution to how to solve this on FIM R2/SharePoint 2010 please let me know.
    Cheers!

    FIM_Admin,
    You could try changing the receiveTimeoutInSeconds parameter of the resourceManagementService node in your Microsoft.ResourceManagement.Service.exe.config file. However, you are warned not to do this unless instructed to by MS customer support. 
    http://msdn.microsoft.com/en-us/library/windows/desktop/ee652424(v=vs.100).aspx
    http://technet.microsoft.com/en-us/library/ff800821(v=ws.10).aspx

  • [SOLVED] udev rule no longer working

    I have a udev rule set up to automatically mount an ext4 filesystem when I plug a certain thumb drive in.  It was working fine until yesterday (probably due to updates).  Here is the rule, in file /etc/udev/rules.d/99-gfk.rules:
    KERNEL=="sd?2", SUBSYSTEM=="block", ATTRS{idVendor}=="0930", ATTRS{idProduct}=="6545", ATTRS{serial}=="1C6F654E4041ED601910053F", SYMLINK+="gfshare"
    ACTION=="add", KERNEL=="sd?2", SUBSYSTEM=="block", ATTRS{idVendor}=="0930", ATTRS{idProduct}=="6545", ATTRS{serial}=="1C6F654E4041ED601910053F", RUN+="/bin/mkdir /media/gfshare"
    ACTION=="add", KERNEL=="sd?2", SUBSYSTEM=="block", ATTRS{idVendor}=="0930", ATTRS{idProduct}=="6545", ATTRS{serial}=="1C6F654E4041ED601910053F", RUN+="/bin/mount -t ext4 -o ro,nosuid,nodev,noexec,noatime /dev/gfshare /media/gfshare"
    The symlink and the mkdir command are both working fine, but the mount command is not being run for some reason.  If I manually run the mount command it works fine.  Some possibly helpful output:
    # pacman -Qo $(which udevadm)
    /usr/bin/udevadm is owned by systemd 212-1
    # dmesg |tail -16
    [26458.120628] usb 7-1.3: new high-speed USB device number 7 using ehci-pci
    [26458.223059] usb-storage 7-1.3:1.0: USB Mass Storage device detected
    [26458.223825] scsi10 : usb-storage 7-1.3:1.0
    [26459.311607] scsi 10:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 4
    [26460.834081] sd 10:0:0:0: [sdd] 15240576 512-byte logical blocks: (7.80 GB/7.26 GiB)
    [26460.834931] sd 10:0:0:0: [sdd] Write Protect is off
    [26460.834935] sd 10:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [26460.835617] sd 10:0:0:0: [sdd] No Caching mode page found
    [26460.835621] sd 10:0:0:0: [sdd] Assuming drive cache: write through
    [26460.839455] sd 10:0:0:0: [sdd] No Caching mode page found
    [26460.839460] sd 10:0:0:0: [sdd] Assuming drive cache: write through
    [26460.860579] sdd: sdd1 sdd2
    [26460.867111] sd 10:0:0:0: [sdd] No Caching mode page found
    [26460.867115] sd 10:0:0:0: [sdd] Assuming drive cache: write through
    [26460.867118] sd 10:0:0:0: [sdd] Attached SCSI removable disk
    [26461.041982] EXT4-fs (sdd2): mounted filesystem with ordered data mode. Opts: (null)
    # udevadm test /sys/bus/usb/devices/7-1.3
    calling: test
    version 212
    This program is for debugging only, it does not run any program
    specified by a RUN key. It may show incorrect results, because
    some values may be different, or not available at a simulation run.
    load module index
    timestamp of '/etc/systemd/network' changed
    timestamp of '/usr/lib/systemd/network' changed
    Parsed configuration file /usr/lib/systemd/network/99-default.link
    Created link configuration context
    timestamp of '/etc/udev/rules.d' changed
    Skipping overridden file: /usr/lib/udev/rules.d/80-net-setup-link.rules.
    read rules file: /usr/lib/udev/rules.d/10-dm.rules
    read rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules
    read rules file: /etc/udev/rules.d/12-android.rules
    read rules file: /usr/lib/udev/rules.d/13-dm-disk.rules
    read rules file: /usr/lib/udev/rules.d/40-hpet-permissions.rules
    read rules file: /usr/lib/udev/rules.d/40-usb-media-players.rules
    read rules file: /usr/lib/udev/rules.d/42-usb-hid-pm.rules
    read rules file: /usr/lib/udev/rules.d/50-firmware.rules
    read rules file: /usr/lib/udev/rules.d/50-udev-default.rules
    read rules file: /usr/lib/udev/rules.d/51-android.rules
    read rules file: /usr/lib/udev/rules.d/60-cdrom_id.rules
    read rules file: /usr/lib/udev/rules.d/60-drm.rules
    read rules file: /usr/lib/udev/rules.d/60-keyboard.rules
    read rules file: /usr/lib/udev/rules.d/60-pcmcia.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-alsa.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-input.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-serial.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-storage-tape.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-v4l.rules
    read rules file: /usr/lib/udev/rules.d/60-vboxdrv.rules
    read rules file: /usr/lib/udev/rules.d/61-accelerometer.rules
    read rules file: /usr/lib/udev/rules.d/63-md-raid-arrays.rules
    read rules file: /usr/lib/udev/rules.d/64-btrfs.rules
    read rules file: /usr/lib/udev/rules.d/64-md-raid-assembly.rules
    read rules file: /usr/lib/udev/rules.d/69-cd-sensors.rules
    read rules file: /usr/lib/udev/rules.d/69-dm-lvm-metad.rules
    read rules file: /usr/lib/udev/rules.d/69-libmtp.rules
    read rules file: /usr/lib/udev/rules.d/70-infrared.rules
    read rules file: /usr/lib/udev/rules.d/70-power-switch.rules
    read rules file: /usr/lib/udev/rules.d/70-uaccess.rules
    read rules file: /usr/lib/udev/rules.d/71-seat.rules
    read rules file: /usr/lib/udev/rules.d/73-seat-late.rules
    read rules file: /usr/lib/udev/rules.d/75-net-description.rules
    read rules file: /usr/lib/udev/rules.d/75-probe_mtd.rules
    read rules file: /usr/lib/udev/rules.d/75-tty-description.rules
    read rules file: /usr/lib/udev/rules.d/78-sound-card.rules
    read rules file: /usr/lib/udev/rules.d/80-drivers.rules
    read rules file: /etc/udev/rules.d/80-net-setup-link.rules
    read rules file: /usr/lib/udev/rules.d/80-udisks.rules
    read rules file: /usr/lib/udev/rules.d/80-udisks2.rules
    read rules file: /usr/lib/udev/rules.d/85-usbmuxd.rules
    read rules file: /usr/lib/udev/rules.d/90-alsa-restore.rules
    read rules file: /usr/lib/udev/rules.d/95-cd-devices.rules
    read rules file: /usr/lib/udev/rules.d/95-dm-notify.rules
    read rules file: /usr/lib/udev/rules.d/95-udev-late.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-dell.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-gateway.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-ibm.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-csr.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-hid.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-wup.rules
    read rules file: /etc/udev/rules.d/99-gfk.rules
    read rules file: /usr/lib/udev/rules.d/99-systemd.rules
    read rules file: /usr/lib/udev/rules.d/kino.rules
    rules contain 98304 bytes tokens (8192 * 12 bytes), 22360 bytes strings
    10092 strings (88570 bytes), 8317 de-duplicated (67986 bytes), 1776 trie nodes used
    IMPORT builtin 'usb_id' /usr/lib/udev/rules.d/50-udev-default.rules:9
    IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:9
    MODE 0664 /usr/lib/udev/rules.d/50-udev-default.rules:37
    GROUP 1002 /usr/lib/udev/rules.d/51-android.rules:387
    MODE 0660 /usr/lib/udev/rules.d/51-android.rules:387
    RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers' /usr/lib/udev/rules.d/60-vboxdrv.rules:6
    PROGRAM '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:1a.7/usb7/7-1/7-1.3 7 7' /usr/lib/udev/rules.d/69-libmtp.rules:1204
    starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:1a.7/usb7/7-1/7-1.3 7 7'
    '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:1a.7/usb7/7-1/7-1.3 7 7'(out) '0'
    '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:1a.7/usb7/7-1/7-1.3 7 7' [24644] exit with return code 0
    IMPORT builtin 'path_id' /usr/lib/udev/rules.d/71-seat.rules:43
    RUN 'uaccess' /usr/lib/udev/rules.d/73-seat-late.rules:15
    handling device node '/dev/bus/usb/007/007', devnum=c189:774, mode=0660, uid=0, gid=1002
    preserve permissions /dev/bus/usb/007/007, 020660, uid=0, gid=1002
    preserve already existing symlink '/dev/char/189:774' to '../bus/usb/007/007'
    ACTION=add
    BUSNUM=007
    DEVNAME=/dev/bus/usb/007/007
    DEVNUM=007
    DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb7/7-1/7-1.3
    DEVTYPE=usb_device
    DRIVER=usb
    ID_BUS=usb
    ID_DRIVE_THUMB=1
    ID_FOR_SEAT=usb-pci-0000_00_1a_7-usb-0_1_3
    ID_MODEL=DataTraveler_2.0
    ID_MODEL_ENC=DataTraveler\x202.0
    ID_MODEL_FROM_DATABASE=Kingston DataTraveler 102 Flash Drive / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
    ID_MODEL_ID=6545
    ID_PATH=pci-0000:00:1a.7-usb-0:1.3
    ID_PATH_TAG=pci-0000_00_1a_7-usb-0_1_3
    ID_REVISION=0100
    ID_SERIAL=Kingston_DataTraveler_2.0_1C6F654E4041ED601910053F
    ID_SERIAL_SHORT=1C6F654E4041ED601910053F
    ID_USB_INTERFACES=:080650:
    ID_VENDOR=Kingston
    ID_VENDOR_ENC=Kingston
    ID_VENDOR_FROM_DATABASE=Toshiba Corp.
    ID_VENDOR_ID=0930
    MAJOR=189
    MINOR=774
    PRODUCT=930/6545/100
    SUBSYSTEM=usb
    TAGS=:seat:uaccess:
    TYPE=0/0/0
    USEC_INITIALIZED=26452326568
    adb_user=yes
    run: '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 774 00 vboxusers'
    run: 'uaccess'
    unload module index
    Unloaded link configuration context
    # udevadm test /sys/bus/usb/devices/7-1.3:1.0
    calling: test
    version 212
    This program is for debugging only, it does not run any program
    specified by a RUN key. It may show incorrect results, because
    some values may be different, or not available at a simulation run.
    load module index
    timestamp of '/etc/systemd/network' changed
    timestamp of '/usr/lib/systemd/network' changed
    Parsed configuration file /usr/lib/systemd/network/99-default.link
    Created link configuration context
    timestamp of '/etc/udev/rules.d' changed
    Skipping overridden file: /usr/lib/udev/rules.d/80-net-setup-link.rules.
    read rules file: /usr/lib/udev/rules.d/10-dm.rules
    read rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules
    read rules file: /etc/udev/rules.d/12-android.rules
    read rules file: /usr/lib/udev/rules.d/13-dm-disk.rules
    read rules file: /usr/lib/udev/rules.d/40-hpet-permissions.rules
    read rules file: /usr/lib/udev/rules.d/40-usb-media-players.rules
    read rules file: /usr/lib/udev/rules.d/42-usb-hid-pm.rules
    read rules file: /usr/lib/udev/rules.d/50-firmware.rules
    read rules file: /usr/lib/udev/rules.d/50-udev-default.rules
    read rules file: /usr/lib/udev/rules.d/51-android.rules
    read rules file: /usr/lib/udev/rules.d/60-cdrom_id.rules
    read rules file: /usr/lib/udev/rules.d/60-drm.rules
    read rules file: /usr/lib/udev/rules.d/60-keyboard.rules
    read rules file: /usr/lib/udev/rules.d/60-pcmcia.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-alsa.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-input.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-serial.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-storage-tape.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules
    read rules file: /usr/lib/udev/rules.d/60-persistent-v4l.rules
    read rules file: /usr/lib/udev/rules.d/60-vboxdrv.rules
    read rules file: /usr/lib/udev/rules.d/61-accelerometer.rules
    read rules file: /usr/lib/udev/rules.d/63-md-raid-arrays.rules
    read rules file: /usr/lib/udev/rules.d/64-btrfs.rules
    read rules file: /usr/lib/udev/rules.d/64-md-raid-assembly.rules
    read rules file: /usr/lib/udev/rules.d/69-cd-sensors.rules
    read rules file: /usr/lib/udev/rules.d/69-dm-lvm-metad.rules
    read rules file: /usr/lib/udev/rules.d/69-libmtp.rules
    read rules file: /usr/lib/udev/rules.d/70-infrared.rules
    read rules file: /usr/lib/udev/rules.d/70-power-switch.rules
    read rules file: /usr/lib/udev/rules.d/70-uaccess.rules
    read rules file: /usr/lib/udev/rules.d/71-seat.rules
    read rules file: /usr/lib/udev/rules.d/73-seat-late.rules
    read rules file: /usr/lib/udev/rules.d/75-net-description.rules
    read rules file: /usr/lib/udev/rules.d/75-probe_mtd.rules
    read rules file: /usr/lib/udev/rules.d/75-tty-description.rules
    read rules file: /usr/lib/udev/rules.d/78-sound-card.rules
    read rules file: /usr/lib/udev/rules.d/80-drivers.rules
    read rules file: /etc/udev/rules.d/80-net-setup-link.rules
    read rules file: /usr/lib/udev/rules.d/80-udisks.rules
    read rules file: /usr/lib/udev/rules.d/80-udisks2.rules
    read rules file: /usr/lib/udev/rules.d/85-usbmuxd.rules
    read rules file: /usr/lib/udev/rules.d/90-alsa-restore.rules
    read rules file: /usr/lib/udev/rules.d/95-cd-devices.rules
    read rules file: /usr/lib/udev/rules.d/95-dm-notify.rules
    read rules file: /usr/lib/udev/rules.d/95-udev-late.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-dell.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-gateway.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-ibm.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-csr.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-hid.rules
    read rules file: /usr/lib/udev/rules.d/95-upower-wup.rules
    read rules file: /etc/udev/rules.d/99-gfk.rules
    read rules file: /usr/lib/udev/rules.d/99-systemd.rules
    read rules file: /usr/lib/udev/rules.d/kino.rules
    rules contain 98304 bytes tokens (8192 * 12 bytes), 22360 bytes strings
    10092 strings (88570 bytes), 8317 de-duplicated (67986 bytes), 1776 trie nodes used
    IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:11
    RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5
    ACTION=add
    DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb7/7-1/7-1.3/7-1.3:1.0
    DEVTYPE=usb_interface
    DRIVER=usb-storage
    ID_MODEL_FROM_DATABASE=Kingston DataTraveler 102 Flash Drive / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
    ID_VENDOR_FROM_DATABASE=Toshiba Corp.
    INTERFACE=8/6/80
    MODALIAS=usb:v0930p6545d0100dc00dsc00dp00ic08isc06ip50in00
    PRODUCT=930/6545/100
    SUBSYSTEM=usb
    TYPE=0/0/0
    USEC_INITIALIZED=452326811
    run: 'kmod load usb:v0930p6545d0100dc00dsc00dp00ic08isc06ip50in00'
    unload module index
    Unloaded link configuration context
    Last edited by bentglasstube (2014-04-03 20:51:36)

    I see.  That is somewhat aggravating but I will find another way to achieve what I wanted I suppose.
    Thank you.  Should I mark this is solved or unsolvable or something?  Sorry, I'm new to posting on these forums.
    Edit:  I was able to achieve what I wanted with udevil as recommended by the wiki.
    Last edited by bentglasstube (2014-04-03 20:55:45)

  • [solved] udev = systemd-tools: system no longer boots completely

    Hi guys. Today I updated my system, and now it won't boot past the boot messages. It appears that my ttys aren't being "made" (?). The actual errors appear to be
    [ TIME ] Timed out waiting for device dev-tty2.device
    [ TIME ] Timed out waiting for device dev-tty3.device
    Booting into rescue.target doesn't complete either.
    Downgrading systemd-184-2 => systemd-44-7, and replacing systemd-tools with udev allows me to boot successfully again.
    Additional info:
    cpu: Intel Core i5-3570K
    kernel: linux-3.3.7-1-x86_64
    graphics card: GeForce GTX 560 Ti
    graphics driver: xf86-video-nouveau 0.0.16_git20120512-1 (relevant, maybe? 0.0.16_git20120512-2 makes X give up with a "No screens found" error
    system init: systemd (via systemd-sysvcompat)
    Advice please.
    EDIT: boot screen images
    EDIT EDIT: I can connect via SSH to the affected machine. Here's the journal: http://codepad.org/76aB2DnD
    EDIT EDIT EDIT: That apparently got snipped. Here's part 2, starting from line 806: http://codepad.org/5UGdsuwE
    Last edited by WorMzy (2012-06-02 00:15:21)

    Huh. I guess the problem was a couple of stale and crusty {,f}getty .service files, and an obsolete slim.service file I created a while back.
    Removing them fixed my problem, although tty1 still shows boot messages (not a problem, and may not even be "new" behaviour)
    Cheers Tomegun.

Maybe you are looking for

  • BPM alerts

    Hi masters..... i am doing one scenario where i have to pick data from source side and send it to target system then from the target system i wil be getting response that data is successfully inserted in target system ... if it is not inserted then i

  • How can I sort and summarize a flatfile

    Hello, I have a question about sorting and summarizing in a file to Idoc scenario. The scenario is as follows. Flat file to Idoc conversion (invoic) Simple flat file structure (1 recordtype) Each record = 1 invoice item In a record are both header an

  • Starting a server from the prompt?

    Hi all           I am running an eviroment with 2 pc, and three bea clusters. This means i have 6 virtual bea nodes, 3 on each machine.           Is it possible to start one node at a time from a windows prompt? I need to make full thread dumps from

  • Local client copy (Transaction SCCL)

    Hi Experts I am a Basis tem member I have installed SAP Netweaver 2004s now I am create (Tr. Code SCCL) a new client as 100 when I am login in 100 client as sap* and password is pass it is not logged Can u help me how to create new client and how to

  • Check different line items supplying plant in stock transfer order

    Dear All, I want to apply a check with error message if the line itmes in a stock transfer order is not belonging to same supplying plant. i.e. a str is created with various line items having receiving plant same but supplying plant is different. Now