FATAL_ERROR:Xst:Portability/export/Port_Main.h:127:1.17

I have got "FATAL_ERROR:Xstortability/export/Port_Main.h:127:1.17" twice now during FPGA compiles. Oddly enough, the first time it happened, a new compile attempt was all it took to fix it. I am recompiling now after it happened after a compile of a new design. Any idea how to fix it?
I'll attach the compiler output.
Edit: The smiley above is a colon then a capital P.
Message Edited by pd2 on 06-23-2008 02:08 PM
Attachments:
compile failure.txt ‏511 KB

Hi PD2
First, in terms of adding and configuring a clock to the project, the method you state should be OK.
Concerning the errors you are getting, I have not run into them before.  My expertise with this module is coming more from the RF side of the module that the FPGA side.  I looked at your VI though, and I am not comfortable with the way you have configured your filters, mainly the use of arrays.  Also the multiple arrays in inside a cluster.  I have not been that successful writing code like this before so I am not sure how feasible this is when compiling.  One suggestion I have to see if this is an issue or not would be to reduce the size of the arrays down to three elements each. I know this will not be a feasible filer for you, but if the code starts compiling without any errors, it may be a sign that the code might be a little complex for the compiler.  Also, the fact that you seem to be running a 75 tap filter, and twice, might be too much for the compiler for the IF-RIO’s FPGA.
I’ve attached a filter that we have implemented in two projects here.  It is very pipelined as well as reusing multipliers.  The VI must run in a SCTL loop that is running at least as twice as fast as the ADC IQ rate.  This is due to a MUX internal that switches whether an I or Q sample is directed to the multipliers.  In this way, the multipliers on the FPGA do double duty, and we minimize the number of multipliers used.
The other important feature to point out about the code is that the coefficients of the filter are “clocked” into the FPGA at the beginning through one front panel control (vs. an array) before processing starts.  Also, the coefficients in the array. The array manipulation itself, are not processed though every clock of the SCTL loop. 
The compilers should spread out every element of the arrays and arrays in the clusters to individual data lines so that the data can process on every cycle of the clock.  But I have had issues in the past where I have used clusters and I have been unable to compile the code.  I usually minimize the use of clusters and arrays that I now use, especially when putting arrays in clusters.
I hope this helps.
Jerry
Message Edited by Jerry_L on 07-07-2008 11:30 AM
Attachments:
FilterEx.zip ‏945 KB

Similar Messages

  • FATAL_ERROR:Xst:....

    Greetings to all,
    Two questions:
    1) We were trying to compile an FIR project on the FPGA and we faced several problems. After 15 hours of compilation, the following error was popped out:
    FATAL_ERROR:Xstortability/export/Port_Main.h:127:1.13.276.1 -
    This application has discovered an exceptional condition from which it cannot recover.  Process will terminate. 
    ERROR:Xflow - Program xst returned error code 1. Aborting flow execution...
    We also noticed the following during compilation: "INFO:Xst:738 - HDL ADVISOR - 640 flip-flops were inferred for signal <out_l>. You may be trying to describe a RAM in a way that is incompatible with block and distributed RAM resources available on Xilinx devices, or with a specific template that is not supported. Please review the Xilinx resources documentation and the XST user manual for coding guidelines. Taking advantage of RAM resources will lead to improved device usage and reduced synthesis time"
    and we don't know the cause of such problem? Do you have any hints?
    2) When creating a real time application between the host VI and the FPGA VI, we put a timed loop on the FPGA VI, and then read the values using the read/write
    control function in a while loop on the HOST VI. How can we know how often the host read/write control function reads a value from the FPGA VI.
    Does the read/write control function reads a value from the FPGA on every iteration of the FPGA loop? If No, what controls the iteration duration on the HOST VI?
    In other words, How does the while loop in the HOST VI synchronize with the FPGA timed loop?
    P.S. Putting a timed loop on the HOST VI is not an  option becuase the used dt on the FPGA VI is too small (corresponding to a zero on the HOST)

    Hello,
    1.
     We are also seeing the following error message:
    WARNING:Xst:524 - All outputs of the instance <TimeoutManagerx> of the block <TimeoutManager> are unconnected in block <FifoPopControl>.   This instance will be removed from the design along with all underlying logic
    FATAL_ERROR:Xstortability/export/Port_Main.h:127:1.13.276.1 -
    This application has discovered an exceptional condition from which it cannot recover. 
    ERROR:Xflow - Program xst returned error code 1. Aborting flow execution...
    "the Xilinx compiler can take very long
    times to compile FPGA >code that contain arrays, and this has led to the
    compiler ending with an error."
    In our case the compilation ran for 1.5 hours on a Pentium III with 512MB RAM; could this still be the cause ?
    2. 
    We are using two 16-bit arrays (from a front-panel connector) and four 32-bit arrays (from a global variable). The arrays size is 64 elements.
    We do not have 'create arrays' and 'array local variables'.  However, we do have a for loop with replace array subset and I would like to know what kind of overhead that may cause ?
    In previous iterations, we had longer compilation times when we were using larger arrays and were passing them between sub-VIs and the process ran out of memory.
    3.
    We will be modifying the code to indexed memory operations, but would like to understand better the workings of arrays. The overheads to be expected when using arrays seem to be very high from our experience.  Any suggestions on the maximum size after which problems can be expected ? Or best-use practices for array operations would be welcome.
    Thanks in advance.
    Regards,
    Manik

  • The Dreaded Xilinx Fatal Error

    Hi All,
    I've got a PXI-7813R and several C series modules.
    When I added some code to retreived LSB weights and offsets, after a while I started getting a compile error repeatedly, and I haven't found a way past it yet.  I saw several posts regarding different fatal errors, but so far I haven't been able to figure out what I've done to make the FPGA gods angry.
    Here's the important part of the error message:
    Mapping all equations...
    FATAL_ERROR:Xstortability/export/Port_Main.h:127:1.17 - This application has discovered an exceptional condition from which
    it cannot recover.  Process will terminate. For more information on this error, please consult the Answers Database or open a
    WebCase with this project attached at http://www.xilinx.com/support.
    ERROR:Xflow - Program xst returned error code 1. Aborting flow execution...
    Would someone be kind enough to point me in the right direction?  In the meantime, I'm backtracking and attempting to isolate the issue.
    Thanks,
    Jim

    Thanks once again, Basset Hound. 
    I had tried the instructions in that document the other day without success, but it worked today.  I think I'd made a silly syntactical error before like forgetting the semicolon.  For anyone else who comes across "Port_Main.h:127:1.17", here are the exact modifications I made to vhdl_area.opt, literally spelled out:
    # Global Synthesis Options
    "-keep_hierarchy SOFT";           # Fix outlined in the NI document           
    "-ifn <synthdesign>";             # Input/Project File Name
    That was very helpful, and all seems to be well for now (fingers crossed).  Now I can get back to concentrating on the problem from my last thread. 
    Cheers,
    Jim

  • Conduit crashes with segmentation fault

    I just installed a fresh install of Arch Linux with xfce installed. Everything is up and running. I wanted conduit to synchronize evolution data with my desktop. I was using Xubuntu and everything was fine. But Arch is 2x faster than xubuntu...
    The compilation of conduit went right, reported no error.
    I run XFCE but I tried to run it from gnome also just if it was an dependency error... Didn't work. I tried to install firefox from sources since it was an run-mozilla.sh segmentation error. Didn't work.
    Here's my rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="fr_CA.utf8"
    HARDWARECLOCK="local"
    USEDIRECTISA="no"
    TIMEZONE="America/Montreal"
    KEYMAP="cf"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(uvcvideo)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="djo-laptop"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network dbus hal netfs avahi-daemon crond fam)
    When I run conduit from console, conduit opens but when I add a source provider I got the following (the last two lines):
    [djo@djo-laptop conduit]$ conduit
    INFO: FOUND FIREFOX LIBS AT /usr/lib/firefox-3.0
    [Main ][INFO ] Conduit v0.3.15 Installed: True (Main.py:99)
    [Main ][INFO ] Python: 2.6.2 (r262:71600, Apr 18 2009, 06:27:57)
    [GCC 4.3.3] (Main.py:100)
    [Main ][INFO ] Platform Implementations: GnomeVfs,gtkmozembed,GConf (Main.py:101)
    [Main ][INFO ] Using UI: gtk (Main.py:131)
    [gtkui.Canvas ][INFO ] Module Information: goocanvas v(0, 12, 0) (/usr/lib/python2.6/site-packages/goocanvasmodule.so) (Canvas.py:25)
    [modules.AVConverter ][INFO ] GStreamer transcoding disabled (AudioVideoConverterModule.py:28)
    [modules.iPod ][INFO ] iPod support disabled (iPodModule.py:46)
    [Module ][WARNING] Error loading the file: /usr/lib/conduit/modules/iPodModule/iPodModule.py
    Traceback (most recent call last):
    File "/usr/lib/python2.6/site-packages/conduit/Module.py", line 173, in _load_modules_in_file
    mod = self._import_file(filename)
    File "/usr/lib/python2.6/site-packages/conduit/Module.py", line 154, in _import_file
    mods = pydoc.importfile (filename)
    File "/usr/lib/python2.6/pydoc.py", line 262, in importfile
    raise ErrorDuringImport(path, sys.exc_info())
    ErrorDuringImport: problem in /usr/lib/conduit/modules/iPodModule/iPodModule.py - <type 'exceptions.NameError'>: name 'gpod' is not defined
    (Module.py:201)
    /usr/lib/conduit/modules/BoxDotNetModule/BoxDotNetModule.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
    import md5
    [modules.Flickr ][INFO ] Module Information: flickrapi v1.1 (/usr/lib/conduit/modules/FlickrModule/flickrapi/__init__.pyc) (FlickrModule.py:26)
    [modules.Backpack ][INFO ] Module Information: backpack (/usr/lib/conduit/modules/BackpackModule/backpack/backpack.pyc) (BackpackModule.py:22)
    [modules.Feed ][INFO ] RSS Feed support disabled (FeedModule.py:53)
    [modules.Google ][INFO ] Module Information: gdata (/usr/lib/conduit/modules/GoogleModule/gdata/__init__.pyc) (GoogleModule.py:45)
    [modules.Evolution ][INFO ] Module Information: evolution v(2, 26, 0) (/usr/lib/python2.6/site-packages/gtk-2.0/evolution/__init__.pyc) (EvolutionModule.py:25)
    [modules.Facebook ][INFO ] Module Information: pyfacebook v0.1 (/usr/lib/conduit/modules/FacebookModule/pyfacebook/__init__.pyc) (FacebookModule.py:30)
    [modules.Network ][INFO ] Network support enabled (NetworkModule.py:30)
    [modules.Network ][WARNING] Error starting client (Client.py:37)
    [modules.Network ][DEBUG ] Starting AvahiAdvertiser server (Server.py:35)
    [modules.Network ][WARNING] Error starting AvahiAdvertiser server: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Avahi was not provided by any .service files (Server.py:52)
    [dataproviders.VolumeFactory][DEBUG ] Adjusted mount: file:/// (VolumeFactory.py:25)
    [dataproviders.VolumeFactory][DEBUG ] Adjusted mount: file:///home (VolumeFactory.py:25)
    [dataproviders.VolumeFactory][DEBUG ] Adjusted mount: file:///var (VolumeFactory.py:25)
    [gtkui.UI ][INFO ] Main window constructed (thread: -1211799872) (UI.py:202)
    [SyncSet ][INFO ] Restoring Sync Set from /home/djo/.config/conduit/settings.xml (SyncSet.py:195)
    [SyncSet ][INFO ] /home/djo/.config/conduit/settings.xml not present (SyncSet.py:199)
    [gtkui.UI ][DEBUG ] Presenting GUI (UI.py:227)
    [DBus ][DEBUG ] DBus Exported: / (DBus.py:127)
    [DBus ][DEBUG ] DBus Exported: /syncset/gui (DBus.py:127)
    [DBus ][DEBUG ] DBus Exported: /syncset/dbus (DBus.py:127)
    [Conduit ][DEBUG ] Adding twoway dataprovider into source position (Conduit.py:140)
    /usr/lib/firefox-3.0/run-mozilla.sh: line 131: 3081 Erreur de segmentation "$prog" ${1+"$@"}
    I also tried the SVN version of conduit. The segmentation fault is different but the program still crashes when I try to add data provider :
    [djo@djo-laptop conduit]$ ./conduit/conduit
    [Main ][INFO ] Conduit v0.3.16 Installed: False (Main.py:126)
    [Main ][INFO ] Python: 2.6.2 (r262:71600, Apr 18 2009, 06:27:57)
    [GCC 4.3.3] (Main.py:127)
    [Main ][INFO ] Platform Implementations: GIO,webkit,GConf (Main.py:128)
    [Main ][INFO ] Using UI: gtk (Main.py:158)
    [gtkui.Canvas ][INFO ] Module Information: goocanvas v(0, 12, 0) (/usr/lib/python2.6/site-packages/goocanvasmodule.so) (Canvas.py:28)
    [modules.iPod ][WARNING] iPod support disabled (python-gpod not availiable) (iPodModule.py:53)
    [modules.AVConverter ][INFO ] GStreamer transcoding disabled (AudioVideoConverterModule.py:28)
    /home/djo/.packages/conduit/conduit/modules/FacebookModule/FacebookModule.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
    import md5
    [modules.Facebook ][INFO ] Module Information: pyfacebook v0.1 (/home/djo/.packages/conduit/conduit/modules/FacebookModule/pyfacebook/__init__.pyc) (FacebookModule.py:30)
    [modules.Facebook ][INFO ] Facebook parsing using: JSON (json) (FacebookModule.py:31)
    [modules.iPod ][WARNING] iPod support disabled (python-gpod not availiable) (iPodModule.py:53)
    [modules.Evolution ][INFO ] Module Information: evolution v(2, 26, 0) (/usr/lib/python2.6/site-packages/gtk-2.0/evolution/__init__.pyc) (EvolutionModule.py:25)
    [modules.Backpack ][INFO ] Module Information: backpack (/home/djo/.packages/conduit/conduit/modules/BackpackModule/backpack/backpack.pyc) (BackpackModule.py:22)
    [modules.Feed ][INFO ] RSS Feed support disabled (FeedModule.py:54)
    [modules.Flickr ][INFO ] Module Information: flickrapi v1.1 (/home/djo/.packages/conduit/conduit/modules/FlickrModule/flickrapi/__init__.pyc) (FlickrModule.py:26)
    /home/djo/.packages/conduit/conduit/modules/GoogleModule/gdata/tlslite/utils/cryptomath.py:9: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
    import sha
    [modules.Google ][INFO ] Module Information: gdata (/home/djo/.packages/conduit/conduit/modules/GoogleModule/gdata/__init__.pyc) (GoogleModule.py:46)
    [modules.Network ][INFO ] Network support enabled (NetworkModule.py:30)
    [modules.Network ][DEBUG ] Starting AvahiAdvertiser server (Server.py:35)
    [modules.Network ][DEBUG ] Announcing avahi conduit service (Peers.py:159)
    [dataproviders.VolumeFactory][INFO ] Waiting for HAL to attempt mount (VolumeFactory.py:38)
    [dataproviders.VolumeFactory][INFO ] Waiting for HAL to attempt mount (VolumeFactory.py:38)
    [dataproviders.VolumeFactory][INFO ] Waiting for HAL to attempt mount (VolumeFactory.py:38)
    [gtkui.UI ][INFO ] Main window constructed (thread: -1210530112) (UI.py:202)
    [SyncSet ][INFO ] Restoring Sync Set from /home/djo/.config/conduit/settings.xml (SyncSet.py:198)
    [gtkui.UI ][DEBUG ] Presenting GUI (UI.py:227)
    [DBus ][DEBUG ] DBus Exported: / (DBus.py:127)
    [DBus ][DEBUG ] DBus Exported: /syncset/gui (DBus.py:127)
    [DBus ][DEBUG ] DBus Exported: /syncset/dbus (DBus.py:127)
    [modules.Network ][DEBUG ] Resolved conduit service djo-desktop on djo-desktop.local - 192.168.0.103:3400
    Extra Info: ['protocol-version=1', 'version=0.3.16'] (Peers.py:245)
    [modules.Network ][DEBUG ] Remote host 'http://djo-desktop.local' detected (Client.py:49)
    [modules.Network ][DEBUG ] Resolved conduit service djo-laptop on djo-laptop.local - 192.168.0.100:3400
    Extra Info: ['protocol-version=1', 'version=0.3.16'] (Peers.py:245)
    [modules.Network ][DEBUG ] Remote host 'http://djo-laptop.local' detected (Client.py:49)
    [dataproviders.DataProvider][DEBUG ] DataProviderFactory <TestFactory object at 0x8bb2f2c (conduit+dataproviders+DataProvider+DataProviderFactory at 0x8a0c260)>: Emitting dataprovider-added for DynamicTestSource1:Foo (DataProvider.py:606)
    [Module ][INFO ] Dynamic dataprovider (Wrapper: Dynamic Source 1 source (UID: DynamicTestSource1:Foo-None)) available by <TestFactory object at 0x8bb2f2c (conduit+dataproviders+DataProvider+DataProviderFactory at 0x8a0c260)> (Module.py:67)
    [DBus ][DEBUG ] DBus Message from /: Emmiting DBus signal DataproviderAvailable DynamicTestSource1:Foo (DBus.py:134)
    [dataproviders.DataProvider][DEBUG ] DataProviderFactory <TestFactory object at 0x8bb2f2c (conduit+dataproviders+DataProvider+DataProviderFactory at 0x8a0c260)>: Emitting dataprovider-added for DynamicTestSource2:Bar:Baz (DataProvider.py:606)
    [Module ][INFO ] Dynamic dataprovider (Wrapper: Dynamic Source 2 source (UID: DynamicTestSource2:Bar:Baz-None)) available by <TestFactory object at 0x8bb2f2c (conduit+dataproviders+DataProvider+DataProviderFactory at 0x8a0c260)> (Module.py:67)
    [DBus ][DEBUG ] DBus Message from /: Emmiting DBus signal DataproviderAvailable DynamicTestSource2:Bar:Baz (DBus.py:134)
    [dataproviders.DataProvider][DEBUG ] DataProviderFactory <TestFactory object at 0x8bb2f2c (conduit+dataproviders+DataProvider+DataProviderFactory at 0x8a0c260)>: Emitting dataprovider-added for CustomKey (DataProvider.py:606)
    [Module ][INFO ] Dynamic dataprovider (Wrapper: Preconfigured Test Source source (UID: TestSource-None)) available by <TestFactory object at 0x8bb2f2c (conduit+dataproviders+DataProvider+DataProviderFactory at 0x8a0c260)> (Module.py:67)
    [DBus ][DEBUG ] DBus Message from /: Emmiting DBus signal DataproviderAvailable TestSource (DBus.py:134)
    [dataproviders.DataProvider][DEBUG ] DataProviderFactory <TestFactory object at 0x8bb2f2c (conduit+dataproviders+DataProvider+DataProviderFactory at 0x8a0c260)>: Emitting dataprovider-removed for DynamicTestSource1:Foo (DataProvider.py:611)
    [Module ][INFO ] Dynamic dataprovider (DynamicTestSource1:Foo) unavailable by <TestFactory object at 0x8bb2f2c (conduit+dataproviders+DataProvider+DataProviderFactory at 0x8a0c260)> (Module.py:71)
    [DBus ][DEBUG ] DBus Message from /: Emiting DBus signal DataproviderUnavailable DynamicTestSource1:Foo (DBus.py:134)
    [Conduit ][DEBUG ] Adding twoway dataprovider into source position (Conduit.py:140)
    ./conduit/conduit: line 26: 3512 Erreur de segmentation `dirname $0`/conduit.real $*
    I tried to enable webkit instead of gtkmozembed but I can't see how. I really want to use conduit to sync Evolution suite between desktop/laptop
    Any help?
    Desesperate new arch user.

    I've rebuilt conduit with webkit and GIO support by patching the file defs.py.in in the source directory, however the segfault still occurs on my machine. The only difference is that the run-mozilla.sh error is not given but instead a blank line. Perhaps this is related to a specific plugin not working correctly.
    edit: this is also occuring with conduit 0.3.14 release. I may try the SVN version later today.
    Last edited by iBertus (2009-06-13 19:16:16)

  • Kill on Exit

    What I would like to see added in a future sprint of DPS is a check box preference to "kill" a DPS app when you exit it. Of course typical DPS reading, if you were to exit an issue you are reading and go back in you are on the same page as when you left. But say I use DPS to create a sales detailer for an Enterprise user who when they end one visit with a customer, using the DPS app to detail their product, when they go to their next call I'd prefer to be able to launch the app and be back on the cover page.
    Obviously this is something on the Xcode side where when it goes in to background, it doesn't enter suspend I believe it needs the UIApplicationExitsOnSuspend set to Yes.
    THANK YOU for considering this in the next Sprint!

    fukawi2 wrote:
    $$ will give you the PID of this bash process, not the last process (ie, ssh)
    Something like this I think is what you want:
    server='host.example.com'
    my_socket='/tmp/my-master-socket'
    ssh -2aCfNnx -D 127.0.0.1:9220 -p 2222 -l user -M -S $my_socket $server
    ssh -S $my_socket -O check $server
    export http_proxy=socks5://127.0.0.1:9220
    export https_proxy=$http_proxy
    export ftp_proxy=$http_proxy
    export rsync_proxy=$http_proxy
    export no_proxy="127.0.0.1,192.168.0.1/24"
    midori
    exit=$?
    ssh -S $my_socket -O exit $server
    exit $exit
    Source: http://stackoverflow.com/questions/2241 … ssh-tunnel
    Perfect!
    My final revision, if anyone wants it:
    #!/bin/sh
    socket=/tmp/$USER-sshsocket
    server=SERVER_NAME_GOES_HERE
    ssh -2aCfMNnvxS $socket -D 127.0.0.1:9220 -p 2222 -l USER_NAME_GOES_HERE $server
    chmod 600 $socket
    export http_proxy=socks5://127.0.0.1:9220
    export https_proxy=$http_proxy
    export ftp_proxy=$http_proxy
    export rsync_proxy=$http_proxy
    export no_proxy="127.0.0.1,192.168.0.1/24"
    midori
    exit=$?
    ssh -S $socket -O exit $server
    exit $exit

  • Installing 11gR2 (linux.zseries64) on oracle linux 5 guest system failed

    Dear experts,
    I decided to post a detailed thread since it seems my last thread is totally forgotten. Hopefully, this thread could clarify my problem of installing oracle database 11.2.0.2 in oracle linux guest system in windows 7 host system. Sorry about that.
    I installed oracle linux 5 update 6 x86_64 bits guest system in my windows 7 host using oracle virtualbox 4.2.12 so that I can install oracle database 11.2.0.2 (linux.zseries64_11gR2_database_1of2.zip, linux.zseries64_11gR2_database_2of2.zip). The oracle database I downloaded has some functions which are not available in 11.2.0.1. These two disks are extracted in a shared folder.
    I followed the instructions in a guide to run the installation:
    # yum install oracle-validated
    It succeeded. and, I used uname -a to return this additional information:
    "Linux localhost.localdomain 2.6.32-400.26.2.el5uek #1"
    Then I set these below:
    SELINUX=permissive
    mkdir -p /u01/app/oracle/product/11.2.0/db_1
    chown -R oracle:oinstall /u01
    chmod -R 775 /u01
    xhost + 127.0.0.1
    and, added something in .bash_profile:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_HOSTNAME=127.0.0.1; export ORACLE_HOSTNAME
    ORACLE_UNQNAME=DB11G; export ORACLE_UNQNAME
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=DB11G; export ORACLE_SID
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    Then, I set DISPLAY environment in terminal:
    export DISPLAY=127.0.0.1:0.0
    Finally, I logged into the guest system as a user, not root, to run the installation. However, I got the frustrating error message:
    [hsl@localhost database]$ ./runInstaller
    ./runInstaller: line 254: /media/sf_My_Share/Oracle/database/install/.oui: cannot execute binary file
    Can anybody please give some advices to fix the problem. The installation is very important to me. Thanks a lot in advance.
    hong

    Hi,
    Yes , its 11.2.0.2
    by the way mine is look like this
    [oracle@node2 ~]$ cd /media/share
    [oracle@node2 share]$ ls -lt
    total 0
    drwxrwxrwx 1 root root 0 Nov  9  2012 Asmlib
    drwxrwxrwx 1 root root 0 Aug 18  2009 DB11g
    drwxrwxrwx 1 root root 0 Aug 18  2009 grid11g
    [oracle@node2 share]$ cd DB11g
    [oracle@node2 DB11g]$ ls -lrt
    total 10
    -rwxrwxrwx 1 root root 4352 Aug 13  2009 runInstaller
    drwxrwxrwx 1 root root    0 Aug 13  2009 rpm
    drwxrwxrwx 1 root root    0 Aug 13  2009 install
    drwxrwxrwx 1 root root    0 Aug 13  2009 stage
    drwxrwxrwx 1 root root    0 Aug 13  2009 sshsetup
    drwxrwxrwx 1 root root    0 Aug 13  2009 response
    drwxrwxrwx 1 root root    0 Aug 16  2009 doc
    -rwxrwxrwx 1 root root 5400 Aug 17  2009 welcome.html
    [oracle@node2 DB11g]$

  • Migrate from sas spds to oracle 11gr2

    One of my customer wants to move sas spds database to oracle database. What is the best way to migrate the spds data to oracle when data size is in TB.

    2838712 wrote:
    Is it possible to migrate from Redhat Linux to Oracle Linux on servers in a Data Center that don't have an internet connection? If so, what is the process?
    In my case, tunnel.
    Have ssh. Can travel.
    Can you ssh into the server? Even via multiple hops? Then you can hook that server up to your Internet connection.
    Simple example. Your desktop have Internet connectivity via web proxy 10.1.2.3 on port 8080. Your desktop can reach the server via ssh.
    From your desktop, ssh into the server and reverse tunnel Internet connectivity
    ssh -R 7777:10.1.2.3:8080 root@server
    This creates a tunnel on port 7777 on server - and tunnel traffic on that port to your desktop. Arriving at your desktop, that tunneled traffic is send to the web proxy server 10.1.2.3 on port 8080.
    On server, set the proxy variable so that yum, wget and other Internet usage/dependent commands know how to reach the Internet. And the proxy on the sever is the tunnel on port 7777. Thus:
    export http_proxy=http://127.0.0.1:7777
    export https_proxy=https://127.0.0.1:7777
    Use wget google.com to test tunneled access to the Internet. And Bob is not only your uncle, but gives you slack.

  • [SOLVED} Setting Proxy doesn't work

    Hi everyone,
    I'm trying to go through a proxy with my ArchLinux, and in order to do this I run this script :
    #!/bin/bash
    # set utc proxy
    export http_proxy=http://proxyweb.utc.fr:3128
    export https_proxy=$http_proxy
    export ftp_proxy=$http_proxy
    export rsync_proxy=$http_proxy
    export no_proxy="localhost,127.0.0.1,greta,localaddress,.localdomain.com"
    But when I want, for example, to launch a "sudo pacman -S something", I can't go through the proxy. Do you have any idea why this isn't working ?
    Thanks in advance.
    Last edited by nugetchar (2014-09-22 13:17:55)

    nugetchar wrote:But when I want, for example, to launch a "sudo pacman -S something", I can't go through the proxy. Do you have any idea why this isn't working ?
    sudo changes your environment, and maintains a whitelist of what it allows to "leak" through to the new user session. You can use the -E flag to preserve the environment, or you can specifically whitelist variables in sudoers with the env_keep directive.

  • How to export photos from iphoto'11 to portable drive for download?

    I have 2 macs in different locations and a 500gb portable drive. I am about to leave one location for the second location and want to take my photos from iPhoto with me on my portable drive.
    What is the best way to do this? I do have time capsule on the 1st iMac.
    I use Adobe Photoshop Elements 9 for editing on my iMac. I have a backup catalog Adobe Photoshop Elements 9 and the folder 'my pictures' from my PC (on way to recycle - at last) on the portable drive.
    I am not currently using organizer from Adobe Photoshop 9 -but using events from iPhoto.

    Depends on what you want
    If your want your iPhoto library then drag it to the external drive - in the new location depress the option key and launch iPhoto and use the select library command to choose the library you want - the local one or the one on the EHD
    If you want to merge them then use iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ - to merge the library on the EHD with the local library
    If you want just the photos then select them and export them to the external drive and import them into the other library
    Explain exactly what you want if none of these help
    LN

  • How can i export my iphone 5 backup on my laptop to a portable usb drive

    Hi All
    Does anyone know how to export the backup of a iphone 5 on my windows machine C:\Users\USERNAME\AppData\Roaming\Apple Computer\MobileSync\Backup\
    to an external harddrive properly. The reason for my question is that my local disk on my laptop has started to fail and before it becomes unbootable i would like to move my latest successful backup to a portable drive. I did try and copy the the folder with my latest backup from  C:\Users\USERNAME\AppData\Roaming\Apple Computer\MobileSync\Backup to my usb but for some reason it only copies (3.76GB) 13,000 items whereas in the actual location i can see 49,000 items present (12.6GB).
    Do i need a specific tool or application to extract this backup or can you not do what im asking it to do.
    Thanks :-)

    No. You can not restore a backup made with a newer version of iOS to a device running an older version of iOS. Since the 3G won't run anything higher than iSO 4.2.1, it's not possible to restore your backup to it.

  • How best to save photos?  I want to protect my photos (15,000 of them) by putting them on a portable drive and storing it in my safety deposit box.  Is it better to export them all, drag the Photo file, use Time Machine – or are there better alternatives?

    I am a 'newby' to the discussion world.  Hope I am doing this right.  How best to save photos?  I want to protect my photos (15,000 of them) by putting themon a portable drive and storing it in my safety deposit box.  Is it better to export them all, dragthe Photo file, use Time Machine – or are there better alternatives?

    Welcome to the discussions! You can use Time Machine and I would also recommend for you to manually copy your iPhoto Library (on your Pictures folder) to an external drive/thumb drive so you can restore it from there should you loose your TM backup. Exporting them from iPhoto would not preserve the libraries' integrity neither your originals, should you choose to edit them in iPhoto.
    Regards.

  • Export Photos to portable hard drive.

    I would like to free up space on my Mac Hard Drive so I bought a new portable hard drive. How do i export all the photo's in I Photo and the HD Video in I Movie to my portable hard?   How Do i retrieve when i need to?

    Use two Libraries:
    Here's one way to do what you want:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    Now you have two full versions of the Library.
    3. On the Internal library, trash the Events you don't want there
    Now you have a full copy of the Library on the External and a smaller subset on the Internal
    Some Notes:
    As a general rule: when deleting photos do them in batches of about 100 at a time. iPhoto can baulk at trashing large numbers at one go.
    You can choose which Library to open: Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Choose Library'
    You can keep the Library on the external updated with new imports using iPhoto Library Manager

  • Trouble Exporting QuickTime on to portable external drive

    I bought a portable external drive (Lacie) and I am unable to transfer my project on to it in the form of a self contained quicktime video export.
    I tried to copy it from the Lacie external drive that I first exported the project to and I got an error message, "type 36" that said it couldn't copy or read part of the file and it aborted the copy. Then I tried twice exporting the project straight to the portable drive, and each time, instead of exporting one self contained QT file, there are three files: the origional file name and the second and third files have: "av1" and "av2", added to the origional file name. So it looks like its exporting the video and audio seperately?
    I imported the main file back into Final Cut to see if it would play on a timeline and it did. But it is one third the size (2 gig) of the origional exported self contained video (5.5 gig). So something's not right.
    I am trying to give my editor one file so that he can make a DVD.
    Does anyone understand what's going on? It seems to me the problem lies with the new portable drive but I'm not sure what to do. Thank you for any help, guidance, or further trouble shooting.

    Reformat the drive Mac OS Extended with Disk Utilities found in the Utilities folder in the Apps folder. (Click on the erase tab) if you haven't already done this.
    Jerry

  • Need to export data from reporting server to SharePoint List

    I have built a rudimentary dashboard using Excel and PowerPivot Gallery on SharePoint 2010.  I successfully exported the first dataset to a SharePoint List that I can access from my dashhboard, making it fairly portable. (Whoop!)  I've also found
    that I can create a bunch of new lists.  But I have not figured out how to update these lists daily.
    The most critical is an existing Odata connection:
    DataFeed_2_teams-company-com IMData.  I am trying to update that list from the new report (.xls format).  After saving it as .xlsx then closing and reopening, Odata and the existing connection are now enabled.  But when I try to connect,
    Excel tells me, "We can't use the data from this feed.  Make sure the external data feed server is available and that your connection information is correct."  The connection is available and I'm using the "authenticated user's account".
    I really don't mind if the data is deleted every day.
    Any ideas?
    -=-=-=-=-=-=-=-=-
    Another thing I've tried is exporting the data through the Table menu.  But since the list already exists, I can't do anything with it.
    Adios, Clay Harryman

    Hi,
    Do you have your Odata connection stored in a sharepoint list zo you can reference to that point?
    Maurice
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. Thank You

  • PC users cannot open my Pages-exported PDF documents

    Has anyone encountered this? When I want to give someone a PDF, I need to export it from Pages, choose "Open with Adobe Reader," and then re-save from Reader as a different name. (If I just export from Pages, some PC users cannot open it.) When I look at the file information for these two supposed PDFs, the one that's only exported from Pages says "Portable Document Format (PDF)" and the one opened and resaved with Reader says "Adobe PDF Document." What's going on here? Is there a reason my PC friends can't open a Pages-generated PDF?

    Thanks for the suggestions. Funny, when I changed the "Open With" selection inside the "File Info" box to tell it to use Reader, it it still tells me in the "General" information section that it's a "Portable Document Format (PDF)", but it does replace the "Preview" icon in the upper left with the Adobe logo. Only the version that I physically opened with Reader and re-saved lists the "Kind" of document as an "Adobe PDF Document". Wacky.
    Regarding the extension, when I exported from Pages, the "Hide Extension" box was unchecked in the "Save" window, yet the file's PDF extension is in fact hidden (and the "File Info" box also says it's hidden). What's up with that? Grr.
    Seems like a small bug--now I just have to get some PC-using friends to let me know which ones they can open! Thanks for your (tres rapide) help guys!

Maybe you are looking for