WPA with knetworkmanager hates me (transferred from newbie forum)

This is my first time setting up Arch after getting sick of Kubuntu.  I'm quite impressed by its speed.  I've managed to set up nearly everything correctly, except for my wi-fi card.  I have no idea how to get WPA to work with my ipw2200.  Unsecured networks work just fine, but when I try to connect to my wpa-psk secured router I get this:
NetworkManager: <info> Activation (eth1) started...
NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) scheduled...
NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) started...
NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) scheduled...
NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) complete.
NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) starting...
NetworkManager: <info> Activation (eth1/wireless): access point 'lol internet' is encrypted, but NO valid key exists. New key needed.
NetworkManager: <info> Activation (eth1) New wireless user key requested for network 'lol internet'.
NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) complete.
NetworkManager: <WARN> nm_dbus_get_user_key_for_network_cb(): nm_dbus_get_user_key_for_network_cb(): dbus returned an error.
(org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManagerInfo was not provided by any .service files
NetworkManager: <info> Activation (eth1) failure scheduled...
NetworkManager: <info> Activation (eth1) failed for access point (lol internet)
NetworkManager: <info> Activation (eth1) failed.
NetworkManager: <info> Deactivating device eth1.
[/code/
Does anyone have any ideas? Here are the relevant sections of my /etc/rc.conf:
[Code]
HOSTNAME="sagittarius"
lo="lo 127.0.0.1"
eth0="dhcp"
eth1="dhcp"
INTERFACES=(lo !eth0 !eth1)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
DAEMONS=(syslog-ng !network netfs crond @alsa @cpufreq dbus hal dhcdbd networkmanager kdm)
ifconfig:
eth0 Link encap:Ethernet HWaddr 00:0D:60:FE:7E:B3
inet addr:192.168.5.53 Bcast:192.168.5.255 Mask:255.255.255.0
inet6 addr: fe80::20d:60ff:fefe:7eb3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15133 errors:0 dropped:0 overruns:0 frame:0
TX packets:6147 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:5030412 (4.7 Mb) TX bytes:1266019 (1.2 Mb)
Base address:0x8000 Memory:c0220000-c0240000
eth1 Link encap:Ethernet HWaddr 00:0E:35:38:00:FD
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:246183 errors:0 dropped:0 overruns:0 frame:0
TX packets:18906 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:704 (704.0 b)
Interrupt:11 Memory:c0214000-c0214fff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:40 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2000 (1.9 Kb) TX bytes:2000 (1.9 Kb)
and iwconfig:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 unassociated ESSID:""
Mode:Managed Frequency=2.437 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
irda0 no wireless extensions.
Thanks!

sykesm wrote:
have you tried explicitly setting things using iwconfig
sudo iwconfig eth1 essid ACTUAL_ESSID
sudo iwconfig eth1 key ACTUAL_KEY
sudo dhcpcd -n eth1
ping ACTUAL_ROUTER
It seems you don't know shit about wireless. iwconfig can only set up static keys (WEP), WPA needs to negotiate keys dynamically.
About the actual problem: It seems to be a dbus issue:
NetworkManager: <WARN> nm_dbus_get_user_key_for_network_cb(): nm_dbus_get_user_key_for_network_cb(): dbus returned an error. (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManagerInfo was not provided by any .service files
Is knetworkmanager (or whatever that tool is called) running? Does it ask for the psk? That is what I don't like about networkmanager: you need a GUI tool to make it work.

Similar Messages

  • WPA with knetworkmanager hates me

    This is my first time setting up Arch after getting sick of Kubuntu.  I'm quite impressed by its speed.  I've managed to set up nearly everything correctly, except for my wi-fi card.  I have no idea how to get WPA to work with my ipw2200.  Unsecured networks work just fine, but when I try to connect to my wpa-psk secured router I get this message:
    NetworkManager: <info> Activation (eth1) started...
    NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) scheduled...
    NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) started...
    NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) scheduled...
    NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) complete.
    NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) starting...
    NetworkManager: <info> Activation (eth1/wireless): access point 'lol internet' is encrypted, but NO valid key exists. New key needed.
    NetworkManager: <info> Activation (eth1) New wireless user key requested for network 'lol internet'.
    NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) complete.
    NetworkManager: <WARN> nm_dbus_get_user_key_for_network_cb(): nm_dbus_get_user_key_for_network_cb(): dbus returned an error.
    (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManagerInfo was not provided by any .service files
    NetworkManager: <info> Activation (eth1) failure scheduled...
    NetworkManager: <info> Activation (eth1) failed for access point (lol internet)
    NetworkManager: <info> Activation (eth1) failed.
    NetworkManager: <info> Deactivating device eth1.
    Does anyone have any ideas?  Here are the relevant sections of my /etc/rc.conf:
    HOSTNAME="sagittarius"
    lo="lo 127.0.0.1"
    eth0="dhcp"
    eth1="dhcp"
    INTERFACES=(lo !eth0 !eth1)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    DAEMONS=(syslog-ng !network netfs crond @alsa @cpufreq dbus hal dhcdbd networkmanager kdm)
    ifconfig:
    eth0 Link encap:Ethernet HWaddr 00:0D:60:FE:7E:B3
    inet addr:192.168.5.53 Bcast:192.168.5.255 Mask:255.255.255.0
    inet6 addr: fe80::20d:60ff:fefe:7eb3/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:15133 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6147 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:5030412 (4.7 Mb) TX bytes:1266019 (1.2 Mb)
    Base address:0x8000 Memory:c0220000-c0240000
    eth1 Link encap:Ethernet HWaddr 00:0E:35:38:00:FD
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:246183 errors:0 dropped:0 overruns:0 frame:0
    TX packets:18906 errors:0 dropped:0 overruns:0 carrier:1
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:704 (704.0 b)
    Interrupt:11 Memory:c0214000-c0214fff
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:40 errors:0 dropped:0 overruns:0 frame:0
    TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:2000 (1.9 Kb) TX bytes:2000 (1.9 Kb)
    and iwconfig:
    lo no wireless extensions.
    eth0 no wireless extensions.
    eth1 unassociated ESSID:""
    Mode:Managed Frequency=2.437 GHz Access Point: Not-Associated
    Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
    Retry limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    irda0 no wireless extensions.
    Thanks!

    sykesm wrote:
    have you tried explicitly setting things using iwconfig
    sudo iwconfig eth1 essid ACTUAL_ESSID
    sudo iwconfig eth1 key ACTUAL_KEY
    sudo dhcpcd -n eth1
    ping ACTUAL_ROUTER
    It seems you don't know shit about wireless. iwconfig can only set up static keys (WEP), WPA needs to negotiate keys dynamically.
    About the actual problem: It seems to be a dbus issue:
    NetworkManager: <WARN> nm_dbus_get_user_key_for_network_cb(): nm_dbus_get_user_key_for_network_cb(): dbus returned an error. (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManagerInfo was not provided by any .service files
    Is knetworkmanager (or whatever that tool is called) running? Does it ask for the psk? That is what I don't like about networkmanager: you need a GUI tool to make it work.

  • Having trouble with running an APP transferred from my imac?

    Having trouble with running an APP transferred from my imac?

    It asks me to sign in.  I sign in and nothing happens. 

  • GUI_DOWNLOAD problems with CR+LF when transfering from unicode system

    Hi,
    I was successfuly used FM GUI_DOWNLOAD in a non-unicode systems for years. Lately I faced a challenge to rewrite my code for a unicode system. The configuration is:
    - SAP R/3 unicode system;
    - data to be downloaded at presentation server in a non-unicode codepage (cp 9504).
    I have successfuly used a GUI_DOWNLOAD-parameter CODEPAGE and the data is translated correctly when checking local file, but due to some reasons CRLF are replaced with '#' (which is default value of REPLACEMENT parameter of this function) - means at the end of each row as a result I have '##' instead of CRLF.
    My question is: how can I force correct behaviour of GUI_DOWNLOAD in order to get my output file at presentation server with CR+LF?
    Any help would be highly appreciated.
    Many thanks in advance.
    Regards,
    Ivaylo Mutafchiev
    SAP/ABAP consultant
    VBS Ltd.
    P.S. In order to find some other way to fix my problem I'm still playing with the instanciation of a CL_ABAP_CONV_OBJ and its methods create & convert, but without success for now - resulted strings are not as expected.

    Hi,
    in fact, I never placed CRLF in my lines before your suggestion. The rest was done by the FM 'GUI_DOWNLOAD'. It works fine even when I use unicode file as output - means I got my CRLF at the end of the record in MY OUTPUT FILE ONLY but not in my internal table - I never placed CR+LF in there.
    The problem occures when I tried to use GUI_DOWNLOAD with parameter CODEPAGE = '9504' (some non-unicode codepage), and the original data (my internal table) is in unicode. Then (in my opinion) this function doesn't translate the unicoded CR+LF into non-unicode ones (if thats possible at all, I can't be sure) and the result is '##' in the output file.
    I checked the value of CL_ABAP_CHAR_UTILITIES=>CR_LF by getting it in my variable - and it is '##'.
    Whet should I put into this class-attribute in order to get it working in this scenario? I have no idea...
    The attribute type is ABAP_CR_LF - which is char 2.
    What next?
    Thanks,
    Ivaylo

  • Trouble with timing/quality when transferring from iMovie to iDVD

    When I transfer an iMovie to iDVD, either the timing to the music is off or the timing works but a few slides have moments of a blank white screen before they appear. The movie plays fine on iMovie. I've tried re-importing the photos/slides, but that hasn't helped. I also tried changing the order of the slides, and the glitch appeared at the same time (not with the same photos). It may be a space issue, but I'm not sure how to get back so much space on my hard disk. I'm wondering if I should try burning to a dvd to see if the white space or timing issues remain. Any suggestions? Thanks!

    Hi
    How much free space is there on Your Start-Up (Mac OS - Main) hard disk ?
    I never go under 25Gb free space.
    To free up space - You either
    • Delete things/documents You KNOW is of no more importance to You (or for Your Mac) - by moving to trash basket down right end of Dock - Then go up to Menu row Apple --> Finder and down this to "Empty Trash"
    or
    • Copy over to another external hard disk. BUT this
    Should be a FireWire one - if You want to store video on it (USB/USB2 performs badly to me)
    MUST BE - Mac OS Extended formatted - Especially for Video material else files get's broken
    Yours Bengt W

  • I had an iPhone 4 with all my music on it. Got rid of my desktop when I got an iPad. Now I have iPhone 4S. How do I get my music transferred from old phone to 4s and iPad without a desktop with iTunes on it?

    I had an iPhone 4 with all my music on it. Got rid of my desktop when I got an iPad. Now I have iPhone 4S. How do I get my music transferred from old phone to 4s and iPad without a desktop with iTunes on it?

    Restore the device from the backup created.
    If no backup exists, there is nothing to recover.

  • I have a new MacBookAir with iTunes 11.3.  All my music was transferred from my old MacBookPro; but, only purchased music from Apple shows up in albums, and songs.  None of my other music appears, and no playlists have been displayed.

    How to get non-purchased from Apple music and playlists to appear on my new MacBookAir with Mavericks, and iTunes 11.3, when all the prior music was transferred from MacBookPro.  I see the library.itl files, and have removed them and imported the Library.xml file; but, still do not have access to playlists or any music I have taken from my CD collection.  I see this as a common issue on the dozens of web searches.  Is there a fix for this new iTunes 11.3?

    Nothing new; same thing i have been posting for years.  Quick answer if you use iTunes' default preferences settings: Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive. Open iTunes and immediately hold down the option (alt) key (shift on Windows) so you get a prompt to select a library, then guide it to the 'iTunes Library.itl' file in the moved iTunes folder.  Without exact details I can't tell what you did wrong  but you probably didn't move the right files to the right place.  Unfortunately youd id not want to delete the .itl file.  The .xml has much of the same but your ratings, date added and playcounts are now gone.

  • The message ~There was a problem connecting to the server "your-447023ae6b".appears when I try to play music transferred from my PC to my iMac. Files were transferred from my PC by a Genius. How do I sort it? Next appointment with genius is 5 days away!

    The message ~There was a problem connecting to the server “your-447023ae6b”.appears when I try to play music transferred from my PC to my iMac. Files were transferred from my PC by a Genius. How do I sort it? Next appointment with genius is 5 days away!

    Hi
    Thanks this has helped me solve the problem.
    I used the Outlook Anywhere connectivity tester you suggested. Selected Outlook autodiscover.
    It told me that it could not resolve things on any of the 4 tests.
    I saw that using the last test "Attempting to contact the Autodiscover service using the DNS SRV redirect method", was the only one likely to work in my case.
    I had already changed 3 entries in dns to point at my DDNS address but this had not worked, from the errors I could see that it was just the certificate name not matching so I changed the DNS entries for Autodiscover, autoconfig and _autodiscover._tcp
    to be webmail.domain.com which is a CNAME to my ddns address for the broadband router, which in turn forwards ports 80 and 443 to the exchange server for owa and activesync access. I got an error message saying that I had an illegal entry in my SRV record
    as a CNAME is not allowed, but it saved the change anyway.
    I reran the test and it worked.I can now make new outlook clients attach teo exchange.
    Thank you, after 8 hours yesterday of trying to reolve this I suddnely got it to work on one laptop but the other still would not and had lost track of what I could have changed so had no idea what actually made it work.
    Thank you for your suggestion.

  • My ipod nano doesn't accept transfers from overdrive with new windows 8.1

    my ipod nano won't accept audio transfers from overdrive using a new windows 8.1 computer.

    Hello lyndd, We discovered your issue on the forum, and are providing this article to help you resolve the issue. You can also find many other useful articles and videos at help.overdrive.com. With the limited information, contacting support by clicking on Help from the library site and providing full details about the issue will help to get the issue resolved for you.
    OverDrive Support Services

  • I can no longer shoot directly into phaseone software since i use my new macbook pro with retina display. pictures are not transfered from the camera into captureone. anyone else with this problem? any solutions?

    i can no longer shoot directly into phaseone software - neihter version 6 or 7 - since i use my new macbook pro with retina display. pictures are not transfered from the camera into captureone. anyone else with this problem? any solutions?

    My eyes just glazed over...Please in the future break down each of your issues with paragraphs separated by two carriage returns. It would be much easier when trying to address your issues.
    Go to Apple menu -> System Preferences -> Keyboard and Mouse -> Mouse
    And edit your mouse settings to do what you want it to do.
    Secondly, this is not the place to vent. If you have a complaint, there is:
    http://www.apple.com/feedback/
    or http://www.apple.com/contact/
    We are just end users here helping other end users.
    Third, from my understanding, it would appear you are concerned about the noise the hard drive makes when it falls asleep? Why not put your machine in screen saver mode instead? Apple menu -> System Preferences -> Energy Saver turn off all Energy Saver settings, or set them to run Never.
    Fourth, if your machine was purchased just a few days ago, you may still be able to get an exchange from the store, quicker than you can get a repair done. You may want to look into that possibility.
    Fifth, it does appear you found the Logic forum. I would persist in asking there how to solve your technical issue with Logic regarding the audio. It may be you don't have to do anything special to the hard drive. Remember audio can be transmitted by wire, avoiding ambient sounds.
    Good luck!

  • BI statistics - problem with records transferred from database

    Hello,
    I just recreated an old BW statistics report in the new 7.0 version and this on multicube 0TCT_MC01.
    In the old report (BW 3.5) there was a difference between:
    1) - records transferred from DB (0TCTDBTRA)
    2) - Cells transferred to Front End (0TCTNCELLS)
    I red the following paper on SDN, titled: 'SAP NetWeaver BI Administration Cockpit Technical Content BI Statistics'.
    And here they talk about:
    - 0TCTNDBTRA (unfortunately this is a keyfigure of another multicube 0TCT_MC03, so it can not be used in my report)
    - 0TCT_DBTRA (this KF even does not exist in the technical content!)
    In the new report (BI 7.0) I used 0TCTDBTRANS to replace the 0TCTNCELLS.
    Now my question is how can I replace/define 0TCTDBTRA in the new report. I really need this key-figure in a report on the 0TCT_MC01 multicube.
    Hope you can help me, I you have any further questions do not hesitate to contact me.
    Kind regards,
    lex

    I posted the issue with another user but from this moment I will check it with my user.
    Hopefully somebody can help me with the issue....
    Regards,
    lex

  • I need to transfer my contacts from a HTC desire into itunes with a view to transferring them to my iphone 5 ... any ideas?

    I need to transfer my contacts from a HTC desire into itunes with a view to transferring them to my iphone 5 ... any ideas?

    You do not put contacts into itunes at all.
    Iphone syncs contacts with Outlook, Address Book, etc on your ocmputer, not itunes.

  • I have a hotmail account sync. With my Mail on the Macbook and iPad, everytime I open my mac all emails are transfered from the iPad to the Macbook. Is there a way to keep a copy of the emails on the iPad? Or access them after transfered?

    I have a hotmail account sync. With my Mail on the Macbook and iPad, everytime I open my mac all emails are transfered from the iPad to the Macbook. Is there a way to keep a copy of the emails on the iPad? Or access them after transfered?

    AND yea i afraid to sync my iphone and lose everything ;( i had everything perfect sync ing perfect ical,contacts,mail,apps and now sence new library I dont wana lose everything.....my hole life runs on my fone i need help bad

  • Help with the iTunes 9, transferring music from older version.

    I have a 2nd generation iPod Nano. I have a new laptop and attempted to download iTunes to manage my music library. I don't listen to the music on the computer just purchase from iTunes and then Sync with my iPod. I'm not good at techology. When I downloaded iTunes onto my new laptop, it deleted all my playlist but my songs are on my iPod just in numerical order.
    I cannot get my Music from my iPod to transfer to the current version of iTunes. I am able to select Sync my iPod and it said Do Not Connect but nothing happpened with my iTunes library. Also, I purchased a song from iTunes and it will not transfer to my iPod.
    Any suggestions other than to keep using my old laptop? I'm not even sure if the Music Library is set up on that computer because in the process of attempting to set up on the new laptop I select to move my Library to the new laptop.

    Syncing music is a one way street with the iPod and that is from iTunes to the iPod and NOT the other way around. The only exception to this rule is with iTunes purchases. You can transfer them back to iTunes by plugging the iPod and choosing File -> Transfer Purchases.
    Otherwise, see this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • How to view data in SNC after getting transferred from ERP

    Hi all
      I have transferred material ,vendor, customer ,scheduling agreement ,demand from  ERP to SNC system.
    Now I want to view this demand in SNC. What I have done is in SNC is  I opened supplier view.
    In supplier view, I opened SMI monitor. Now when I click on F4 help of product I am not able to view the material
    which I had transferred. Same is the case with location.
    I know that in SNC, in order to view data following assignment is required.
    Material  Location  Business Partner ( Org ) --- > BP ( Person )  User.
    Now I have assigned Material to location .
    Location to BP ( Org ).
    BP ( org )  to BP ( Person ).
    BP ( Person ) to user.
    But still I am not able to view the data in F4 help ( For SMI overview screen ).
    Next I learnt about Selection modes in SNC.I think I need to assign selection mode u201CPDNF_NEWu201D
    To application ID of SMI overview screen in order to view Product and location in F4 help.
    If I am correct than please let me know how should I proceed. Else please let me know
    What all configuration is required to view product and material data in F4 help and eventually the demand which I
    Had transferred from ERP.
    Best Regards
    Rahul

    Hi Vasu/ hi Nikhil,
      I have done what you mentioned but still could not see the data in SNC Web UI.
      Let me explain once again.
      Consider a case when Panasonic ( Supplier ) is managing inventory for Walmart ( Customer ).[ VMI scenario ]
      Now
      Step 1 : Walmart will create Material,Location,SA ,demand in his ERP.
      Step2 : Master data with demand will get transferred to from customers ERP system to SNC system.
      I can see Product and location by SNC -- > Master data -- > Product/Location.
    Till this point everything is fine.
    Next I have done following.
    Assign my user to Business Partner of type org ( Customer ).
    Location is assigned to Business partner.( Customer ) as material will be shiped to customer location.
    Location is assigned to model 000
    Material is assigned to Location and Planning version 000.
    Now logically assignement is as follows.
    User -- > BP --> Location --> Material.
    Now when I go to customer view ,in product and location,I should be able to see my product and Location.
    But I am not able to see.
    Could you help where I am going wrong.
    Regards
    Rahul

Maybe you are looking for

  • Clearing Difference in Foreign Credits House Bank Account

    Dear All,              We are facing a problem while clearing a Foreign Credits House Bank Account. While clearing an account through F-03 the system is prompting an entry to be posted in Exchange Difference Gain/Loss Account. Now such an entry was n

  • Time Capsule satelite

    I have a family and therefore a family of macbooks. Our timecapsule is in the front of the house, my home office, used sparely is in the back. I have just discovered that we have a concrete shelter masquerading as a bathroom in between (storm shelter

  • Configuring 9ias to access discoverer workbook stored in db.

    hi, Can anybody let me know how do u config ur 9ias to access any discovere 3i viewer workbook stored in database. thanxs in advance... Jagadeeswar Reddy

  • IOS 9 Beta 2

    So, I installed iOS 9 Beta 2 last night. I had originally installed the first beta, but reverted back to iOS 8.4 as I couldn't cope with the ridiculous battery life! I'm happy to report that the battery life in iOS 9 Beta 2 is MUCH better. There are

  • Looking for T61 Drivers to support Windows 2008 Server

    Hello: I recently bought a T61 that came with Vista Ultimate. I ventured into installing Windows 2008 Server on it. I have been almost successful in my attempt. The machine does operate and I was able to use the Vista drivers to configure the compone