[SOLVED]Can't connect to mythweb/http suddenly on arch box

Been running mythweb for quite a while with no probs, but just got home and it was just hanging, then I rebooted box and now it doesn't load at all. Here's my /var/log/httpd/error_log from just now:
[Tue Apr 12 21:34:39 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Apr 12 21:34:39 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Apr 12 21:34:39 2011] [notice] Digest: generating secret for digest authentication ...
[Tue Apr 12 21:34:39 2011] [notice] Digest: done
[Tue Apr 12 21:34:41 2011] [notice] Apache/2.2.17 (Unix) DAV/2 mod_ssl/2.2.17 OpenSSL/1.0.0d PHP/5.3.6 with Suhosin-Patch configured -- resuming normal operations
[Tue Apr 12 21:40:43 2011] [error] [client 192.168.1.101] client denied by server configuration: /home/httpd, referer: http://192.168.1.100:1758/mythweb/
[Tue Apr 12 21:40:51 2011] [error] [client 192.168.1.101] client denied by server configuration: /home/httpd
Clearly there's a client denied by server configuration, but I don't understand what could've changed or what to check on between last night and tonight. Thanks for any help
edit: Ack, such silliness! It was MySQL all along. I have /var/lib/mysql mounted to a separate partition and it ran out of space, so MySQL was hung and not starting up but wouldn't stop either. Just freed up some space, restarted MySQL and it is working okay.
Last edited by colbert (2011-04-13 03:05:22)

wicd is another wireless system AFAIK, so you can't use wicd (with a KDE or GNOME) in combination with NetworkManager, so if you want to use wicd, there is no need to look for the networkmanager log.
If you still want to use NetworkManager:
It could be I was mistaken in the filename (aren't using my laptop right now), it could be the messages are located in the more general /var/log/messages or /var/log/daemons. Could you check those it they contain anything related to NetworkManager? It both aren't containing anything NetworkManager related, the obvious question is, is it running/has it ever ran? (did you manually run /etc/rc.d/networkmanager start or did you add networkmanager to the daemons array in /etc/rc.conf and gave your system a reboot)

Similar Messages

  • [solved] Can't connect to samba shares

    This is probably my fault, but for the life of me I can't figure this out. I started out trying to get usershares to work by following the wiki at https://wiki.archlinux.org/index.php/samba, and I am unable to connect to the resulting shares either from the local host or from my netbook. It tells me permission denied. I then tried creating a public share with guest access, because I couldn't get the usershares to work. I am unable to get that working either. I have
    chmod 777 -R
    the folder I am sharing, as well as the
    /var/lib/samba/usershare
    folder. Please help. Here is my smb.conf:
    #======================= Global Settings =====================================
    [global]
    workgroup = OSHANNON
    server string = MDSHANNJARO
    hosts allow = 192.168.1. 127.
    log file = /var/log/samba/%m.log
    max log size = 50
    security = user
    map to guest = Bad User
    guest account = nobody
    dns proxy = no
    usershare path = /var/lib/samba/usershare
    usershare max shares = 100
    usershare allow guests = Yes
    usershare owner only = False
    #============================ Share Definitions ==============================
    [Bleach]
    path = /mnt/Data/Bleach
    read only = no
    guest ok = yes
    I tried adding the nobody user since there was no users listed when running
    pdbedit -L
    using
    pdbedit -a -u nobody
    and just pressed enter for the password field. This did not help.
    testparm says
    Load smb config files from /etc/samba/smb.conf
    rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
    Processing section "[Bleach]"
    Loaded services file OK.
    Server role: ROLE_STANDALONE
    Press enter to see a dump of your service definitions
    [global]
    workgroup = OSHANNON
    server string = MDSHANNJARO
    map to guest = Bad User
    log file = /var/log/samba/%m.log
    max log size = 50
    dns proxy = No
    usershare allow guests = Yes
    usershare max shares = 100
    usershare owner only = No
    usershare path = /var/lib/samba/usershare
    idmap config * : backend = tdb
    hosts allow = 192.168.1., 127.
    [Bleach]
    path = /mnt/Data/Bleach
    read only = No
    guest ok = Yes
    Last edited by mdshann (2014-03-04 06:01:04)

    uninstalled samba, reinstalled it. deleted old config file. created new config with just the contents that the wiki states is necessary for usershares to work. the current smb.conf looks like
    [global]
    usershare path = /var/lib/samba/usershare
    usershare max shares = 100
    usershare allow guests = yes
    usershare owner only = False
    added my user to samba using
    pdbedit -a -u mdshann
    started smbd and nmbd and enabled both. tried to share a folder, caja says samba is not installed. use yaourt to search for caja and find package mate-file-manager-share. installed said package, killed and restarted caja. shared folder and told it to add permissions automatically. checked the boxes to allow guest and to allow users to change files. still I cannot connect. just for reference, I have used the wiki article sections from the beginning of the article through adding a user. I did not use the creating a share section as I want usershares to work through MATE and CAJA. It creates the share and it is visible on the network, I just can't connect to it.
    Pretty much the same as what I tired before, with the same result. Only difference is I haven't tried manually creating the share through smb.conf, but that didn't work before either. No reason to think it will work now, the problem was the same whether I used the gui usershares option or adding the share to smb.conf.
    I was able to get samba working with a very similar config file as in my first post, on arch based manjaro on my server at work. I did not enable or use usershares at work, but creating the shares in smb.conf worked just fine. Why will the same procedure not work on arch? Same packages for the most part, manjaro just adds a few. In fact, when I set up samba on manjaro, I used the arch wiki article, as Manjaro's wiki is sparse. Main reason we used manjaro at work was the speed of installation was much quicker, and we needed the machine back up quickly so we could start backing up our customers data. (I own a PC repair shop.)
    On a side note, this community has served me well in the past the few times I have have issues since I started using arch 5 years ago. Why my post has gone so long without a reply other than being chastised for trying to call attention to a 3 day old unanswered thread is beyond me, but I am not thrilled by it. It has now been a full 2 weeks since my original post. I have never had this issue before, and if I can't bump or somehow call attention to my thread I am unsure of how to get help. Am I supposed to keep posting new threads on the same issue? I would think those would get closed rather quickly if I had. Should I post nonsense on this thread, I mean anything other than the word bump. A discussion of cat videos maybe?

  • [Solved] Can't Connect To Webmin

    edit: Apparently shorewall was blocking the connection, but does anyone know how to get rid of that error message?
    I've installed webmin from the repositories and it starts successfully, but I can't connect to it. I've enabled access to other hosts and I have tried to access it via HTTP and HTTPS, along with via the IP address and the hostname. Nothing works.
    Here's some of the info from the journal
    [bran@alarm ~]$ systemctl status webmin
    webmin.service - Webmin
    Loaded: loaded (/usr/lib/systemd/system/webmin.service; enabled)
    Active: active (exited) since Sat 2014-02-22 23:35:57 EST; 2s ago
    Process: 10232 ExecStart=/etc/webmin/start (code=exited, status=0/SUCCESS)
    Main PID: 10232 (code=exited, status=0/SUCCESS)
    Feb 22 23:35:55 alarm start[10232]: Starting Webmin server in /opt/webmin
    Feb 22 23:35:55 alarm perl[10232]: pam_unix(webmin:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=root
    Feb 22 23:35:57 alarm webmin[10232]: Webmin starting
    Feb 22 23:35:57 alarm start[10232]: Pre-loaded WebminCore
    Feb 22 23:35:57 alarm systemd[1]: Started Webmin.
    I get that no matter if I start it with the root account or my normal user. I've also tried using the packages from the webmin site but still get the same error. This seems to be a problem with PAM I believe.
    root exists in /etc/webmin/miniserv.users
    root:x/0:0
    /var/log/webmin/miniserv.err
    [22/Feb/2014:23:35:57 -0500] miniserv.pl started
    [22/Feb/2014:23:35:57 -0500] Using MD5 module Digest::MD5
    [22/Feb/2014:23:35:57 -0500] PAM authentication enabled
    no other logs exist.
    Last edited by brando56894 (2014-02-24 02:55:39)

    Also; nothing works is not a clear indication of what goes wrong; what is the output of `curl -v WEBMIN_URL` ?
    Last edited by Spider.007 (2014-02-23 11:59:50)

  • [SOLVED] Can't connect to Facebook

    For the past couple months, neither of my web browsers (Epiphany or Chromium) can get anywhere past the newsfeed on facebook.com.  If I click on a link at the news feed, it loads for a couple of minutes, then (chromium) shows me a message:
    Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
    I've tried using a different account and purging the cache, ala https://bbs.archlinux.org/viewtopic.php?id=131070 but to no avail.  Strangely enough, Facebook works perfectly fine in all of my VMs.  Any ideas?
    Last edited by limescout (2012-10-09 22:14:09)

    mcloaked wrote:
    limescout wrote:
    WonderWoofy wrote:
    Maybe you should just stop using facebook
    Sorry I couldn't help myself...
    Haha, I would have already if it wasn't so useful
    I find it strange that it's just this one webpage.  Doesn't seem to happen to anything else.  I can ping facebook fine.
    There is a lot more to Facebook slow connection problems than just seeing if you can ping them - I monitor http://downrightnow.com/facebook which tells you whether there is a general problem getting the Facebook servers to respond to login and user requests to do a whole slew of things once logged in - very frequently they have severe slowness to respond even when pinging seems fine!  My guess is that their servers simply can't deal with the load a lot of the time.  They are building new server farms (for example one in FInland but it won't be brought into service for another year or so at least) - so in the meantime we get periods when more users are trying to use Facebook than they can handle - but there is no-one I can find to talk to about it or any official server status page to look at!
    Good luck.
    Hmm, very cool site.  I'll keep that one bookmarked.  I'm pretty sure it has to do with me though: native browsers don't work but VMs do (at the same time).  Also, my android device using wifi on the same network works fine.

  • [SOLVED] Can't connect to internet after installation

    Hello, I just installed Arch, and during the installation I connected to wifi (obviously, since I had to download the packages) with iwconfig and all the other tools on the installer, but after the installation I wasn't connected any more. I have no idea how to connect to the internet now, all the guides online say to run iwconfig or any of the other connection tools, which I can't do since I don't HAVE them.
    I can't connect through ethernet either, I think either the ethernet port on my laptop is broken, or the drivers just aren't working (apparently people on the forums have the same problem with my chipset). My friend told me to try sudo wifi-menu, but apparently I need to install dialog for that, which, of course, requires internet connection.
    Should I plug in the USB again, and try something with that? Is there any way to set up a wifi connection without using all the fancy connection tools that I don't have? Sorry if I'm being dumb, I have absolutely no idea how to connect. The wiki doesn't help, and neither does google.
    Last edited by plomp90 (2013-09-25 01:41:55)

    Trilby wrote:I've done a good number of installations, and I'll actually install a good number of packages right from the live usb along with base and base-devel.
    I think with the last few times I've done an ArchLinux installation, I've literally set-up the whole thing (as in done base, base-devel, networkmanager, X and a DE) in the Arch LiveCD. LightDM isn't happy being set-up in the LiveCD environment though I've noticed.
    For this, I use pacstrap for base and base-devel and then pacman for the rest.
    Last edited by clfarron4 (2013-09-24 22:04:00)

  • I can't connect my time capsule to kpn experia box

    I used my time capsule without any problems for some time now, but I have moved and changed provider. Somehow I can't connect the time capsule to the KNP experia box. At first the Time Capsule is not detected, only when I do a hard reset it comes up. Then I give the PPPoE details, the timecapsule restarts and : unexpected error has occured, please try again. When i do try again I get an error almost immediatly.
    I have an time capsule 6.1.
    Any one know a solution?

    You do not use PPPoE on that box.. just bridge the TC.
    In airport utility 6.1 go to the network page.. and select bridge instead of NAT.

  • Airport card can see networks but can't connect all of a sudden

    I have an older MacBook running 10.6.8 (snow leopard) and it's been working fine. All of a sudden, it can see networks, but cannot connect. I get an alert with an exclamation point and "no Internet connection". My iPad can connect just fine; same network, same location as usual, so I know it's not an issue with the network/router (my husband's computer works fine as well). If my airport card went, I wouldn't be able to see any networks at all, right?  Is there anything I can do?  My AppleCare has run out, due to the age of my computer and I don't want to put hundreds into fixing it, either (nor can I afford it). Has anyone had this happen?  Any suggestions?  Thanks!

    Hello sarcastabtch,
    The following article should be helpful in restoring your internet connection via WiFi.
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    Cheers,
    Allen

  • **Solved** "Can't connect to server" problem

    If you connect to your wireless network and cannot use safari or youtube, i know how to solve your problem.
    -Open settings, select "wi-fi"
    - Select "DNS", then scroll over all the way to the left and delete the first set of numbers
    - Try safari again, and see if it works
    - If not, delete the next set of "dns" numbers
    - Continue until it works, (it did for me!)

    Hi eveyone again.
    Iv'e hopefully found all the data I need for someone to help me. When I go to the Wi-Fi settings on the touch only IP and Subnet Mask details come up (which come up as 169.254.211.37 and 255.255.0.0 respectfully. All the rest are blank.
    After looking on my computer through the ipconfig/all data on my computer I got the following:
    Description: Intel(R) PRO/WIRELESS 3945ABG Network
    Physical Address: 00-1B-77-3B-F2-59
    DHCP Enabled: Yes
    Autoconfiguration Enabled: Yes
    Link-local IPv6: fe80::6ce:a3d8:23ad%11
    IPv4 Address: 10.0.0.3 (preferred)
    Subnet Mask: 255.255.255.0
    Default Gateway: 10.0.0.138
    DHCP Server: 10.0.0.138
    DHCPv6 IAID: 285219703
    DNS Servers: 10.0.0.138
    I have a Siemens SpeedStream 6520 Wireless ADSL Gateway Router and have found the Wi-Fi WEP key Code, Wi-Fi SID (which is SpeedStream8993 although this comes up on the ipod as well as the internet sign on the ipod), Wi-Fi pin and our usename and password which I presume is for the internet (even though we never use it. i think its more our email internet account for bigpond - our server)
    I hope this is all the information needed in order for someone to help. As you can tell I'm not very tech savy. Also if smeone is kind enough to reply and help could you tell me whether to have the settings on DHCP (which I've been doing), BootP or Static as well as whether the HTTP Proxy needs to be on 'Off', "Manual' or 'Auto' (all of which I have tried, entering the required data).
    Looking forward to hearing your answers
    Nicole A.S
    aka
    Nicolethe_one_the_only_hockeychicspaz

  • ABAP program can't connect to a HTTP destination

    Hello,
    I have an ABAP program that's used to download data from an internet site. As an internet access proxy has been installed, the program stopped working, displaying an error message:
    ...Connect to host...Port 80 error: NIECONN_REFUSED
    Reading through the forum I found out that it's possible to turn general proxy setting for SAP through transaction SM59 (RFC - proxy configuration), but entering the proxy information didn't help...
    Excerpt from the ABAP code:
    concatenate 'http://www.hnb.hr/tecajn/f'
                      newdatum+6(2) newdatum+4(2) newdatum+2(2)'.dat'
                      into link.
          refresh: itab, resp.
          call function 'HTTP_GET'
               exporting
                    absolute_uri          = link
                    rfc_destination       = 'SAPHTTP'
                    blankstocrlf          = 'X'
               tables
                    response_entity_body  = itab
                    response_headers      = resp
               exceptions
                    connect_failed        = 1
                    timeout               = 2
                    internal_error        = 3
                    tcpip_error           = 4
                    data_error            = 5
                    system_failure        = 6
                    communication_failure = 7
                    others                = 8.
    Any ideas? I'm not an ABAP-er but I still can make small changes in code - are there any parameters that can be inserted in the code to direct the function to use proxy?

    Suzy Bijnens wrote:
    > Hi,
    > I would talk to the guys setting up the proxy firewall. You need to make sure that access from your SAP server to port 80 is open.
    > In SAP use transaction SE38 program RSRFCTRC to read RFC traces (only when this option is marked in the RFC destination in SM59) or use tr SM58.
    > Rgds,
    > Suzy
    Efectively, the port is not 80, the connection to the proxy is good. I took a look in the trace and it seems to me that my program doesn't use proxy?...
    .....640 .......H
    TTP_GET.........
    ...Cu0147Á=     ä¸F.ú..
    ..;...3...1401.6
    DEai..3.........
    .ERROR......RLEN
    GTH......STATUS.
    .....STEXT......
    CONVERT......X..
    ....ELENGTH.....
    ...........PPWD.
    ....<
    ......*PROXY*....
    .<
    ....PUSER.....<
    .PWD...... .....
    .TIMEOUT........
    ........TRACE...
    ...Y......URI...
    ..ôhttp://www.hn
    b.hr/tecajn/f010
    109.dat

  • [solved] Can't connect to network with 64-bit kernel

    On 64-bit Arch Linux, I can't get any network access.  On 32-bit Arch Linux, I can connect to my router with an ethernet cable or a wireless card using dhcpcd or networkmanager.
    In 64-bit, I have tried
    - Upgrading my kernel from 3.3.8 to 3.4.2 from the testing repos
    - Getting networkmanager-git from AUR
    - Using the r8168 driver for my ethernet card (which is actually exactly the same one as the one from https://wiki.archlinux.org/index.php/Co … k_messages )
    But I haven't been able to get "dhcpcd eth0" to tell me anything but
    dhcpcd[677]: eth0: sending IPv6 Router Solicitation
    dhcpcd[677]: eth0: broadcasting for a lease
    dhcpcd[677]: eth0: sending IPv6 Router Solicitation
    dhcpcd[677]: eth0: sending IPv6 Router Solicitation
    dhcpcd[677]: eth0: sending IPv6 Router Solicitation
    dhcpcd[677]: eth0: no IPv6 Routers available
    while "dmesg | tail" fills with
    eth0: no IPv6 routers present
    eth0: no IPv6 routers present
    eth0: no IPv6 routers present
    My rc.conf has the correct settings for dhcp:
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    I can get whatever 64-bit packages I need to get the internet to work in 64-bit linux by downloading them in 32-bit linux and then upgrading to 64-bit linux.
    My goal is to get networking to work on 64-bit linux through either eth0 or wlan0 (eventually I'll need wlan0 but right now neither works, so if one starts working, the other probably will), or for someone to say "It's impossible dude, go download opensuse and see if you get a different damning error over there".
    Happy trails,
    jc
    Last edited by jc (2012-06-13 23:21:31)

    ewaller wrote:Are you doing this on the same computer with different kernels?
    Yep.
    Are you sharing /etc between the 32 and 64 bit kernels?
    Yes.  Networking doesn't work on the 64-bit install disk either though, which obviously doesn't share its /etc with anything.
    Can you post your 64 bit system's /etc/dhcpcd.conf file?
    hostname
    option domain_name_servers, domain_name, domain_search, host_name
    option classless_static_routes
    option ntp_servers
    option interface_mtu
    require dhcp_server_identifier
    nohook lookup-hostname
    noipv4ll
    On your 64 bit system, what is the output of ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 14:da:e9:0f:69:85 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::16da:e9ff:fe0f:6985/64 scope link
    valid_lft forever preferred_lft forever
    3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
    link/ether e0:69:95:d3:7e:e9 brd ff:ff:ff:ff:ff:ff
    What is the version of your 32 bit kernel?
    3.3.8
    Have you tried dhclient instead of dhcpcd ?
    I have.  No cake.

  • Directaccess can't connect with IP-HTTPS

    Hi,
    I'm cannot connect from client with Direct access thru IP-HTTPS tunnel.
    On client:
    On server:
    How I can troubleshoot why from Internet explorer on server I got "cannot display the webpage"? is it IIS problem?
    Thank you

    If IIS is listening to port 443, on the same IP as DA then that is your problem.
    Disable all bindings to port 443 on DA address in IIS and restart the server (including "all unassigned").
    What does the Event Viewer on the server tell you?
    Hth, Anders Janson Enfo Zipper

  • [SOLVED] Can't connect to wifi if Ethernet is connected

    I have a arch desktop with samba and ssh configured connected to a WiFi router/ADSL2 modem via ethernet.
    I was not able to connect any of my mobile devices (phones and tablet) or my netbook (running windows 7 basic) to the WiFi router suddenly a few weeks back. The issue resolved when I removed the PC Ethernet cable from the router (when I disconnected the PC from router).
    My router is D-Link DSL 2730 U
    On logging into another user (not main user) everything works fine.
    Nothing changes when I stopped samba and ssh services. Infact these services which are configured as root, start before the login and work fine with the other user.
    I use console without any gui to login. I startx manually after logging in. This problem does not occur on logging in. It starts only when I startx.
    On using wireshark to capture traffic on the ethernet port, this line keeps repeating:
    Time                      source                     destination            protocol      length(in bytes)          information
    0.007238000      192.168.1.100         224.0.0.56             UDP             1334                             Source port: 38854  Destination port: 46198
    I have no idea what to do beyond this. The internet works fine when logged into main user. However other devices are not able to connect.
    Please tell me how to resolve this and what is happening.
    Last edited by craterib (2015-02-26 02:05:13)

    The devices can see the SSID however connecting takes too long, many times it fails and in the rare instance it connects internet does not work (its too slow so web pages say server timed out) neither does samba (this is also too slow I think,  using ES explorer in android just keeps trying to connect till it displays server offline or wlan not connected error).
    I use cinnamon updated to the last version. So startx launches cinnamon.
    I don't know much about media servers. I have vlc installed but not set it up as media server. I installed and used VLC remote (android app) to control the vlc player from android, however this works without a hitch in the other user. I use samba to stream videos if needed.
    Last edited by craterib (2015-02-26 01:08:53)

  • Exchange 2003 - Can't connect RPC over HTTP

    I'm running a Windows SBS 2003 with Exchange, and am trying to configure Outlook anywhere. 
    Slowly I've been making progress on the Microsoft Connection analyzer, but this one has me stumped. (I'm not much of an IT professional.)
    Can anyone help me out?
    Testing RPC/HTTP connectivity.
    The RPC/HTTP test failed.
    Additional Details
    Test Steps
    Attempting to resolve the host name mail.****.com in DNS.
    The host name resolved successfully.
    Additional Details
    Testing TCP port 443 on host mail.****.com to ensure it's listening and open.
    The port was opened successfully.
    Additional Details
    Testing the SSL certificate to make sure it's valid.
    The certificate passed all validation requirements.
    Additional Details
    Test Steps
    Checking the IIS configuration for client certificate authentication.
    Client certificate authentication wasn't detected.
    Additional Details
    Testing HTTP Authentication Methods for URL https://mail.****.com/rpc/rpcproxy.dll?PTESVR1.****.local:6002.
    The HTTP authentication test failed.

    Hi,
    According to the test result, there may be improper authentication method which your RPC virtual directory has.
    Start the Internet Information Service Manager, navigate to the Default Website and right click the RPC Virtual Directory. Navigate to the Directory Security tab and confirm if you disable the Checkbox for Enable Anonymous Access and enable the Basic Authentication
    checkbox.
    And here is a similar thread you can refer to:
     http://social.technet.microsoft.com/Forums/exchange/en-US/3021fc19-ed26-48e0-8d77-094b0ac6eb85/client-certificate-authentication-wasnt-detected?forum=exchangesvr3rdpartyappslegacy
    And we can also check the settings in the RPC virtual directory.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • I can't connect to game centre - suddenly just a blank white screen?

    Please help - I've had my ipad for a few years and never an issue - all of a sudden yesterday Game Center won't open - none of my games connect so I logged directly on to the Game Center app icon and it just brings up a blank white screen. I have logged out of my apple account and logged back in again, I have switched the ipad off completely and then switched on again, I have checked that wifi is connected and I have gone into settings to open the game centre settings and again it just hangs - it has my Apple ID at the top and then a blank screen underneath. I'm at a loss what to try next ... Any ideas welcome!! Thank you.

    reset all settings
    settings-general-reset-reset all settings
    now reconnect to wifi
    settings- wifi- click network name- enter password - join
    if issue persists back up and restore as new via iTunes
    Peace, Clyde

  • (SOLVED) Can't Connect Wiimote after Windows 7 64-bit install (T61p)

    Hello. I have a T61p that originally had Vista 32-bit on it. I used to use my Wiimote as a gamepad, I'd just have to press the sync button and it would work with the computer. Since I installed Windows 7 64-bit though, it won't. I've turned the Bluetooth adapter on and off with Fn-F5 several times. 
    I tried BlueSoliel and it worked yesterday but not today. Also it is an evaluation copy, and I do not plan on buying the full product.
    edit: okay I uninstalled BlueSoliel and installed the 64 bit Vista driver and I can connect the Wiimote to the computer, however, it won't register any buttons being pressed, and when I go the the Game Controller Test screen it is empty.
    edit2: I forgot you need to use GlovePIE. Seems to be working fine now. Sorry for wasting anyone's time.

    No problem, thanks for posting your fix.
    Dave
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

Maybe you are looking for