Port scan results: unexpected open port on my wrt160nl

I ran NMap on the internet side of my wrt160nl, and was surprised to find port 55637 open. I have two ports forwarded and this open port is neither of those. I updated my router firmware and the open port moved to 63932, then after a reboot the open port moved back to 55637. I connected to that port with telnet, and it slammed shut as soon as I tried typing any ASCII key. I can see this open port from both sides of my router. A couple of questions: Could this be malware running on the router? Can anyone recommend any tools that might be able to determine what service is running on that port? Thanks! HeXwAvE

Nope didn't fix fix it. There still seems to be an internet facing port open on my router.
1. I reset the router.
2. Upgraded the firmware.
3. Ran http://ping.eu/port-chk/
The only change is that no port 63932, rather than 55637 is open. I suspect http://ping.eu/port-chk/ only checks well-know ports below 2200. I re-ran nmap, this time using -sV, and it reports 63932 as "tcpwrapperd", Insecure.org says:
"tcpwrapped" refers to tcpwrapper, a host-based network access control program on Unix and Linux. When Nmap labels something tcpwrapped, it means that the behavior of the port is consistent with one that is protected by tcpwrapper. Specifically, it means that a full TCP handshake was completed, but the remote host closed the connection without receiving any data. It is important to note that tcpwrapper protects programs, not ports.
This means that a valid (not false-positive) tcpwrapped response indicates a real network service is available, but you are not on the list of hosts allowed to talk with it. When such a large number of ports are shown as tcpwrapped, it is unlikely that they represent real services, so the behavior probably means something else.
Which hosts? It looks like a back door or security vulnerabilty from where I'm standing. Scary.

Similar Messages

  • View requests result should open in new browser window

    Hello !
    I am new in OAF. And I am tired of looking forsolution...
    I have a requrement. In the "Request Monitor" page, requests result should open in a new window. It means that each user's click on "View request result" should open in a new browser window.
    I have found url like this in access.log:
    OA_CGI/FNDWRR.exe?temp_id=1069558080
    This url returned from package : fnd_webfile.get_url. And this package is used in about 30 java files...
    And I do not know which one of these files is used in my page...
    Finally, I want to add ' target="_blank" ' to result html code. Like this:
    Maybe It can be done a more simply way?
    Thank you!
    P.S. Here java files:
    Which one is used in "Monitor Request"???
    oracle\apps\az\util\CpLogViewUtil.java
    oracle\apps\fnd\cp\fileops\
    FileConstants.java
    FNDFSFileFetch.java
    oracle\apps\fnd\cp\request\
    RemoteFile.java
    oracle\apps\fnd\cp\util\
    RemoteFile.java
    oracle\apps\fnd\cp\viewreq\server\ViewRequestAMImpl.java
    oracle\apps\fnd\oam\bizexcep\handlers\
    BflowContextDetailsHandler
    oracle\apps\fnd\oam\bobj\activity\
    FRDLog.java
    oracle\apps\fnd\oam\bobj\adconfig\
    AppsCtxtCompFileList.java
    AppsCtxtFiles.java
    oracle\apps\fnd\oam\bobj\manager\crm\
    CRMProcessLog.java
    oracle\apps\fnd\oam\bobj\manager\views\
    ICMProcessLog.java
    ManagerProcessLog.java
    oracle\apps\fnd\oam\bobj\requests\views\
    RequestView.java
    oracle\apps\fnd\oam\cp\fileops\
    FileConstants.java
    FNDFSFileFetch.java
    oracle\apps\fnd\oam\launchMode\restricted\handlers\
    RestrModeHandler.java
    oracle\apps\fnd\oam\sdk\util\files\
    FNDFSUtil.java
    oracle\apps\fnd\oam\sdk\util\log\
    LogHandler.java
    oracle\apps\fnd\oam\sdk\util\support\
    AppsSignatureNode.java
    oracle\apps\fnd\oam\servlet\ui\handlers\activity\
    DatabaseSessionHandler.java
    FRDFilesListHandler.java
    FrmSessionHandler.java
    oracle\apps\fnd\oam\servlet\ui\handlers\adconfig\adv\
    AdvCfgNode.java
    oracle\apps\fnd\oam\servlet\ui\handlers\debugwb\
    SearchPGHandler.java
    oracle\apps\fnd\oam\servlet\ui\handlers\gsc\
    SvcCompDetailsHandler.java
    oracle\apps\fnd\oam\servlet\ui\handlers\request\
    CpRequestHandler.java
    oracle\apps\fnd\oam\servlet\ui\handlers\services\
    ServiceProcHandler.java
    ServiceStsHandler.java
    oracle\apps\fnd\wf\oam\bobj\util\
    WfQuery.java
    oracle\apps\fnd\wf\oam\handlers\
    WfComplWorkItemHandler.java
    Edited by: rsn on 01.12.2010 15:43
    Edited by: rsn on 01.12.2010 15:46
    Edited by: rsn on 13.05.2011 11:27

    Anand, thank You very much!
    "In your page, is "View request result" a link ?
    If yes then
    click on "Personalize Page" link which is at the top right corner of the page. Select "Complete View" radio button and click on "Expand All" link. Search for item "link". If your page has more than one link then choose the link item which is related to "View request result". Click on "Personalize" pencil icon corresponding to "link" item/region. Change the "Target Frame" property value to "_blank" under "Site" level. Click on "Apply" button.
    -Anand"
    This is a great power in "Personalize Page"!
    I make solution in this steps:
    1. Activate personalization to user, by setting profile "Yes" value on user level:
    Personalize Self-Service Defn / FND_CUSTOM_OA_DEFINTION
    2. Personalize 2 regions items (Image & Link)
    ( Don't ask me how !!! ;)
    Image have not Target Property. I move URI to Link Region Item and remove in step 4 from Image Region Item.
    3. Export page and my region
    java oracle.jrad.tools.xml.exporter.XMLExporter /oracle/apps/fnd/cp/viewreq/webui/CPViewRequestPG -rootdir $APPL_TOP/personalizations -username apps -password *** -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp) (host = localhost)(port = 1521)))(connect_data = (sid = prod)))"
    java oracle.jrad.tools.xml.exporter.XMLExporter /oracle/apps/fnd/cp/viewreq/webui/customizations/site/0/CPViewRequestPG -rootdir $APPL_TOP/personalizations -username apps -password ***-dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp) (host = localhost)(port = 1521)))(connect_data = (sid = prod)))"
    4. Modify in notepad /oracle/apps/fnd/cp/viewreq/webui/CPViewRequestPG.xml (remove URI from Image Region Item) from this file.
    5. Install script script for PROD like this:
    cp -R personalizations $APPL_TOP
    java oracle.jrad.tools.xml.importer.XMLImporter $APPL_TOP/personalizations/oracle/apps/fnd/cp/viewreq/webui/CPViewRequestPG.xml -username apps -password *** -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp) (host = localhost)(port = 1521)))(connect_data = (sid = prod)))" -rootdir $APPL_TOP/personalizations
    java oracle.jrad.tools.xml.importer.XMLImporter $APPL_TOP/personalizations/oracle/apps/fnd/cp/viewreq/webui/customizations/site/0/CPViewRequestPG.xml -username apps -password *** -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp) (host = localhost)(port = 1521)))(connect_data = (sid = prod)))" -rootdir $APPL_TOP/personalizations
    6. After install on PROD, You need to "bounce the apache". Additionally, it need to modify / upply button once on a region link. Right now I can not explain exactly, how it helps... But finnaly changes after 'XMLImporter' command will applyed after modify / upply manipulations.
    Edited by: rsn on 13.05.2011 11:16

  • I have used Image Capture to scan images/documents and then saved them as either PDFs or PNG files.  For some reason, just this past week Image Capture will no longer save the file.  It scans, and the Scan Results window pops up, but it won't save file.

    I have used Image Capture to scan images/documents and then saved them as either PDFs or PNG files.  For some reason, just this past week, Image Capture will no longer save the file.  It scans, and the Scan Results window pops up, but it won't save file.
    The file name has no special character in it, just letters and no spaces.
    I have done this in the past and it has worked, but now it will not.
    I have not upgraded any software, that I am aware of.
    After scanning, the Image Capture pops up the Scan Results with the file name in the window, but neither the Scan Results nor the Image Capture window responds to inputs.  The Image Capture window is frozen, with only the "Overview" and "Cancel" buttons active (but non-responsive).
    Is this a software issue or a scanner hardware issue?  I am using a HP Photosmart C6200 series printer/scanner on a network using a Time Capsule airport.
    Thanks.

    I had the same problem.
    Got a 90% fix.  Apparently the Mavericks preferences won't work with Yosemite, so I just deleted the Image Capture preferences.
    Unfortunately, the "Scan to" folder seems to be permanently set to the Pictures folder.
    1.  Quit Image Capture
    2.  Go to Finder > Go > Home, which opens up your home folder (named after your user name)
    3.  Open Library > Preferences > com.apple.ImageCapture.plist - Drag this file to the Trash
    4.  Start "Image Capture", click "Details" and change all your settings as you prefer
    5.  Quit and restart "Image Capture".   Notice it remembers all your settings except "Scan to" folder.  It insists on saving to "Pictures".
    That's as far as I was successful.  I tried changing the "Scan to" folder to "Desktop", but on launch, Image Capture always sets it back to "Pictures".
    This is what I tried:
    6.  Download and install "Pref Setter" from http://www.nightproductions.net/prefsetter.html
    7.  Quit "Image Capture".  Right-click on "com.apple.ImageCapture.plist" and open with Pref Setter.
    8.  Search for "Pictures", which finds "~/Pictures" (the tilde character at the start means your home directory).
    9.  Double-click on "~/Pictures" and change it to the folder you prefer.  I like "~/Desktop"
    10. Choose File > Save then Quit from Pref Setter.  Note that re-opening the plist file still shows "~/Desktop"
    11. Start up "Image Capture" -- on startup, "Image Capture" sets "Scan to" folder to "Pictures"
    I consider this a bug.

  • Scan results say "no threats found" but immediately underneath says "issues detected"

    I scanned my Mac tonight and the results box says "no threats found" yet immediately below that line it says "issues detected". When I open the quarantine manager, there's nothing listed.  Why is it telling me it found issues when none are listed? should I be concerned? should I rerun the scan? Also opened the log and saw the following:Error: cannot open item at path "/private/tmp/KSInstallAction.sDeDgCAFVH/m": No such file or folder Does anyone know what this is? Thanks for your help.

    The "Issues detected" message is usually safe to ignore. Generally this means the scanner came across compressed, corrupt or encrypted files. The video below will give you an in depth explanation of what this means and how to view the files that were detected.
     

  • How do I get Google search bar results to open in a new tab instead of the current tab?

    When I use the Google search box, I would like the search results to open in a new tab instead of the current tab.

    It turns out there is an about:config setting just for this purpose. Toggle browser.search.openintab to 'true', and all is well.
    Rick

  • HP Scan quit unexpectedly on Mac OSC 10.8.2 with HP CM2320nf MFP

    I can print but i can't scan using my Mac Book Pro and the HP CM2320nf MFP.  I keep getting "HP Scan quit unexpectedly".  I have reset printers in the OS.  I have unistalled and reinstalled the latest drivers.  The problem keeps persisiting.  I can't find anything on the net that fixes and I have tried a few times.
    Can you help?
    Thanks
    This question was solved.
    View Solution.

    OK, let's try a different approach.  Try scanning with the Image Capture app in your Applications folder.
    Click on your printer on the left, then on "Show Details" along the bottom.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab?

    Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab? When there was support for Google Toolbar, I was able to do this; now, whenever I want to search for something, I have to open a new tab to do it, and cut-and-paste my search into the search field in the new tab. I used to be able to highlight, drag, and drop something into the search field and have it automatically open in a new tab. This is enough for me to switch to Chrome . . .

    Set a preference to have searches from the Search Bar (upper right) automatically open all searches in a new tab
    #type '''about:config''' in the URL/Location/Address bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''browser.search.openintab'''
    #in the lower panel, double click the item (or right-click and choose "Toggle") to change the value to "true"
    #close the about:config tab and test
    #See:
    #*For help with opening/using about:config, also see: http://kb.mozillazine.org/About:config
    #*Also see: http://kb.mozillazine.org/About:config_entries (click on "Browser", scroll down to browser.search.openintab)
    '''Search Bar''': http://support.mozilla.com/en-US/kb/Search+bar
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    About Google toolbar............
    Google decided that they will no longer produce the Google Toolbar for Firefox 5 and newer version. It is best to move on to other alternatives than to try any "hacks" to the toolbar that may or may not perform in the future. Future versions of Google toolbar will only work with IE7-9. Google Toolbar is not available on any other browser, even Google's own browser.
    *http://googletoolbarhelp.blogspot.com/2011/07/update-on-google-toolbar-for-firefox.html
    *https://support.mozilla.com/en-US/kb/google-toolbar-not-compatible-firefox?s=google+toolbar&r=0&as=s
    *http://www.google.com/support/toolbar/bin/answer.py?answer=1342452&topic=15356%29
    *Google Toolbar 8 FAQ (IE only): https://www.google.com/support/toolbar/bin/answer.py?hl=en&answer=1111588
    '''''To access your Google Bookmarks visit''''' www.google.com/bookmarks.
    Alternatives:
    *http://kb.mozillazine.org/Using_Google_Toolbar_features_without_toolbars
    *https://addons.mozilla.org/en-US/firefox/addon/googlebar-lite/
    *https://addons.mozilla.org/en-US/firefox/addon/gbookmarks-google-bookmarks-fo/

  • [SOLVED] "No scan results", Ralink Device 3592

    Hi,
    I have recently installed Arch on my HP ProBook 4530s, and it has gone great; except that I can't seem to be able to get wifi to work. I've followed the instructions on the wiki, but no dice so far. At first, I tried using netcfg profiles, but it keeps giving "WPA Authentication/Association error." (even though my network uses WEP, and I'm sure I'm entering the correct ESSID/key):
    #netcfg -u wireless-home
    :: wireless-home up [BUSY]
    > WPA Authentication/Association Failed
    [FAIL]
    ## contents of /etc/network.d/wireless-home
    CONNECTION='wireless'
    DESCRIPTION='BT HomeHub'
    INTERFACE='wlan0'
    SECURITY='wep'
    ESSID='BTHomeHub-A970'
    KEY='XXXXXXXXXXX'
    IP='dhcp'
    # Uncomment this if your ssid is hidden
    #HIDDEN=yes
    ## Uncomment if you are using an ad-hoc connection
    #ADHOC=1
    PRE_UP="iwconfig $INTERFACE essid $ESSID channel 7"
    #TIMEOUT=60
    I then tried scanning for networking with iwlist, but that returned no results:
    #iwlist wlan0 scan
    wlan0 No scan results
    I have also tired wicd with wicd-curses, but that also didn't show any wireless networks. I'm pretty sure my network is working properly -- I am able to connect to it in Windows 7 on the same laptop.
    The built-in wireless card appears to be detected as "Ralink corp. Device 3592":
    #lspci | grep -i net
    24:00.0 Network controller: Ralink corp. Device 3592
    25:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    I am on 3.0-ARCH and using the default rt2800pci driver. After reading posts about similar problems on this forum, and googling around, I tried downgrading to rt2870sta, which I've installed from AUR, added to MODULES in /etc/rc.conf, while blacklisting rt2800pci; but that made the wlan0 interface disappear completely.
    I am now at a loss regarding how to proceed. Does anyone have experience with this card/driver? Am I missing something? Is there something I can do to possibly identify the cause?
    Here is additional information (ifconfig output, etc) from my setup:
    #lsmod | grep rt
    rt2800pci 9373 0
    rt2800lib 37024 1 rt2800pci
    crc_ccitt 1331 1 rt2800lib
    rt2x00pci 4986 1 rt2800pci
    rt2x00lib 34214 3 rt2800pci,rt2800lib,rt2x00pci
    mac80211 215908 3 rt2800lib,rt2x00pci,rt2x00lib
    cfg80211 160772 2 rt2x00lib,mac80211
    iTCO_vendor_support 1929 1 iTCO_wdt
    eeprom_93cx6 1344 1 rt2800pci
    #lspci | grep -i net
    24:00.0 Network controller: Ralink corp. Device 3592
    25:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    #ifconfig
    eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
    ether 64:31:50:97:a9:21 txqueuelen 1000 (Ethernet)
    RX packets 10856 bytes 673492 (657.7 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 1505 bytes 63805 (62.3 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    device interrupt 50 base 0xe000
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436 metric 1
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
    ether 68:a3:c4:bb:bf:ba txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    #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: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether 64:31:50:97:a9:21 brd ff:ff:ff:ff:ff:ff
    3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
    link/ether 68:a3:c4:bb:bf:ba brd ff:ff:ff:ff:ff:ff
    Any suggestions/pointers would be greatly appreciated. Thanks!
    Last edited by setrofim (2011-11-20 14:41:53)

    yes, I been searching the solution as well, as i am using gentoo but kernel drivers doesnt work
    I searched one from Russian website, translated into English
    I cannot compile it successfully, but let me know if this helps or not
    cheers
    Solving Problems with Ralink RT3592
    I think many familiar with the situation when the laptop identifies all devices except the wireless connection, well, or, as in my case, the device is recognized but not working.
    To determine what kind of device is responsible for the wireless connection, you can execute the following command:
    $ Lspci-v | grep-i-A 5 "network controller"
    24:00.0 Network controller: Ralink corp. Device 3592
    Subsystem: Hewlett-Packard Company Device 1638
    Flags: bus master, fast devsel, latency 0, IRQ 19
    Memory at d4700000 (32-bit, non-prefetchable) [size = 64K]
    Capabilities:
    Kernel driver in use: rt2800pci
    As can be seen, the device is identified as Ralink RT3592, and even found a driver rt2800pci. In the description of the driver does have this card, but the device does not wish to be connected to the network.
    Googling, I learned that I am not the only one who have the problem. Many advised to go to the official website of Ralink, download a tarball with the drivers and follow the instructions to install them. Installing the truth was make & & make install, which I personally do not like: I want to know what, where and why is copied to my system, so that if something were to look for the problem easier.
    So. The first thing you need - is to download a tarball with the driver from the official site (have to sign the agreement).
    The manufacturer's website says that these drivers are suitable for the RT3060, RT3062, RT3562 and RT3592. I tested only on its chip.
    Next, unpack the tarball and the directory contains files inside README_STA_pci, where you can read all the installation instructions (including the infamous make install).
    Next steps.
    1. modify Makefile according to the instructions (I did not need)
    2. change the os / linux / config.mk according to instructions (changing settings):
    HAS_WPA_SUPPLICANT = y
    HAS_NATIVE_WPA_SUPPLICANT_SUPPORT = y
    3. make: I gave an error when creating a directory in the root (strange that it's in the make), but the assembly was completed
    4. sudo mkdir-p / etc/Wireless/RT2860STA
    5. sudo cp RT2860STA.dat / etc/Wireless/RT2860STA
    6. sudo cp RT2860STACard.dat / etc/Wireless/RT2860STA
    6. sudo cp os/linux/rt3562sta.ko / lib / modules / $ (uname-r) / kernel/drivers/net/wireless/rt2860sta.ko
    7. sudo depmod $ (uname-r)
    8. add a module to the blacklist rt2800pci for Ubuntu is equivalent to adding to / etc / modprobe.d / blacklist.conf lines:
    blacklist rt2800pci
    9. reboot
    In principle, until the eighth paragraph to see success, you can try the following:
    $ Sudo modprobe-r rt2800pci
    $ Sudo modprobe rt2860sta
    ... And restart the network. If everything goes well, we can safely add a free module in the blacklist.
    Of course, in an amicable way to compile the package, but the time for analysis of the principles of the assembly, I was not. But such a package is in the repository Russian Fedora (Respect), and the AUR PKGBUILD for too simple.
    Last edited by olo (2011-11-07 04:16:12)

  • This application "HP Scan" cannot be opened

    I just updated to Yosemite on my MAC. Since then, I haven't been able to use my printer. I've tried to uninstall and reinstall it. Now when I click on it, I get the message, "this application "HP Scan" cannot be opened". So I've tried to click on "uninstall" from the applications menu, I get the same message. I've tried to scan directly from the printer, it won't allow me to, says I need to do it from my computer. I have a HP Photosmart D110A, used it without problems prior to updating to Yosemite. I've also tried unplugging and plugging in the cord from the printer to the computer, as it can be wireless. Doesn't make a difference. What can I do to resolve this?
    Thanks,
    Kelly

    Hi Kelly,
    The HP Scan application is not avaialble for your printer for Yosemite and not intended for the operating system.
    First open the Applications folder and then the Hewlett-Packard folder, select Uninstall and completely remove the HP software.
    Additionally, manually remove any reminder of the incompatible software, so that will not prevent getting the correct software:
    From the computer desktop, double-click the Macintosh HD icon.
    Double-click the Library folder.
    Double-click the Printers folder.
    Right-click the HP folder, and then select Move to Trash.
    When prompted, type the Administrator name and Password for the computer, and then click OK. Wait for authentication to complete.
    Double-click the PPDs folder.
    Double-click the Contents folder.
    Double-click the Resources folder.
    Locate your printer in the printer list by searching for D110, and then right-click on your printer and select Move to Trash.
    When prompted, type the Administrator name and Password for the computer, and then click OK. Wait for authentication to complete.
    Click the Trash icon on the taskbar, click the Empty button, and then click OK to empty the trash.
    On the upper-left corner of the computer desktop, click the Apple menu icon (), and then click System Preferences on the drop-down menu.
    Double-click Printers & Scanners.
    In the Printers list, click your HP printer, and then click the Minus button () to delete it.
    Note: a such may no longer be listed. simply skip this step if the printer was already removed.
     Next, follow these steps to install the printer on Yosemite, the drivers are availble via Apple Software Update:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c04469325&tmp_task=useCategory&cc=us&dlc=en&lc=e...
    Once the installation completes, scan using Apple's Image Capture or Preview, you may find a detailed instructions in the following link:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c04467713&tmp_task=useCategory&cc=us&dlc=en&lc=e...
    Please let me know of any issues,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • After Pc doing a scan I cant open facebook in any browser

    After Pc doing a scan I cant open facebook in any browser

    Any ideas on how to fix it?

  • Iwl3945: no scan results with 'iwlist scan'

    hello!
    i have a little problem. i successfully use the iwl3945 wifi driver. i can connect with the arch network scripts.
    but i cannot scan anymore with the iwlist tool. it tells me that there are no scan results.
    anyone else with this problem? how can i fix it?
    thx, mfg iggy

    I find this strange too.
    [marc@~] iwlist wlan0 scan
    wlan0 No scan results
    [marc@~] su -
    Password:
    [root@~] iwlist wlan0 scan
    wlan0 Scan completed :
    Cell 01 - Address: 00:19:5B:0B:21:16
    ESSID:"scram"
    Mode:Master
    Channel:9
    Frequency:2.452 GHz (Channel 9)
    Quality=88/100 Signal level=-45 dBm Noise level=-84 dBm
    Encryption key:on
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : CCMP
    Pairwise Ciphers (1) : CCMP
    Authentication Suites (1) : PSK
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
    9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
    48 Mb/s; 54 Mb/s
    Extra:tsf=000007f9c4876b63
    [root@~]

  • Bad Scan result black page with color vertical lines

    Why my HP Deskjet 1050 All in one printer Bad Scan result black page with color vertical lines ? i'm running on linux mint 17. 

    Hi , Welcome to the HP Forums! I understand that you are getting vertical lines with your scanning when using your HP Deskjet 1050 printer on Linux Mint 17. I am happy to look into this for you! What happens when you make copies with the printer? Copy Documents with Text and Graphics. Do you still see the vertical lines? In the meantime, please see this guide, Vertical Bands, Lines, or Streaks in Copies or Scans, and let me know what happens! Hope to hear from you soon!  “Please click the Thumbs up icon below to thank me for responding.”

  • Why does my brand new HP Officejet 5740 have extremely poor quality scan results?

    My brand new HP Officejet 5740 has extremely poor quality scan results!  
    Excessive and unacceptable amounts of white specs appear in the resulting  jpegs, of what are  perfectly clean, orignal, dark,  documents, pages and  photos,  when placed into the scanner.  Why is this happening???
    Has anyone else experienced this problem?  If so, how did you resolve it?

    Hi @mpstone1,
    Welcome to the HP Support Forums! I see you are not happy with the scan quality on your new HP Officejet 5740, when you scan something you are getting alot of white specs.
    I would like you to first perform a Hard Reset on the OJ 5740:
    1. Unplug all cables and memory cards from the printer. Unplug the power cord, directly from the back of the printer while the printer is still turned on.
    2. Unplug the other end of the cord from the power source.
    3. If there is a power module on the power cord, disconnect one end and reconnect it.
    4. After 60 seconds, plug the cord directly into a wall outlet (not a surge protector or battery backup as they can cause the printer to lose basic functionality over time).
    5. Plug the power cord into the back of the printer.
    6. The printer should automatically power back up. If it doesn't, turn it on with the power button.
    7. Try making a photocopy (if your printer is an all-in-on printer) before connecting any other cables to the printer.
    8. Connect any other needed cables to the printer.
    Please continue here: Vertical Bands, Lines, or Streaks in Copies, Faxes, or Scans, complete the steps listed, make sure the scanner lid is fully down when powering on, do not lift the lid until the printer is fully initialzied.
    If after the troubleshooting has been done the copy quality has not improved, contact our technical support at 800-474-6836 as it may be the hardware and you would still be in warranty. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    I hope this helps!
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • G 500s Hardware Scan Result Code

    Hello,
    I recently got a result code from my hardware scan:
    Result code: WHD01V00G-HJ9B6E
    When I look at the results I can see that the only failure was the "SMART short self-test"
    Not sure what this means?
    Thanks!
    Solved!
    Go to Solution.

    hi timnava,
    Welcome to Lenovo Community Forums!
    You can try other HDD test to verify that the HDD really is failing
    You can try HDTUNE
    If this give same Samrt test failed then I suggest you back up your Documents and Call lenovo Technical Team about the problem.
    http://support.lenovo.com/en_US/feedback/detail.page?LegacyDocID=MIGR-76613
    Regards
    Solid Cruver
    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"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Why does port scan show an open port for application I've never had?

    I don't currently and never have used Bacula to backup my Macbook, but for some reason when I do a portscan it often shows a Bacula file daemon being open on port 9102.  It also comes up in Netstat as listening, even with my firewall blocking all unnecessary connections, sharing turned off (all), and an Airport ex in front of it also secured.  I also cannot find any related files etc. on my machine after a thorough search.  Despite my best google and support searches, I couldn't find anyone with the same problem.  Is this reason for concern? Either way why would it be there despite it not being ever used on my Mac?  I am not well versed in networking, only know enough to get myself in trouble, so thanks in advance for any help.

    Ok, I ran a port scan on 9102 and it show it's not responding, but assigned to (bacula-fd)
    So what it appears to be is Bacula ( a legitimate program) uses this port, much like Screen Sharing uses port 5900, not necessarily that it's installed on your machine.
    It's not uncommong to have open ports, it's so if you ever install the program or use a service it can gain access through the Firewall. You can change that of course to close up everything except certain ports for certain programs.
    Now that the firewall is App based, if you don't have the app listed, how do you deny it access?
    Well if the program isn't installed on the machine, it can't respond if the port is open or closed.
    Simply enable your Firewall and allow the programs you do have and want to access your machine to connect in the Advanced settings.
    There is also NoobProof and WaterRoof if you need a GUI/simplicity to enact more complex features of the command line firewall. Block IP addresses and everything. However read up before you mess around, Apple has everythign set up nicely and there are very few successful attacks on Mac's.
    If you don't know what your doing, you can actually do more harm opeing up your machine to poential attack.
    If your more paranoid, then install LittleSnitch, it's a outgoing firewall and notification software with pop-up window to allow/deny on a per program or request basis. You'll be quite shocked how much is going out in the background without your knowledge.

Maybe you are looking for

  • Error in  pdk url services when using a proxy server

    Hi All, i created a pdk url services portlet, which connects to a google site. i got a sucessful provider test page..when i tried to add it as a portlet it gives me the following error , Portlet Information could not be obtained. (WWC-44334) An unexp

  • Screen exits for MM01 Tcode

    Hi Folks,           I am doing some enhancements for MM01 Tcode.we need to add new screens to MM01. could any one tell me the available screen exits or BADI' s for tcode MM01. thnx in advance.                 santosh.

  • How to complain

    It does seem that it may well be better to complain to the "Daily Mail" than BT if there are problems. There was a letter in the "finance" section today where someone had a refund and £100 compensation for something that seemed quite mild compared to

  • Un-ordered Lists

    ok - probably a dumb question to you, but I have yet to figure out how to do this with DW8. Say I typing in Design View and I type Item 1 Item 2 Item 3 in Code View these are each distinct paragraphs surrounded by <p> tags. Is there a quick and easy

  • The program numbers shutdown

    when i want to write a text , and i make double click in the cell to input a data the program shutdown