Duplicated thread. Sorry.

Duplicated thead. Sorry.
Message was edited by:
        Alberto Diaz
Message was edited by:
        Alberto Diaz

Duplicated thread.

Similar Messages

  • New Imac - not sure if this is the right thread, sorry!

    Hi there, my mother has just purchased a new Imac, (not sure which one sorry) and it is missing IMovie, although it seems to have all of the other i life applications...I have searched applications and hard drive, but it does not seem to be there - any ideas??? Thanks in advance.

    It should be installed. If it got deleted accidentally, find Disc 1 of the discs that came with the Mac.
    On the disc, there should be a link for +Install Bundled Software Only+. Double-click that icon to launch Installer. Go through the initial screens, and click the Customize button when it comes up. De-select (uncheck) everything except for iMovie HD.
    Then click the Install button.

  • TNS-12538: TNS:no such protocol adapter, please delete this thread, Sorry!

    Hello,
    I am trying to install oracleAS Infrastructure and portal on my windows xp pc,
    At some point of the installation for Internet Directory Configuration Assistant, there is an error:
    ===========================================================
    Output generated from configuration assistant "Internet Directory Configuration Assistant" (attempt 2):
    Myinfra.mypcname.domainname
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connectionat oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    ===========================================================
    After did some searching, I find I may need to install MS loopback adapter.
    So I followed http://support.microsoft.com/kb/839013 to install the MS Loopback adapter.
    After I installed, When I open the Network Connetcions, I found there are two local area connetcions. One of then called local area connection 2, and it's MS loopback adapter. I got a warning for local area connection 2, it says that my pc does not have a IP address assigned, and its status is : limited or no connectivity .
    I tried to repair to establish the full connection by clicking on the repair button, but the process is failed.
    I also tried to run command: tnsping orcl ( orcl is my database service name )
    tnsping orcl, still got this error:
    ======================================================
    C:\>tnsping orcl
    TNS Ping Utility for 32-bit Windows: Version 9.0.1.4.1 - Production on 16-MAR-20
    06 22:41:35
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    E:\oracle\product\10.1.0\Db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =mypcname.mydomainname)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = o
    rcl)))
    TNS-12538: TNS:no such protocol adapter
    ===================================================
    btw. my pc IP was assigned by DHCP, and pc host name is something like: abcd.abc.edu
    Q1. I am wondering which local area connection is currently used by default ? If it's the old one, how to configure it to use the new added one? ( local area connetcion 2 )
    Q2. Do I have to install MS Loopback adapter ? I don't have a fixed IP, however my IP is seldom changed. And I'm ok with 127.0.0.1
    Any suggestion ?
    Thanks for your reply,
    Emily

    Hi Rajesh Vig
    Thank for your help.
    I did change follow your advice. But it doesn't work at all.
    However, before finishing configured listener, something warn me as popup message.
    "The information provided for this listener is currently in use by other software on this computer.
    You can proceed with the configuration as it is, but it will not be possible to start this listener until
    the conflict is resolved."
    I'm so doubt, what wrong with my listener. Why did oracle warn me that my listener was conflict with another. Although, there was no listener.ora at that time. ?????
    Here is my new listener.ora created by netca.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/ZTDB3/bin/oracle10/product/10.2.0)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.104.131.92)(PORT = 1530))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    $ lsnrctl start
    TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    System parameter file is /oracle/ZTDB3/bin/oracle10/product/10.2.0/network/admin/listener.ora
    Log messages written to /oracle/ZTDB3/bin/oracle10/product/10.2.0/network/log/listener.log
    TNS-01150: The address of the specified listener name is incorrect
    TNS-01153: Failed to process string: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ztdb3)(PORT=1530)))
    Listener failed to start. See the error message(s) above...
    $ netstat -an | grep 1530
    no result shown up.
    If you have found something wrong, please advise me. Thank you.

  • Initialize QTMovie in a child thread by passing Movie object.

    I'm working on an Qt (Qt framework) application in which I'm making use of a .mm file to call MAC specific functions.
    I need to initialize QTMovie in a child thread by passing Movie object.
    [QTMovie movieWithQuickTimeMovie:movie disposeWhenDone:TRUE error:nil]
    It appears like I have to initialize QTMovie in main thread. I came across performSelectorOnMainThread which might be of some help. Could anyone please show me the right usage of the same?
    I need to call a method using performSelectorOnMainThread by passing the Movie object to it and which returns the initialized QTMovie object.
    Thanks in advance.

    Ah, you seem to be on to something, there. The main thread gives
    sun.misc.Launcher$AppClassLoader@111f71
    while the child thread gives null. The same occurs whether the experiment is in
    the same JVM instance or not.
    So presumably this means I need to get the context loader from the main thread
    and set it in the child thread manually!?
    - Angus.
    Patrick Linskey wrote:
    Angus Monro <[email protected]> writes:
    Okay.... I'm not really sure what you're asking for. What I've done is
    printed the ClassLoader object as given by
    com.solarmetric.util.app.Prefs.class.getClassLoader(), along with its
    parent recursively up the tree of loaders. This gave:
    sun.misc.Launcher$AppClassLoader@111f71
    sun.misc.Launcher$ExtClassLoader@256a7c
    This result was exactly the same irrespective of whether I did it from the
    main thread or the child thread. But the exception still happens only the
    child thread.Sorry, I should have been more clear. Can you print out the current
    thread's context's classloader?
    System.out.println (Thread.currentThread ().getContextClassLoader ());
    Also, what happens if you run the test in the main thread and then in
    the child thread, all in the same JVM?
    -Patrick
    - Angus.
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • How to print the call stack of a thread?

    I would like to print out the call stack of a thread, something that looks like the output of pstack.
    From within the thread itself, I suppose I can fork1() to duplicate the thread and fork another process to run pstack on the duplicated thread.
    I would much rather use some api to print out the stack directly. Any pointer would be appreciated.

    Hi,
    The code below will do what you want.
    All that needs to be done is to call csprintstack() from within
    your application. Remember to link in the dynamic linking library,
    libdl.so, as dynamic library functions are used.
    Cheers.
    Jon Haslam<br>
    Developer Technical Support<br>
    Sun Microsystems<br>
    <pre>
    #include <ucontext.h>
    #include <sys/frame.h>
    #include <dlfcn.h>
    #include <setjmp.h>
    #include <sys/procfs_isa.h>
    #include <stdio.h>
    #if defined(sparc) || defined(__sparc)
    #define FRAME_PTR_REGISTER REG_SP
    #endif
    #if defined(i386) || defined(__i386)
    #define FRAME_PTR_REGISTER EBP
    #endif
    struct frame *
    csgetframeptr()
    ucontext_t u;
    (void) getcontext(&u);
    return (((struct frame *)
    u.uc_mcontext.gregs[FRAME_PTR_REGISTER])->fr_savfp);
    void
    cswalkstack(struct frame * fp, int (*operate_func)(void *, void *),
    void * usrarg)
    void * savpc;
    struct frame * savfp;
    while (fp &&
    (savpc = (void*)fp->fr_savpc) &&
    (*operate_func)(savpc, usrarg) == 0) {
    fp = fp->fr_savfp;
    static int
    csprintaddress(void pc, void usrarg)
    Dl_info info;
    char * func;
    char * lib;
    if(dladdr(pc, & info) == 0) {
    func = "??";
    lib = "??";
    else {
    lib = (char *) info.dli_fname;
    func = (char *) info.dli_sname;
    fprintf((FILE *) usrarg,
    "%s:%s+0x%x\n",
    lib,
    func,
    (unsigned int)pc - (unsigned int)info.dli_saddr);
    return(0);
    void
    csprintstack(FILE * f)
    cswalkstack(csgetframeptr(), csprintaddress, (void *) f);
    </pre>

  • Scheduling Java threads

    Hi, I need a thread to run at say midday and then execute every hour after that. I have tried to read previous problems but cant seem to find the solution i am looking for. Can anyone help?

    thanks again, I am still not quite there,
    if i open a thread is it like having a continuos
    loop?The analogy that a thread is similar to a loop does not appeal to me. I don't think that is a proper comparison. Because if you wanted a thread to run without stop, then you would specify the code something like this:
    void run()
         for(;;)
         }//End of infinite for() loop
    }//End of run() methodThe thread, when started from the main (or wherever), starts its execution from the run() method, does the work which is specified in the run() method and then stops. It cannot return anything like a normal method. It is not like an infinite loop by itself unless you specify and tell it to be so.
    so if i started my program at for example 9.20am i the
    program would loop and keep checking until say
    midnight when i want the thread to execute, from there
    i can just sleep the thread as i have been shown
    above, In effect, when you say Thread.sleep(timeInMilliSeconds), you are just making the thread inactive. Don't think of it as an never ending for loop or something like that.
    When a thread is made inactive, the CPU is relinquished by the thread and the CPU is used for some other processing. During the time when the thread remains in an inactive stste, it does not get any CPU time. So, it remains suspended, if you want to think of it that way, and once the specified time period elapses, the thread wakes up and is put to a ready state. If the CPU is free to give access to this thread, then the thread starts processing again. That is why you will have to specify the code as follows to catch an InterruptedException...which might be thrown because of CPU access probelms when the thread wakes up and tries to gain CPU time once again:
    try
        long time = 18000000L;
        Thread.sleep(time);
    catch(InterruptedException ex)
        //Do whatever you wish with the thread
    sorry to be a pest :-)Hey no problems :-)
    If there is anything at all I will be glad to help. You would have got much better replies and explanations from either xiarcel or warnerja but I guess they are not logged in.
    Anyways...I am always happy to help if I can :-)
    Vijay :-)

  • Problem finding docs using content index in DB with different charactersets

    Sorry for duplicating thread from [url http://forums.oracle.com/forums/thread.jspa?threadID=653067&tstart=0]this thread in Oracle Text forum, but it seems quite slow compared to this one, so probably someone has some suggestion.
    Problem explanation:
    DB version 10.2.0.1 SE on windows
    database characterset AL32UTF8
    I am creating following context index:
    create index myindex on g(Content)
    indextype is ctxsys.context
      parameters('filter ctxsys.auto_filter
      section group ctxsys.null_SECTION_GROUP');With following query:
    SELECT distinct filename FROM g f
    WHERE contains(F.Content, 'latiinju') >0;I can find latin symbols in ansi, utf-8 encoded text documents and msword and msexcel documents.
    With following query:
    SELECT distinct filename FROM g f
    WHERE contains(F.Content, 'latviešu') >0;I can find latvian symbols in utf-8 encoded text documents and msword and msexcel documents, which basically is OK.
    However there is another unfortunately already production database
    10.2.0.3.0 SE on windows
    with characterset BLT8CP921
    and with index as defined above queries find absolutely nothing for both latin and latvian texts.
    As soon as I've added another column "cset" in the table and filled it up with AL32UTF8 I can find latin characters for the same cases as in db above.
    Index in this case is as follows:
    create index myindex on g(Content)
    indextype is ctxsys.context
      parameters('filter ctxsys.auto_filter
      section group ctxsys.null_SECTION_GROUP
      charset column cset');However the problem is that for latvian characters it can find only UTF-8 encoded text files, but not doc and xls files and that's absolutely not OK.
    I've tried also another charactersets in cset columns, but without any success.
    So the question is - is there any possibility somehow to create the content index that it is possible to find also latvian specific symbols in doc and xls files in DB with characterset BLT8CP921?
    Of course the ultimate solution would be to recreate db with AL32UTF8 characterset but I'd like to avoid that if possible.
    TIA
    Gints Plivna

    I have applied performance tuning steps, like JAVA_POOL_SIZE, SGA_MAX_SIZE, increase table spaces size and change some other DB parameters. After applied, problematic index has been created without error and application is running fine without any error. Many thanks for your prompt suggestion, by which I could narrow down my problem. So, as my problem has been resolved, so please close this thread.
    Regards,
    Farhan Mazhar

  • Vbscript delete files based on extension on a drive

    Right now i use this batch script to delete files based on extension on drive D: and all folder and subfolder on it every computer restart.
    @echo off
    del /F /S /Q D:\*.jpg            
    del /F /S /Q D:\*.mp3
    del /F /S /Q D:\*.lnk
    del /F /S /Q D:\*.bmp
    I need to change that batch script in to vbscript with same function.
    Help me please..
    sorry for my english..

    righ now i used batch file on startup windows xp, but i want to use vbscript because the cmd will be disable on plan. my batch script like this.
    As mentioned in your duplicated thread, respondents in this forum will gladly help posters with their script problems but they do not write scripts on demand. Here are a couple of options for you:
    Learn how to write VBScripts or PowerShell.
    Run the job as a scheduled task at boot time under an account other than the logon account.

  • Cant add files and use itunes at the same time?

    I am totally confused as to why Itunes is Frozen when im adding files. I usually manually add my music to itunes myself. I figured why not take advantage and just have it do it for me. Now i cant play or pause the music as its doing this. The main problem is that the folder of music that i added, has all my itunes files on that drive in that folder. Is it going to add everything i have twice now? its telling me new versions of apps are available. I have 600+ apps. Im starting to realise that there is no work around for this. perhaps this belongs in a suggestion thread. sorry for ranting. delete this post its looking like i have to force itunes closed and ruin everything that i have organised so i dont have to tell itunes 600 times that i dont want to find the new version of an app. I've already been fooled into recrediting all my downloads because Everyone wanted to play stupid on the phone. GOD HELP ME!

    Say i finish clicing x 600 times. Is there a way to stop the music after it resumes searching my 111 gb of music. i dont want to play the same cd the whole time.

  • [SOLVED]cannot connect to wireless network due to a channel setting

    Hello guys, I recently came across a problem with my wireless network.
    It was first a system-wide upgrade(adapted from the pacman's log):
    [2010-08-22 15:10] Running 'pacman -Syu'
    [2010-08-22 15:10] synchronizing package lists
    [2010-08-22 15:10] starting full system upgrade
    [2010-08-22 16:14] upgraded avahi (0.6.25-3 -> 0.6.27-2)
    [2010-08-22 16:14] upgraded nspr (4.8.4-1 -> 4.8.6-1)
    [2010-08-22 16:14] upgraded nss (3.12.6-3 -> 3.12.7-1)
    [2010-08-22 16:14] upgraded chromium (5.0.375.125-1 -> 5.0.375.127-1)
    [2010-08-22 16:14] upgraded curl (7.21.0-1 -> 7.21.1-1)
    [2010-08-22 16:14] upgraded freetype2 (2.4.1-1 -> 2.4.2-1)
    [2010-08-22 16:14] upgraded gnome-keyring (2.30.3-1 -> 2.30.3-2)
    [2010-08-22 16:14] upgraded gstreamer0.10 (0.10.29-1 -> 0.10.30-1)
    [2010-08-22 16:14] upgraded orc (0.4.6-1 -> 0.4.7-1)
    [2010-08-22 16:14] upgraded udev (160-1 -> 161-1)
    [2010-08-22 16:14] upgraded gstreamer0.10-base (0.10.29-1 -> 0.10.30-1)
    [2010-08-22 16:14] upgraded gstreamer0.10-base-plugins (0.10.29-1 -> 0.10.30-1)
    [2010-08-22 16:14] upgraded k3b (2.0.0-2 -> 2.0.1-2)
    [2010-08-22 16:14] upgraded linux-firmware (20100623-2 -> 20100807-1)
    [2010-08-22 16:14] >>> Updating module dependencies. Please wait ...
    [2010-08-22 16:14] >>> MKINITCPIO SETUP
    [2010-08-22 16:14] >>> ----------------
    [2010-08-22 16:14] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-08-22 16:14] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-08-22 16:14] >>> More information about mkinitcpio setup can be found here:
    [2010-08-22 16:14] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-08-22 16:14]
    [2010-08-22 16:14] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-08-22 16:14] ==> Building image "default"
    [2010-08-22 16:14] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-08-22 16:14] :: Begin build
    [2010-08-22 16:14] :: Parsing hook [base]
    [2010-08-22 16:14] :: Parsing hook [udev]
    [2010-08-22 16:14] :: Parsing hook [autodetect]
    [2010-08-22 16:14] :: Parsing hook [pata]
    [2010-08-22 16:14] :: Parsing hook [scsi]
    [2010-08-22 16:14] :: Parsing hook [sata]
    [2010-08-22 16:14] :: Parsing hook [usbinput]
    [2010-08-22 16:14] :: Parsing hook [keymap]
    [2010-08-22 16:15] :: Parsing hook [encrypt]
    [2010-08-22 16:15] :: Parsing hook [lvm2]
    [2010-08-22 16:15] :: Parsing hook [filesystems]
    [2010-08-22 16:15] :: Generating module dependencies
    [2010-08-22 16:15] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-08-22 16:15] ==> SUCCESS
    [2010-08-22 16:15] ==> Building image "fallback"
    [2010-08-22 16:15] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-08-22 16:15] :: Begin build
    [2010-08-22 16:15] :: Parsing hook [base]
    [2010-08-22 16:15] :: Parsing hook [udev]
    [2010-08-22 16:15] :: Parsing hook [pata]
    [2010-08-22 16:15] :: Parsing hook [scsi]
    [2010-08-22 16:15] :: Parsing hook [sata]
    [2010-08-22 16:15] :: Parsing hook [usbinput]
    [2010-08-22 16:15] :: Parsing hook [keymap]
    [2010-08-22 16:15] :: Parsing hook [encrypt]
    [2010-08-22 16:15] :: Parsing hook [lvm2]
    [2010-08-22 16:15] :: Parsing hook [filesystems]
    [2010-08-22 16:16] :: Generating module dependencies
    [2010-08-22 16:16] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-08-22 16:16] ==> SUCCESS
    [2010-08-22 16:16] upgraded kernel26 (2.6.34.3-1 -> 2.6.35.2-1)
    [2010-08-22 16:16] upgraded kernel26-headers (2.6.34.3-1 -> 2.6.35.2-1)
    [2010-08-22 16:16] upgraded libdatrie (0.2.3-1 -> 0.2.4-1)
    [2010-08-22 16:16] upgraded libgnome-keyring (2.30.1-1 -> 2.30.1-2)
    [2010-08-22 16:16] upgraded libpciaccess (0.11.0-1 -> 0.12.0-1)
    [2010-08-22 16:16] upgraded libxvmc (1.0.5-1 -> 1.0.6-1)
    [2010-08-22 16:16] upgraded mdadm (3.1.2-2 -> 3.1.3-1)
    [2010-08-22 16:16] upgraded pixman (0.18.2-1 -> 0.18.4-1)
    [2010-08-22 16:16] upgraded poppler-data (0.4.2-1 -> 0.4.3-1)
    [2010-08-22 16:16] upgraded powertop (1.11-2 -> 1.13-2)
    [2010-08-22 16:16] upgraded pycairo (1.8.8-1 -> 1.8.10-1)
    [2010-08-22 16:16] upgraded pygtk (2.17.0-1 -> 2.17.0-2)
    [2010-08-22 16:16] upgraded qimageblitz (0.0.5-1 -> 0.0.6-1)
    [2010-08-22 16:16] upgraded usbutils (0.87-1 -> 0.90-1)
    [2010-08-22 16:16] upgraded vlc (1.1.2-2 -> 1.1.3-1)
    [2010-08-22 16:16] upgraded xextproto (7.1.1-1 -> 7.1.2-1)
    [2010-08-22 16:16] upgraded xf86-input-evdev (2.4.0-1 -> 2.4.0-2)
    [2010-08-22 16:16] upgraded xproto (7.0.17-1 -> 7.0.18-1)
    Then after a reboot, I wouldn't be able to connect to wireless network anymore.
    I tried "netcfg Wireless_Archer(my wireless profile's name)" as usual, it replied:
    [root@mzws log]# netcfg Wireless_Archer
    :: Wireless_Archer up [BUSY]
    > WPA Authentication/Association Failed
    [FAIL]
    Next I tried to bing the network up manually. I followed the "Wireless Setup" and "WPA supplicant" wiki, then I get a timed out problem:
    [root@mzws ~]# ifconfig wlan0 up
    [root@mzws ~]# iwlist wlan0 scan
    wlan0 Scan completed :
    Cell 01 - Address: D8:5D:4C:59:52:EC
    Channel:13
    Frequency:2.472 GHz (Channel 13)
    Quality=66/70 Signal level=-44 dBm
    Encryption key:on
    ESSID:"Archer"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
    12 Mb/s; 24 Mb/s; 36 Mb/s
    Bit Rates:9 Mb/s; 18 Mb/s; 48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=000000000bf666fe
    Extra: Last beacon: 70ms ago
    IE: Unknown: 0006417263686572
    IE: Unknown: 010882848B960C183048
    IE: Unknown: 03010D
    IE: Unknown: 2A0100
    IE: Unknown: 32041224606C
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : CCMP
    Pairwise Ciphers (1) : CCMP
    Authentication Suites (1) : PSK
    Preauthentication Supported
    IE: Unknown: DD0900037F01010008FF7F
    IE: Unknown: DD1A00037F0301000000D85D4C5952ECDA5D4C5952EC64002C010808
    Cell 02 - Address: 00:22:B0:8C:76:D7
    Channel:1
    Frequency:2.412 GHz (Channel 1)
    Quality=22/70 Signal level=-88 dBm
    Encryption key:on
    ESSID:"szpatrick"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
    18 Mb/s; 36 Mb/s; 54 Mb/s
    Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
    Mode:Unknown/bug
    Extra:tsf=000000e93e5b9174
    Extra: Last beacon: 1340ms ago
    IE: Unknown: 0009737A7061747269636B
    IE: Unknown: 010882848B961224486C
    IE: Unknown: 030101
    IE: Unknown: 32040C183060
    IE: Unknown: 0706474220010D10
    IE: Unknown: 33082001020304050607
    IE: Unknown: 33082105060708090A0B
    IE: Unknown: DD050050F20500
    IE: Unknown: DD0E0050F204104A0001101044000102
    IE: Unknown: 050400010000
    IE: Unknown: 2A0100
    IE: Unknown: 2D1A6E1013FFFF0000010000000000000000000000000C0000000000
    IE: Unknown: 3D1601050100000000000000000000000000000000000000
    IE: Unknown: 7F0101
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : CCMP TKIP
    Authentication Suites (1) : PSK
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : CCMP TKIP
    Authentication Suites (1) : PSK
    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
    IE: Unknown: DD1E00904C336E1013FFFF0000010000000000000000000000000C0000000000
    IE: Unknown: DD1A00904C3401050100000000000000000000000000000000000000
    IE: Unknown: DD07000C4304000000
    Cell 03 - Address: 00:25:68:EB:3F:FC
    Channel:11
    Frequency:2.462 GHz (Channel 11)
    Quality=26/70 Signal level=-84 dBm
    Encryption key:on
    ESSID:"vodafone3FFB"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
    9 Mb/s; 12 Mb/s; 18 Mb/s
    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=00000002f6c23184
    Extra: Last beacon: 570ms ago
    IE: Unknown: 000C766F6461666F6E6533464642
    IE: Unknown: 010882848B960C121824
    IE: Unknown: 03010B
    IE: Unknown: 050400010000
    IE: Unknown: 200100
    IE: Unknown: 2A0104
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : CCMP
    Pairwise Ciphers (1) : CCMP
    Authentication Suites (1) : PSK
    IE: Unknown: 32043048606C
    IE: Unknown: DD180050F2020101020003A4000027A4000042435E0062322F00
    IE: Unknown: DD1E00904C334E101BFFFF000000000000000000000000000000000000000000
    IE: Unknown: 2D1A4E101BFFFF000000000000000000000000000000000000000000
    IE: Unknown: DD1A00904C340B071B00000000000000000000000000000000000000
    IE: Unknown: 3D160B071B00000000000000000000000000000000000000
    IE: Unknown: DD0900037F01010000FF7F
    IE: Unknown: DD0A00037F04010020000000
    IE: Unknown: 0706494520010D14
    [root@mzws ~]# wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
    [root@mzws ~]# iwconfig wlan0
    wlan0 IEEE 802.11bgn ESSID:"Archer"
    Mode:Managed Frequency:2.472 GHz Access Point: D8:5D:4C:59:52:EC
    Bit Rate=1 Mb/s Tx-Power=14 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality=66/70 Signal level=-44 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    [root@mzws ~]# sleep 10s;dhcpcd wlan0
    dhcpcd[4076]: version 5.2.7 starting
    dhcpcd[4076]: wlan0: rebinding lease of 192.168.1.102
    dhcpcd[4076]: wlan0: carrier lost
    dhcpcd[4076]: wlan0: carrier acquired
    dhcpcd[4076]: wlan0: rebinding lease of 192.168.1.102
    dhcpcd[4076]: wlan0: broadcasting for a lease
    dhcpcd[4076]: wlan0: carrier lost
    dhcpcd[4076]: wlan0: carrier acquired
    dhcpcd[4076]: wlan0: rebinding lease of 192.168.1.102
    dhcpcd[4076]: wlan0: broadcasting for a lease
    dhcpcd[4076]: wlan0: carrier lost
    dhcpcd[4076]: wlan0: carrier acquired
    dhcpcd[4076]: wlan0: rebinding lease of 192.168.1.102
    dhcpcd[4076]: timed out
    I tried the "iwconfig wlan0 channel auto", but that didn't work. Here's the output of "lspci | grep -i net":
    [root@mzws ~]# lspci | grep -i net
    00:19.0 Ethernet controller: Intel Corporation 82567LF Gigabit Network Connection (rev 03)
    03:00.0 Network controller: Intel Corporation WiFi Link 1000 Series
    So what's the problem here? I searched the forum and google, and it seemed that I connected to a wrong router(for sometimes I only one "carrier lost" then "timed out"), but how was that happened? Things worked quite well before the upgrading as well as in my Windows environment.
    Any reply would be appreciated! Thanks in advance!
    Last edited by karbon (2010-08-23 06:40:10)

    Thanks Proofrific, but I believe it's not, for the DHCP server is a built-in module in my wireless router.
    I am now able to connect to my wireless network now. And it seems to be a little kernel bug as I discovered a thread(sorry but I forgot which one) in the forum discussing a similar problem.... Somebody in that post suggested a work-around to change the channel, as their default setting is channel 13 or 12.
    I tried and it did work! Just simply open your router's setting page and then change the channel from auto to 3(in my case), and netcfg worked well now. For the manual configuration, I suppose the "iwconfig wlan0 channel 3" should be issued.
    Thanks everyone in the forum for providing their solutions!

  • What is the latest and hottest in SAP jobmarket?

    Found a different place to put this thread. sorry for the confusion. Please let me know if i can delete this thread..

    Hi,
    I hope, BW Support Package 11 for 7.00 is the latest one. I donot think that SP 12 is released yet.
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/spat/index.htm?sp1=SAPKW70011
    With rgds,
    Anil Kumar Sharma .P

  • Select-options in dynpro

    Hi expert,
    I maked a modul pool ( se80 ) and i maked a dynpro. In this dynpro i putted a Input/Output field.
    It's run ok, but I would change it in select-options and not a simply I/O field.
    It's possible ? How ?
    Tks a lot,
    bye.
    <LOCKED BY MODERATOR - DUPLICATED THREAD>
    Edited by: Alvaro Tejada Galindo on Jan 7, 2009 4:01 PM

    Let 1000 be the module pool screen on which you want to put Range button.
    Make a subscreen area on it. Let it be named as sub_area.
    Now make a selection screen in your program.
    SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN.
    SELECT-OPTIONS R_PERNR FOR PERNR-PERNR.
    SELECTION-SCREEN END OF SCREEN.
    Now in screen 1000 flow logic, we can call the selection screen in the sub screen area defined.
    In PBO of 1000
    CALL SUBSCREEN SUB_AREA INCLUDING SY-REPID '0100'.
    Now, code in AT SELECTION-SCREEN OUTPUT event will be exe.
    In PAI of 1000
    CALL SUBSCREEN SA_SS. as the first line after PAI
    Now, AT SELECTION-SCREEN event will be exe.
    Using above method u will get the functionality of Select-Options of Selection Screen on a Module Pool Screen.

  • Enabling SSL in oracle EBS 12.0.6

    Dear All,
    I want to enable SSL (secure socket layer). in oracle ebs R12,
    Application is 12.0.6
    Web/Apache server is 10.1.3
    Form and reports server 10.1.2
    Database server 10.2.0.4.0
    there is required any upgrade patch before enable ssl ?
    Thanks & Regards
    Ravi Kumar

    Hi Ravi,
    This is a duplicated thread, and you have raised a similar thread before..
    Enabling SSL in oracle EBS 12.0.6
    there is required any upgrade patch before enable ssl ?
    You environment will support configuring SSL.
    Please see note:
    Enabling SSL in Oracle E-Business Suite Release 12 (Doc ID 376700.1)
    Best Regards,

  • No stock posting for this material

    I have create a material  with item category LEIH for returnable packaging,while doing stock posting in MB1C error comes as "No Cmaterial posting for this material".plz help how to post the  material.

    Duplicated thread no stock posting for this material
    Please close this post.
    Regards.

  • Migrate Assistant really sluggish

    (X post - mistaken put this in the Logic Pro thread)
    Sorry - newbie to the forum here. I've search the forum, but can't find an answer so far.
    After a few months of having my new MBP, I've decided to migrate my iMac (Intel) across to the new MBP. Set it all up OK - no problems with the wireless setup and it's started fine. (Both machines are running Leopard 10.5). However, after a promising start, both machines now report that there are over 19 hours remaining! They've been reporting this for the last hour or so.
    My questions are:
    1) Should it really be taking this long? (I've put the machines close to each other and it hasn't affected the timing.)
    2) Can I abort the migration and start again using the firewire connection?
    Any help/suggestions much appreciated.
    Thanks.

    According to http://docs.info.apple.com/article.html?path=Mac/10.5/en/9032.html you can't do it wirelessly. Hook them up with FireWire.

Maybe you are looking for

  • Why does my iPhone 5 only connect to wifi when it's with in 5 feet of the server

    I Up graded to an i phone 5 s.  From a 4 and the 5 will only connect to the wifi at home when I am with in a few feet of the server my 4 worked all over the house and even in the back yard.  But now I can't even be in the hallway and keep connection.

  • Hiding subsites in Table of Contents Web Part - SharePoint 2010

    I've gone through the normal steps of having the table of contents web part not show a subsite (uncheck the box that says "Show Hidden Sites" as well as hide the site in the global navigation) but for whatever reason, the site I've hidden still appea

  • GOS: create attachment sent by PI while creating Service Request

    Hi Friends, I am developing a custom FM which creates Service Request Notification(QMEL). This FM will be called by PI with data using web services and gets back the results after execution of function module. PI receives the attachments also from th

  • Copying variants & Layouts from 4.7 to ECC 6.0

    Hi All, Upgrading Client system from 4.7 to ECC 6.0. The 4.7 server would have its own variants and layout for different objects. How do I copy those variants and layouts to my ECC 6.0 server? Thanks for your valuable inputs. Rajesh

  • Inline XML with CDATA problem

    Hi everyone, I'm trying to include some JavaScript (JSON 2, to be precise) in with some ActionScript 3 classes. I'm using the inline XML method (E4X) of declaring the data. It looks like this: public static var JSON_2:XML = <data><![CDATA[ if (!this.