[SOLVED] startx - open /dev/fb0: No such file or directory

Hej,
it was a long time since I've boot my Arch Linux. So I did all the updates. After rebooting my X was broken. He said that some Modules are missing: sis, vga and fbdev. So I've installed them with pacman. But now he sais the following when I try to start X with 'startx':
(EE) open dev/fb0: No such file or directory
So, anyone knows about what to do now?
And I'm also wondering if it was right, that Arch dont use a xorg.conf?
Thanks
neb.anch
Last edited by neb.anch (2008-07-18 10:57:31)

neb.anch:  xorg-server-1.4.2-2 with a similar card is working fine over here, try https://belug.de/~lutz/pub/v5535/sis_vg … .04.tar.gz and extract the sis_drv.so into your /usr/lib/xrog/modules/drivers
Although a poster who gave that link to a newer/unoffcial driver for the said SIS card is still strugling, but the driver worked fine for both my Debian and Archlinx.

Similar Messages

  • [solved] ArchCK boot: /bin/sh: No such file or directory

    I am getting some weird errors on my arch install.
    I chrooted to my install, mounted tmp, and "pacman -Syu"'d.  I'm using the archck kernel in extra.  Now when I try to boot, I get the following errors:
    mount: Mounting none on /proc failed: Device or resource busy.
    mknod: /dev/null: File exists.
    mount: Mounting /dev/root on /new_root failed: No such device or address
    pivot_root: pivot_root: No such file or directory
    chroot: cannot execute /bin/sh: No such file or directory
    Kernel panic - not syncing: Attempted to kill init!
    I really don't know what to do with this.  Any help?  I think it has to do with how I am using mkinitramfs in a chrooted filesystem.  I'm not sure thogh.  And yes, all my paths in configs are right.

    Ok, it seems that your initramfs image doesn't contain all the necesary modules to access your boot partition. To boot, use
    mkinitramfs full
    to create an image with all the modules, it should be named initramfs26-full.img or something similar. Configure your bootloader accordingly. It shoudl boot.
    After that you should tweak your mkinitramfs.conf file so it includes only the modules you need, so you don't need ot use the "full" image.

  • [SOLVED] Error : sys\stat.h: No such file or directory

    I get "...sys\stat.h: No such file or directory" error when compiling a simple C program. i have been searching for a while on web and see people writing "# pacman -S base-devel" i have that already and some more packages like glib ...
    These are the includes i am using :
    #include <stdio.h>
    #include <stdlib.h>
    #include <io.h>
    #include <fcntl.h>
    #include <sys\stat.h>
    // here is when i use the libraries sys/stats.h
    struct stat stbuf;
    stat(argv[2], &stbuf);
    int infSize = stbuf.size;
    This is the output of the command "gcc -o copy copy.c" :
    copy.c:3:16: error: io.h: No such file or directory
    copy.c:5:22: error: sys\stat.h: No such file or directory
    copy.c: In function 'main':
    copy.c:35: error: storage size of 'stbuf' isn't known
    Either i am missing any package needed or the gcc compiler is missing any lib directory. But i dont know which one is it.
    Any ideas are apreciated. Thanks you
    EDIT : The error was actually on #Include <io.h> , but i dunno why it conflicted with #include <sys\stat.h>.
    Anyway Problem Solved.
    Last edited by puzzled (2008-10-05 17:07:03)

    If you're not sure if you have the SDKs, can you confirm you have the files under /Developer? Check for /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/X11
    I don't remember having to do anything special to get gcc to find these files.
    From what I've noted, the usual trigger seems to be that the X11SDK.pkg package wasn't installed.
    Typical PATH export is:
    export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
    If you're working with Fink, there's a call to the following needed:
    . /sw/bin/init.sh
    See http://finkproject.org/doc/users-guide/install.php
    But I'd first make sure the X11 SDK was installed. I'd guess that is missing.

  • [SOLVED] mkfifo: cannot create fifo '': No such file or directory

    Hi, I'm trying to get Bar working on bspwm but I'm getting an error whenever I try to load it.
    mkfifo: cannot create fifo ‘’: No such file or directory
    At first I fiddled with it a bit and it didn't work. I figured I was making some syntax errors or whatever but the example code gives me the same errors.
    I've tried to read up on mkfifo but I'm a bit lost now. I hope someone can push me in the right direction. :)
    Last edited by Mnk (2014-08-29 16:24:37)

    I'm guessing you are running the panel script without the PANEL_FIFO environment variable set, so the script is trying to open an empty file name.
    Use the profile script to set the PANEL_FIFO variable, or set it explicitly in the panel script.
    If this is not the problem, please provide more information about exactly what you are doing.

  • [SOLVED]fail to build package: no such file or directory error

    EDIT1: read my last post
    I'm getting an error while installing pacman-color from the aur repository. I'm still a newbie so my only guess is to make such directory? why should I have to do that? anyone help?
    ==> Validating source files with md5sums...
        pacman-3.4.2.tar.gz ... Passed
        pacman-color-3.4.2-1.patch ... Passed
        color.conf ... Passed
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    /tmp/yaourt-tmp-root/aur-pacman-color/./PKGBUILD: line 21: cd: pacman-3.4.2: No such file or directory
        Aborting...
    ==> ERROR: Makepkg was unable to build pacman-color.
    Last edited by aluser (2011-01-21 04:48:16)

    Here once again a failed attempt after removing pacman-color. I am beginning to think that maybe running yaourt as sudo is probably a bad idea. I think that may have had something to do with it.
    archuser@archws ~ % sudo yaourt -S abiword-light <11:54>
    Password:
    ==> Downloading abiword-light PKGBUILD from AUR...
    x PKGBUILD
    Comment by: mango on Thu, 25 Mar 2010 21:53:12 +0000
    ./configure --prefix=/usr \
    --disable-spell \
    --disable-print
    Comment by: chessboxing on Wed, 19 May 2010 14:33:51 +0000
    doesn't want to build
    rule 23: make: command not found
    == ERROR: Build Failed.
    Aborting...
    Eventhough I Had to install flex psiconv, it didn't help.
    Its a minefield man.
    Comment by: sHyLoCk on Wed, 02 Jun 2010 13:54:43 +0000
    http://aur.archlinux.org/packages.php?ID=37738
    Comment by: zenny on Thu, 02 Sep 2010 05:59:05 +0000
    Quite confusing statements. Below sHyLoCk recommends http://aur.archlinux.org/packages.php?ID=37738 on June 2 2010 and on June 27 he declares his recommended package obsolet and ask a TU to delete! The problem with the sHyLoCk package is there is not page setup option. So I installed this package, it has got the page setup menu, but once I click the option, the application dies with the following output (Maybe helpful to debug for the maintainer, I am not an expert):
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (abiword:32455): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_clear: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_pack_start: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_clear: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_pack_start: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_widget_get_colormap: assertion `GTK_IS_WIDGET (widget)' failed
    (abiword:32455): Gdk-CRITICAL **: gdk_pixmap_colormap_create_from_xpm_d: assertion `drawable != NULL || colormap != NULL' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_image_set_from_pixmap: assertion `mask == NULL || GDK_IS_PIXMAP (mask)' failed
    (abiword:32455): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (abiword:32455): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_box_pack: assertion `GTK_IS_BOX (box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_toggle_button_set_active: assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_widget_get_colormap: assertion `GTK_IS_WIDGET (widget)' failed
    (abiword:32455): Gdk-CRITICAL **: gdk_pixmap_colormap_create_from_xpm_d: assertion `drawable != NULL || colormap != NULL' failed
    Aborted
    First Submitted: Wed, 15 Apr 2009 17:01:46 +0000
    abiword-light 2.8.6-2 : A fully-featured word processor without some gnome dependencies
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> abiword-light dependencies:
    - fribidi>=0.10.9 (already installed)
    - wv>=1.2.4 (already installed)
    - libglade>=2.0 (already installed)
    - pkgconfig (already installed)
    ==> Continue building abiword-light ? [Y/n]
    ==> ---------------------------------------
    ==>
    ==> Building and installing package
    ==> WARNING: Building package as root is dangerous.
    Please run yaourt as a non-privileged user.
    ==> Making package: abiword-light 2.8.6-2 (Fri Jan 21 11:54:35 JST 2011)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading abiword-2.8.6.tar.gz...
    --2011-01-21 11:54:35-- http://www.abisource.com/downloads/abiword/2.8.6/source/abiword-2.8.6.tar.gz
    Resolving www.abisource.com... 130.89.149.216
    Connecting to www.abisource.com|130.89.149.216|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 9218827 (8.8M) [application/x-gzip]
    Saving to: "abiword-2.8.6.tar.gz.part"
    100%[=======================================>] 9,218,827 414K/s in 28s
    2011-01-21 11:55:04 (325 KB/s) - "abiword-2.8.6.tar.gz.part" saved [9218827/9218827]
    ==> Validating source files with md5sums...
    abiword-2.8.6.tar.gz ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    /tmp/yaourt-tmp-root/aur-abiword-light/./PKGBUILD: line 16: cd: /tmp/yaourt-tmp-root/aur-abiword-light/src/abiword-2.8.6/: No such file or directory
    Aborting...
    ==> ERROR: Makepkg was unable to build abiword-light.
    ==> Restart building abiword-light ? [y/N]
    ==> --------------------------------------
    ==> archuser@archws ~ % <11:find /usr/{bin,lib} -type f -size 0
    /usr/lib/python3.1/tkinter/test/__init__.py
    /usr/lib/python3.1/tkinter/test/test_ttk/__init__.py
    /usr/lib/python3.1/tkinter/test/test_tkinter/__init__.py
    /usr/lib/python3.1/test/nullcert.pem
    /usr/lib/python3.1/site-packages/ranger/gui/__init__.py
    /usr/lib/python3.1/email/mime/__init__.py
    /usr/lib/python3.1/email/test/__init__.py
    /usr/lib/python3.1/urllib/__init__.py
    /usr/lib/python3.1/sqlite3/test/__init__.py
    /usr/lib/python3.1/pydoc_data/__init__.py
    /usr/lib/python3.1/lib2to3/tests/data/fixers/myfixes/__init__.py
    /usr/lib/python2.7/test/nullcert.pem
    /usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/GL/MESAX/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/GL/VERSION/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/GLU/EXT/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/AGL/__init__.py
    /usr/lib/python2.7/site-packages/pychess/__init__.py
    /usr/lib/python2.7/site-packages/pychess/widgets/__init__.py
    /usr/lib/python2.7/site-packages/pychess/Utils/__init__.py
    /usr/lib/python2.7/site-packages/pychess/Utils/lutils/__init__.py
    /usr/lib/python2.7/site-packages/pychess/ic/__init__.py
    /usr/lib/python2.7/site-packages/pychess/ic/managers/__init__.py
    /usr/lib/python2.7/site-packages/pychess/System/__init__.py
    /usr/lib/python2.7/site-packages/pychess/Players/__init__.py
    /usr/lib/python2.7/site-packages/pychess/gfx/__init__.py
    /usr/lib/python2.7/site-packages/xml2po/modes/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/__init__.py
    /usr/lib/python2.7/site-packages/bzrlib/util/__init__.py
    /usr/lib/python2.7/site-packages/bzrlib/util/configobj/__init__.py
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/__init__.py
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_LINK_FAILED
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_EXCEPTION
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_UNPARSEABLE
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/TESTS_FAILED
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/TESTS_INVALID
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_UNKNOWN
    /usr/lib/python2.7/site-packages/pygame/examples/__init__.py
    /usr/lib/python2.7/site-packages/gtk-2.0/egg/__init__.py
    /usr/lib/python2.7/site-packages/gtk-2.0/gi/overrides/__init__.py
    /usr/lib/python2.7/site-packages/sonata/__init__.py
    /usr/lib/python2.7/site-packages/sonata/plugins/__init__.py
    /usr/lib/python2.7/email/mime/__init__.py
    /usr/lib/python2.7/email/test/__init__.py
    /usr/lib/python2.7/sqlite3/test/__init__.py
    /usr/lib/python2.7/pydoc_data/__init__.py
    /usr/lib/python2.7/bsddb/test/__init__.py
    /usr/lib/python2.7/lib-tk/test/test_ttk/__init__.py
    /usr/lib/python2.7/lib-tk/test/test_tkinter/__init__.py
    /usr/lib/python2.7/lib2to3/tests/data/fixers/myfixes/__init__.py
    /usr/lib/purple-2/perl/auto/Purple/Purple.bs
    /usr/lib/perl5/vendor_perl/auto/HTML/Parser/Parser.bs
    /usr/lib/perl5/vendor_perl/auto/XML/Parser/Expat/Expat.bs
    /usr/lib/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/Irssi.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/UI/UI.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/Irc/Irc.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/TextUI/TextUI.bs
    /usr/lib/pidgin/perl/auto/Pidgin/Pidgin.bs
    /usr/lib/firefox-3.6/.autoreg
    archuser@archws ~ %
    Last edited by aluser (2011-01-21 03:02:22)

  • Can't stat /dev/disk1s2: No such file or directory

    I get this error when running Disk Utility on my MacBook Pro.
    Google says nothing about this error.
    Any ideas?
    Thanks,
    Al

    Post the exact error message from Disk Utility.

  • Sound gone after update - no such file or directory

    I updated my mythtv machine tonight, sound is gone.  I get an arts informational message that "device: default can't be opened for  playback (no such file or directory)
    Sound was working fine before the upgrade.
    I got some alsa errors right after upgrade, just before the logon screen, but couldn't locate them in any log.  I reran alsaconf and it seemed to set up fine.  Running alsamixer gives me just one column, (playback) rather than the multiple mixer columns I had previously.  alsactl store does not save the setting I put in here.
    The upgrades included ivtv-utils; there was something about using jack as a control; I'm still trying to figure out exactly what jack is and how it might fit into all of this, but I downloaded and ran qjackctl, it failed with error messages.
    [bump]
    cat /proc/asound/cards
    0 [CX8801         ]: CX88x - Conexant CX8801
                          Conexant CX8801 at 0xfb000000
    but there is also a 82801H ICH8 Family HD Audio Controller on this machine.  The module snd_hda_intel is loaded according to lsmod.
    This thread
    http://bbs.archlinux.org/viewtopic.php?id=43755
    may be related.
    Last edited by timm (2008-02-29 03:50:30)

    I'm not an expert, but I do have experience with the cx88xx cards and sound. Mine is an NVidia force 2 board, but I believe it still uses the snd-intel module.
    Do you get sound in any other applications besides myth?

  • Errinfo, "no such file or directory" --- what file???

    I've got a situation where I'm seeing hundreds of cp exec with "no such file or directory". I'm wondering what the best way to find out which file/path "cp" was initiating against so to rectify the problem or have the developer put in a fix to his/her application.
    Sample output (this is a 120 second run):
    errinfo -cn cp
    EXEC SYSCALL ERR COUNT DESC
    cp stat64 2 9 No such file or directory
    cp open 2 10 No such file or directory
    cp xstat 2 280 No such file or directory
    Thanks in advance for any help.

    I suppose that cp will check if the target exists before copying a file..
    If you run
    cp source destination
    it will probably do 'stat' on 'destination', to ensure that the file doesn't exists before attempting the actually copy..
    .7/M.

  • TS2570 Still cant access my computer, followed instructions to perform a safe boot and last line of script it shows: BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory. Any idea?

    Brand new Mac Book Pro
    Purchased in Mexico's Department store Liverpool on June 20th 2012
    Purchased Memory upgade to 8Gb, on june 27th, at Apple Store Memorial City, Houston
    Upgraded memory from 4Gb to 8Gb on June 28th.
    Tried to write on my external HD (previously written on a windows based PC) with no success.
    Upon reccomendation from a Mac assistant, copied all my external HD contents into my Mac Hard drive.
    Then formatted my external HD and copied back all my information to it.
    deleted all the  information from my MacBook Pro HD.
    Attempted to repeat the same operation with another external HD, but got a message saying there was not enough epace on the computer HD (even though I have a 750Gb Hard Drive.
    Looked in the trash bin and there it was, all the information previously deleted..
    Could not empty the trash bin, although I got a message asking me to safely delete all the information from the trash bin,
    Could not get enough space released, after several attpempts the trash bin was finally emptied.
    All happy getting acquainted with my new MacBook Pro. Two days later, got a gray screen and not able to start the computer.
    Looking in to Mac support I found article http://support.apple.com/kb/TS2570 and followed instructions to perform a safe boot:
    "Perform a Safe Boot
    Simply performing the Safe Boot may resolve this issue.
    Shut down your Mac. If necessary, hold your Mac's power button for several seconds to force it to power down.
    Start your Mac, then immediately hold the Shift key. This performs a Safe Boot. Advanced tip: If you want to
    see the status of a Safe Boot as it progresses, you can hold Shift-Command-V during start up (instead of just Shift).
    Note: A Safe Boot takes longer than a typical start up because it includes a disk check and other operations.
    The following is the script that appears on the screen upon safe boot. and halt after the last line.
    AppleACPICPU:Processor Id=6 LocalAplicId=255 Disabled
    AppleACPICPU:Processor Id=7 LocalAplicId=255 Disabled
    AppleACPICPU:Processor Id=8 LocalAplicId=255 Disabled
    calling mpo_policy_init for TMSafetyNet
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    calling mpo_policy_init for Sandbox
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    calling mpo_policy_init for Quarantine
    Security policy loaded: Quarantine Policy (Quarantine)
    Copyright (c) 1982, 1986, 1989, 1991, 1993
            The Regents of the University of California. All Rights Reserved.
    MAC Framework Succesfully initializad
    using 16384 buffer headers and 10240 cluster IO buffer headers
    IOAPIC: Version 0x20 Vextors 64:87
    ACPI: System State [SO S3 S4 S5] (S3)
    PFM64 (36cpu) 0xf10000000, 0xf0000000
    Aplconsole relocated to 0xf1000000
    PCI configuration changed (bridge=16 device=4 cardbus=0)
    [ PCI configuration end, bridges 12 devices 16 ]
    Firewire (OHCI) Lucent ID 5901 built-in now active, GUID 3c0754fffe9b2aa2; max speed s800.
    Pthread support ABORTS when sync kernel primitives misused
    com.apple.AppleFSCompressionTypeZlib kmod start
    com.apple.AppleFSCompressionTypeDataless kmod start
    com.apple.AppleFSCompressionTypeZlib load succeeded
    com.apple.AppleFSCompressionTypeDateless load succeeded
    AppleIntelCPUPowerManagementClient: ready
    BTCOEXIST off
    wl0: Broadcom BCM4331 802.11 Wireless controller
    5.100.98.75
    AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitializad
    rooting via boot-uuid from /chosen: 6E918706-FC0D-37460-A3A0-6268A51DF93B
    Waiting on <dict ID="0"><key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleAPIPCI/SATA@1F,2/AppleIntelPchSe riesAHCI/PRT0@0/AOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlock
    storageevice /IoBlockStorageDriver/TOSHIBA MK7559GSXF Media/IOGUIDPartit
    BSD root: disk0s2, major 14, minor 2
    Kernel is LP64
    com.apple.launchd 1   com.apple.launchd 1   *** launchd[1] has started up. ***
    com.apple.launchd 1   com.apple.launchd 1   *** Verbose boot, will log to /dev/console. ***
    Running fsck on the boot volume...
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing FSCK_HFS (version diskdev_cmds-540.1~25).
    BootCacheControl: UNable to open /Var/db/BootCache.playlist:2 No such file or directory
    launchctl:Dubious permissions on file (skipping): /Library/LaunchDaemons
    launchctl:Dubious permissions on file (skipping): /System/Library/LaunchDaemons
    Any help or suggestions on what to do next would be welcomed.
    I am in the middle of the Atlantick, stuck with a brand new, non working Apple MacBook Pro.
    Best regards
    Sergio Ramos

    Reinstalling MacOS does NOT fix the problem for me.  I'm still searching a solution !
    Bernard

  • Help: upon safe boot, got following message: BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory

    Mac Book Pro, late 2011. Purchased in a department store in Mexico.
    Was running ok for several days after I purchased it.
    Had some software installed and memory upgraded from 4 to 8Gb.
    Suddenly at start up, got a gray screen with a spinning wheel and never boot.
    Followed advise from http://support.apple.com/kb/TS2570 and performed a safe boot. (hold Shift-Command-V during startup instead of just Shift).
    The boot sequence starts then stops and nothing happens. these are the last lines of the boot sequence.
    BSD root: disk0s2, major 14, minor 2
    Kernel is LP64
    com.apple.launchd 1   com.apple.launchd 1   *** launchd[1] has started up. ***
    com.apple.launchd 1   com.apple.launchd 1   *** Verbose boot, will log to /dev/console. ***
    Running fsck on the boot volume...
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing FSCK_HFS (version diskdev_cmds-540.1~25).
    BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory
    launchctl:Dubious permissions on file (skipping): /Library/LaunchDaemons
    launchctl:Dubious permissions on file (skipping): /System/Library/LaunchDaemons
    For what little experience I have on Unix systems, it has to do with the libraries which cannot be launched...
    Any ideas, solutions, suggestions are welcomed.
    Cheers.
    Dipbaja

    Boot into Recovery (command-R at startup), launch Disk Utility, select your startup volume, and run Repair Permissions. Then reboot as usual.

  • [SOLVED] zsh: Failed to execute operation: No such file or directory

    I recently ordered a chromebook (acer c720) and have successfully replaced ChromeOS with Arch Linux. Things were going great the past 2 days but all of a sudden whenever I try to use tab completion on zsh (does not happen in bash or any other shell I've tested) I receive the message:
    Failed to execute operation: No such file or directory
    My .zprofile is:
    emulate sh -c 'source /etc/profile'
    #[[ -f ~/.zshrc ]] && . ~/.zshrc
    if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
    startx
    fi
    My .zshenv is:
    export PATH=/home/zach/.bin:$PATH
    export EDITOR=nano
    export BROWSER=firefox
    [[ $(tty) = /dev/tty1 ]] && xrdb merge /home/zach/.config/xresources
    My .zshrc is:
    #source ~/.zshenv
    # Lines configured by zsh-newuser-install
    HISTFILE=~/.histfile
    HISTSIZE=100000
    SAVEHIST=100000
    HISTCONTROL=ignoredups
    setopt appendhistory autocd extendedglob nomatch
    bindkey -e
    # End of lines configured by zsh-newuser-install
    # The following lines were added by compinstall
    zstyle :compinstall filename '/home/zach/.zshrc'
    autoload -Uz compinit
    compinit
    # End of lines added by compinstall
    PS1=$'\e[1;36m%~\e[0m >>\e[1;36m>\e[0m%] '
    #Begin Aliases
    alias edit='$EDITOR'
    alias sedit='sudo $EDITOR'
    alias pacman='sudo pacman'
    # Listing
    alias ls='ls --color=auto --group-directories-first'
    alias lsl='ls --color=auto --group-directories-first -l'
    alias lsa='ls --color=auto --group-directories-first -al'
    alias lsp='ls --color=auto --group-directories-first -alp'
    # Moving/Copying
    alias cp='cp -r'
    alias rm='rm -r'
    alias ...='cd ../..'
    alias ....='cd ../../..'
    alias bd='cd -'
    alias mkdir='mkdir -p'
    # System
    alias systemctl='sudo systemctl'
    alias journalctl='sudo journalctl'
    alias cronedit='EDITOR=nano crontab -e'
    alias reload-daemons='sudo systemctl daemon-reload'
    alias enable='sudo systemctl enable'
    alias disable='sudo systemctl disable'
    alias start='sudo systemctl start'
    alias stop='sudo systemctl stop'
    Is there something I'm missing or not considering? The tab completion still works, it just displays that message every time inline and it's really annoying. Also I searched google, the wiki, and the forums for any information regarding this and either my search-fu isn't strong enough or it's not showing up elsewhere.
    Last edited by revoltorb (2014-09-13 14:05:44)

    Rename the "enable" and "disable" aliases. They are zsh hash table operators.

  • Cannot identify '/dev/video0': 2, No such file or directory

    hi! i have a cheap webcam that used to work perfectly on arch, but some update broke it because /dev/video no longer exists (i don't know which upgrade, it has been some months since i used it last time)
    when i try to run my webcam applications, it goes like that:
    [nbcjr@universo ~]$ sonic-snap
    Cannot identify '/dev/video0': 2, No such file or directory
    [nbcjr@universo ~]$ sudo ls /dev/
    adsp dvd hdb kmsg loop7 psaux ram2 snd ttyS2
    audio fb hdb1 legacy mapper ptmx ram3 sound ttyS3
    cd fb0 hdb2 log md pts ram4 stderr urandom
    cdrom fd hdb3 loop md0 ram0 ram5 stdin vc
    cdroms fd0 hdb4 loop0 mem ram1 ram6 stdout vcc
    cdrw fd0h1200 hdb5 loop1 misc ram10 ram7 tts zero
    console fd0u1440 hdc loop2 mixer ram11 ram8 tty
    core fd0u360 ide loop3 null ram12 ram9 tty1
    discs fd0u720 initctl loop4 nvidia0 ram13 random tty7
    disk floppy input loop5 nvidiactl ram14 rd ttyS0
    dsp full kmem loop6 port ram15 shm ttyS1
    thanks!

    That would have been the last kernal upgrade, wiped out my USB mouse which caused XWindows to crash, They had to change back to the UDEV system. I believe the maintainer for the devFS system quit but anyways it was taken out of the kernal.
    What I had to do was to change the configuration from /dev/mouse to /dev/input/mouse0, i beileve you can also do ln -s /dev/input/mouse0 /dev/mouse. Try looking in /dev/input/ for your camera.

  • BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory

    Hi,
    we are unable to boot our mac mini running the latest version of Mountain Lion (10.8.2); to try to fix we performed severals permision disk check using the recovery system (Restart your Mac and hold down the Command key and the R key [Command-R], and keep holding them until the Apple icon appears) as noted on http://support.apple.com/kb/HT4718.
    The boot sequence starts then stops and nothing happens. these are the last lines of the boot sequence.
    (... omissis ...)
    Kernel is LP64
    com.apple.launchd     1     com.apple.launchd     1     *** launchd[1] has started up. ***
    com.apple.launchd     1     com.apple.launchd     1     *** Verbose boot, will log to /dev/console. ***
    com.apple.launchd     1     com.apple.launchd     1     *** Shutdown loggin is enabled. ***
    Running fsck on the boot volume...
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing FSCK_HFS (version diskdev_cmds-557-393).
    FIPS USER Space POST: Integrity test success!
    (... omissis ...)
    FIPS USER Space POST Success!
    BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory
    As usual, any ideas, solutions, suggestions are welcomed.
    Thank you in advance for your help and support
    -- federico

    Boot into Recovery by holding down the key combination command-R at the startup chime. Release the keys when you see a gray screen with a spinning dial.
    Note: You need an always-on Ethernet or Wi-Fi connection to the Internet to use Recovery. It won’t work with USB or PPPoE modems, or with proxy servers, or with networks that require a certificate for authentication.
    When the OS X Utilities screen appears, follow the prompts to reinstall the OS. You don't need to erase the boot volume, and you won't need your backup unless something goes wrong. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.

  • During program FPGA, error message is shown as-- couldn't open "................................................./download.bit" : no such file or directory

    Hi Everyone.
    I am new to FPGA field. 
    I am trying to make a system with UART and MicroBlaze for communication with mini USB with terminal.
    From the XAPP1180 "Reference system: Kintex-7 MicroBlaze System Simulation Using IP Integrator"
    it was successful to test and understand the connection between mini-USB with terminal by displaying "hello world" 
    So, I wanted to do my own system, with uart and microblaze only without DDR3 (unlike XAPP1180 reference system).
    new block design, chose uart/micro blaze --> auto connection
    pin mapping .xdc
    bit generation
    export (include bit stream)
    make new hardware platform with .hdf
    program fpga (select .bit/.bmm )
    and the error message is shown as
    couldn't open "D:/MICRO_BLAZE/uart/uart_only/uart_only.sdk/design_1_wrapper_hw_platform_0/download.bit": no such file or directory
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 64 bytes at 0x0048B088 for a 'fileSpecType' record.
    Total memory in use at allocation was 8688 bytes.
    Source file "ParseUtils.c", line number 13179.
    Memory contents:
    0048B088: 48 F9 48 00 00 00 00 00 18 D7 48 00 00 00 00 00 H.H.......H.....
    0048B098: A8 F7 48 00 00 00 00 00 98 B5 48 00 00 00 00 00 ..H.......H.....
    0048B0A8: E8 D9 48 00 00 00 00 00 2F 00 00 00 0F 00 00 00 ..H...../.......
    0048B0B8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 26 bytes at 0x0048D708 for a StrNew.
    Total memory in use at allocation was 8679 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    0048D708: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048D718: 44 3A 00 00 00 00 00 00 00 00 D:........
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 83 bytes at 0x0048F798 for a StrNew.
    Total memory in use at allocation was 8705 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    0048F798: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048F7A8: 2F 4D 49 43 52 4F 5F 42 4C 41 5A 45 2F 75 61 72 /MICRO_BLAZE/uar
    0048F7B8: 74 2F 75 61 72 74 5F 6F 6E 6C 79 2F 75 61 72 74 t/uart_only/uart
    0048F7C8: 5F 6F 6E 6C 79 2E 73 64 6B 2F 68 65 6C 6C 6F 5F _only.sdk/hello_
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 34 bytes at 0x0048B588 for a StrNew.
    Total memory in use at allocation was 8788 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    0048B588: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048B598: 68 65 6C 6C 6F 5F 75 61 72 74 00 00 00 00 00 00 hello_uart......
    0048B5A8: 00 00 ..
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 27 bytes at 0x0048D9D8 for a StrDup.
    Total memory in use at allocation was 8822 bytes.
    Source file "FileUtils.c", line number 2866.
    Memory contents:
    0048D9D8: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048D9E8: 65 6C 66 00 00 00 00 00 00 00 00 elf........
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 99 bytes at 0x0048F938 for a StrPostCat.
    Total memory in use at allocation was 8846 bytes.
    Source file "StringUtils.c", line number 2232.
    Memory contents:
    0048F938: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048F948: 44 3A 2F 4D 49 43 52 4F 5F 42 4C 41 5A 45 2F 75 D:/MICRO_BLAZE/u
    0048F958: 61 72 74 2F 75 61 72 74 5F 6F 6E 6C 79 2F 75 61 art/uart_only/ua
    0048F968: 72 74 5F 6F 6E 6C 79 2E 73 64 6B 2F 68 65 6C 6C rt_only.sdk/hell
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 48 bytes at 0x0048F878 for a 'BDSwitchDataType' record.
    Total memory in use at allocation was 8849 bytes.
    Source file "CmdParseUtils.c", line number 467.
    Memory contents:
    0048F878: 00 00 00 00 00 00 00 00 88 B0 48 00 00 00 00 00 ..........H.....
    0048F888: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048F898: 01 00 00 00 00 00 00 00 98 DB 48 00 00 00 00 00 ..........H.....
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 34 bytes at 0x0048B3A8 for a StrDup.
    Total memory in use at allocation was 9107 bytes.
    Source file "CmdParseUtils.c", line number 583.
    Memory contents:
    0048B3A8: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048B3B8: 64 65 73 69 67 6E 5F 31 5F 69 00 00 00 00 00 00 design_1_i......
    0048B3C8: 00 00 ..
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 16 bytes at 0x0048DB98 for 'CharPtrArrayType' data.
    Total memory in use at allocation was 9123 bytes.
    Source file "StringUtils.c", line number 901.
    Memory contents:
    0048DB98: B8 B3 48 00 00 00 00 00 00 00 00 00 00 00 00 00 ..H.............
    cmd /C data2mem -bm \
    D:/MICRO_BLAZE/uart/uart_only/uart_only.runs/impl_1/design_1_wrapper_bd.bmm -bt \
    D:/MICRO_BLAZE/uart/uart_only/uart_only.runs/impl_1/design_1_wrapper.bit -bd \
    C:/Xilinx/SDK/2015.2/data/embeddedsw/lib/microblaze/mb_bootloop_le.elf tag \
    design_1_i/microblaze_0 -o b \
    D:/MICRO_BLAZE/uart/uart_only/uart_only.sdk/design_1_wrapper_hw_platform_0/download.bit
    ERROR:Data2MEM:59 - Expected a 'tag' or 'tag' keyword in -bd option. Instead, encountered '/'.
    data2mem.exe -bm D:/MICRO_BLAZE/uart/uart_only/uart_only.runs/impl_1/design_1_wrapper_bd.bmm -bt D:/MICRO_BLAZE/uart/uart_only/uart_only.runs/impl_1/design_1_wrapper.bit -bd C:/Xilinx/SDK/2015.2/data/embeddedsw/lib/microblaze/mb_bootloop_le.elf tag design_1_i/microblaze_0 -o b D:/MICRO_BLAZE/uart/uart_only/uart_only.sdk/design_1_wrapper_hw_platform_0/download.bit
    ^
    Release 14.6 - Data2MEM P_INT.20150528, build 3.0.10 Apr 3, 2013
    Copyright (c) 1995-2015 Xilinx, Inc. All rights reserved.
    data2mem
    <-bm FILENAME [.bmm]> |
    <<[-bm FILENAME [.bmm]]>
    <-bd FILENAME [<.elf>|<.mem>] [<[<boot [ADDRESS]>] tag TagName <TagName>...>]>...
    <-o <u|v|h|m|b|p> FILENAME [.ucf|.v|.vhd|.mem|.bit|.bmm]>
    <-p PARTNAME>
    -i>> |
    <-u> |
    <<-bd FILENAME [.elf]> -d [e|r]> [<-o m FILENAME [.mem]>]>> |
    <<-bm FILENAME [.bmm]>
    <-bd FILENAME [<.elf>|<.mem>] [<[<boot [ADDRESS]>] tag TagName <TagName>...>]>...
    <-bt FILENAME [.bit]> <-o b FILENAME [.bit]>> |
    <<-bm FILENAME [.bmm]> <-bt FILENAME [.bit]> -d -[<o d FILENAME [.dmp]>]>> |
    <-bx [FILEPATH]> |
    <-mf <p PNAME PTYPE PID <a SNAME MTYPE ASTART BWIDTH <s BSIZE DWIDTH IBASE>...>...>...>> |
    <<-pp FILENAME [.bmm]> <-o p FILENAME [.bmm]>> |
    <-f FILENAME [.opt]> |
    <-w [on|off] > |
    <-q [s|e|w|i]> |
    <-intstyle silent|ise|xflow> |
    <-log FILENAME [.log]> |
    <-h [<option [< option>...]> | support ]> |
    <-encrypt [bbram | efuse] [StartCBC=<hex_string>] [Key0=<hex_string>] [HMAC=<hex_string>] [FILENAME[.nky]]>
    -h option_list | all | sup[port]
    Print help text for command line options. If only a '-h' is given, then
    only the option summary is output. If the '-h' is followed by a space
    separated list of option names (without the dash), help is output for
    the listed options. For example, '-h bm bd i' gives help on the 'bm',
    'bd', and 'i' options. Use '-h all' for help on all options. Lastly,
    use '-h support' to list the devices the tool supports. The keyword
    'support' can be abbreviated up to 'sup'.
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 64 bytes at 0x001DD5C8 for a 'fileSpecType' record.
    Total memory in use at allocation was 8673 bytes.
    Source file "ParseUtils.c", line number 13179.
    Memory contents:
    001DD5C8: E8 FB 1D 00 00 00 00 00 98 B9 1D 00 00 00 00 00 ................
    001DD5D8: 48 F9 1D 00 00 00 00 00 48 FB 1D 00 00 00 00 00 H.......H.......
    001DD5E8: 28 BA 1D 00 00 00 00 00 2F 00 00 00 0F 00 00 00 (......./.......
    001DD5F8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 26 bytes at 0x001DB988 for a StrNew.
    Total memory in use at allocation was 8659 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    001DB988: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DB998: 43 3A 00 00 00 00 00 00 00 00 C:........
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 74 bytes at 0x001DF938 for a StrNew.
    Total memory in use at allocation was 8685 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    001DF938: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DF948: 2F 58 69 6C 69 6E 78 2F 53 44 4B 2F 32 30 31 35 /Xilinx/SDK/2015
    001DF958: 2E 32 2F 64 61 74 61 2F 65 6D 62 65 64 64 65 64 .2/data/embedded
    001DF968: 73 77 2F 6C 69 62 2F 6D 69 63 72 6F 62 6C 61 7A sw/lib/microblaz
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 38 bytes at 0x001DFB38 for a StrNew.
    Total memory in use at allocation was 8759 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    001DFB38: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DFB48: 6D 62 5F 62 6F 6F 74 6C 6F 6F 70 5F 6C 65 00 00 mb_bootloop_le..
    001DFB58: 00 00 00 00 00 00 ......
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 27 bytes at 0x001DBA18 for a StrDup.
    Total memory in use at allocation was 8797 bytes.
    Source file "FileUtils.c", line number 2866.
    Memory contents:
    001DBA18: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DBA28: 65 6C 66 00 00 00 00 00 00 00 00 elf........
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 94 bytes at 0x001DFBD8 for a StrPostCat.
    Total memory in use at allocation was 8821 bytes.
    Source file "StringUtils.c", line number 2232.
    Memory contents:
    001DFBD8: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DFBE8: 43 3A 2F 58 69 6C 69 6E 78 2F 53 44 4B 2F 32 30 C:/Xilinx/SDK/20
    001DFBF8: 31 35 2E 32 2F 64 61 74 61 2F 65 6D 62 65 64 64 15.2/data/embedd
    001DFC08: 65 64 73 77 2F 6C 69 62 2F 6D 69 63 72 6F 62 6C edsw/lib/microbl
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 48 bytes at 0x001DD7C8 for a 'BDSwitchDataType' record.
    Total memory in use at allocation was 8824 bytes.
    Source file "CmdParseUtils.c", line number 467.
    Memory contents:
    001DD7C8: 00 00 00 00 00 00 00 00 C8 D5 1D 00 00 00 00 00 ................
    001DD7D8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DD7E8: 01 00 00 00 00 00 00 00 D8 BB 1D 00 00 00 00 00 ................
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 34 bytes at 0x001DFDE8 for a StrDup.
    Total memory in use at allocation was 9082 bytes.
    Source file "CmdParseUtils.c", line number 583.
    Memory contents:
    001DFDE8: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DFDF8: 64 65 73 69 67 6E 5F 31 5F 69 00 00 00 00 00 00 design_1_i......
    001DFE08: 00 00 ..
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 16 bytes at 0x001DBBD8 for 'CharPtrArrayType' data.
    Total memory in use at allocation was 9098 bytes.
    Source file "StringUtils.c", line number 901.
    Memory contents:
    001DBBD8: F8 FD 1D 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    Am I missing some steps or specific (setup/configuration) for this project?
    Please help me
     

    Hi,
    You need to increase size of BRAM in your system.
    This might solve the issue.
    Regards
    Praveen
    Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful.
    Give Kudos to a post which you think is helpful and reply oriented.
     

  • Getting `No such file or directory` error while trying to open bdb database

    I have four multi-threaded processes (2 writer and 2 reader processes), which make use of Berkeley DB transactional data store. I have multiple environments and the associated database files and log files are located in separate directories (please refer to the DB_CONFIG below). When all these four processes start to perform open and close of databases in the environments very quickly, one of the reader process is throwing a No such file or directory error even though the file actually exists.
    I am making use of Berkeley DB 4.7.25 for testing out these applications.
    The four application names are as follows:
    Writer 1
    Writer 2
    Reader 1
    Reader 2
    The application description is as follows:
    &lsquo;*Writer 1*&rsquo; owns 8 environments and each environment having 123 Berkeley databases created using HASH access method. At any point of time, &lsquo;*Writer 1*&rsquo; will be acting on 24 database files across 8 environments (3 database files per environment) for carrying out write operation. Where as reader process will be accessing all 123 database files / per environment (Total = 123 * 8 environments = 984 database files) for read activities. Similar configuration for Writer 2 as well &ndash; 8 separate environments and so on.
    Writer 1, Reader 1 and Reader 2 processes share the environments created by Writer 1
    Writer 2 and Reader 2 processes share the environments created by Writer 2
    My DB_CONFIG file is configured as follows
    set_cachesize 0 104857600 1   # 100 MB
    set_lg_bsize 2097152                # 2 MB
    set_data_dir ../../vol1/data/
    set_lg_dir ../../vol31/logs/SUBID/
    set_lk_max_locks 1500
    set_lk_max_lockers 1500
    set_lk_max_objects 1500
    set_flags db_auto_commit
    set_tx_max 200
    mutex_set_increment 7500
    Has anyone come across this problem before or is it something to do with the configuration?

    Hi Michael,
    I should have included about how we are making use of DB_TRUNCATE flag in my previous reply itself. Sorry for that.
    From writers, DB truncation happens periodically. During truncate (DB handle is not associated with any environment handle i.e. stand-alone DB
    ) following parameters are passed to db-&gt;open function call:
    DB-&gt;open(DB *db,                    
    DB_TXN *txnid,          =&gt; NULL
    const char *file,          =&gt; file name (absolute DB file path)
    const char *database,  =&gt; NULL
    DBTYPE type, =&gt; DB_HASH
    u_int32_t flags, =&gt; DB_READ_UNCOMMITTED | DB_TRUNCATE | DB_CREATE | DB_THREAD
    int mode); =&gt; 0
    Also, DB_DUP flag is set.
    As you have rightly pointed out, `No such file or directory` is occuring during truncation.
    While a database is being truncated it will not be found by others trying to open it. We simulated this by stopping the writer process (responsible for truncation) and by opening & closing the databases repeatedly via readers. The reader process did not crash. When readers and writers were run simultaneously, we got `No such file or directory` error.Is there any solution to tackle this problem (because in our case writers and readers are run independently. So readers won't come to know about truncation from writers)?
    Also, we are facing one more issue related to DB_TRUNCATE. Consider the following scenario:
    <ul><li>Reader process holds reference of database (X) handle in environment 'Y' at time t1
    </li>
    <li>Writer process opens the database (X) in DB_TRUNCATE mode at time t2 (where t2 &gt; t1)</li>
    <li>After truncation, writer process closes the database and joins the environment 'Y'</li>
    <li>After this any writes to database X is not visible to the reader process</li>
    <li>Once reader process closes the database X and re-joins the environment, all the records inserted from writer process are visible</li>
    </ul>
    Is it the right behavior? If yes, how to make any writes visible to a reader process without closing and re-opening the database in the above-mentioned scenario?
    Also, when [db_set_errfile|http://www.oracle.com/technology/documentation/berkeley-db/db/api_c/db_set_errfile.html] was set, we did not get any additional information in the error file.
    Thanks,
    Magesh

Maybe you are looking for

  • I can't set up mails in IOS 8.02

    i can't set up my mail account which I am using mor ethan 15 years in Iphone6 plus which has IOS 8.02 inside But i can do it on older program I have at home iPad 7.04 and works perfect What might be problem How can I install my emaill details without

  • Before the upgrade to Lion I used Preview .....

    ....  to crop and resize images in both px and kb for my site. Now with the "save as" feature dumped I simply don't know what to do. Can anyone advise of a neat app that can perform those simple requirements. Hi Steve! OCD strikes again! Another scre

  • Diadem 10.1 launching problem

    Hi, I am using diadem 10.1, yesterday it suddenly stopped launching fully instead stopped with the screen of "Activating gui". What could be problem? My PC is  Win XP. Can any one guide me to get rid of this problem. Regards, Ignatius

  • OS X Lion - Improvements/Ideas

    For mission control, we have many spaces. It would be easier to use if we were able to move our spaces around. Sometimes I have some full screen applications on and wish to move them to a certain place in my spaces. This is so i can get to the work I

  • Kingston Liquidaux Bluetooth Car Kit

    Hi everyone, I've had my iPhone for about a month and a half. Of course I love it. I have been looking for an all in one type product like the Kingston Liquidaux Bluetooth kit. http://us.kensington.com/html/14484.html Now I know the wireless music st