1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team-Mitglieder
    4. Trophäen
    5. Mitgliedersuche
  4. Tutorial Bereich
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Seiten
  • Forum
  • Lexikon
  • Erweiterte Suche
  1. Informatik Forum
  2. Mitglieder
  3. baracuda

Beiträge von baracuda

  • Undefined Symbol bei shared library

    • baracuda
    • 22. November 2013 um 13:47

    Hey habe das in CMakeLists.txt vergessen

    find_package(roscpp). Jetzt wird richtig verlinked

    taurob.llibrosconsole.so => /opt/ros/fuerte/lib/librosconsole.so (0x00007ff940ff0000)

  • Undefined Symbol bei shared library

    • baracuda
    • 5. November 2013 um 10:54

    Hey Plantschkuh!

    Vielen Dank für deine schnelle Antwort!

    Hier der output von nm bei meiner library:

    nm -a libtaurob_plugin_ros.so | grep initializedE
    [CODE]
    U _ZN3ros7console13g_initializedE
    000000000003438c W _ZN5boost6detail13sp_ms_deleterIN13geometry_msgs6Twist_ISaIvEEEE15set_initializedEv
    [\CODE]

    Der Befehl nm libtaurob_plugin_ros.so | grep initializedE | c++filt liefert das
    [CODE]
    U ros::console::g_initialized
    000000000003438c W boost::detail::sp_ms_deleter<geometry_msgs::Twist_<std::allocator<void> > >::set_initialized()
    [\CODE]

    Das Symbol ist Unidentified.

    Bei der Lib von meiner Kollegin kommt das gleiche raus !?!?!?

    nm libtaurob_plugin_ros_ceci.so | grrep initializedE
    [CODE]
    U _ZN3ros7console13g_initializedE
    0000000000034206 W _ZN5boost6detail13sp_ms_deleterIN13geometry_msgs6Twist_ISaIvEEEE15set_initializedEv
    [\CODE]

    Also ich steh auf der Leitung.

  • Undefined Symbol bei shared library

    • baracuda
    • 4. November 2013 um 17:10

    Hallo,

    Ich und eine Kollegin schreiben ein Plugin in für den Robtersimulator Gazebo.
    Im Grunde werden dazu einfach shared libraries geladen. Die Systems Specs auf beiden Systemen shcauen so aus:


    • 3.8.0-32-generic #47~precise1-Ubuntu SMP Wed Oct 2 16:19:35 UTC 2013 x8664 x8664 x86_64 GNU/Linux
    • g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
    • ldd (Ubuntu EGLIBC 2.15-0ubuntu10.5) 2.15
    • ROS Fuerte
    • Gazebo 1.9 and Gazebo 1.8.6

    Beim Laden des Plugins bekomme ich den Fehler:

    Error [Plugin.hh:127] Failed to load plugin /home/user/eclipse_ws/plugin_cmds/libtaurob_plugin_ros.so: /home/user/eclipse_ws/plugin_cmds/libtaurob_plugin_ros.so: undefined symbol: _ZN3ros7console13g_initializedE

    Kompelliert meine Kollegin die Library so funktioniert es, wenn ich sie auf meinem System verwende.

    Die Ausgabe von ldd siehr auch ok aus

    Code
    linux-vdso.so.1 =>  (0x00007fffc0bf2000)
    libgazebo_physics.so.1 => /usr/lib/libgazebo_physics.so.1 (0x00007f7dd5c26000)
    libgazebo_sensors.so.1 => /usr/lib/libgazebo_sensors.so.1 (0x00007f7dd5991000)
    libgazebo_math.so.1 => /usr/lib/libgazebo_math.so.1 (0x00007f7dd5759000)
    libgazebo_common.so.1 => /usr/lib/libgazebo_common.so.1 (0x00007f7dd54a9000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f7dd51a9000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f7dd4eac000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f7dd4c96000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7dd48d6000)
    libgazebo_util.so.1 => /usr/lib/libgazebo_util.so.1 (0x00007f7dd4658000)
    libgazebo_physics_ode.so.1 => /usr/lib/libgazebo_physics_ode.so.1 (0x00007f7dd43bc000)
    libgazebo_transport.so.1 => /usr/lib/libgazebo_transport.so.1 (0x00007f7dd4128000)
    libgazebo_msgs.so.1 => /usr/lib/libgazebo_msgs.so.1 (0x00007f7dd3dbf000)
    libprotobuf.so.7 => /usr/lib/libprotobuf.so.7 (0x00007f7dd3ad0000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f7dd38cc000)
    libsdformat.so.1 => /usr/lib/libsdformat.so.1 (0x00007f7dd3607000)
    libboost_thread.so.1.46.1 => /usr/lib/libboost_thread.so.1.46.1 (0x00007f7dd33ee000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7dd31d1000)
    libboost_system.so.1.46.1 => /usr/lib/libboost_system.so.1.46.1 (0x00007f7dd2fcc000)
    libboost_regex.so.1.46.1 => /usr/lib/libboost_regex.so.1.46.1 (0x00007f7dd2cca000)
    libgazebo_rendering.so.1 => /usr/lib/libgazebo_rendering.so.1 (0x00007f7dd2917000)
    libboost_filesystem.so.1.46.1 => /usr/lib/libboost_filesystem.so.1.46.1 (0x00007f7dd26f8000)
    libboost_iostreams.so.1.46.1 => /usr/lib/libboost_iostreams.so.1.46.1 (0x00007f7dd24df000)
    libfreeimage.so.3 => /usr/lib/libfreeimage.so.3 (0x00007f7dd21e5000)
    libtinyxml.so.2.6.2 => /usr/lib/libtinyxml.so.2.6.2 (0x00007f7dd1fd0000)
    libcurl.so.4 => /usr/lib/x86_64-linux-gnu/libcurl.so.4 (0x00007f7dd1d73000)
    libtar.so.0 => /usr/lib/libtar.so.0 (0x00007f7dd1b66000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f7dd195e000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f7dd621b000)
    libgazebo_ode.so.1 => /usr/lib/libgazebo_ode.so.1 (0x00007f7dd1694000)
    libtbb.so.2 => /usr/lib/libtbb.so.2 (0x00007f7dd1467000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f7dd124f000)
    libicuuc.so.48 => /usr/lib/libicuuc.so.48 (0x00007f7dd0ee5000)
    libicui18n.so.48 => /usr/lib/libicui18n.so.48 (0x00007f7dd0b1c000)
    libgazebo_skyx.so.1 => /usr/lib/libgazebo_skyx.so.1 (0x00007f7dd08d9000)
    libgazebo_selection_buffer.so.1 => /usr/lib/libgazebo_selection_buffer.so.1 (0x00007f7dd06ca000)
    libOgreRTShaderSystem.so.1.7.4 => /usr/lib/x86_64-linux-gnu/libOgreRTShaderSystem.so.1.7.4 (0x00007f7dd03f2000)
    libOgreMain.so.1.7.4 => /usr/lib/x86_64-linux-gnu/libOgreMain.so.1.7.4 (0x00007f7dcfc43000)
    libOgreTerrain.so.1.7.4 => /usr/lib/x86_64-linux-gnu/libOgreTerrain.so.1.7.4 (0x00007f7dcf9ca000)
    libGL.so.1 => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 (0x00007f7dcf769000)
    libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f7dcf434000)
    libCEGUIBase-0.7.5.so => /usr/lib/libCEGUIBase-0.7.5.so (0x00007f7dcef36000)
    libCEGUIOgreRenderer-0.7.5.so => /usr/lib/libCEGUIOgreRenderer-0.7.5.so (0x00007f7dced0b000)
    libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 (0x00007f7dceafb000)
    libjpeg.so.8 => /usr/lib/x86_64-linux-gnu/libjpeg.so.8 (0x00007f7dce8aa000)
    libmng.so.1 => /usr/lib/x86_64-linux-gnu/libmng.so.1 (0x00007f7dce622000)
    libopenjpeg.so.2 => /usr/lib/libopenjpeg.so.2 (0x00007f7dce402000)
    libIlmImf.so.6 => /usr/lib/libIlmImf.so.6 (0x00007f7dce140000)
    libHalf.so.6 => /usr/lib/libHalf.so.6 (0x00007f7dcdefd000)
    libIex.so.6 => /usr/lib/libIex.so.6 (0x00007f7dcdcde000)
    libraw.so.5 => /usr/lib/libraw.so.5 (0x00007f7dcda4d000)
    libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007f7dcd825000)
    libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 (0x00007f7dcd617000)
    libidn.so.11 => /usr/lib/x86_64-linux-gnu/libidn.so.11 (0x00007f7dcd3e3000)
    liblber-2.4.so.2 => /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2 (0x00007f7dcd1d5000)
    libldap_r-2.4.so.2 => /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2 (0x00007f7dccf86000)
    libgssapi_krb5.so.2 => /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 (0x00007f7dccd47000)
    libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f7dccae9000)
    libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f7dcc70e000)
    librtmp.so.0 => /usr/lib/x86_64-linux-gnu/librtmp.so.0 (0x00007f7dcc4f3000)
    libgazebo_opcode.so.1 => /usr/lib/libgazebo_opcode.so.1 (0x00007f7dcc29b000)
    libgazebo_opende_ou.so.1 => /usr/lib/libgazebo_opende_ou.so.1 (0x00007f7dcc095000)
    libgazebo_ccd.so.1 => /usr/lib/libgazebo_ccd.so.1 (0x00007f7dcbe89000)
    libicudata.so.48 => /usr/lib/libicudata.so.48 (0x00007f7dcab19000)
    libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f7dca87c000)
    libXt.so.6 => /usr/lib/x86_64-linux-gnu/libXt.so.6 (0x00007f7dca616000)
    libXaw.so.7 => /usr/lib/x86_64-linux-gnu/libXaw.so.7 (0x00007f7dca3a6000)
    libzzip-0.so.13 => /usr/lib/libzzip-0.so.13 (0x00007f7dca19e000)
    libOgrePaging.so.1.7.4 => /usr/lib/x86_64-linux-gnu/libOgrePaging.so.1.7.4 (0x00007f7dc9f6d000)
    libglapi.so.0 => /usr/lib/x86_64-linux-gnu/libglapi.so.0 (0x00007f7dc9d47000)
    libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f7dc9b36000)
    libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f7dc9933000)
    libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f7dc972c000)
    libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f7dc952a000)
    libxcb-glx.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 (0x00007f7dc9313000)
    libxcb-dri2.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 (0x00007f7dc910d000)
    libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f7dc8eef000)
    libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f7dc8cea000)
    libdrm.so.2 => /usr/lib/x86_64-linux-gnu/libdrm.so.2 (0x00007f7dc8ade000)
    libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f7dc88a1000)
    liblcms.so.1 => /usr/lib/x86_64-linux-gnu/liblcms.so.1 (0x00007f7dc8669000)
    libImath.so.6 => /usr/lib/libImath.so.6 (0x00007f7dc8463000)
    libIlmThread.so.6 => /usr/lib/libIlmThread.so.6 (0x00007f7dc825c000)
    libjasper.so.1 => /usr/lib/x86_64-linux-gnu/libjasper.so.1 (0x00007f7dc8004000)
    liblcms2.so.2 => /usr/lib/x86_64-linux-gnu/liblcms2.so.2 (0x00007f7dc7db9000)
    libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f7dc7b9c000)
    libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007f7dc7981000)
    libgssapi.so.3 => /usr/lib/x86_64-linux-gnu/libgssapi.so.3 (0x00007f7dc7743000)
    libgnutls.so.26 => /usr/lib/x86_64-linux-gnu/libgnutls.so.26 (0x00007f7dc7486000)
    libgcrypt.so.11 => /lib/x86_64-linux-gnu/libgcrypt.so.11 (0x00007f7dc7208000)
    libkrb5.so.3 => /usr/lib/x86_64-linux-gnu/libkrb5.so.3 (0x00007f7dc6f3a000)
    libk5crypto.so.3 => /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 (0x00007f7dc6d11000)
    libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2 (0x00007f7dc6b0d000)
    libkrb5support.so.0 => /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 (0x00007f7dc6905000)
    libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007f7dc66fc000)
    libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007f7dc64e2000)
    libXmu.so.6 => /usr/lib/x86_64-linux-gnu/libXmu.so.6 (0x00007f7dc62c8000)
    libXpm.so.4 => /usr/lib/x86_64-linux-gnu/libXpm.so.4 (0x00007f7dc60b7000)
    libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f7dc5eb4000)
    libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f7dc5cad000)
    libheimntlm.so.0 => /usr/lib/x86_64-linux-gnu/libheimntlm.so.0 (0x00007f7dc5aa6000)
    libkrb5.so.26 => /usr/lib/x86_64-linux-gnu/libkrb5.so.26 (0x00007f7dc581f000)
    libasn1.so.8 => /usr/lib/x86_64-linux-gnu/libasn1.so.8 (0x00007f7dc557f000)
    libhcrypto.so.4 => /usr/lib/x86_64-linux-gnu/libhcrypto.so.4 (0x00007f7dc534b000)
    libroken.so.18 => /usr/lib/x86_64-linux-gnu/libroken.so.18 (0x00007f7dc5135000)
    libtasn1.so.3 => /usr/lib/x86_64-linux-gnu/libtasn1.so.3 (0x00007f7dc4f24000)
    libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007f7dc4d12000)
    libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007f7dc4b0d000)
    libkeyutils.so.1 => /lib/x86_64-linux-gnu/libkeyutils.so.1 (0x00007f7dc4909000)
    libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f7dc4703000)
    libwind.so.0 => /usr/lib/x86_64-linux-gnu/libwind.so.0 (0x00007f7dc44da000)
    libheimbase.so.1 => /usr/lib/x86_64-linux-gnu/libheimbase.so.1 (0x00007f7dc42cb000)
    libhx509.so.5 => /usr/lib/x86_64-linux-gnu/libhx509.so.5 (0x00007f7dc4080000)
    libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007f7dc3ddd000)
    libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007f7dc3ba4000)
    Alles anzeigen

    Die CMakeLists.txt sieht so aus

    Code
    make_minimum_required(VERSION 2.8 FATAL_ERROR)
    
    
    # find gazebo
    include (FindPkgConfig)
    include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
    if (PKG_CONFIG_FOUND)
      pkg_check_modules(GAZEBO gazebo REQUIRED)
    else()
      message(FATAL_ERROR "pkg-config is required; please install it")
    endif()
    
    
    include_directories(${GAZEBO_INCLUDE_DIRS})
    include_directories(/opt/ros/fuerte/include/)
    link_directories(${GAZEBO_LIBRARY_DIRS})
    include_directories(${roscpp_INCLUDE_DIRS})
    link_directories(${roscpp_LIBRARY_DIRS})
    
    
    #include(/home/moro-ceci/taurob_animate_ros/build/CMakeFiles/rospack.cmake)
    
    
    include(cmake/rospack.cmake)
    
    
    #get_rospack_flags(roscpp)
    
    
    # compile plugin
    
    
    add_library(taurob_plugin_ros SHARED taurob_plugin_ros.cc)
    set_target_properties(taurob_plugin_ros PROPERTIES COMPILE_FLAGS "${roscpp_CFLAGS_OTHER} -Wl,--no-undefined")
    set_target_properties(taurob_plugin_ros PROPERTIES LINK_FLAGS "${roscpp_LDFLAGS_OTHER}")
    
    
    target_link_libraries(taurob_plugin_ros ${GAZEBO_LIBRARIES} ${roscpp_LIBRARIES})
    #target_link_libraries(taurob_plugin_ros ${roscpp_LIBRARIES})
    
    
    
    
    
    
    set(CMAKE_INSTALL_RPATH "${roscpp_LIBRARY_DIRS}")
    install (TARGETS taurob_plugin_ros DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/gazebo_plugins/)
    Alles anzeigen

    Wie kann am besten solche Fehler am besten debuggen?? Bzw. Vielleicht sieht ja einer den Fehler?

    MFG

  • Gnuplot und Zeit

    • baracuda
    • 12. Juli 2013 um 14:50

    Hallo,

    Ich habe ein 1 dimensionales Datenfile mit Messerten. Ich würde das gerne mit gnuplot plotten, aber anstatt auf der X-Achse die Samplenummer dargestellt zu bekommen die Zeit. Ich habe leider nicht herausgefunden wie ich die Schrittgröße zwischen zwei Messpunkten festlegen kann. Ich habe eine Schrittweite von 40ms dh. der erste Messpunkt hat die Zeit 0, der zweite 40, 80 usw.

    Lg

  • Youtube Urheberrechtshinweis

    • baracuda
    • 19. Februar 2013 um 00:03

    Hallo,

    Ich habe ein Video auf Youtube gestellt und mit einem Lied untermalt. Dieses Lied habe ich von http://opsound.org/ heruntergeladen. Laut opsound haben alle Lieder die Creative Commons Attribution-ShareAlike 3.0 Unported License. Ich habe also den Autor und das Musikstück sowie die Lizenz im Video, als auch in der Beschreibung vermerkt. Youtbe macht mich jedoch wie folgt aufmerksam:

    Zitat

    Dein Video enthält möglicherweise Musik, die einem Dritten gehört.

    Um die übereinstimmende Musik zu hören, schau dir das Video rechts an. Das Video startet an der Stelle, an der der übereinstimmende Inhalt gefunden wurde.

    Dein Video ist verfügbar und kann angesehen werden.


    Hier sind die Details:


    • "Daniel Bautista-The Viking Revenge", tonaufnahme Verwaltet von:

      1:41


      IODA


    Weitere Informationen dazu, wie welche Auswirkungen Ansprüche auf deine Videos haben Hier klicken

    Ich glaube, dass diese Beschwerde wegen Urheberrechtsverletzung ungültig ist.

    Alles anzeigen

    Das Video kann ich ansehen und auch sonst gibt es keine "Strikes" auf mein Konto. Ist das einfach nur ein Hinweis oder habe ich jetzt irgendeinen Handlungszwang bzw. muss irgendwelche Strafen fürchten?

    LG und Danke für jeden Rat.

  • IP Tables auf Router

    • baracuda
    • 9. Februar 2013 um 18:30

    Hi,

    Ich verwende einen Router mit Tomato als firmware. Ich habe versucht ein Firewall script zu machen um, einmal testhalber, bestimmte externe IPs zu sperren.

    Script

    Code
    iptables -t filter -A INPUT -s x.x.x.x -j DROP
    iptables -t filter -A INPUT -s y.y.y.y -j DROP

    Am Router gibt mir iptables -vL das aus:

    Code
    Chain INPUT (policy DROP 0 packets, 0 bytes)
     pkts bytes target     prot opt in     out     source               destination
        0     0 ACCEPT     0    --  tun22  any     anywhere             anywhere
        0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:1194
        0     0 logdrop    0    --  any    any     anywhere             anywhere            state INVALID
        7   436 ACCEPT     0    --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED
        0     0 shlimit    tcp  --  any    any     anywhere             anywhere            tcp dpt:ssh state NEW
        0     0 shlimit    tcp  --  any    any     anywhere             anywhere            tcp dpt:telnet state NEW
        4   120 ACCEPT     0    --  br0    any     anywhere             anywhere
        0     0 ACCEPT     0    --  lo     any     anywhere             anywhere
        0     0 ACCEPT     icmp --  any    any     anywhere             anywhere
        1    32 ACCEPT     igmp --  any    any     anywhere             anywhere
        2   658 logdrop    0    --  any    any     anywhere             anywhere
        0     0 DROP       0    --  any    any     x.x.x.x  anywhere
        0     0 DROP       0    --  any    any     y.y.y.y        anywhere
    
    
    
    
    Chain FORWARD (policy DROP 0 packets, 0 bytes)
     pkts bytes target     prot opt in     out     source               destination
        0     0 ACCEPT     0    --  tun22  any     anywhere             anywhere
        0     0 ACCEPT     0    --  br0    br0     anywhere             anywhere
        0     0 DROP       0    --  any    any     anywhere             anywhere            state INVALID
        0     0 TCPMSS     tcp  --  any    any     anywhere             anywhere            tcp flags:SYN,RST/SYN tcpmss match 1461:65535 TCPMSS set 1460
        2    81 ACCEPT     0    --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED
        0     0 wanin      0    --  vlan1  any     anywhere             anywhere
        0     0 wanout     0    --  any    vlan1   anywhere             anywhere
        0     0 ACCEPT     0    --  br0    any     anywhere             anywhere
        0     0 upnp       0    --  vlan1  any     anywhere             anywhere
    Alles anzeigen

    Geblockt wird jedoch nichts. Woran könnte das liegen?

    LG

  • Startscript

    • baracuda
    • 6. Februar 2013 um 16:02

    War in /etc/rc.local ! Hab an das gar nicht gedacht *facepalm*. Vielen Dank für die vielen Antworten !!!

  • Startscript

    • baracuda
    • 5. Februar 2013 um 18:28

    Hallo,

    Ich habe auf meinem kleinen Server einen Teamspeak server laufen. Dieser wird jedoch über den Befehl SCREEN gestartet. Jetzt ist es leider schon eine Zeit her, dass ich ihn aufgesetzt habe und jetzt finde ich nicht heraus wo er beim Hochfahren automatisch gestartet wird (was er auch soll). Nur bin ich verwirrt, weil ich in "/etc/init.d", in "etc/pam.d/login", in "/etc/profile.d" und in der .bashrc nichts finde was den Prozess startet. Im aut.log finde ich jedoch diesen Eintrag
    "localhost sudo: ts3user : user NOT in sudoers ; TTY=pts/1 ; PWD=/home/tsuser/teamspeak3-server_linux-x86 ; USER=tsuser ; COMMAND=/usr/bin/screen -dmS TSS3 ./ts3server_linux_x86. Ich fahre gerade ein grep nach dem Ausdruck ";
    COMMAND=/usr/bin/screen -dmS TSS3 ./ts3server_linux_x86", aber das dauert schon recht lange... Es ist wirklich peinlich, aber was könnte den Prozess noch starten?!?

    Beim Server handelt es sich um einen Debian 6 x86 Server.

    Vielen Dank für jeden Tipp.

    LG

  • sans fonts

    • baracuda
    • 5. Februar 2013 um 18:16

    Danke für deinen Tipp. Genau den habe ich auch dann von dem Support bekommen. "Can you install the xfonts-100dpi package with the package manager GUI or apt-get install xfonts-100dpi and try again?". Hmm Leider hat das nichts gebracht.

    Zitat

    Thu Jan 17 11:24:15 2013 MobileSim: Robot named "amigo" will be a "amigo" model.
    Thu Jan 17 11:24:15 2013 MobileSim: Expecting supporting resources to be installed in the default location: "/usr/local/MobileSim".
    Thu Jan 17 11:24:17 2013 MobileSim: Will start with no map.
    Thu Jan 17 11:24:17 2013 MobileSim: Starting robots at map's default starting place of: 0.000000, 0.000000, 0.000000
    Thu Jan 17 11:24:17 2013 MobileSim: Loading stage world file "/tmp/MobileSim-stage_world-3015.world"...
    Thu Jan 17 11:24:17 2013 including world file "/usr/local/MobileSim/PioneerRobotModels.world.inc"...

    (MobileSim:3015): Gdk-CRITICAL **: IA__gdk_colormap_alloc_colors: assertion `GDK_IS_COLORMAP (colormap)' failed
    Thu Jan 17 11:24:17 2013 Using font: -*-*-*-r-*-sans-*-120-*-*-*-*-*-*

    Alles anzeigen


    Er Dürfte die Fonts verwenden "Thu Jan 17 11:24:17 2013 Using font: -*-*-*-r-*-sans-*-120-*-*-*-*-*-*" aber bekommt noch immer diesen Gdk-Critical.:mad:

  • sans fonts

    • baracuda
    • 16. Januar 2013 um 22:26

    Hallo,

    Vielleicht hat weiss einer wie ich folgendes Problem lösen kann.
    Ich verwende den Simulator MobileSim (http://robots.mobilerobots.com/wiki/MobileSim) unter Linux (Ubuntu 12.04 LTS und Ubuntu 11.10) und bekomme folgende Fehlermeldung:

    Code
    (MobileSim:9124): Gdk-CRITICAL **: IA__gdk_colormap_alloc_colors: assertion `GDK_IS_COLORMAP (colormap)' failed
    
    
    Warning: Could not load any font. Text display may not work.

    Ich habe gelesen, dass ich

    Code
    [COLOR=#1F497D][FONT=&amp]  xlsfonts -fn '-*-*-*-r-*-sans-*-100-*-*-*-*-*-*'[/FONT][/COLOR]
    
    
    
    
    [COLOR=#1F497D][FONT=&amp] xlsfonts -fn '-*-*-*-r-*-sans-*-120-*-*-*-*-*-*'[/FONT][/COLOR]

    prüfen soll.

    Dabei kommt unmatched heraus. Im fonts.dir ist das drinnen. Ich hab gesucht wie man fonts nachinstallieren kann aber irgendwie finde ich nichts dazu für ubuntu.

    Code
    /usr/share/fonts/X11/Type1$ cat fonts.dir 
    34
    Symbol.pfb -urw-standard symbols l-medium-r-normal--0-0-0-0-p-0-adobe-symbol
    Symbol.pfb -urw-standard symbols l-medium-r-normal--0-0-0-0-p-0-iso10646-1
    c0419bt_.pfb -bitstream-courier 10 pitch-medium-r-normal--0-0-0-0-m-0-adobe-standard
    c0419bt_.pfb -bitstream-courier 10 pitch-medium-r-normal--0-0-0-0-m-0-ascii-0
    c0419bt_.pfb -bitstream-courier 10 pitch-medium-r-normal--0-0-0-0-m-0-iso10646-1
    c0419bt_.pfb -bitstream-courier 10 pitch-medium-r-normal--0-0-0-0-m-0-iso8859-1
    c0582bt_.pfb -bitstream-courier 10 pitch-medium-i-normal--0-0-0-0-m-0-adobe-standard
    c0582bt_.pfb -bitstream-courier 10 pitch-medium-i-normal--0-0-0-0-m-0-ascii-0
    c0582bt_.pfb -bitstream-courier 10 pitch-medium-i-normal--0-0-0-0-m-0-iso10646-1
    c0582bt_.pfb -bitstream-courier 10 pitch-medium-i-normal--0-0-0-0-m-0-iso8859-1
    c0583bt_.pfb -bitstream-courier 10 pitch-bold-r-normal--0-0-0-0-m-0-adobe-standard
    c0583bt_.pfb -bitstream-courier 10 pitch-bold-r-normal--0-0-0-0-m-0-ascii-0
    c0583bt_.pfb -bitstream-courier 10 pitch-bold-r-normal--0-0-0-0-m-0-iso10646-1
    c0583bt_.pfb -bitstream-courier 10 pitch-bold-r-normal--0-0-0-0-m-0-iso8859-1
    c0611bt_.pfb -bitstream-courier 10 pitch-bold-i-normal--0-0-0-0-m-0-adobe-standard
    c0611bt_.pfb -bitstream-courier 10 pitch-bold-i-normal--0-0-0-0-m-0-ascii-0
    c0611bt_.pfb -bitstream-courier 10 pitch-bold-i-normal--0-0-0-0-m-0-iso10646-1
    c0611bt_.pfb -bitstream-courier 10 pitch-bold-i-normal--0-0-0-0-m-0-iso8859-1
    c0632bt_.pfb -bitstream-bitstream charter-bold-r-normal--0-0-0-0-p-0-adobe-standard
    c0632bt_.pfb -bitstream-bitstream charter-bold-r-normal--0-0-0-0-p-0-ascii-0
    c0632bt_.pfb -bitstream-bitstream charter-bold-r-normal--0-0-0-0-p-0-iso10646-1
    c0632bt_.pfb -bitstream-bitstream charter-bold-r-normal--0-0-0-0-p-0-iso8859-1
    c0633bt_.pfb -bitstream-bitstream charter-bold-i-normal--0-0-0-0-p-0-adobe-standard
    c0633bt_.pfb -bitstream-bitstream charter-bold-i-normal--0-0-0-0-p-0-ascii-0
    c0633bt_.pfb -bitstream-bitstream charter-bold-i-normal--0-0-0-0-p-0-iso10646-1
    c0633bt_.pfb -bitstream-bitstream charter-bold-i-normal--0-0-0-0-p-0-iso8859-1
    c0648bt_.pfb -bitstream-bitstream charter-medium-r-normal--0-0-0-0-p-0-adobe-standard
    c0648bt_.pfb -bitstream-bitstream charter-medium-r-normal--0-0-0-0-p-0-ascii-0
    c0648bt_.pfb -bitstream-bitstream charter-medium-r-normal--0-0-0-0-p-0-iso10646-1
    c0648bt_.pfb -bitstream-bitstream charter-medium-r-normal--0-0-0-0-p-0-iso8859-1
    c0649bt_.pfb -bitstream-bitstream charter-medium-i-normal--0-0-0-0-p-0-adobe-standard
    c0649bt_.pfb -bitstream-bitstream charter-medium-i-normal--0-0-0-0-p-0-ascii-0
    c0649bt_.pfb -bitstream-bitstream charter-medium-i-normal--0-0-0-0-p-0-iso10646-1
    c0649bt_.pfb -bitstream-bitstream charter-medium-i-normal--0-0-0-0-p-0-iso8859-1
    Alles anzeigen
  • Joomla!1.5 Installation auf TU Webspace

    • baracuda
    • 13. Oktober 2012 um 17:54
    Zitat von sutupud


    ich schätze mal in der configuration.php wäre dieser eintrag gut aufgehoben, oder am anfang von session.php...


    Das war die Lösung! Ich habs es am Anfang der session.php gestellt. Danke!

  • Joomla!1.5 Installation auf TU Webspace

    • baracuda
    • 12. Oktober 2012 um 20:00

    Hi,

    Ich würde gerne Joomla! 1.5 auf dem TU Webspace installieren. Ich habe das zip entpackt und in den public_html Bereich verschoben. Ich kann den webbased Installtions manger aufrufen, aber wenn ich die Sprache auswähle erhalte ich foglenden Fehler:

    Zitat

    Ihr Browser scheint keine Cookies zu unterstützen!
    Die Anwendung kann nicht installiert werden, wenn diese Browserfunktion deaktiviert ist!


    Ich habe auch PHP Fehlermeldungen auf der Startseite:

    Zitat

    Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_q3c9fpeav6cdh11pscfc9qqqa2, O_RDWR) failed: Permission denied (13) in /users/home18/e0102918/public_html/Joomla/libraries/joomla/session/session.php on line 423

    Warning: session_write_close() [function.session-write-close]: open(/var/lib/php/session/sess_q3c9fpeav6cdh11pscfc9qqqa2, O_RDWR) failed: Permission denied (13) in /users/home18/e0102918/public_html/Joomla/libraries/joomla/session/session.php on line 529

    Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in /users/home18/e0102918/public_html/Joomla/libraries/joomla/session/session.php on line 529

    Kann es sein, dass ich den Session-Save-Path ändern muss so wie in http://www.zid.tuwien.ac.at/student/internet_services/web/ geschildert.

    Zitat

    session_save_path("/users/your/home/phpsess");
    session_set_cookie_params('3600', '/~USERNAME/');
    session_start();
    ?>

    Wenn ja wo muss man das machen?

    LG

  • Mathematica

    • baracuda
    • 27. September 2012 um 17:53

    Ahh vielen Dank! Das wars.

  • Mathematica

    • baracuda
    • 24. September 2012 um 12:15

    Danke für deine Antwort.
    Nein, wie mache ich das und wozu dient das?

  • Mathematica

    • baracuda
    • 24. September 2012 um 10:54

    Hi,
    Ich habe eine Problem mit Mathematica

    Code
    Solve[a1 + a2 + a3 + a4 + a5 == 1 && 
      a1 + 2*a2 + 3*a3 + 4*a4 + 5*a5 == 2/3 && 
      2*a2 + 6*a3 + 12*a4 + 20*a5 == -32/9 && a1 == 0 && a2 == 0, {a3, a4,
       a5}]

    Das gibt mir als Ergebnis {}. Wenn ich das in Wolfram Alpha eingebe bekomme ich jedoch mit genau dem gleichen String ein Ergebnis. Wo liegt hier das Problem?

  • Vpn

    • baracuda
    • 31. August 2012 um 22:05

    Hallo,

    Ich haben einen Router mit Tomato VPN und mein Galaxy S mit CM9 mod mit folgender Config. Der VPN Client ist OpenVPN.

    Code
    client
    dev tun
    proto tcp
    remote meineIP 1194
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    script-security 2
    dhcp-option DNS 192.168.1.1 
    route-gateway 192.168.1.1
    redirect-gateway def1
    
    
    ca ca.crt
    cert galaxys.crt
    key galaxys.key
    ns-cert-type server
    cipher AES-128-CBC
    comp-lzo
    verb 4
    Alles anzeigen

    Ich kann mich normal verbinden, habe jedoch das Problem, dass der "Internet" Traffic des Webbrowsers nicht über den VPN geht. Die IP ist die vom Funkanbieter. Eigentlich sollte redirect-gateway def1 doch dafür sorgen. Sieht jemand den Fehler oder habe ich etwas übersehen.

    LG

  • Gazebo und ROS

    • baracuda
    • 31. August 2012 um 13:05

    Hi,

    Kennt sich jemand mit Gazebo und ROS aus?

    LG

  • Android rooten

    • baracuda
    • 6. August 2012 um 22:52

    Danke für deine Hilfe! Hat hingauen mit folgendem CF Kernel:

    CF-Root-XX_OXA_JVK-v2.7-CWM3RFS.zip

    Habe den von http://forum.xda-developers.com/showpost.php?p…150&postcount=5 runtergeladen.

    LG

  • Android rooten

    • baracuda
    • 4. August 2012 um 10:50

    Also ich hab nicht das Stockrom von Samsung drauf, sondern eben von Drei. Das hat wie oben geschriebene andere Nummern für Phone, CSC und PDA. Die in verschiedene Beträgen behandelten ROMS haben eine Kennung XXJVK oder so. Ich weiss also nicht ob ich die Rootet Kernels für diese ROMs verwenden kann.
    Rooten möchte ich um den efs Ordner sichern zu können, falls ich flashen möchte aber zumindest um OpenVPN verwenden zu können.

  • Android rooten

    • baracuda
    • 2. August 2012 um 23:10

    Hi,
    Ich weiss es gibt unzählige Threads zu dem Thema. Jedoch behandeln die nur das rooten von Stockroms. Ich habe ein SGS I (I9000) von Drei. Meine Version ist 2.3.5 I9000 NEJVK (PDA) / CSC DREJV6 / PHONE NEJVB . Beim rooting werden immer Kernels passend zu den Stock roms angegeben. Kann ich diese Kernels verwenden? Oder wie geht man da vor?

    LG

Rechtliches

Impressum

Datenschutzerklärung