No information available.

Hi,
when I enter channel no 507 to see whats on BT Sport, all I get is 'no information available'. Anyone know why this is suddenly happening? Been fine foir the sevferal weeks since I first started receiving it.

How long have you had the Infinity service? I had that for a while, but just as it started getting on my nerves it went right and has been OK ever since.
You can click the white star next to this message if you think it was helpful.

Similar Messages

  • Two phones ordered, only one shipped. The iPhone 6 has shipped with tracking number and charge to my card. iPhone 6 Plus has no information available, no one at CS can tell me if this is normal, if it is delayed, any info appreciated.

    I placed an upgrade order for two phones, an iPhone 6 and 6plus.
    I was in the Verizon shopping cart at 11:55 and checked out by 12:01 AM pacific time.
    I do have my email confirmation for both phones with ship date 9/19
    The iPhone 6 has shipped with tracking number and the charge to my card came through for the price of this phone.
    There is no other information available - nothing on the status of the 6 Plus. Customer service doesn't know if this is normal or if my order went through, its really bad.
    Any further information would be much appreciated.

    I was just told by a Verizon sales rep that, when her team got in, when she checked the system at 3:03 (midnight+ 3 minutes)  all 6Plus had a back order date of October, and now its going into November even though the pre-order system was showing 9/19 - that all verizon iphone 6 plus had an instant sell out.
    She had no additional information on my iPhone 6 plus, not even if there was a chance for it to ship out, when the back order date would be - no further information.
    (A different rep I talked to said all iphone 6 plus pre orders had a ship date of October, all of them - I asked what Verizon is going to do when they advertised iphone 6 plus for 9/19 delivery and your telling me they never had any available - at this point he transferred me... *****)

  • Web Services  No JAX-WS context information available.

    Hi Guys,
    Hope you are doing well. I need a bit of help here. I have developed a java application and I am trying to make it a web service. So can you guys help me . Whenever I try "http://localhost:9090/" I keep getting "Web Services No JAX-WS context information available." this message. I have not yet developed a client. So far I am just trying to run it as a service. Below is the code for a sample Java application. I am thinking if I can get this Java program to work then maybe I will be able to get my Java program to work.
    package Endpoint;
    import javax.jws.WebMethod;
    import javax.jws.WebService;
    import javax.jws.*;
    import javax.jws.soap.SOAPBinding;
    import javax.xml.ws.Endpoint;
    @WebService
    public class Example25 {
         private String message = new String("Hello, ");
         public String sayHello(){
              return message + "Dipin" + ".";
         public static void main(String []args){
              String endpointUri = "http://localhost:9090/";
            Endpoint.publish(endpointUri, new Example25());
              //System.out.println("Service started at: " + endpointUri);
    }***********Here is the Java version I am using. ******************
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>java -version
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
    Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode)
    C:\Documents and Settings\Administrator>
    **********Here is my Classpath Setting***************
    ;.;C:\Program Files\Java\jre1.6.0_07\lib\ext\QTJava.zip;.;
    C:\Program Files\Java\jre1.6.0_07\bin;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\mail-1.4.1.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\activation.jar;.;
    C:\generodb\antsjdbc\antsjdbc.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\metro-1_2.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\JAXWS2.1.5-20081030.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\jaxws-ri\lib\jaxws-tools.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\jaxws-ri\lib\*.*;.;
    C:\Program Files\Java\JavaEE5\jdk\jre\lib\javaws.jar;.;
    **********Java Program compliation and running*************
    C:\Documents and Settings\Java Samples\Example25\src>javac Endpoint/Example25.java
    C:\Documents and Settings\Java Samples\Example25\src>java Endpoint.Example25
    Mar 5, 2009 4:05:49 PM com.sun.xml.ws.model.RuntimeModeler getRequestWrapperClas
    s
    INFO: Dynamically creating request wrapper Class Endpoint.jaxws.SayHello
    Mar 5, 2009 4:05:49 PM com.sun.xml.ws.model.RuntimeModeler getResponseWrapperCla
    ss
    INFO: Dynamically creating response wrapper bean Class Endpoint.jaxws.SayHelloRe
    Sponse
    Thanks and Regards,
    Dipin

    Hi Guys,
    Hope you are doing well. I need a bit of help here. I have developed a java application and I am trying to make it a web service. So can you guys help me . Whenever I try "http://localhost:9090/" I keep getting "Web Services No JAX-WS context information available." this message. I have not yet developed a client. So far I am just trying to run it as a service. Below is the code for a sample Java application. I am thinking if I can get this Java program to work then maybe I will be able to get my Java program to work.
    package Endpoint;
    import javax.jws.WebMethod;
    import javax.jws.WebService;
    import javax.jws.*;
    import javax.jws.soap.SOAPBinding;
    import javax.xml.ws.Endpoint;
    @WebService
    public class Example25 {
         private String message = new String("Hello, ");
         public String sayHello(){
              return message + "Dipin" + ".";
         public static void main(String []args){
              String endpointUri = "http://localhost:9090/";
            Endpoint.publish(endpointUri, new Example25());
              //System.out.println("Service started at: " + endpointUri);
    }***********Here is the Java version I am using. ******************
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>java -version
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
    Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode)
    C:\Documents and Settings\Administrator>
    **********Here is my Classpath Setting***************
    ;.;C:\Program Files\Java\jre1.6.0_07\lib\ext\QTJava.zip;.;
    C:\Program Files\Java\jre1.6.0_07\bin;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\mail-1.4.1.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\activation.jar;.;
    C:\generodb\antsjdbc\antsjdbc.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\metro-1_2.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\JAXWS2.1.5-20081030.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\jaxws-ri\lib\jaxws-tools.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\jaxws-ri\lib\*.*;.;
    C:\Program Files\Java\JavaEE5\jdk\jre\lib\javaws.jar;.;
    **********Java Program compliation and running*************
    C:\Documents and Settings\Java Samples\Example25\src>javac Endpoint/Example25.java
    C:\Documents and Settings\Java Samples\Example25\src>java Endpoint.Example25
    Mar 5, 2009 4:05:49 PM com.sun.xml.ws.model.RuntimeModeler getRequestWrapperClas
    s
    INFO: Dynamically creating request wrapper Class Endpoint.jaxws.SayHello
    Mar 5, 2009 4:05:49 PM com.sun.xml.ws.model.RuntimeModeler getResponseWrapperCla
    ss
    INFO: Dynamically creating response wrapper bean Class Endpoint.jaxws.SayHelloRe
    Sponse
    Thanks and Regards,
    Dipin

  • How to fix "no version information available" error

    Hi,
    I installed zsce-core from package:
    http://aur.archlinux.org/packages.php?ID=38766
    and then, I want to install zsce-phpmyadmin from this packge:
    http://aur.archlinux.org/packages.php?ID=38769
    But I get belew error message:
    [william@myarch zsce-phpmyadmin]$ makepkg
    file: could not find any magic files!
    ==> Making package: zsce-phpmyadmin 3.4.7.1-1 (Mon Sep 17 10:48:34 PDT 2012)
    ==> Checking runtime dependencies...
    pacman: /opt/zend/lib/libcurl.so.4: no version information available (required by /usr/lib/libalpm.so.7)
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
      -> Downloading phpMyAdmin-3.4.7.1-all-languages.tar.gz...
    /usr/bin/curl: /opt/zend/lib/libcurl.so.4: no version information available (required by /usr/bin/curl)
    curl: (2) Failed initialization
    ==> ERROR: Failure while downloading phpMyAdmin-3.4.7.1-all-languages.tar.gz
        Aborting...
    But, my curl has version:
    [william@myarch zsce-phpmyadmin]$ pacman -Qi curl
    pacman: /opt/zend/lib/libcurl.so.4: no version information available (required by /usr/lib/libalpm.so.7)
    Name           : curl
    Version        : 7.27.0-1
    URL            : http://curl.haxx.se
    Licenses       : MIT
    Groups         : None
    Provides       : None
    Depends On     : ca-certificates  libssh2  openssl  zlib
    Optional Deps  : None
    Required By    : flashplugin  liboauth  libofa  libquvi  libquvi-scripts
                     pacman  raptor
    Conflicts With : None
    Replaces       : None
    Installed Size : 1880.00 KiB
    Packager       : Dave Reisner <[email protected]>
    Architecture   : x86_64
    Build Date     : Fri 27 Jul 2012 02:42:01 PM PDT
    Install Date   : Mon 17 Sep 2012 11:12:09 AM PDT
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description    : An URL retrival utility and library
    How can I fix this problem?
    Thank you!
    Last edited by williamh (2012-09-17 18:50:19)

    file: could not find any magic files!
    That suggests something is wrong with the file package from [core]
    /usr/bin/curl: /opt/zend/lib/libcurl.so.4: no version information available (required by /usr/bin/curl)
    same for the curl package .
    Chances are the zsce-core pacakge (which is outdated since jan 2012) messed things up, i recommend removing it and reinstall file and curl from repos .
    After that, try to build another aur package that's not outdated to see if makepkg works normally .
    Last edited by Lone_Wolf (2012-09-17 23:44:01)

  • No JAX-RPC Context Information Available

    Hello
    I am new to java and webservice.
    I am using jdk1.4.2 and jwsdp1.2 and tomcat 4.1.27
    I have problems in running ant so i manually ran wscompile, wsdeploy to create and deploy a war file. when i put the war file in the webapps directory of tomcat(attached with jwsdp) it unpacks and when i browse the url http://localhost:8080/hello-jaxrpc/hello i get the error
    "No JAX-RPC Context Information Available"
    When i tried to deploy the war file in tomcat4.1.27 standalone server it unpacked the file but when i browsed the url it returned 404.
    What could be the problem? Please help
    Thanks in advance
    Shiva

    I would encourage you to use the tomcat which comes
    packaged with jwsdp1.2
    I seems to me that context name that you are using
    in your URL does not match the context used by your
    desired endpoint. So you need to ensure that thisis
    correct.

  • Ifconfig information available

    I have no problem, but I'm curious about the information available through ifconfig in terminal. When I input the command, I get the following result:
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
    inet 127.0.0.1 netmask 0xff000000
    inet6 ::1 prefixlen 128
    gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
    stf0: flags=0 mtu 1280
    en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    ether 00:14:51:2b:4f:10
    media: autoselect (none) status: inactive
    supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,flow-control> 10baseT/UTP <full-duplex,hw-loopback> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,flow-control> 100baseTX <full-duplex,hw-loopback> 1000baseT <full-duplex> 1000baseT <full-duplex,flow-control> 1000baseT <full-duplex,hw-loopback>
    fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078
    lladdr 00:14:51:ff:fe:2b:4f:10
    media: autoselect <full-duplex> status: inactive
    supported media: autoselect <full-duplex>
    en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    inet6 fe80::214:51ff:fe7b:50eb%en1 prefixlen 64 scopeid 0x6
    inet 10.0.1.2 netmask 0xffffff00 broadcast 10.0.1.255
    ether 00:14:51:7b:50:eb
    media: autoselect status: active
    supported media: autoselect
    I wondered if anyone might take a moment to explain all this to me. I don't mean everything; I'm primarily interested in understanding the local and external IP address and the MAC address as they are located in this jumble. Anything else important as well.
    thank you

    OK, I understand.
    regarding your ssh connection to your parents house.
    You need to configure your parents mac with a fixed local IP address. then configure their router to forward tcp port 22 to the IP address of the emac.
    You would need an account on their emac.
    It is unlikely that your parents ISP give them a static public IP address so you need to look into http://dyndns.com
    a dynamic domain name will update every time your parents IP address changes.
    So you would register something like parentsemac.dyndns.org
    it is free.
    Then you install a dydns client on the emac or there may be a dyndns client inside their router.
    Once all that is done, install Vine Server on the emac, configure it as as startup item. use port 5900
    Then using ssh you can create a tunnel
    ssh -L 5901:localhost:5900 parentsemac.dyndns.org
    Then using a vnc client such as jollysfast vnc client
    you could connect from your mac at home using the vnc client and a server address of localhost:5901
    Then you would have control of their screen.

  • Wireshark libnl - no version information available

    Hello,
    I have a problem with wireshark(gtk). When I try to run it I get some messages:
    wireshark: /usr/lib/libnl-genl-3.so.200: no version information available (required by wireshark)
    wireshark: /usr/lib/libnl-route-3.so.200: no version information available (required by wireshark)
    wireshark: /usr/lib/libnl-3.so.200: no version information available (required by wireshark)
    what causes that wireshark don't see any interfaces.
    Additional info:
    I run wireshark as normal user (added to wireshark group)
    had some problems with missing libgcrypt, solved it and now - ldd /usr/bin/wireshark shows:
    # ldd /usr/bin/wireshark
    /usr/bin/wireshark: /usr/lib/libnl-genl-3.so.200: no version information available (required by /usr/bin/wireshark)
    /usr/bin/wireshark: /usr/lib/libnl-route-3.so.200: no version information available (required by /usr/bin/wireshark)
    /usr/bin/wireshark: /usr/lib/libnl-3.so.200: no version information available (required by /usr/bin/wireshark)
    linux-vdso.so.1 (0x00007fff1b3fe000)
    libwiretap.so.3 => /usr/lib/libwiretap.so.3 (0x00007f334e8ba000)
    libwireshark.so.3 => /usr/lib/libwireshark.so.3 (0x00007f334a89e000)
    libwsutil.so.3 => /usr/lib/libwsutil.so.3 (0x00007f334a697000)
    libpcap.so.1 => /usr/lib/libpcap.so.1 (0x00007f334a457000)
    libportaudio.so.2 => /usr/lib/libportaudio.so.2 (0x00007f334a228000)
    libgtk-3.so.0 => /usr/lib/libgtk-3.so.0 (0x00007f3349b1d000)
    libgdk-3.so.0 => /usr/lib/libgdk-3.so.0 (0x00007f334986b000)
    libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007f334965e000)
    libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00007f3349413000)
    libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007f33490f1000)
    libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00007f3348ecd000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f3348c7c000)
    libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007f3348a78000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f3348778000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007f3348475000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007f334825f000)
    libnl-route-3.so.200 => /usr/lib/libnl-route-3.so.200 (0x00007f334800f000)
    libnl-genl-3.so.200 => /usr/lib/libnl-genl-3.so.200 (0x00007f3347e09000)
    libnl-3.so.200 => /usr/lib/libnl-3.so.200 (0x00007f3347beb000)
    libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f33479cd000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007f3347622000)
    libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007f3347420000)
    liblua.so.5.2 => /usr/lib/liblua.so.5.2 (0x00007f33471ee000)
    libgcrypt.so.20 => /usr/lib/libgcrypt.so.20 (0x00007f3346f10000)
    libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x00007f3346d0b000)
    libgnutls.so.28 => /usr/lib/libgnutls.so.28 (0x00007f3346a02000)
    libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00007f3346724000)
    libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00007f33464ef000)
    libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x00007f33462eb000)
    libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f3345ee3000)
    libusb-1.0.so.0 => /usr/lib/libusb-1.0.so.0 (0x00007f3345ccc000)
    libasound.so.2 => /usr/lib/libasound.so.2 (0x00007f33459d5000)
    libjack.so.0 => /usr/lib/libjack.so.0 (0x00007f33457b8000)
    librt.so.1 => /usr/lib/librt.so.1 (0x00007f33455b0000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f3345275000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0x00007f3345065000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007f3344e5f000)
    libcairo-gobject.so.2 => /usr/lib/libcairo-gobject.so.2 (0x00007f334ed35000)
    libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x00007f3344c3c000)
    libatk-bridge-2.0.so.0 => /usr/lib/libatk-bridge-2.0.so.0 (0x00007f3344a11000)
    libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00007f33447fc000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f33445c0000)
    libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007f334425e000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00007f334405b000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00007f3343e51000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00007f3343c46000)
    libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0x00007f3343a43000)
    libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007f3343840000)
    libwayland-client.so.0 => /usr/lib/libwayland-client.so.0 (0x00007f3343633000)
    libxkbcommon.so.0 => /usr/lib/libxkbcommon.so.0 (0x00007f33433d3000)
    libwayland-cursor.so.0 => /usr/lib/libwayland-cursor.so.0 (0x00007f33431cb000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f3342fb9000)
    libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0 (0x00007f3342d65000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f3342ac2000)
    libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007f3342819000)
    libEGL.so.1 => /usr/lib/libEGL.so.1 (0x00007f33425f7000)
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f33423f3000)
    libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007f33421be000)
    libxcb-shm.so.0 => /usr/lib/libxcb-shm.so.0 (0x00007f3341fbb000)
    libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x00007f3341db1000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f3341b92000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f3341988000)
    libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f334172a000)
    libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007f33414c4000)
    libffi.so.6 => /usr/lib/libffi.so.6 (0x00007f33412bc000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f334eb5f000)
    libp11-kit.so.0 => /usr/lib/libp11-kit.so.0 (0x00007f334107a000)
    libtasn1.so.6 => /usr/lib/libtasn1.so.6 (0x00007f3340e66000)
    libnettle.so.4 => /usr/lib/libnettle.so.4 (0x00007f3340c38000)
    libhogweed.so.2 => /usr/lib/libhogweed.so.2 (0x00007f3340a09000)
    libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007f3340792000)
    libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00007f3340585000)
    libkeyutils.so.1 => /usr/lib/libkeyutils.so.1 (0x00007f3340381000)
    libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007f334016a000)
    libudev.so.1 => /usr/lib/libudev.so.1 (0x00007f333ff58000)
    libatspi.so.0 => /usr/lib/libatspi.so.0 (0x00007f333fd2b000)
    libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007f333fae4000)
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f333f8ba000)
    libgraphite2.so.3 => /usr/lib/libgraphite2.so.3 (0x00007f333f69e000)
    libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007f333f48e000)
    libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0x00007f333f28c000)
    libxcb-dri2.so.0 => /usr/lib/libxcb-dri2.so.0 (0x00007f333f087000)
    libxcb-xfixes.so.0 => /usr/lib/libxcb-xfixes.so.0 (0x00007f333ee80000)
    libxcb-shape.so.0 => /usr/lib/libxcb-shape.so.0 (0x00007f333ec7c000)
    libgbm.so.1 => /usr/lib/libgbm.so.1 (0x00007f333ea75000)
    libwayland-server.so.0 => /usr/lib/libwayland-server.so.0 (0x00007f333e865000)
    libglapi.so.0 => /usr/lib/libglapi.so.0 (0x00007f333e63f000)
    libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007f334ed16000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f333e43b000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f333e235000)
    libxcb-glx.so.0 => /usr/lib/libxcb-glx.so.0 (0x00007f333e01d000)
    libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007f333de17000)
    mayby it is some problem with that:?
    # getcap /usr/bin/dumpcap
    /usr/bin/dumpcap = cap_net_admin,cap_net_raw+eip

    Hey, i had the same problem!!
    Check if stat /lib/libnl-3.so.200 has the following symbolic link value:  File: ‘libnl-3.so.200’ -> ‘libnl-3.so.201’. If so, genl and route should point to version 201 as well. I solved this by linking those symbolic links to the correct version:
    Make sure you have root permissions:
    cd /lib
    # rm libnl-3.so.200
    # rm libnl-genl-3.so.200
    # rm libnl-route-3.so.200
    # ln -s libnl-3.so.200.18.0 libnl-3.so.200
    # ln -s libnl-genl-3.so.200.18.0 libnl-genl-3.so.200
    # ln -s libnl-route-3.so.200.18.0 libnl-route-3.so.200
    Cheers,

  • How to make Manufacturer Information Available For Display in SC

    Hello,
    We would like to make the Manufacturer Part Number and External Manufacturer available for display in the shoppng cart. Also, UNSPSC for that matter.  I know these are in the shopping cart as loaded from the external catalog but have not found anywhere in the HTML templates where they could be made available by uncommenting, like we did for Unloading Point. Are there provisions in the shopping cart to show this information?
    If not, how would you accomplish this?
    Thanks in advance for any assistance.

    Hi
    We have done similar requirements in our past previous SRM implementations.
    <u>It's not possible to enable the required fields - Manufacturer part number, External Mnaufacturer, UNSPSC, etc as these are not avaibale on the Standard HTML Templates of the Internet Service - BBPSC01 (using SE80 transaction).
    You need to go for adding customer fields to the Shopping cart Item level in this case.</u>
    Refer the following OSS notes which guides you how to create customer fields on the shopping cart ->
    <b>Note 458591 - User-defined fields: Preparation and use
    Note 672960 - User-defined fields 2</b>
    Refer the following forum links, which will definitely help ->
    <b>Custom UI fields on shoping cart
    Add custom field in SC -Item Level
    Customer field integration
    Derive GL code based on UNSPSC from catalog
    Custom fields not display in SRM5.5 Basic Data Frame
    BBPSC04 Custom Fields Addition Not working
    How to chage the display name in SC browser for the custome fields?
    <u>You can use several BADIs to map the data from Shopping cart to the Back end documents (Purchase Order, Purchase Req, Requistions, etc) using these Business Add-Ins.</u>
    <b>Refer to the  BADIs using transaction - SE18.</b>
    BBP_DOC_CHANGE_BADI
    BBP_DOC_CHECK_BADI
    BBP_CREATE_PO_BACK
    BBP_CREATE_REQ_BACK
    Note -> Please read the relevant Standard BADI definition documentation, before doing any coding for the custom BADI Implementations.
    Do let me know, incase you face any issues.
    Regards
    - Atul

  • TV Guide - No information available

    Since digital switchover in Northern Ireland on 24 Oct. I have been missing channels from the guide. The guide shows the channels with the staement "no information currently available". Specifically the channels are 11, 12, 15, 19, 21, 24 and 29.
    I have tried full reset including power off and rescans to no available. Does anyone have any idea what is happening?
    Solved!
    Go to Solution.

    All - I have just rang BT vision Helpdesk (Yes, I was that bored)
    apparently we have just went through a Digital Switchover in Northern Ireland (Really??!!) and it will take a few days for the information to be populated on the EPG.
    Not sure about the rest of you, but about 6 of my channel information is missing - two being Dave and Film 4.
    Both signal strength and picture strength are 100% i can watch the channels, just don't have a clue what is on or is coming up.
    The BT employee then proceeded to try to explain the issue to me which confused me even more, the only thing it managed to do was to bring back memories about Eric Cantona's famous speech - you know the one ' When the seagull follows the trawler'...
    It completely baffled me, but in the end he told me to wait a few days.
    Will keep an eye on it. 
    Mac.

  • Is job information available for post scripts to use?

    Is there any "meta" information (job name, time run, etc) that is available to be used in pre/post actions? Ideally I want to store the job name in a text file on the host being patched.

    Unfortunately the job and task names are not available on the agents
    itself, only the JobID and TaskID, which are not helpful.
    Only the "time run" of the pre/post action script is available from
    the "Task.out" log file.
    Example code:
    if [ -d /var/opt/SUNWuce ]
    then
    LOGFILE=`ls -t /var/opt/SUNWuce/agent/logs/*job*/Task.out|head -1`
    else
    LOGFILE=`ls -t /var/lib/uce/agent/logs/*job*/Task.out|head -1`
    fi
    TIME_RUN=`head -3 $LOGFILE | tail -1`

  • Machine/Host information available to ABAP

    Would anyone know how could I find out the specs of the host where an (the current) ABAP program is running?
    I know there is the SY-HOST field available to identify the host name, but I couldn’t find any other system fields.
    I am interested in the following:
    1) OS on machine
    2) OS version
    3) Memory on machine
    But most importantly ...
    4) The types of CPU (Brand, Model & speed)
    Any help would be great!  Thanks.

    Hello Sumit,
    If you look at it one way, the solution to your query is quite simple. All the details that you are asking can be found via the menu path System-->Status. Now this menu is there virtually on every screen in SAP. So one would like to think that there ought to be a Function Module for that!! Now if you debug for a few seconds, you will find that the FM is <b>STATUS_ANZEIGEN</b>.
    Of course this FM will have a screen which would be used to display the information. What you need to look at is the code of the FM other than the call to the screen. Just try this piece out.
    DATA: BEGIN OF VERSION_INFO OCCURS 0,
            LINE(80),
          END OF VERSION_INFO.
    CALL 'SAPCORE' ID 'ID' FIELD 'VERSION'
                   ID 'TABLE' FIELD VERSION_INFO-*SYS*.
    loop at version_info.
      write : / version_info.
    endloop.
    Now just don't ask me to explain you the call to the C-Function. It's a secret !!:-)
    Have fun. And get back if you have trouble.
    Regards,
    Anand Mandalika.

  • FCE 4 still does not start! Now more information available

    Hello,
    last week I bought FCE 4 and installed it. That was no problem, but then I started it and it began to start, which means a little window with some information being loaded is shown, next is the top with the menu can be seen and then-there is nothing but my desktop!! What's that??? I need to work with it!
    What's wrong? I've deinstalled it, my shop assistant advised me to put the FCE User Data in the trash, but it did not help. What can I do? Help, please!!!!
    -Till now I've tried the following: Deinstalling completely, trashed the preferences, newly installed by the help of pacifist-programme. All this did not help. Below something which I hope it can help you analyzing the problem. I don't know enough of that stuff....only want to use FCE.......
    26.10.10 23:31:40 [0x0-0x19019].com.apple.FinalCutExpress[266] objc[266]: Class NSLabelViewCell is implemented in both /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit and /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit. One of the two will be used. Which one is undefined.
    26.10.10 23:34:14 de.novamedia.nmnetmgrd[32] NMIfNet: Operation not supported on socket
    26.10.10 23:34:14 de.novamedia.nmnetmgrd[32] NMIfNet: Invalid argument
    26.10.10 23:34:14 de.novamedia.nmnetmgrd[32] NMIfNet: Device not configured
    26.10.10 23:34:14 de.novamedia.nmnetmgrd[32] NMIfNet: Device not configured
    Thanks,
    Knödel

    Are you using the G4 or another computer? According to the tech specs, FCE4 needs a 1.25GHz processor at minimum to run.
    http://www.apple.com/finalcutexpress/specs.html

  • App Store information available to apps?

    Is there anything that an application bought from the App Store will know about itself? For example:
    - Date of purchase?
    - Unique identifier to distinguish this copy of the application from other copies bought by other people?
    Since the App Store doesn't exist yet, it is possible that there is no answer to this question. On the other hand, there may just be a document hanging around somewhere that I haven't found a link to - or someone in this forum may have heard something...

    I don't believe that the app will know anything about the App Store, when it was bought, etc. But if you're looking for a unique identifier, there is a uniqueIdentifier property in UIDevice. That is guaranteed to be unique, and works well as a key in a DB to store information about when the client last downloaded data, etc. It's also rather likely that this will be how you address phones through the coming push service.

  • "No family informations available" i cant activate or join family sharing any clues?

    Hey guys,
    i cant activate the family sharing cause my phone says that it doesnt find any family information is there any option i did forgot? My wife with the same device can activate it and invite me but i cant accept it also. Is it mybe my icloud adress?

    I'm not entirely sure for your model/make, but it may be not possible to shut down the intel and use the radeon only. Since the intel is the one physically connected to the screen, so all graphics go through it in any case.
    You should however be able to switch off the ati card to save battery power. Which is what I do, still using vgaswitcheroo, since it didn't work otherwise:
    https://wiki.archlinux.org/index.php/hy … e_Graphics
    Or you may try PRIME to use the DGP (ati card) on an application base (for 3-D apps):
    https://wiki.archlinux.org/index.php/PRIME
    I think I tried it once, but I don't remember if it worked and I don't need it. Since for real 3-D apps the radeon (ati) driver isn't that good, and OTOH for compositing (desktop effects) the intel is good enough... (Edit: +my laptop heats up too much using the ati.)
    What's your purpose ?
    Regarding why the ati isn't shown in your xrandr output:
    Is xf86-video-ati installed ?
    Is the radeon module loaded (output of 'lsmod |grep radeon') ?
    Edit: punctuation, clarify
    Last edited by rebootl (2014-12-31 12:10:50)

  • Is there any post 2008R2 information available on Table Valued Parameters being usable for writes?

    The last I heard on the efforts to make TVPs writable was that they were on the roadmap for the 2008 R2 release but that it didn't make the cut.  
    Srini Acharya commented in the connect item associated with this feature that...
    Allowing table valued parameters to be read/write involves quite a bit of work on the SQL Engine
    side as well as client protocols. Due to time/resource constraints as well as other priorirites, we will not be able to take up this work as part of SQL Server 2008 release. However, we have investigated this issue and have this firmly in our radar to address
    as part of the next release of SQL Server.
    I have never heard any information regarding why this was pulled from the 2008R2 release and why it wasn't implemented in either SQL Server 2012 or SQL Server 2014.  Can anyone shed any light on what's going on here and why it hasn't been enabled
    yet?  I've been champing at the bit for the better part of 6 years now to be able to move my Data Access Methodology to a more properly structured message oriented architecture using Request and Response Table Types for routing messages to and from SQL
    Server Functions and Stored Procs.    
    Please tell me that I won't have to manually build all of this out with XML for much longer.
    Note that in SQL Server 2008 table valued parameters are read only. But as you notice we actually
    require you to write READONLY. So that actually then means that at some point in the future maybe if you say please, please please often enough we might be able to actually make them writable as well at some point.
    Please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please,
    please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please,
    please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please,
    please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please,
    please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please,
    please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please,
    please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please,
    please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please,
    please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please,
    please!

    Can someone please explain what the complication is?  
    It makes no sense to me that you can
    1)declare a table typed variable inside a stored procedure
    2)insert items into it
    3)return the contents of it with a select from that table variable
    but you can't say "hey. The OUTPUT parameter that was specified by the calling client points to this same variable."
    I would like to understand what is so different between
    create database [TechnetSSMSMessagingExample]
    create schema [Resources]
    create schema [Messages]
    create schema [Services]
    create type [Messages].[GetResourcesRequest] AS TABLE([Value] [varchar](max) NOT NULL)
    create type [Messages].[GetResourcesResponse] AS TABLE([Resource] [varchar](max) NOT NULL, [Creator] [varchar](max) NOT NULL,[AccessedOn] [datetime2](7) NOT NULL)
    create table [Resources].[Contrivance] ([Value] [varchar](max) NOT NULL, [CreatedBy] [varchar](max) NOT NULL) ON [PRIMARY]
    create Procedure [Services].[GetResources]
    (@request [Messages].[GetResourcesRequest] READONLY)
    AS
    DECLARE @response [Messages].[GetResourcesResponse]
    insert @response
    select [Resource].[Value] [Resource]
    ,[Resource].[CreatedBy] [Creator]
    ,GETDATE() [AccessedOn]
    from [Resources].[Contrivance]
    inner join @request as [request]
    on [Resource].[Value] = [request].[Value]
    select [Resource],[Creator],[AccessedOn]
    from @responseGO
    and
    create Procedure [Services].[GetResources]
    ( @request [Messages].[GetResourcesRequest] READONLY
    ,@response [Messages].[GetResourcesResponse] OUTPUT)
    AS
    insert @response
    select [Resource].[Value] [Resource]
    ,[Resource].[CreatedBy] [Creator]
    ,GETDATE() [AccessedOn]
    from [Resources].[Contrivance]
    inner join @request as [request]
    on [Resource].[Value] = [request].[Value]
    GO
    that this cannot be accomplished in 7 years with 3 major releases of SQL Server.
    If you build the database that I provided (I didn't provide flow control commands, of course so they'll need to be chunked into individual executable scripts) and then 
    insert into [Resources].[Contrivance] values('Arbitrary','kalanbates')
    insert into [Resources].[Contrivance] values('FooBar','kalanbates')
    insert into [Resources].[Contrivance] values('NotInvolvedInSample','someone-else')
    GO
    DECLARE @request [Message].[GetResourcesRequest]
    insert into @request
    VALUES ('Arbitrary')
    ,('FooBar')
    EXEC [Services].[GetResources] @request
    your execution will return a result set containing 2 rows.  
    Why can these not 'just' be pushed into a "statically typed" OUTPUT parameter rather than being returned as a loose result set that then has to be sliced and diced as a dynamic object by the calling client?

Maybe you are looking for

  • Error while configuring B2B adapter in Jdev 11.1.1.6

    Hi All, While configuring B2B adapter in jdev 11.1.1.6, i'm getting the following error at the Document definition step, Unable to connect to URL: https://ip address:port no/integration/services/b2b/B2BMetadataWSPort due to javax.xml.soap.SOAPExcepti

  • Page overlap when exporting to pages in InDesign CS6.

    Hey community, for a college project I am creating a little a5 sketch book, I have everything finished, but when I export the file as pages (which is what the company who is printing it requested) some of the spread overlaps onto the pages like so: I

  • How to do file save as

    I am new to Pages. I figured out how to save but "save as" eludes me. I saved as a duplicate, changed the name and saved the new one - it just saved the new name to iCloud - did not give me the option to save in a different location. Any thoughts on

  • How to update CONDITIONS for SERVICES in ME51N, ME52N.

    Hi All, My requirement is to update the CONDITIONS for SERVICES for the transaction ME51N, ME52N. I'm using BAPI_REQUISITION_CREATE to create the Purchase Requisition. Thanks.

  • Dynamic framesets?

    I have a special application for frames. I want a link in one frame to add a bunch of URL variables to a frame src attribute in the frameset file. So, in that one frame, I have this (index.php is the frameset file) - <a href="index.php?loc=locationA"