Rp-pppoe problem (probability of the dialing's failure)

network environment: adsl
i use rp-pppoe to dial. sometimes the 'pppoe-start' was 'TimeOut'. In the process of 'pppoe-start', there was any signal of dialing on my modem(the 'data indicator light' of the modem is always off).
And i have to reboot my computer and try 'pppoe-start' again, there's a chance that 'connected'.
error.log:
pppoe: Timeout waiting for PADO packets
pppoe: Timeout waiting for PADO packets
pppoe: Timeout waiting for PADO packets
message.log:
pppd[2558]: pppd 2.4.4 started by root, uid 0
pppd: Using interface ppp0
pppd: Connect: ppp0 <--> /dev/pts/0
pppd: LCP: timeout sending Config-Requests
pppd: Connection terminated.
pppd: Modem hangup
pppd: Exit.
pppoe-connect: PPPoE connection lost; attempting re-connection.
any sugesstion, please?

x33a wrote:
could be a line problem, modem problem or server side problem.
log into your modem, and post your line stats (snr, attenuation, etc.)
but i had tried to dial in my XP os , there was not  any problem. So i believe the line and the modem are ok.  and  thanks for your reply

Similar Messages

  • UC320W Problems with the dial plan

    Problems with the dial plan ... There is a method to modify the External Dial Plan, we can not dial some numbers (800 XXX XXX, 115, 118, 187, etc., are special numbers in Italy), happens on FXO lines and SIP,in external.
    Example: The operator enters "on any phone" 0 (for outside line) then 800 000 000,on the composition of the second 0, the phone responds "invalid number" and does not allow the call
    We think it is a problem of Italy dial plan, you can change them?,
    our system is configured as a region of Italy and Italy dial plan
    is a known problem? you know to help me resolve it

    Perfect, we wait for the update, this happens also for other special numbers (187, 191 customer service phone numbers and 118, 112, 115 emergency numbers). It happens with any line it is FXO, SIP, Shared. The problem is in the dial plan, the numbers are not included, the system does not accept them, and blocks the composition. Exists a method for change the file loaded into the configuration page "region" the system is set to Italy, I have seen that you can import the file from the computer, you can download the file "Italy", edit, and upload in the system '.
    We are a telecommunications company, we install telephone systems, we would like to offer your product the 300 series our clients. We are testing in our lab your UC320W.

  • HT4528 Howdy.  I keep getting a message stating that my apple ID has been disabled.  I recently contacted my CC company, AMEX, for several fradulent iTune charges, which is probably where the problem first originated.  How can I resolve this issue?

    Howdy.  I keep getting a message stating that my apple ID has been disabled.  I recently contacted my CC company, AMEX, for several fradulent iTune charges, which is probably where the problem first originated.  How can I resolve this issue?

    I had to dispute several unauthorized charges to itunes. My apple id was disabled after that. I followed jarnoldus's (older post) advice and it worked. Im duplicating his entry here with a few modifications. I hope this works for you.
    1. Go to https://getsupport.apple.com
    2. Choose your product (mine was ipad)
    3. Click the "iTunes, App Store or iBooks" icon
    4. Click "Apple ID account security"
    5. Type in "apple id has been disabled"
    6. Choose your country (mine was US)
    7. Choose the "talk to apple support now" option
    8. Provide the info they request (name, email, phone number)
    9. They will call you right away.
    Explain your apple id has been disabled. The rep will connect you to an iTunes rep. He/she will look up your account. You will be required to answer your 3 security questions. You MUST get a minimum of 2 correct. If you succeed they will enable your id. Good luck!

  • Error Message while using Yahoo and Firefox: An unexpected problem has occurred. Performing your action again in a few moments will probably solve the problem. If it persists, we suggest you close this window and re-launch Yahoo! Mail.

    For the past several weeks I have received the following persistent annoying message while working with yahoo and Firefox 5

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Firefox > Preferences > Privacy > Cookies: "Show Cookies"

  • Cisco 871 PPPoE problem

    I have a cisco 871 router and I am not able to make a pppoe connection with ISP.
    Config:
    Building configuration...
    Current configuration : 2043 bytes
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname home_gateway
    boot-start-marker
    boot-end-marker
    enable secret 5 $1$G3f1$Le8WUWVfpRAUnS0wfIJDA0
    no aaa new-model
    ip cef
    no ip dhcp use vrf connected
    ip dhcp excluded-address 10.0.0.1
    ip dhcp pool AP
       network 10.0.0.0 255.255.255.0
       default-router 10.0.0.1 
    no ip domain lookup
    ip domain name limelite
    multilink bundle-name authenticated
    username admin password 0 cisco
    archive
     log config
      hidekeys
    interface FastEthernet0
     switchport access vlan 100
    interface FastEthernet1
     switchport access vlan 100
    interface FastEthernet2
     switchport access vlan 100
    interface FastEthernet3
     switchport access vlan 200
    interface FastEthernet4
     description Link to WAN
     no ip address
     ip nat outside
     ip virtual-reassembly
     ip route-cache flow
     duplex auto
     speed auto
     pppoe enable
     pppoe-client dial-pool-number 1
    interface Vlan1
     no ip address
    interface Vlan100
     ip address 192.168.2.1 255.255.255.0
     ip nat inside
     ip virtual-reassembly
    interface Vlan200
     ip address 10.0.0.1 255.255.255.0
     ip nat inside
     ip virtual-reassembly
    interface Dialer1
     description ISP DialIn
     ip address negotiated
     ip mtu 1492
     ip nat outside
     ip virtual-reassembly
     encapsulation ppp
     ip tcp adjust-mss 1452
     dialer pool 1
     dialer-group 1
     no cdp enable
     ppp authentication pap chap callin
     ppp chap hostname xxx
     ppp chap password 0 xxx
     ppp pap sent-username xxx password 0 xxx
    ip route 0.0.0.0 0.0.0.0 Dialer1
    no ip http server
    no ip http secure-server
    ip nat inside source list 1 interface Dialer1 overload
    access-list 1 permit 192.168.2.0 0.0.0.255
    access-list 1 permit 10.0.0.0 0.0.0.255
    dialer-list 1 protocol ip permit
    control-plane
    line con 0
     logging synchronous
     login local
     no modem enable
    line aux 0
    line vty 0 4
     login local
     transport input telnet ssh
    scheduler max-task-time 5000
    webvpn cef
    end
    home_gateway#sh ip int brief
    Interface                  IP-Address      OK? Method Status                Protocol
    FastEthernet0              unassigned      YES unset  up                    up      
    FastEthernet1              unassigned      YES unset  up                    down    
    FastEthernet2              unassigned      YES unset  up                    down    
    FastEthernet3              unassigned      YES unset  up                    down    
    FastEthernet4              unassigned      YES manual up                    up      
    Vlan1                      unassigned      YES NVRAM  up                    down    
    NVI0                       unassigned      NO  unset  up                    up      
    Vlan100                    192.168.2.1     YES NVRAM  up                    up      
    Vlan200                    10.0.0.1        YES NVRAM  up                    down    
    Dialer1                    188.25.128.187  YES IPCP   up                    up      
    Virtual-Access1            unassigned      YES unset  up                    up 
    I am able to get an ip address. But cannot ping into internet.
    home_gateway#ping 8.8.8.8 source vlan 100
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
    Packet sent with a source address of 192.168.2.1 
    Success rate is 0 percent (0/5)
    home_gateway#traceroute 8.8.8.8 source vlan 100
    Type escape sequence to abort.
    Tracing the route to 8.8.8.8
      1  *  *  * 
      2  *  * 
    Nat translations are making.
    home_gateway#sh ip nat tra
    Pro Inside global         Inside local          Outside local         Outside global
    icmp 188.25.128.187:3     192.168.2.1:3         8.8.8.8:3             8.8.8.8:3
    udp 188.25.128.187:49166  192.168.2.1:49166     8.8.8.8:33434         8.8.8.8:33434
    udp 188.25.128.187:49167  192.168.2.1:49167     8.8.8.8:33435         8.8.8.8:33435
    udp 188.25.128.187:49168  192.168.2.1:49168     8.8.8.8:33436         8.8.8.8:33436
    udp 188.25.128.187:49169  192.168.2.1:49169     8.8.8.8:33437         8.8.8.8:33437
    tcp 188.25.128.187:54211  192.168.2.10:54211    81.161.59.31:80       81.161.59.31:80
    tcp 188.25.128.187:54212  192.168.2.10:54212    54.208.162.210:80     54.208.162.210:80
    tcp 188.25.128.187:54221  192.168.2.10:54221    81.161.59.31:80       81.161.59.31:80
    tcp 188.25.128.187:54222  192.168.2.10:54222    54.236.215.239:80     54.236.215.239:80
    udp 188.25.128.187:56128  192.168.2.10:56128    5.14.64.48:40572      5.14.64.48:40572
    udp 188.25.128.187:56128  192.168.2.10:56128    79.117.219.236:24111  79.117.219.236:24111
    udp 188.25.128.187:56128  192.168.2.10:56128    86.125.250.226:60404  86.125.250.226:60404
    udp 188.25.128.187:56128  192.168.2.10:56128    188.24.8.159:17835    188.24.8.159:17835
    home_gateway#
    home_gateway#sh ip ro
    Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
           D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
           N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
           E1 - OSPF external type 1, E2 - OSPF external type 2
           i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
           ia - IS-IS inter area, * - candidate default, U - per-user static route
           o - ODR, P - periodic downloaded static route
    Gateway of last resort is 0.0.0.0 to network 0.0.0.0
    C    192.168.2.0/24 is directly connected, Vlan100
    S*   0.0.0.0/0 is directly connected, Dialer1
    Any suggestions for what can be the problem?

    hello,
    Still is not working. Ip routing is activated by default and ip classless too in 12.4 ios version.
    I have deleted the dialer interface and reconfig it. Then tried first with the ppp ipcp route default, but still not receiving the default route. 
    I have been putting back the static route with dialer 1 exit interface.
    interface Dialer1
     mtu 1492
     ip address negotiated
     ip nat outside
     ip virtual-reassembly
     encapsulation ppp
     ip tcp adjust-mss 1452
     dialer pool 1
     dialer-group 1
     ppp pap sent-username bb1011991 password 7 005D45505D03535659761C
     ppp ipcp dns request
     ppp ipcp route default
    interface FastEthernet4
     no ip address
     duplex auto
     speed auto
     pppoe enable group global
     pppoe-client dial-pool-number 1
    All the same, I recieve Ip address.
    gateway#sh ip int brief
    Interface                  IP-Address      OK? Method Status                Protocol
    FastEthernet0              unassigned      YES unset  up                    up      
    FastEthernet1              unassigned      YES unset  up                    down    
    FastEthernet2              unassigned      YES unset  up                    down    
    FastEthernet3              unassigned      YES unset  up                    down    
    FastEthernet4              unassigned      YES manual up                    up      
    Vlan1                      unassigned      YES NVRAM  administratively down down    
    NVI0                       unassigned      NO  unset  up                    up      
    Vlan100                    192.168.2.1     YES NVRAM  up                    up      
    Vlan200                    10.0.0.1        YES NVRAM  up                    down    
    Dialer1                    188.27.188.38   YES IPCP   up                    up      
    Virtual-Access1            unassigned      YES unset  up                    up      
    I have debuged ip routing and ppp packet, this is what I got.
    Ppp packet
    gateway#ping 8.8.8.8 source vlan 100
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
    Packet sent with a source address of 192.168.2.1 
    *Mar 15 19:31:37.634: Vi1 LCP: O ECHOREQ [Open] id 11 len 12 magic 0x1F9E0BC9
    *Mar 15 19:31:37.634: Vi1 LCP-FS: I ECHOREP [Open] id 11 len 12 magic 0xE49B3E1C
    *Mar 15 19:31:37.634: Vi1 LCP-FS: Received id 11, sent id 11, line up
    *Mar 15 19:31:38.558: Vi1 PPP: O pkt type 0x0021, datagramsize 102.
    *Mar 15 19:31:40.558: Vi1 PPP: O pkt type 0x0021, datagramsize 102.
    *Mar 15 19:31:42.558: Vi1 PPP: O pkt type 0x0021, datagramsize 102.
    *Mar 15 19:31:44.558: Vi1 PPP: O pkt type 0x0021, datagramsize 102.
    *Mar 15 19:31:46.558: Vi1 PPP: O pkt type 0x0021, datagramsize 102.
    Success rate is 0 percent (0/5)
    Ip routing
    *Mar 15 19:32:08.114: IP-Static:  0.0.0.0 0.0.0.0 Dialer1 Path = 1, route table no change, recursive flag clear
    *Mar 15 19:33:06.961: IP: s=192.168.2.1 (local), d=8.8.8.8 (Dialer1), len 100, sending.
    *Mar 15 19:33:08.113: RT: NET-RED 0.0.0.0/0

  • Computer clock resets to 1969. PRAM battery probably not the issue.

    I have a PowerMac G4 mirrored doors computer running Tiger 10.4.11 that occasionally starts up with that error message saying: "Your computer's clock is set to a date before March 24th, 2001. This may cause some applications to behave erratically."
    I know all about resetting the PRAM, resetting the NVRAM, and replacing a weak, or expired battery. I've read the relevant posts on the subject, in which well-intentioned guides say that the problem is "usually" or "generally" related to the PRAM battery. Well, I wish it could be that simple, because I have already had a new battery installed, and the problem continues. It is intermittent; it's been occurring for about six months now; and it persists.
    I seek technical assistance and successful, problem-solving suggestions that go beyond merely suggesting that I zap the PRAM or replace the battery.
    If there are potential SOFTWARE problems, please direct me to those potentially damaged files. None of the disk utilities that I have used—including Disk Warrior, TechTool Pro, OnyX, Cocktail, or Drive Genius— find anything wrong with my hard drive or the files on it. No corrupted resources are reported. Additionally, Intego's Virus Barrier finds no infected files either.
    However, a FileBuddy search of files modified before 3/25/2001 finds several dozen files with improbable dates of 12/31/1969 or 1/1/1970. Fewer files dated 12/31/1969 occur after I go to the Date/Time preferences pane and reset the clock to the current date/time and then restart my computer, especially in regards to system-related files. Nonetheless, several dozen files with a 12/31/1969 still remain, even after the date/time reset and the system restart.
    I do not know if any of those pre-historic files are playing a role in this chronic problem, so I offer that information for the technically more astute to ponder upon and factor in to any solutions which might be offered. I have read posts where someone might suggest a re-install of Tiger, but the original poster almost always reports that re-installing Tiger did not eliminate problem, so I would prefer suggestions that rely on a scalpel rather than a sledge hammer.
    If someone suspects that there may be hardware problem, I would like to hear theories along that line, too, although I am unlikely to consider gutting the hardware items just to retain the attractive computer case. Even though I do have other computers (an iMac G5 and a MacBook Pro), the PowerMac G4 is my preferred workhorse, and it is the only one configured to run Final Cut Pro (version 4.5; I can't afford to upgrade now), so I want to keep it functional without a major investment into an older machine.
    When the computer clock problem first reared its irritating head several months ago, it was accompanied with kernel crashes that turned out to be related to the nVidia video card. I brought the machine in to a local shop, because it was refusing to power on. They installed a new battery to replace the original, probably weak original battery, and they replaced the probably defective nVidia video card with a used nVidia card I found on eBay. The shop also claimed that I needed to replace the motherboard and the power supply to ensure that the G4 would power on and that it would present a desktop without the warning message about the computer clock being set to 12/31/1969.
    I decided to reject their assessment, since the whole repair job would have amounted to about $1,100. It seemed like an excessive solution. Since taking the G4 back about three months ago with only the new battery and the replacement video card installed, the computer has powered on every single time without fail, which, to my non-technician mind, would appear to indicate that the power supply is OK. However, I do still get an occasional warning about the computer clock being set to a date before March 24th, 2001.
    I do not have the technical expertise or repair knowledge to know if the problem is hardware-related, software-related, power supply-related, or a complex interaction between all of them. If someone can suggest a permanent fix to eliminate the computer clock error problem WITHOUT requiring me to make a major investment in repairing or replacing hardware components, that would be ideal. On the other hand, if this clock problem is merely is an irritant, but not a sign of something more serious or expensive, then I am willing to live with it and get around the problem by going through the steps of resetting the clock when required and then restarting the computer with a correctly set clock.
    My main goal, of course, is to have a reliable, stable computer. If it costs too much to eliminate the computer clock irritation on a permanent basis, then I am willing to live with the problem, as long as its presence does not disrupt my work flow. In that case, I would appreciate it if someone could explain what might be going on, so that I know what to expect and what to do about it.
    I hope this is sufficient information with which to make a diagnosis and recommendation. If not, ask for more. Thanks.
    bowlerboy

    Short answer =
    5) Upon reboot after re-connection and re-start, the Date & Time shows...
    a) in the Date & Time pane: 12/31/1969 at 7:00 PM, and counting
    b) in the Finder's menu bar: 7:00 PM, and counting
    What do the results of this test tell you? Is this a software or a hardware problem?
    ======================================================================
    Long answer =
    Thanks, BDAqua, for offering your help. I'm not exactly new to these forums, but somehow my previous contributions have all been wiped out, so I've restarted under a new account name.
    I've had my G4 MDD for five years, and it's always been quite stable for me, so I'm not quite sure that this model is "cantankerous." I do find the computer clock error message irritating, though, so it would be nice to know the source of the problem and its permanent solution.
    Since my original posting, I elected not to Shut Down the G4 to see what would happen. It functioned just fine since then, allowing me to create some short Final Cut Pro movies as Christmas presents to family members. With one exception, all other applications also functioned without problems. The only problem I'm encountering has to do with H-P Photosmart Studio, an application bundled with the HP All-in-one model C7280. It will not settle down to work, forcing me to Force Quit it every time. Since that app works fine on my iMac G5, I decided to trouble-shoot it by reinstalling the HP software, a process that requires me to Shut Down. (If possible, I want to see if the problem is with the HP software, or with Tiger on my G4.)
    However, before I can get even get to trouble-shooting the HP Photosmart, the G4 gives me that computer clock error upon re-boot. In the past, the Date & Time error message has appeared upon a cold reboot, no matter whether I had reset the Date & Time in the preference pane via the Network clock or manually. However, I never conducted my tests in conjunction with disconnecting the A/C power cable. So, I decided to try the the test you suggested. Here are my observations and the results of the test.
    1) Upon Shut Down, cool down, and restart, I get the computer clock error message mentioned at the beginning of my original post, telling me that my clock is set to a earlier date.
    2) When I open the Date & Time preferences pane, however, the date and time shown there (as well as on the Finder's menu bar) is current.
    3) The Network setting was ON, so, to comply with this test, I unchecked the "Set date & time automatically" box. I do not need to reset date and time manually, because, as I mentioned they ARE set correctly, even though the message I got upon restart said that they are not. (If memory serves me correctly, though, the Date & Time panel would actually show 12/31/69 as the computer clock's read-out, so this discrepancy is somehow connected to this problem. )
    4) I shut down the G4 for 2 hours, and I disconnected all cables and plugs to it, including A/C power.
    5) Upon reboot after re-connection and re-start, the Date & Time shows...
    a) in the Date & Time pane: 12/31/1969 at 7:00 PM, and counting
    b) in the Finder's menu bar: 7:00 PM, and counting.
    6) I take screen captures of the error message and the menu bar: both .PNG files are time-stamped as of 12/31/1969 at around 7:01 PM.
    7) I will now reset the clock to the current Date and Time by turning the Network time feature back on, so I can get on with my work while the trouble-shooting process continues.
    What do the results of this test tell you? Is this a software or a hardware problem?
    If it's a software problem, then should I do I clean install of Tiger? If I do that, is there any evidence that a clean install will do any good to eradicate the problem?
    On the other hand, if this is a hardware issue, is it contained to merely being an irritant that I can fix merely by adjusting the Date & Time whenever the problem occurs (which I can live with, as long as the system is stable after that fix), or is this error message regarding a sign of something more ominous failing on the motherboard?
    bowlerboy

  • Problem in viewing the Image in BLOB

    Hi,
    I am using the Toad 8.0. I have one problem, I inserted approx 2.5 million records in one table say V_Images using the SQL Loader, there are few records in Table where image is not loaded properly. Approx 99% is done only 1% is having wrong data, We want to identify and delete that, where no image is loaded. Is there any function or method to check those records which doesnt have Image.
    Please let me know,
    Thanks in adv.

    You can probably check the Length of the BLOB column.

  • How can I display the dialed digits in the dial-pad window for Jabber 9.7.4

    Scenario: From his Jabber 9.7 phone-mode, the customer dials in to a auto-attendant and he cannot see the digits he is entering from the dial-pad icon, it displays **********
    Is there any config to allow the display of these digits dialed after the call is connected ?

    i solved this problem using this query
    SELECT STOCK_CODE, COUNTRY_ID,
    SUM(DECODE(to_char(the_date,'dd') ,'01', buy_qty)) "1",
    SUM(DECODE(to_char(the_date,'dd') , '02', buy_qty)) "2",
    SUM(DECODE(to_char(the_date,'dd') , '03', buy_qty)) "3",
    SUM(DECODE(to_char(the_date,'dd') , '04', buy_qty)) "4",
    SUM(DECODE(to_char(the_date,'dd') , '05', buy_qty)) "5",
    SUM(DECODE(to_char(the_date,'dd') , '06', buy_qty)) "6",
    SUM(DECODE(to_char(the_date,'dd') , '07', buy_qty)) "7",
    SUM(DECODE(to_char(the_date,'dd') , '08', buy_qty)) "8",
    SUM(DECODE(to_char(the_date,'dd') , '09', buy_qty)) "9",
    SUM(DECODE(to_char(the_date,'dd') , '10', buy_qty)) "10",
    SUM(DECODE(to_char(the_date,'dd') , '11', buy_qty)) "11",
    SUM(DECODE(to_char(the_date,'dd') , '12', buy_qty)) "12",
    SUM(DECODE(to_char(the_date,'dd') , '13', buy_qty)) "13",
    SUM(DECODE(to_char(the_date,'dd') , '14', buy_qty)) "14",
    SUM(DECODE(to_char(the_date,'dd') , '15', buy_qty)) "15",
    SUM(DECODE(to_char(the_date,'dd') , '16', buy_qty)) "16",
    SUM(DECODE(to_char(the_date,'dd') , '17', buy_qty)) "17",
    SUM(DECODE(to_char(the_date,'dd') , '18', buy_qty)) "18",
    SUM(DECODE(to_char(the_date,'dd') , '19', buy_qty)) "19",
    SUM(DECODE(to_char(the_date,'dd') , '20', buy_qty)) "20",
    SUM(DECODE(to_char(the_date,'dd') , '21', buy_qty)) "21",
    SUM(DECODE(to_char(the_date,'dd') , '22', buy_qty)) "22",
    SUM(DECODE(to_char(the_date,'dd') , '23', buy_qty)) "23",
    SUM(DECODE(to_char(the_date,'dd') , '24', buy_qty)) "24",
    SUM(DECODE(to_char(the_date,'dd') , '25', buy_qty)) "25",
    SUM(DECODE(to_char(the_date,'dd') , '26', buy_qty)) "26",
    SUM(DECODE(to_char(the_date,'dd') , '27', buy_qty)) "27",
    SUM(DECODE(to_char(the_date,'dd') , '28', buy_qty)) "28",
    SUM(DECODE(to_char(the_date,'dd') , '29', buy_qty)) "29",
    SUM(DECODE(to_char(the_date,'dd') , '30', buy_qty)) "30",
    SUM(DECODE(to_char(the_date,'dd') , '31', buy_qty)) "31"
    FROM HS_DAY_CLOSE
    GROUP BY STOCK_CODE,COUNTRY_ID

  • Dear Apple Good Morning Greetings from me. i use  IPHONE 5 in bangladesh. but now i facing a problem that is the signing problem the phone is not open even i cannot enter this phone is says Sign in to ICLOUD but i dont know the password what i do

    Apple please help me
    Good Morning
    Greetings from me.
    I used last 3 month  IPHONE 5 in bangladesh. but now i facing a problem that is the signing problem
    the phone is not open even i cannt enter this phone
    is says
    Sign in to ICLOUD
    Enter the Apple ID password for
    but i dont know the password. Please brother help me to use this phone. i brought this phone from some one 355pound. so i am in helpless.i am facing big trouble i dont have enough money for purchase another one. please help me...........................
    <E-mail Edited by Host>

    You need the previous owner to unlock it, unless they do you have a brick there is no other way .
    iPhone was probably stolen if you purchased on eBay, claim and get your money back
    See here
    http://support.apple.com/kb/HT5818
    for explanation of Activation lock
    APPLE will not help you

  • Sharing the dial-up connection of a PC laptop--either wired, or wirelessly

    Hello, fellow Mac users! I just got my first Mac--a beautiful 1.83 GHz MacBook. I LOVE the switch to OS X from Windows XP.
    Anyway, here's problem:
    I am leaving on vacation, and, unfortunately the resort at which we are staying does not have Internet Access, so I am forced to use dial-up. Unfortunately, since I have heard very bad reports about the Apple USB Modem, I can't get a modem for the MacBook itself, so I will use my PC laptop's modem. The PC Laptop is a Windows XP Pro machine. So, here's the problem--try as I might, I just cannot get the darn PC laptop to share its dial-up connection; either over a ethernet cross-over cable, or adhoc Wi-Fi.
    So, please help me get this to work, or I will be forced to use a PC laptop to check e-mail, RSS feeds, and anything else online.
    Thanks in advance! (And thanks, Steve Jobs, for helping to create some of the best computers out there!)

    Here is from the help support on xp :
    Configure,a dial-up
    connection, click the connection that you want to
    configure, and then, under Network Tasks, click Change
    settings of this connection.
    Do one or more of the following:
    To configure dialing devices that your computer uses
    to make a connection (a modem, for example), phone
    numbers, host addresses, country or region codes, or
    dialing rules, click the General tab.
    To configure dialing and redialing options, or X.25
    settings, click the Options tab.
    To configure identity authentication, which is a way
    to help verify your computer’s identity when making a
    connection, data encryption (which codes the content
    so that it’s less likely to be readable by someone
    other than the intended recipient), or terminal window
    and scripting options, click the Security tab.
    To configure the remote access server that you want to
    connect to and protocols (the format that your
    computer uses to communicate with other computers)
    used for this connection, click the Networking tab.
    To turn Internet Connection Sharing on or off or
    configure your computer to establish a dial-up
    connection automatically, click the Advanced tab.
    When you run the
    Network Setup Wizard and enable Internet Connection
    Sharing, some protocols, services, interfaces, and
    routes are configured automatically. The following
    table describes these configured items.
    Configured item Action
    IP address 192.168.0.1 Configured with a subnet mask
    of 255.255.255.0 on the LAN adapter that is connected
    to the home or small office network.
    Autodial feature Enabled.
    Static default IP route Created when the dial-up
    connection is established.
    Internet Connection Sharing service Started.
    DHCP allocator Enabled with the default range of
    192.168.0.1 and a subnet mask of 255.255.255.0. Unique
    addresses in the range 192.168.0.2 to 192.168.0.254
    are allocated to private network clients.
    So try to use dhcp on your network setting or something between those range listed above with a cross over cable (make sure the cross over cable has good connection).

  • How Do I Stop the Dial Up Box popping up

    Hello all,
    I am developing a three tiered RMI/JDBC application and have just about got it working over a LAN. My problem is that when my client (192.168.0.2) performs a Naming.lookup(String URL) the dial-up connection box pops up on my server computer(192.168.0.1) wanting me to connect to the internet.
    If I press cancel the client connects and everything seems to work but I was hoping there was some way of stopping it occuring in the first place.
    If anyone has a solution to this problem it would be much appreciated.
    Thanks in advance
    Suranga Fernando

    You have to configure it on the server box to not auto-dial the internet.
    This might help...
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;152220

  • Problems found during the EXPORT to specified keyin table.

    Hi
    I am getting this error in sending iDOC system( We have iDOC-XI-iDOC Scenario.) I tried to reregister the queues but still nothing is passing thru XI.
    Thanks,
    Manish

    Acutally I am getting this DUMP in ST22.
    <i><b>ShrtText                                                                                |
    Problems found during the EXPORT to specified key in table.
    What happened?
    Error in ABAP application program.
    The current ABAP program "CL_XMS_PERSIST================CP" had to be
    terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    Error analysis
    The table " " does not contain any data records with the specified key.
    The system called the internal SAP database interface because it
    expected to find such a key.
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "EXPORT_TABLE_UPDATE_CONFLICT" C
    "CL_XMS_PERSIST================CP" or "CL_XMS_PERSIST================CM00W"
    "INSERT_MSG_ALL"
    If you cannot solve the problem yourself and you wish to send
    an error message to SAP, include the following documents:
    1. A printout of the problem description (short dump)
    To obtain this, select in the current display "System->List->
    Save->Local File (unconverted)".
    2. A suitable printout of the system log
    To obtain this, call the system log through transaction SM21.
    Limit the time interval to 10 minutes before and 5 minutes
    after the short dump. In the display, then select the function
    "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, select the Editor function "Further Utilities->
    Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    Information on where terminated
    The termination occurred in the ABAP program "CL_XMS_PERSIST================CP"
    in "INSERT_MSG_ALL".
    The main program was "SAPMSSY1 ".
    The termination occurred in line 302 of the source code of the (Include)
    program "CL_XMS_PERSIST================CM00W"
    of the source code of program "CL_XMS_PERSIST================CM00W" (when
    calling the editor 3020).
    Source Code Extract
    Line
    SourceCde
    272
    IF lv_switch_mode = 2.
    273
    IF export_to_db_optimized = co_true.
    274
    CALL FUNCTION 'SXMB_EXPORT_TO_DB'
    275
    EXPORTING
    276
    iv_kind        = 'P'
    277
    it_prop        = lt_prop
    278
    iv_switch_mode = lv_switch_mode
    279
    iv_msgguid     = clustkey-msgguid
    280
    iv_pid         = clustkey-pid
    281
    iv_vers        = clustkey-vers.
    282
    ELSE.
    283
    EXPORT lt_prop FROM lt_prop
    284
    TO DATABASE sxmsclup2(is) FROM wa_clup ID clustkey.
    285
    ENDIF.
    286
    ELSE.
    287
    IF export_to_db_optimized = co_true.
    288
    CALL FUNCTION 'SXMB_EXPORT_TO_DB'
    289
    EXPORTING
    290
    iv_kind        = 'P'
    291
    it_prop        = lt_prop
    292
    iv_switch_mode = lv_switch_mode
    293
    iv_msgguid     = clustkey-msgguid
    294
    iv_pid         = clustkey-pid
    295
    iv_vers        = clustkey-vers.
    296
    ELSE.
    297
    EXPORT lt_prop FROM lt_prop
    298
    TO DATABASE sxmsclup(is) FROM wa_clup ID clustkey.
    299
    ENDIF.
    300
    ENDIF.
    301
    >>>>>
    IF sy-subrc <> 0.                                         "#EC *
    303
       m_syserr_raise 'PERSIST' 'MSGGUID_EXISTING'
    304
                      clustkey-msgguid clustkey-pid
    305
                      clustkey-vers ''.
    306
    lv_p1 = clustkey-msgguid.
    307
    lv_p2 = clustkey-pid.
    308
    lv_p3 = clustkey-vers.
    309
    310
    RAISE EXCEPTION TYPE cx_xms_syserr_persist
    311
    EXPORTING id = cx_xms_syserr_persist=>co_id_msgvers_existing
    312
    p1 = lv_p1
    313
    p2 = lv_p2
    314
    p3 = lv_p3.
    315
    316
    ENDIF.
    317
    318
    319
    320
    table SXMSPRES (resources)
    321
    table SXMSPXRES (X-resources)
    Internal notes
    The termination occurred in the function "expOutDb" of the SAP
    Basis System, specifically in line 3748 of the module
    "//bas/640_REL/src/krn/runt/abexpo.c#8".
    The internal operation just processed is "cmpr".
    The internal session was started at 20060724051049.
    Internal call code.........: " "
    Key..................: " "
    It is very likely that a constellation similar to the following applies:
    Process 1:                               Process 2:
    UPDATE x.   ==> NOT_FOUND
    UPDATE x. ==> NOT_FOUND
    INSERT x.   ==> ok
    INSERT x. ==> DUPLICATE KEY
    DELETE x.   ==> ok
    UPDATE x. ==> NOT FOUND
    + DUMP
    Active Calls in SAP Kernel
    Lines of C Stack in Kernel (Structure Differs on Each Platform)
    [0] DoStack2 ( 0x105a4f7c0, 0x0, 0x2d1b000, 0x100000000, 0x1, 0x0 ), at 0x100471a60
    [1] CTrcStack2 ( 0x105a4f7c0, 0x0, 0x100000000, 0x2d1ac00, 0x2, 0x102d1ada4 ), at 0x100471610
    [2] __1cQrabax_CStackSave6F_v_ ( 0x10303b400, 0x303b400, 0x103874d10, 0x101fcfce8, 0x100000000, 0x
    [3] ab_rabax ( 0x1, 0x2d1ac00, 0x0, 0x100000000, 0x3873800, 0x100000000 ), at 0x100a7fa04
    [4] __1cIexpOutDb6FppCpLLInJEXPO_MODE__i_ ( 0x2, 0xe82, 0xffffffffffffffff, 0x101f97a90, 0x2, 0x38
    [5] __1cTwrite_data_compress6FkpnICONNE_WR_C_i_ ( 0xffffffff7fffb038, 0x1070, 0x1000, 0x10095fa9c,
    [6] __1cMab_connwrite6FIIpHIpFp0pIppnHAB_DATA_ppv_ipFppCpLLInJEXPO_MODE__i_i_ ( 0x0, 0x4, 0x10302a
    [7] __1cLexpo_export6F_v_ ( 0x0, 0x960000, 0x95f800, 0x0, 0x103847980, 0x1 ), at 0x10095aa20
    [8] __1cIab_jexpo6F_v_ ( 0x0, 0x5b52800, 0xd0, 0x100000000, 0x1, 0x0 ), at 0x100952df4
    [9] __1cIab_extri6F_i_ ( 0x100000000, 0x5a37800, 0x2f0, 0x1, 0x0, 0x5e ), at 0x10068ccf8
    </b></i>

  • There was a problem connecting to the server "10.0.1.30"

    In the last couple of days I have started getting the error "There was a problem connecting to the server “10.0.1.30”" popping up on the screen. Nothing to my knowledge has changed and I have no devices on my LAN that have an IP address in this range. All devices IP addresses are 192.168.20.1xx and my router's IP address is "10.106.75.57", subset mask "255.255.255.255", gateway "10.106.75.57", DNS "10.5.80.241 , 10.5.68.232" (Router is NetComm NF2 with attached AirCard 320U USB 3G/4G modem).
    A couple of weeks ago I switch from using a Sierra (NetGear) Aircard 760S Hotspot Modem (default IP address of 10.0.0.138) using the AirCard Hub wireless router (IP address 10.0.1.1) to the NetComm router AirCard modem combination.
    If I Ping "10.0.1.30" the results are as follows:
    "PING 10.0.1.30 (10.0.1.30): 56 data bytes
    Request timeout for icmp_seq 0
    Request timeout for icmp_seq 1
    60 bytes from 10.5.70.11: Communication prohibited by filter
    Vr HL TOS  Len   ID Flg  off TTL Pro  cks      Src      Dst
    4  5  28 5400 caf4   0 0000  3e  01 d159 192.168.20.109  10.0.1.30 "
    This error message is annoying, but apart from that everything appears to be working just fine. Is there a way of tracking down what is attempting to call 'server"10.0.1.30"' and stoping it. I.E. is there a quick and simple fix?
    Hardware Overview:Model Name: MacBook Pro
      Model Identifier: MacBookPro8,3
      Processor Name: Intel Core i7
      Processor Speed: 2.3 GHz
      Number of Processors: 1
      Total Number of Cores: 4
      L2 Cache (per Core): 256 KB
      L3 Cache: 8 MB
      Memory: 8 GB
      Boot ROM Version: MBP81.0047.B27
    System Version: OS X 10.9.4 (13E28)

    There are many possible causes for this issue, and it may be hard to resolve. Please take each of the following steps that you haven't already tried. Back up all data before making any changes.
    Step 1
    If you get the alert as soon as you log in, it's probably caused by one of your login items or by software that otherwise loads at startup or login. Ask if you need help identifying it. A known offender is "AdobeResourceSynchronizer," which is a component of some Adobe products. See also this discussion.
    If you get the alert in the login screen before you log in, stop here and ask for instructions.
    Step 2
    If there's an icon representing the server in the sidebar of a Finder window, hold down the command key and drag it out.
    Step 3
    In the Finder, press the key combination command-K or select
              Go ▹ Go to Server...
    from the menu bar. In the upper right corner of the window that opens is a Recent Servers popup menu represented by a clock icon. From that menu, select
              Clear Recent Servers…
    and confirm. Test.
    Step 4
    Open the Printers & Scanners pane in System Preferences and delete any network devices you no longer use.
    Step 5
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard by pressing  command-C:
    ~/Library/PDF Services
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return. A folder may open. If it does, move the contents to the Desktop, or to a new folder on the Desktop. Log out and log back in. Test. If there's no change, put the items you moved back where they were and continue.
    Step 6
    Open the folder
    ~/Library/Preferences
    as in Step 5 and move the file named "loginwindow.plist" items in that folder to the Trash, if it exists (it may not.)
    Log out and back in again, and test.
    Step 7
    Other possible causes are references in the iPhoto, iTunes, or iMovie library pointing to the server, and bookmarks in the Preview application.
    Try rebuilding the iPhoto library.
    Step 8
    Triple-click the line below to select it:
    /System/Library/CoreServices/Directory Utility.app
    Rght-click or control-click the highlighted text and select
              Services ▹ Open
    from the contextual menu.* The application Directory Utility will open.
    In the Directory Utility window, select the Directory Editor tool in the toolbar. Select Mounts from the Viewing menu in the toolbar, and /Local/Default from the node menu, if not already selected. On the right is a list of names and values. By default, the list is empty. If it's not empty, post a screenshot of the window and stop here.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.
    Step 9
    Open the following file as you did in the last step:
    /etc/auto_master
    It will open in a TextEdit window. The contents should be exactly this:
    # Automounter master map
    +auto_master          # Use directory service
    /net               -hosts          -nobrowse,hidefromfinder,nosuid
    /home               auto_home     -nobrowse,hidefromfinder
    /Network/Servers     -fstab
    /-               -static
    If there are any other lines in the window, post them. Otherwise, close the window.

  • Print error - there was a problem connecting to the server - spinning beach ball

    This has happened pre-yosemite and since.  It used to only happen at home but now also happens at work.  Every time I try to print, I get a spinning beach ball and a long delay until I get an error message saying there was a problem connecting to the server. At home, after clicking OK, I get a second spinning beach ball session with same error.  Once I click OK second time, I get print window and can print.  At work, it's only one session of spinning beach ball.  The office problem occurred after upgrading to yosemite.  I've deleted and added the printers without resolution.  I've repaired permissions.  The home problem has been going on for at least a year, probably a couple.  Using a macbook pro.

    There are many possible causes for this issue, and it may be very hard to resolve without wiping your account clean of everything except documents as a last resort. Please take each of the following steps that you haven't already tried. Back up all data before making any changes.
    If you get the alert in the login screen before you log in, stop here and ask for instructions.
    Step 1
    If you get the alert as soon as you log in, it's probably caused by one of your login items or by software that otherwise loads at startup or login. Ask if you need help identifying it. Known offenders are "1Password" and "Adobe Resource Synchronizer."
    Step 2
    If there's an icon representing the server in the sidebar of a Finder window, hold down the command key and drag it out.
    Step 3
    In the Finder, press the key combination command-K or select
              Go ▹ Go to Server...
    from the menu bar. In the upper right corner of the window that opens is a Recent Servers popup menu represented by a clock icon. From that menu, select
              Clear Recent Servers…
    and confirm. Test.
    Step 4
    Open the Printers & Scanners pane in System Preferences and delete any network devices you no longer use. If in doubt, delete them all and add back the ones you want.
    Step 5
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard by pressing  command-C:
    ~/Library/PDF Services
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return. A folder may open. If it does, move the contents to the Desktop, or to a new folder on the Desktop. Log out and log back in. Test. If there's no change, put the items you moved back where they were and continue.
    Step 6
    Open the folder
    ~/Library/Preferences
    as in Step 5 and move the file named "loginwindow.plist" items in that folder to the Trash, if it exists (it may not.)
    Log out and back in again, and test.
    Step 7
    Other possible causes are references in the iPhoto, iTunes, or iMovie library pointing to the server, bookmarks in the Preview application, and PDF files created by Adobe Acrobat with embedded scripts.
    Try rebuilding the iPhoto library, if applicable.
    Step 8
    Resources such as images or sounds stored on the server may have been added to various applications. Examples would be pictures added to Contacts and custom sounds added to Mail. The range of possibilites here is practically infinite, so I can't be more specific. You might get a hint by launching the Console application and looking for error messages that appear at the same time as the alerts.
    Step 9
    Disconnect all wired peripherals except those needed to start up. Start up in safe mode. Test. After testing, restart as usual (not in safe mode) and verify that you still have the problem.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Step 10
    Triple-click the line below to select it:
    /System/Library/CoreServices/Directory Utility.app
    Rght-click or control-click the highlighted text and select
              Services ▹ Open
    from the contextual menu.* The application Directory Utility will open.
    In the Directory Utility window, select the Directory Editor tool in the toolbar. Select Mounts from the Viewing menu in the toolbar, and/Local/Default from the node menu, if not already selected. On the right is a list of names and values. By default, the list is empty. If it's not empty, post a screenshot of the window and stop here.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.
    Step 11
    Open the following file as you did in the last step:
    /etc/auto_master
    It will open in a TextEdit window. The contents should be exactly this:
    # Automounter master map
    +auto_master          # Use directory service
    /net               -hosts          -nobrowse,hidefromfinder,nosuid
    /home               auto_home     -nobrowse,hidefromfinder
    /Network/Servers     -fstab
    /-               -static
    If there are any other lines in the window, post them. Otherwise, close the window.

  • SPA3000 F/W 3.1.20(GW) last digit repetition within the dial plan is not working for gateway 0-4

    H/W: SPA3000
    F/W: 3.1.20(GW)
    Problem: The last digit repetition within the dial plan is not working for gateway 0-4.
    Line 1 Dial Plan: (****|<#,xx.<:@gw1>|1747xxxxxxxx.<:@gw1>)
    Dial "17474743246#" which works for gw1.
    Dial "#17474743246" which also works for gw1.
    Dial "17474743246" which doesn't work and actually goes through VoIP 1 but not gw1.
    It results in I have to specify a fixed number of digits for gw0-gw4 in the dial plan or it won't works. This could be very difficult for international calls.
    Is there any way to specify Interdigit Short Timer with <:@gw0>?
    BTW, it's strange that I have to include (****) in the dial plan to enter IVR. Without it I can't even hear any sound coming from gw1 (SIPphone). Maybe the SPA needs a factory reset. The test dial plan might look like,
    S:4,(****|*xxx.|[2-9]|xxxxx|*0<:@gw1>|1747xxxxxxx<:@gw1>|1408xxxxxxx<:@gw0>|xxxxxxxxxxxxxxxxxxxx.!)
    The last barring sequence "xxxxxxxxxxxxxxxxxxxx!" is to make sure the Interdigit Short Timer works after the last digit dialed otherwise the number will be transmitted immediately which is not preferred.

    IMHO , if there's a need for you to include *** on the dial plan to enter the IVR menu there might be a need to reset the unit.
    I believe that you can set the interdigit timer by including that on the dial plan ie: xxxxS0 just like on a hotline, i just never had a chance to try including that syntax when invoking gw0 on the dial plan , but i guess you may give it a try.

Maybe you are looking for

  • HT1473 I'm trying to upload music from CDs to my iPod Touch via my PC.

    I can get the music into my iTunes library on the PC but when I hit SYNC none of it is transferred to my iPod. Help?!

  • To unload a view

    Hi, is there any stored procedure to unload a view i.e ( its table structure and data or only data as comma seperated values) to a .txt or.sql file Thanks in advance, Suni

  • Zero intercept for scatter chart trendlines

    HI This is what i am trying to do, i got a load of values from an experiemnt to go on a scatter chart where I know that the origin is X=0,Y=0 but one the trendline is put in, its slightly off the origin. Does anyone know how to make the trendline pas

  • Java Error while starting simulator - Screenshot attached

    Hi experts, I want to get internet in my blackberry simulator(9530). For this, when I start the MDS-CS Simulator, I get the Java exception(screenshot of the exception window is in the link given). http://docs.google.com/Doc?id=dfzrknk_20hf6g78cc My J

  • Fm dates

    what r the different function modules for dates?