Flex motion finding home does not set HomeFound

I use the flex_find_reference to find home. I then use flex_check_reference to determine when home is found, but the found parameter does not go true, even though the flex_read_input_status and the flex_read_home_input_status calls show the home switch on.

Hello,
Have you enabled the forward, reverse, and home limits for your motion controller? The find reference settings for your system may need to be modified. A tutorial on how to do this can be found at:
Find Reference Settings for Motion Controllers
http://zone.ni.com/devzone/conceptd.nsf/webmain/3F42374A9CF5C8BA86256B9D0081A37B?opendocument
Have you tried using any of the shipping examples for NI-Motion? For LabVIEW, they can be found by navigating to:
C:\Program Files\National Instruments\LabVIEW 7.1\examples\Motion\FlexMotion
Examples for Visual C++ or Visual Basic can be found by navigating to:
C:\Program Files\National Instruments\NI-Motion\FlexMotion\Examples
Try looking at the find reference shipping examples found in those folders.
Scott R.
Applications Engineer
National Instruments

Similar Messages

  • Finder window does not refresh under yosemite

    I have a weird effect on my rMBP with the latest Yosemite:
    Very often (not always) when I save a file from an application an open Finder window to the save location does not refresh. The new file is not shown! I can go in with Terminal and everything is fine, the file is there. I can edit its contents (eg. with vi or pico) and I can rename the file. However the Finder still does not show it. Not even closing and re-opening the folder help. The only way I found is to create a new folder and immediately delete it. That forces the Finder to update the window. It looks as if the Finder does not get *some* update events.
    I do have XtraFinder installed, but deinstalled it and even after a reboot nothing changed, Finder still does not refresh its display. I cannot tell exactly when this started, but incidentally I run an update some days ago and installed Server 4.0.3 and upates to the latest Pages/Keynote/Numbers (however I do not use those, I am still and will stay with iWork'09).
    I use Server on a MBP with dynamic address because I needed virtual domains for local testing, nothing really "serverish". It just provides a nice GUI for easy setting-up of virtual domains.
    Any ideas? What can I do?
    Thanks
    ---markus---

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • [SOLVED]intel_backlight service does not set backlight at boot

    Hi everyone,
    I have a Dell inspiron 3542 laptop.The problem is that even though the backlight.service saves and loads the backlight value it does not set it.For example:
    xbacklight -get
    outputs the saved backlight value but on screen it appears around 1-5% and only when i change it,it goes back to normal.According to [email protected] manpage"if udev property ID_BACKLIGHT_CLAMP is not set to false value, the brightness is clamped to a value of at least 1 or 5% of maximum brightness, whichever is greater. This restriction will be removed when the kernel allows user space to reliably set  a brightness value which does not turn off the display."
    My Question is how can i set the udev property
    Thank you for any suggestions
    Last edited by Liberis (2015-05-11 00:49:08)

    I have to admit that the problem and the question was not well stated.I wanted to override backlight clamping because i thought that was the problem.
    Ill try to post the solution as clear as i can (my english knowledge is not the best) .
    The laptop im using has hybrid graphics(nvidia and intel) im using the open source drivers with i915 and nouveau modules and im using lvm2 dm-crypt setup
    I tried the following
    Recompiling systemd trying to revert this patch :https://github.com/systemd/systemd/comm … ca6c595c76
    Setting -no-clamp option (could not make it right i think) in [email protected] with(could not make it work i think i did not do it correct)
    as stated at http://lists.freedesktop.org/archives/s … 27138.html
    systemctl edit [email protected]
    [Service]
    ExecStart=
    ExecStop=
    ExecStart=/usr/lib/systemd/systemd-backlight -no-clamp load %i
    ExecStop=/usr/lib/systemd/systemd-backlight -no-clamp save %i
    I could not find a way to set ID_BACKLIGHT_CLAMP in udev properties i did not quite understand what it was asking to be honest.
    Solution
    EDIT:1 Adding ENV{ID_BACKLIGHT_CLAMP}="0" in backlight section in /usr/lib/udev/rules.d/99-systemd.rules also solves the issue as the man page says.
    Do not judge these might were completely wrong moves but with little to no knowledge only trial and error could help
    I  could also set the saved backlight at boot by blacklisting the i915 module and leaving nouveau.
    The strange thing is that i915 is still being  loaded while using PRIME
    glxinfo | grep "OpenGL renderer"
    OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
    and the lsmod output
    lsmod | grep i915
    i915 1024000 4
    intel_gtt 20480 1 i915
    drm_kms_helper 102400 2 i915,nouveau
    drm 282624 8 ttm,i915,drm_kms_helper,nouveau
    i2c_algo_bit 16384 2 i915,nouveau
    video 24576 2 i915,nouveau
    button 16384 2 i915,nouveau
    i2c_core 53248 10 drm,i915,i2c_i801,i2c_hid,i2c_designware_platform,drm_kms_helper,i2c_algo_bit,v4l2_common,nouveau,videodev
    also journalctl -xe output
    -- Unit systemd-backlight@backlight:intel_backlight.service has begun starting up.
    May 11 02:43:20 archlinux kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    May 11 02:43:20 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input11
    May 11 02:43:20 archlinux kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
    May 11 02:43:20 archlinux kernel: [drm] Initialized i915 1.6.0 20150130 for 0000:00:02.0 on minor 1
    May 11 02:43:20 archlinux kernel: [drm:hsw_unclaimed_reg_detect.isra.10 [i915]] *ERROR* Unclaimed register detected. Please use the i915.mmio_debug=1 to debug this proble
    May 11 02:43:20 archlinux kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input9
    May 11 02:43:20 archlinux kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
    May 11 02:43:20 archlinux kernel: Console: switching to colour frame buffer device 170x48
    May 11 02:43:20 archlinux kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    May 11 02:43:20 archlinux kernel: i915 0000:00:02.0: registered panic notifier
    May 11 02:43:20 archlinux systemd[1]: Found device ST1000LM024_HN-M101MBB sda1.
    -- Subject: Unit dev-disk-by\x2duuid-7D28\x2d5BEB.device has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- The start-up result is done.
    May 11 02:43:20 archlinux systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
    -- Subject: Unit systemd-backlight@backlight:intel_backlight.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-backlight@backlight:intel_backlight.service has finished starting up.
    EDIT:2 Avoided the blacklisting by setting nouveau early KMS to boot earlier at mkinitcpio.conf and the result is the same
    I think nouveau has to be loaded before i915 otherwise intel_backlight service is not working even though
    systemctl status systemd-backlight@intel_backlight.service
    shows no errors
    I have to say that i have not quite understood why this is working like this but i would love if anyone can explain it.
    i can provide more info if needed
    Last edited by Liberis (2015-05-12 00:51:38)

  • In OS Yosemite the search function in Mail, Finder, Spotlight- does not work

    MacBook Pro (Retina, 15-inch, Late 2013)
    2,6 GHz Intel Core i7
    16 GB 1600 MHz DDR3
    NVIDIA GeForce GT 750M 2048 MB
    OS Yosemite,
    Finder versión 10.10.1
    Mail Versión 8.1 (1993)
    In OS Yosemite the search function in Mail, Finder, Spotlight… does not work. Messages or documents with the search criteria are there and one could find them manually, but the search function fails to find them. Following advice from Apple Support (728965377):
    1. I applied an Apple protocol for adware removal (Remove unwanted adware that displays pop-up ads and graphics on your Mac); I had none, because I had formally utilized a similar protocol that I had found in Internet, actually an app that implemented automatically Apple's adware removal protocol.
    2. I rebuild the post boxes in Mail (Mail (Yosemite): Reconstruir buzones); It took a while but it functioned properly
    3. I re-install the System (OS X Yosemite: Reinstalar OS X); It took about 4 hours but there was no problem whatsoever with the installation.
    Afterwards I searched for messages in Mail, and documents in Finder and Spotlight, without any difficulty. The search function in all of them was working properly. But the next time that I needed to search messages or documents, an hour later or so, the problem reappear and a couple of new issues occurred:
    1. in app RagTime 6.5.2 (Build 1821), www.ragtime.de, the menu bar disappears (it is invisible), when one performs certain operations, e. g., calculating a value with a formula, whether it is in a spreadsheet or some other component (text, drawing, etc.). After touching with the cursor the menu bar is visible again.
    2. after reading an e-mail in Mail or copying an address, this is seeing as a floating object in the finder and over every application. There is no logical way to get rid of the floating object and neither copying or deleting or cutting it. It is not a big issue but nonetheless bothersome.
    3. In Mail, messages with Flag or in VIP contacts cannot be seen in the appropriate folders, only in the Incoming mail folder, together with other messages. It seems to me, this issue is part of same search function problem.
    4. The preview function within Mail does not show the attached documents to a message, whether it is in the IN, OUT or Draft boxes.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then try again to re-index Spotlight. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.

  • I have a MacBook, made in 2010. I can't get the eject function to work. I have a DVD in now and want to eject it and put another one in. Command-E, dragging it to the trash or Find-Eject does not work. Ideas?

    I have a MacBook, made in 2010. I can't get the eject function to work. I have a DVD in now and want to eject it and put another one in. Command-E, dragging it to the trash or Find-Eject does not work. Ideas?

    Hi there. Hear are some other options . Hold down for click on the track pad while restarting and keep it down all the way thru boot. Or use right click on a mouse. If it's stuck, sometimes sticking a business card in top edge of slot while trying the eject option can work.

  • I'm using a fresh install on 10.10. why when i click the finder icon in the dock a finder window does not open?

    i'm using a fresh install on 10.10. why when i click the finder icon in the dock a finder window does not open?

    ok, i forced quit the finder, and now when i click on the finder it opens a visible window... where did this bug come from?

  • I'm having a problem with the application Dropbox and I want to uninstall it. In finder it does not allow me to move it to trash telling me the dopbox application is open. How do I close it? when it shows up nowhere as an open application?

    I'm having a problem with the application Dropbox and I want to uninstall it. In finder it does not allow me to move it to trash telling me the dopbox application is open. How do I close it? when it shows up nowhere as an open application?

    Is there a DropBox icon up in the menubar you can click on & see quit DropBox?
    https://www.dropbox.com/help/41

  • Trying to change ownership of my old iPod. The advice here is to go to "Devices" "Summary" "Restore", but I find "Devices" does not offer "Restore" but only "Sync", "Transfer", "Backup", and a greyed "Restore from backup."

    Trying to change ownership of my old iPod. The advice here is to go to "Devices">"Summary">"Restore", but I find "Devices" does not offer "Restore" but only "Sync", "Transfer", "Backup", and a greyed "Restore from backup."

    What I don't understand is that your iTunes looks different from mine--just a little bit. You have 3 circles, red, yellow, and green, in the upper right end of the top bar. INstead I have a square that is half gray. When I click it, I get a menu very similar to the menu under "File."
    The only place I see an entry for "Devices" is under "File," but it only gives the 4 options I mentioned before (see below). There is no "Summary."
    Here's another screen shot after I added an album to music. Now all the choices under "Devices" are grayed.

  • Mac Book Pro just got it, all was well for 2 weeks now Finder window does not fill whole screen, there is an 1 1/2" space of black on the right side and the Finder window had a 1" section that flipped like a rolling tv now it is a white bar! Help!

    Mac Book Pro just got it, all was well for 2 weeks now Finder window does not fill whole screen, there is an 1 1/2" space of black on the right side and the Finder window had a 1" section that flipped like a rolling tv now it is a white bar! Help!

    Bad video card, call Apple, get a case number and return it.

  • When I try to import a movie from finder, iMovie does not answer.

    when I try to import a movie from finder, iMovie does not answer. The system will freeze and stay this way up to when I force imovie to stop. I cannot solve the problem myself. Any help? Thanks

    the movies I tried tio import are .mpg and .avi
    Imovie started to show this after I tried to import the movie from the finder, but from the camera it is OK.
    I was makin a project movie with imovie when this happened.
    from the console:
    10/09/13 10:45:00,880 com.apple.launchd.peruser.501: ([0x0-0x90090].com.apple.iMovieApp[1163]) Exited: Terminated: 15
    10/09/13 10:45:07,147 spindump: Saved hang report for iMovie version 9.0.9 (1795) to /Library/Logs/DiagnosticReports/iMovie_2013-09-10-104507_iMac-de-Michel.hang
    10/09/13 10:45:30,880 com.apple.usbmuxd: stopping.
    10/09/13 10:45:30,923 com.apple.usbmuxd: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit

  • My Firefox browser at home does not come online. I tried reinstalling, but it will not come online.

    # Question
    My Firefox browser at home does not come online. I tried reinstalling, but it will not come online.
    IE works fine. Microsoft outlook mail works fine. Norton anti virus works fine. Therefore I can access the internet.

    Reset your Firewall permissions for Firefox.
    http://support.mozilla.com/en-US/kb/Firewalls

  • [SOLVED] slim does not set a default session

    Hi everybody
    I think slim does not set the default session (first entry in sessions in /etc/slim.conf):
    My /etc/slim.conf:
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    sessions openbox
    So the default session (and %session) should be openbox.
    My ~/.xinitrc:
    DEFAULT_SESSION=openbox
    # urxvt -e screen &
    (sleep 1;
    eval `cat ~/.fehbg`;
    conky &
    xbindkeys &
    volwheel &
    pidgin &
    case $1 in
    awesome|fluxbox|icewm|i3|dwm|wmii|fvwm|twm|wmfs)
    exec ck-launch-session $1
    openbox)
    /usr/bin/tint2 &
    exec ck-launch-session openbox-session
    exec ck-launch-session $DEFAULT_SESSION
    esac
    So. When my sessions option is only "openbox" and .xinitrc is started with $1 = "openbox", it should execute tint2. But it doesn't.
    Workaround 1:
    When I set openbox directly in login_cmd, it works and tint2 is executed.
    login_cmd exec /bin/bash -login ~/.xinitrc openbox
    Workaround 2:
    In slim, when I hit F1 to change the session and the words "openbox" appears at the screen, it does also work fine.
    That means, that slim does not set the default session correctly. Or am I wrong?
    I think this is since the last update.
    Thanks for your feedback.
    mindfuckup
    Last edited by mindfuckup (2013-02-12 19:24:39)

    Slim never set the default session, but there always was a comment in the default config suggesting that it would. This was well known and everybody simply set their own default (I'll get back to this in a second). Instead of simply modifying this comment, Arch included a patch to change Slim's behavior, but this led to new unexpected behavior so it was removed (recently).
    You could also have found this in the wiki, which also provides a solution. Another way to fix your .xinitrc is to replace $1 in the case statement by ${1:-openbox}.
    Edit: I just noticed you actually had the DEFAULT_SESSION as used in the wiki example. I think the solution in the wiki is a bit strange, and your .xinitrc (where tint2 should only be started for openbox) is an example where the alternative I suggested is simpler. Yet another way is to use the *) case for the default session (so you would not include openbox as a separate case and just start tint2 and openbox unless the $1 is set to awesome).
    Last edited by Raynman (2013-02-12 17:52:33)

  • Strongswan does not set offered virtual IP to my local interface

    Hi everybody,
    I have trouble getting a VPN connection into the intranet of the company I am working for. I have already searched this forum for getting hints for my problem. Because I was not able to find something I decided to make my first post here. So, hello everybody ;-).
    We are using an NCP Secure Communications VPN Server that acts as a gateway into the companies intranet. Because NCP does not provide their client for Linux I have to use Strongswan (at least I decided to use Strongswan). The admin of the VPN server gateway has configured IPSec with XAuth and an PreShared Key. I was able to connect to our intranet using my HTC Android Smartphone with its pre installed VPN client, so i think that there is no unusal protocol behaviour of the VPN server gateway.
    Here is my local setup:
    Notebook with Archlinux [3.5.4-1-ARCH x86_64 GNU/Linux].
    Connecting with an wireless device named wlan0 and IP 192.168.2.101.
    I am behind a router with IP 192.168.2.1.
    I have no special configuration regarding the VPN connection tries on the router or my local iptables.
    I have installed ipsec-tools using pacman and Strongswan 5.0.1 from the AUR.
    Remote setup:
    Lets say the NCP Server gateway has a public IP of 1.2.3.4 and always offers an intranet IP of the pool 10.10.10.0/24.
    So what I try to do is to connect from my laptop [192.168.2.101] through my router [192.168.2.1] to the VPN server gateway [1.2.3.4] which offers me an IP from the pool [10.10.10.0/24]. With that IP I want to connect through the VPN server gateway using IPSec into the companies intranet.
    My strongswan.conf is:
    # strongswan.conf - strongSwan configuration file
    charon {
    # number of worker threads in charon
    threads = 16
    port_nat_t = 4500
    install_virtual_ip_on
    load = aes des sha1 sha2 md5 gmp random nonce hmac stroke kernel-netlink socket-default updown request_virtual_ip
    pluto {
    libstrongswan {
    # set to no, the DH exponent size is optimized
    # dh_exponent_ansi_x9_42 = no
    My ipsec.conf is:
    # ipsec.conf - strongSwan IPsec configuration file
    # basic configuration
    config setup
    charondebug="dmn 4, mgr 4, ike 4, chd 4, knl 4, net 4"
    conn %default
    ikelifetime=60m
    keylife=20m
    rekeymargin=3m
    keyingtries=1
    keyexchange=ikev1
    aggressive=no
    compress=no
    esp=aes256-sha256--modp1024
    ike=aes256-sha256--modp1024
    installpolicy=yes
    type=tunnel
    conn home
    left=%defaultroute
    leftsourceip=%config
    right=1.2.3.4
    leftauth=psk
    leftauth2=xauth
    rightauth=psk
    mobike=yes
    auto=add
    For authentication I must use an defined PreShared-Key and for authorization I have to use username/password credentials. For that I have created an ipsec.secrets file:
    : PSK "SomePSK"
    MyUsername : XAUTH "MyPassword"
    The keyexchange, esp and ike configuration values are the one given by the VPN server gateway admin.
    So, that is my setup.
    To start the connection I do:
    root@hoare: ~$>ipsec start
    Starting strongSwan 5.0.1 IPsec [starter]...
    root@hoare: ~$>ipsec up home
    And here is the output of that try:
    initiating Main Mode IKE_SA home[1] to 1.2.3.4
    generating ID_PROT request 0 [ SA V V V ]
    sending packet: from 192.168.2.101[500] to 1.2.3.4[500]
    received packet: from 1.2.3.4[500] to 192.168.2.101[500]
    parsed ID_PROT response 0 [ SA V V V V V V ]
    received XAuth vendor ID
    received NAT-T (RFC 3947) vendor ID
    received DPD vendor ID
    received unknown vendor ID: 40:48:b7:d5:6e:bc:e8:85:25:e7:de:7f:00:d6:c2:d3:c0:00:00:00
    received Cisco Unity vendor ID
    received unknown vendor ID: c6:f5:7a:c3:98:f4:93:20:81:45:b7:58:1e:87:89:83
    generating ID_PROT request 0 [ KE No NAT-D NAT-D ]
    sending packet: from 192.168.2.101[500] to 1.2.3.4[500]
    received packet: from 1.2.3.4[500] to 192.168.2.101[500]
    parsed ID_PROT response 0 [ KE No NAT-D NAT-D ]
    local host is behind NAT, sending keep alives
    remote host is behind NAT
    generating ID_PROT request 0 [ ID HASH ]
    sending packet: from 192.168.2.101[4500] to 1.2.3.4[4500]
    received packet: from 1.2.3.4[4500] to 192.168.2.101[4500]
    parsed ID_PROT response 0 [ ID HASH N(INITIAL_CONTACT) ]
    IDir '10.10.10.223' does not match to '1.2.3.4'
    deleting IKE_SA home[1] between 192.168.2.101[192.168.2.101]...1.2.3.4[%any]
    sending DELETE for IKE_SA home[1]
    generating INFORMATIONAL_V1 request 2315846961 [ HASH D ]
    sending packet: from 192.168.2.101[4500] to 1.2.3.4[4500]
    I do not understand what the message
    IDir '10.10.10.223' does not match to '1.2.3.4'
    means to me. 10.10.10.223 is the IP that was offered by the VPN server gateway to me and 1.2.3.4 is the IP of the public VPN server gateway. I think my local machine must now use the offered IP as it's source IP but still have to route all traffic using the opened tunnel to the gateway 1.2.3.4.
    I hope somebody has any hints for me. Am I on the complete wrong way?
    Thanks for any help
    Markus

    Hi,
    rightid=%any
    works perfectly. Thank you very much for that.
    But now it goes on with, i guess, routing problems :-).
    I can successfully establish the connection and I also get the required internal DNS names for resolving from the gateway:
    installing DNS server A.B.C.D to /etc/resolv.conf
    installing DNS server W.X.Y.Z to /etc/resolv.conf
    installing new virtual IP 10.10.10.223
    generating QUICK_MODE request 3913068965 [ HASH SA No KE ID ID ]
    sending packet: from 192.168.2.101[4500] to 1.2.3.4[4500]
    received packet: from 1.2.3.4[4500] to 192.168.2.101[4500]
    parsed QUICK_MODE response 3913068965 [ HASH SA No KE ID ID ]
    CHILD_SA home{1} established with SPIs caca4e53_i 984d1639_o and TS 10.10.10.223/32 === 1.2.3.4/32
    But when I try to access some intranet website i can see (using wireshark), that my machine asks one of the offered DNS servers for resolving but an answer never reaches my interface.
    I added
    leftfirewall=yes
    to my ipsec.conf because referring to the documentation this directive would lead Strongswan into adding the required rules to my local routing tables.
    Any further hints for me?
    Thanks and regards
    Markus
    Last edited by Shelltux (2012-12-19 08:23:02)

  • I restored Mavericks using OS X Restore but Finder still does not work

    Mac Mini running Mavericks 10.9.5, 2.5 GHz, 4GB memory, etc
    I can login remotely via ssh, so I can see that my files and applications are all there.
    But the Finder shows an empty interface. No HDs, nothing in the Dock except Calendar,
    which does not open, no files on the Desktop even tho' I know they are there.
    "vi newfile" fails when I try to save using "w" or "w!":
    Error message "out of memory (file system full??)", and only an empty file is created.
    This is false as there is about 350 GB free on the hard drive.
    "ps" typically says:
    Finder: 165% cpu time
    quickllookd 40%
    xpcd 175% for first halfhour then very small, 1%.
    ======
    peter% df
    Filesystem    512-blocks      Used Available Capacity  iused     ifree %iused  Mounted on
    /dev/disk0s2   975093952  96201248 878380704    10% 12089154 109797588   10%   /
    devfs                370       370         0   100%      640         0  100%   /dev
    /dev/disk1s2   976101344 478906144 497195200    50% 59863266  62149400   49%   /Volumes/Molika-Backups
    map -hosts             0         0         0   100%        0         0  100%   /net
    map auto_home          0         0         0   100%        0         0  100%   /home
    ======
    *** How can I get a working Finder, and have a working mail Server ?? ***
    Thanks,
    --Peter R

    iTunes: Missing folder or incorrect permissions may prevent authorization - http://support.apple.com/kb/TS1277 - Shared folder issues with Store authorization.
    iTunes permissions re-set with Terminal after user deleted a directory used by iTunes - http://superuser.com/questions/80573/itunes-unable-to-authorize-and-unable-to-do wnload-media

  • "RT Set date and time" does not set seconds in UTC mode

    Hallo,
    I tried to set the time on my cRio 9012 with the function settimeUTC which is used by the "Set Date and Time" vi. But the seconds I enter are ADDED to the current time and not set as new value.
    Even the vi shows this behaviour: I set up a vi in which the time is set in a loop (100ms delay) and read again. When I set local time the clock stops (as expected) but when I set the UTC time the seconds keep on running...
    Can anybody help me with that problem???
    Thanks
    Florian
    Solved!
    Go to Solution.

    Hi Andreas,
    well it does not matter if I set a time zone in the MAX or not. In my example I was working on UTC + 0 but even when I set it to my local time (UTC + 1) I get the same behaviour modified by one hour.
    My LabView Version is 8.5. In in the MAX under Software-> LabView-RealTime it says that I am using 8.5.0.
    I suspect  that the settime.out which is installed on the cRio is probably the root of the problem as VxWorks itself does not offer a function (at least I did not find one) to convert from broken down system time to system time in seconds. There only exist one to convert from broken down local time to system time in seconds ( mktime() ). The reverse function is available for both cases: gmtime() and localtime(). I also did not find a way to find out the offset of the local time. So I have to use the library function settimeUTC() from settime.out.
    As I offered I can send you the settime.out file from my cRio for reference or maybe you can tell me how to find out what the version of the file is. It seems not to be an ELF file as I looked inside it to find some timestamp or version info...
    Thanks so far 
    Florian

Maybe you are looking for