Lost UDP packages

Hello.
I am strugling with a client that reads UDP packages from a DatagramChannel. The server is sending 1000 packages every 2 seconds. One package is 1468 bytes. My problem is that I don't get all the packages. I am using Ethereal to count the number of packages sent from server to client. I have set the receiveBuffer on the Socket to 75MB, a lot more than I need right now, but the server will send more data in the future. I have seen that the garbage collector runs quite regularly, and it seems that the more gc, the more data I loose, although this might be accidental. I loose packages even when I only count the packages received, and I loose even more if I try to process the data.
Is there some process, gc for instance, that prevents the packets from beeing bufferd in the receiveBuffer? Am I simply doing something terrible wrong?
Thanks in advance,
Gro
public void run()
ByteBuffer bBuf = ByteBuffer.allocateDirect(1500);
bBuf.order(ByteOrder.LITTLE_ENDIAN);
Iterator iterator = null;
Set readyKeys = null;
long numPackagesReceived = 0;
try
while (!stopped)
int rc = selector.select(6000);
if (rc > 0)
readyKeys = selector.selectedKeys();
if (!readyKeys.isEmpty())
iterator = readyKeys.iterator();
while (iterator.hasNext())
SelectionKey key = (SelectionKey) iterator.next();
iterator.remove();
if (key.isReadable())
bBuf.clear();
if (!mChannel.isConnected())
SocketAddress sender = mChannel.receive(bBuf);
mChannel.connect(sender);
System.out.println("Connecting to: " + sender.toString());
else
mChannel.read(bBuf);
numPackagesReceived++;
catch (Throwable e)
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
finally
System.out.println("Total number of packages : " + numPackagesReceived);
}

It wasn't very clear in the last message, but I actually count packets both in my client and in Ethereal. Ethereal receives more packets than I do. I know UDP is not reliable, but as long as Ethereal catches them, why don't I? By the way, I didn't write the server program that uses UDP so I cannot do anything about that.
-grofon

Similar Messages

  • Trigger generating UDP package

    Hi,
    I have a DB and several computers.
    When a trigger is executed, this trigger generate
    a UDP package that is sent to these computers.
    How can i do to create a trigger that
    generate a UDP Package??
    Thanks
    Tadeu
    e-mail: [email protected]

    Hi,
    I have a trigger that inserts into a table.
    This trigger have generate UDP package too,
    but I can´t to use utl_tcp.
    Can I do this?
    Thanks
    Tadeu

  • Trigger that generate UDP package

    Hi,
    I have a DB and several computers.
    When a trigger is executed, this trigger generate
    a UDP package that is sent to these computers.
    How can i do to create a trigger that
    generate a UDP Package??
    Thanks
    Tadeu
    e-mail: [email protected]

    Hi,
    I have a trigger that inserts into a table.
    This trigger have generate UDP package too,
    but I can´t to use utl_tcp.
    Can I do this?
    Thanks
    Tadeu

  • Lost a Package

    How can I lose a package? I run a SerialDemo.java program through the compiler c:\subfolder> javac SerialDemo.java and I get an error message
    javax.comm does not exist
    Any ideas how I lost this?
    Thanks

    javax.comm is not part of the standard. You have to download it from
    http://java.sun.com/products/javacomm/

  • What is the address to send my defective device?  I lost the package the refurbished one came in.  Droid turbo

    My Droid Turbo front facing camera wasn't working so I had a refurbished one sent to my house.  I ended up losing the package and I don't know the address to send my defective device to.  Please help, I don't want to be charged the $500.

        Hi Njl1994
    I'm here to help! No one wants to get that charge. You can print the label from www.verizonwireless.com/myverizon. See how to print it here:http://vz.to/1BFbuNT
    JoeL_VZW
    Follow us on Twitter @VZWSupport

  • HT1338 Software update fails lost Installer package

    My Mac 10.5.8 has always updated software without problems. Today updates failed. The message was Installer Package is in the Trash ( It isnt) I cant find it on Finder and have no idea what to do. Can anyone help?
    Many thanks

    Hello, what exactly are you trying to Install?
    Look here to see if you have this...
    /System/Library/CoreServices/Installer.app/

  • Lost Photoshop package in a house move

    Ive managed to lose my Photoshop software. I know the registration details but struggling after that. Is there anything I can do?

    You'll need to download the correct version, install it and use your registration details. There may be a download link in your 'My Adobe'. If not, what version of PS is it?
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Re: Package lost in delivery

    i lost my package too!! that's really a bad way on doing business with USPS.. they (usps) don't know anything about handling packages with care, since they don't care..  my package is a 3D DVD PLAYER.. is been over 10 days supposely USPS attempted my package on the 19th, i wrote a note to the letter carrier on the 27st, and today 31 don't know anything from them yet...so dissapointed too! 

    Hello alfredovergara,
    I certainly understand how having a package go astray during shipping can be mystifying at the very least and aggravating or worse the longer the problem persists. I'm very sorry that you've had to cope with this situation for as long as you have.
    In looking into your situation, it appears that your package was at last delivered yesterday. I hope you enjoy your new Blu-ray player!
    I'm very grateful that you shared your concerns with us.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Packaged Lost. UPS will only talk to Best Buy.

    I placed an order on 7/28 for a game to be shipped to Washington.  According to the recepient (and the tracking) UPS has lost the package at one of their facilities, and will not talk to me or the recepient, only Best Buy.
    I assume that this may be a common thing and you guys already have a delegated process, but I just wanted to make complete sure that you guys were aware.  Please let me know if there is any additional information you require.
    Thanks.

    Hello Mabrahams85,
    Lost packages are the worst! While it certainly doesn’t happen very often, it can definitely ruin someone’s day. In these circumstances, we would have UPS initiate an investigation to see what happened with your order. This normally takes around 7 to 10 business days.
    Having said that, I was able to locate your account using the e-mail address you used to register for the forum and have sent you some information. Please make sure to check your private messages when you have the chance to do so by signing into the forum and then clicking on the envelope icon in the upper right-hand corner of the page.
    Regards,
    Alex|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Need to send 32 packet within 15ms through UDP

    Hi all,
            I need to send 32 packet within 15ms through UDP in labview 2012. Each packet carries 2560 bytes. If it can able to send all packet within 7 or 8 ms, then it should wait upto 15ms and again it should repeat the same.
    Please, anyone help me.
    My code is as below.
    Thanks,
    Attachments:
    DAC_labview.zip ‏49 KB

    I wouldn't go that far, Shane.
    I think that there is some confusion/misunderstand around this topic.
    YES, you can use LV to send data using UDP and TCP to other systems.
    NO, UDP by itself does not ensure lossless data transfer. So UDP can lose packets. That is something which LV cannot influence by any means. TCP is a lossless protocol which should be used if you require the security.
    NO, neither TCP nor UDP are deterministic. So even if the packages you are sending are sent within a time x ms, there is no one garantee of any means that this happens EVERY time. Sometime packages might take a multiple of this time.
    NO, transfer times are not influenced by the sending PC at a primary level. It all depends on your network; if the network sucks, using UDP packages are lost. If using TCP, packages are resent, so it also depends on sender and receiver alike.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Unable to receive UDP broadcast packets on PPP connection

    I am struggling for two days now with no success. I have two modems (do not ask, some special stuff), that uses dial up (PPP) connection. I tried this on windows XP and it works like a charm. I am sending unicast and broadcast UPD packets. If I
    repeat that on Windows 7 i can send only unicast data, broadcast packets seems to be lost somewhere. I tried to use Microsoft Network Monitor and I can see that broadcasted packets are being received on my PPP connection. But after that, they are gone. Somewhere
    in the kernel. I truly do not understand why. I disabled firewall, antivirus, base filtering engine, tried to log dropped packed in Windows
    Filtering Platform, tried clean WIN7 machine and all that with no success.
    Here is a sample packet received on interface, but it has newer reach my app:
    No. Time Source Destination Protocol Length Info
    1 13:20:56.093380000 192.168.1.50 192.168.1.255 UDP 49 Source port: x11 Destination port: x11
    Frame 1: 49 bytes on wire (392 bits), 49 bytes captured (392 bits)
    Encapsulation type: Ethernet (1)
    Arrival Time: May 7, 2014 13:20:56.093380000 Central Europe Daylight Time
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1399461656.093380000 seconds
    [Time delta from previous captured frame: 0.000000000 seconds]
    [Time delta from previous displayed frame: 0.000000000 seconds]
    [Time since reference or first frame: 0.000000000 seconds]
    Frame Number: 1
    Frame Length: 49 bytes (392 bits)
    Capture Length: 49 bytes (392 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: eth:ip:udp:data:vssmonitoring]
    [Coloring Rule Name: UDP]
    [Coloring Rule String: udp]
    Ethernet II, Src: ae:4e:20:00:01:00 (ae:4e:20:00:01:00), Dst: Xerox_00:00:00 (01:00:01:00:00:00)
    Destination: Xerox_00:00:00 (01:00:01:00:00:00)
    Address: Xerox_00:00:00 (01:00:01:00:00:00)
    .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    .... ...1 .... .... .... .... = IG bit: Group address (multicast/broadcast)
    Source: ae:4e:20:00:01:00 (ae:4e:20:00:01:00)
    Address: ae:4e:20:00:01:00 (ae:4e:20:00:01:00)
    .... ..1. .... .... .... .... = LG bit: Locally administered address (this is NOT the factory default)
    .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
    Type: IP (0x0800)
    Internet Protocol Version 4, Src: 192.168.1.50 (192.168.1.50), Dst: 192.168.1.255 (192.168.1.255)
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00: Not-ECT (Not ECN-Capable Transport))
    0000 00.. = Differentiated Services Codepoint: Default (0x00)
    .... ..00 = Explicit Congestion Notification: Not-ECT (Not ECN-Capable Transport) (0x00)
    Total Length: 34
    Identification: 0x0032 (50)
    Flags: 0x00
    0... .... = Reserved bit: Not set
    .0.. .... = Don't fragment: Not set
    ..0. .... = More fragments: Not set
    Fragment offset: 0
    Time to live: 126
    Protocol: UDP (17)
    Header checksum: 0xb817 [correct]
    [Good: True]
    [Bad: False]
    Source: 192.168.1.50 (192.168.1.50)
    Destination: 192.168.1.255 (192.168.1.255)
    [Source GeoIP: Unknown]
    [Destination GeoIP: Unknown]
    User Datagram Protocol, Src Port: x11 (6001), Dst Port: x11 (6001)
    Source port: x11 (6001)
    Destination port: x11 (6001)
    Length: 14
    Checksum: 0xafd1 [validation disabled]
    [Good Checksum: False]
    [Bad Checksum: False]
    Data (6 bytes)
    0000 34 34 34 34 34 34 444444
    Data: 343434343434
    [Length: 6]
    VSS-Monitoring ethernet trailer, Source Port: 127
    Src Port: 127
    I am running out of my ideas, if anyone could help, with any idea, please do. I am not sure if this feature is dropped in win7 or not.

    Hi,
    From your description, you may gather the network monitor traces to ensure which part lost UDP broadcast packets.
    Thank you.
    Best regards,
    Stevens Song 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Lost registration no. and can't install FCE HD

    When I try to install the software, I can't get beyond the pop-up for licensing/registration. Unfortunately, I've lost my packaging and don't know what to do about a registration no.
    FYI, I bought the software from a seller on E-Bay. It was sold as new and the packaging looked fine (and the seller has a really good reputation).
    Would appreciate any help!

    Thanks (Merci) everyone for your replies.
    I suspect it's more than a registration glitch. The registration pop-up doesn't even offer the option to register later. When I try to continue, it continues to pop up and I can't select a drive to install the software.
    And no, I had not already registered the software with Apple. In fact, I can't find an "Installing FCE" guide in a DVD format.
    Hmmm, (expensive) lesson learned. If an offer looks too good to be true, it probably is.

  • StreamCorruptedException: trying to transmit objects per bytearray (UDP)

    Hello Community,
    For a school project I'm trying to send Objects over a UDP package, but every time I try to do so the following error occures:
    "StreamCorruptedException: invalid stream header: 53617420 (in java.io.ObjectInputStream)"
    The code for "UDP_OUTGOING":
    import java.io.IOException;
    import java.net.DatagramPacket;
    import java.net.*;
    import java.util.*;
    import java.io.*;
    class UDP_OUTGOING implements Serializable
        byte[] raw;
        public void transformToBytes(HERO hero) throws IOException, InterruptedException
            ByteArrayOutputStream buffer = new ByteArrayOutputStream();
            ObjectOutputStream out = new ObjectOutputStream(buffer);
            out.writeObject(hero);
            out.close();
            buffer.close();
            raw = buffer.toByteArray();
        public void sendData (String address) throws IOException, InterruptedException
            InetAddress ia = InetAddress.getByName( address );
          String s = new Date().toString();
          byte[] raw = s.getBytes();
          DatagramPacket packet = new DatagramPacket( raw, raw.length, ia, 4711 );
          DatagramSocket dSocket = new DatagramSocket();
          dSocket.send( packet );
          System.out.println( "Package sent!" );
    } And here is the code for "UDP_INCOMING":
    import java.io.IOException;
    import java.net.*;
    import java.io.Serializable;
    import java.io.ByteArrayInputStream;
    import java.io.ObjectInputStream;
    public class UDP_INCOMING implements Serializable
        private boolean check = true;
        HERO hero;
        public HERO getData() throws IOException, ClassNotFoundException
            DatagramSocket socket = new DatagramSocket( 4711 );
            while ( check )
                // WAITING FOR PACKAGE
                DatagramPacket packet = new DatagramPacket( new byte[1024], 1024 ); //1024...Is this the problem maybe?
                socket.receive( packet );
                // READING PACKAGE
                byte[]      data    = packet.getData();
                ByteArrayInputStream bis = new ByteArrayInputStream(data);
                ObjectInputStream ois = new ObjectInputStream(bis);
                hero = (HERO) ois.readObject();
                ois.close();
                check = false;
            return hero;
      public void pauseGetData()
          check = false;
      public void startGetData()throws IOException, ClassNotFoundException
          check = true;
          this.getData();
    } I hope you can help me,
    Regards,
    Karl

    Your code using ObjectOutputStream is correct but you aren't using it. You're sending Date.toString() and you're trying to read it with an ObjectInputStream. Send the date with ObjectOutputStream.writeObject().

  • Unknown status of package

    I place an order last Wednesday for Drakengard 3 (Pre-owned) and still have yet to receive it. According to both the Best Buy and UPS tracking status, UPS delivered the package to the wrong local post office, and it should have been shipped to the correct local post office and delivered yesterday June 3rd. I still have not received the package and do not know whether the post office has lost my package or not.
    Is there any way to find out the status of the package now that it's involved in this messy situation with USPS?
    Thanks

    Hello rnadal, 
    It is discouraging to hear that you may be encountering issues with receiving your pre-owned copy of Drakengard 3. Typically ordering and shipping is a painless process, and I apologize for any frustration that you may be enduring. 
    Using the information you registered with the forum, I was able to locate your order and review the tracking details. Presently, it seems that USPS is transferring it to the appropriate post office so that it may be delivered to you. While I do see that the estimate delivery date, I also see that the post offices seem to still be transferring your package to the correct facility. 
    With that said, I would encourage you to reach out to your local post office for an update on this package. If you should continue to have trouble with this package delivery, please feel welcome tor each out to us. 
    Regards, 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Cannot retrieve aur packages installed with yaourt

    I accidently deleted /var/lib/pacman folder while attempting to solve my update issues (updating system after a long time) . I restored my local pacman database with the excellent guide in the wiki using /var/log/pacman.log  http://wiki.archlinux.org/index.php/Pac … l_database. I was able to update and restore my system. However, yaourt is not listing my installed aur packages. I re-installed yaourt and tried packer as well but it is not able to find the aur packages I installed using yaourt earlier to my update ( It is able to install and list new aur packages) . I can run the old aur packages  but I am not able to remove or list them. How can I list these lost aur packages or remove them completely? Is there a way to retrieve the database for aur packages installed with yaourt?
    Thanks.

    Hi karol,
    Thanks for your response.
    Executing pacman -Qm only lists aur packages which were installed after I accidently deleted /var/lib/pacman. I am not able to list those aur packages that I installed with yaourt prior to my /var/lib/pacman deletion. I am not sure how the accidental deletion and this issue is related, but I would like to delete these old aur packages. One example of such an aur package installed through yaourt (prior to blunder of /var/lib/pacman deletion ) was chromium-browser. I am able to run chromium-browser, but since this package is very old I would like to remove it. However, neither pacman nor yaourt is able to remove it.
    # pacman -R chromium-browser
    chromium-browser not found, searching for group...
    error: 'chromium-browser': not found in local db
    $ yaourt -R chromium-browser
    You are not allowed to launch /usr/bin/pacman with sudo
    Please enter root password
    Password:
    chromium-browser not found, searching for group...
    error: 'chromium-browser': not found in local db
    However chromium-browser is present on my system and runs very well.
    $ locate chromium-browser
    /etc/chromium-browser
    /etc/chromium-browser/default
    /opt/chromium-browser
    /opt/chromium-browser/chrome
    /opt/chromium-browser/chrome-wrapper
    /opt/chromium-browser/chrome.pak
    /opt/chromium-browser/chrome_sandbox
    /opt/chromium-browser/libffmpegsumo.so
    /opt/chromium-browser/locales
    /opt/chromium-browser/product_logo_48.png
    /opt/chromium-browser/resources
    /opt/chromium-browser/xdg-settings
    /opt/chromium-browser/locales/am.pak
    /opt/chromium-browser/locales/ar.pak
    /opt/chromium-browser/locales/bg.pak
    /opt/chromium-browser/locales/bn.pak
    /opt/chromium-browser/locales/ca.pak
    /opt/chromium-browser/locales/cs.pak
    /opt/chromium-browser/locales/da.pak
    /opt/chromium-browser/locales/de.pak
    /opt/chromium-browser/locales/el.pak
    /opt/chromium-browser/locales/en-GB.pak
    /opt/chromium-browser/locales/en-US.pak
    /opt/chromium-browser/locales/es-419.pak
    /opt/chromium-browser/locales/es.pak
    /opt/chromium-browser/locales/et.pak
    /opt/chromium-browser/locales/fi.pak
    /opt/chromium-browser/locales/fil.pak
    /opt/chromium-browser/locales/fr.pak
    /opt/chromium-browser/locales/gu.pak
    /opt/chromium-browser/locales/he.pak
    /opt/chromium-browser/locales/hi.pak
    /opt/chromium-browser/locales/hr.pak
    /opt/chromium-browser/locales/hu.pak
    /opt/chromium-browser/locales/id.pak
    /opt/chromium-browser/locales/it.pak
    /opt/chromium-browser/locales/ja.pak
    /opt/chromium-browser/locales/kn.pak
    /opt/chromium-browser/locales/ko.pak
    /opt/chromium-browser/locales/lt.pak
    /opt/chromium-browser/locales/lv.pak
    /opt/chromium-browser/locales/ml.pak
    /opt/chromium-browser/locales/mr.pak
    /opt/chromium-browser/locales/nb.pak
    /opt/chromium-browser/locales/nl.pak
    /opt/chromium-browser/locales/or.pak
    /opt/chromium-browser/locales/pl.pak
    /opt/chromium-browser/locales/pt-BR.pak
    /opt/chromium-browser/locales/pt-PT.pak
    /opt/chromium-browser/locales/ro.pak
    /opt/chromium-browser/locales/ru.pak
    /opt/chromium-browser/locales/sk.pak
    /opt/chromium-browser/locales/sl.pak
    /opt/chromium-browser/locales/sr.pak
    /opt/chromium-browser/locales/sv.pak
    /opt/chromium-browser/locales/sw.pak
    /opt/chromium-browser/locales/ta.pak
    /opt/chromium-browser/locales/te.pak
    /opt/chromium-browser/locales/th.pak
    /opt/chromium-browser/locales/tr.pak
    /opt/chromium-browser/locales/uk.pak
    /opt/chromium-browser/locales/vi.pak
    /opt/chromium-browser/locales/zh-CN.pak
    /opt/chromium-browser/locales/zh-TW.pak
    /opt/chromium-browser/resources/inspector
    /opt/chromium-browser/resources/inspector/Images
    /opt/chromium-browser/resources/inspector/devtools.css
    /opt/chromium-browser/resources/inspector/devtools.html
    /opt/chromium-browser/resources/inspector/devtools.js
    /opt/chromium-browser/resources/inspector/inspector.css
    /opt/chromium-browser/resources/inspector/inspector.html
    /opt/chromium-browser/resources/inspector/inspectorSyntaxHighlight.css
    /opt/chromium-browser/resources/inspector/Images/back.png
    /opt/chromium-browser/resources/inspector/Images/checker.png
    /opt/chromium-browser/resources/inspector/Images/clearConsoleButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/closeButtons.png
    /opt/chromium-browser/resources/inspector/Images/consoleButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/consoleIcon.png
    /opt/chromium-browser/resources/inspector/Images/cookie.png
    /opt/chromium-browser/resources/inspector/Images/database.png
    /opt/chromium-browser/resources/inspector/Images/databaseTable.png
    /opt/chromium-browser/resources/inspector/Images/debuggerContinue.png
    /opt/chromium-browser/resources/inspector/Images/debuggerPause.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepInto.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepOut.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepOver.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDown.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDownBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDownWhite.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRight.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDown.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDownBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDownWhite.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightWhite.png
    /opt/chromium-browser/resources/inspector/Images/dockButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/elementsIcon.png
    /opt/chromium-browser/resources/inspector/Images/enableOutlineButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/enableSolidButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/errorIcon.png
    /opt/chromium-browser/resources/inspector/Images/errorMediumIcon.png
    /opt/chromium-browser/resources/inspector/Images/errorRedDot.png
    /opt/chromium-browser/resources/inspector/Images/excludeButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/focusButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/forward.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeader.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderPressed.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderSelected.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderSelectedPressed.png
    /opt/chromium-browser/resources/inspector/Images/goArrow.png
    /opt/chromium-browser/resources/inspector/Images/graphLabelCalloutLeft.png
    /opt/chromium-browser/resources/inspector/Images/graphLabelCalloutRight.png
    /opt/chromium-browser/resources/inspector/Images/grayConnectorPoint.png
    /opt/chromium-browser/resources/inspector/Images/largerResourcesButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/localStorage.png
    /opt/chromium-browser/resources/inspector/Images/nodeSearchButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/paneBottomGrow.png
    /opt/chromium-browser/resources/inspector/Images/paneBottomGrowActive.png
    /opt/chromium-browser/resources/inspector/Images/paneGrowHandleLine.png
    /opt/chromium-browser/resources/inspector/Images/paneSettingsButtons.png
    /opt/chromium-browser/resources/inspector/Images/pauseOnExceptionButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/percentButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/profileGroupIcon.png
    /opt/chromium-browser/resources/inspector/Images/profileIcon.png
    /opt/chromium-browser/resources/inspector/Images/profileSmallIcon.png
    /opt/chromium-browser/resources/inspector/Images/profilesIcon.png
    /opt/chromium-browser/resources/inspector/Images/profilesSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/radioDot.png
    /opt/chromium-browser/resources/inspector/Images/recordButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/recordToggledButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/reloadButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/resourceCSSIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourceDocumentIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourceDocumentIconSmall.png
    /opt/chromium-browser/resources/inspector/Images/resourceJSIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcePlainIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcePlainIconSmall.png
    /opt/chromium-browser/resources/inspector/Images/resourcesIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcesSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/resourcesSizeGraphIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcesTimeGraphIcon.png
    /opt/chromium-browser/resources/inspector/Images/scriptsIcon.png
    /opt/chromium-browser/resources/inspector/Images/scriptsSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallBlue.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallBrightBlue.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallGray.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallWhite.png
    /opt/chromium-browser/resources/inspector/Images/segment.png
    /opt/chromium-browser/resources/inspector/Images/segmentChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentHover.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverEndChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelected.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedEndChromium.png
    /opt/chromium-browser/resources/inspector/Images/sessionStorage.png
    /opt/chromium-browser/resources/inspector/Images/splitviewDimple.png
    /opt/chromium-browser/resources/inspector/Images/splitviewDividerBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBackgroundChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBottomBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBottomBackgroundChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarButtons.png
    /opt/chromium-browser/resources/inspector/Images/statusbarButtonsChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButton.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonSelected.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonSelectedChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarResizerHorizontal.png
    /opt/chromium-browser/resources/inspector/Images/statusbarResizerVertical.png
    /opt/chromium-browser/resources/inspector/Images/storageIcon.png
    /opt/chromium-browser/resources/inspector/Images/successGreenDot.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarGray.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarRed.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarYellow.png
    /opt/chromium-browser/resources/inspector/Images/timelineCheckmarks.png
    /opt/chromium-browser/resources/inspector/Images/timelineDots.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillGray.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillRed.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillYellow.png
    /opt/chromium-browser/resources/inspector/Images/timelineIcon.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillGray.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillRed.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillYellow.png
    /opt/chromium-browser/resources/inspector/Images/tipBalloon.png
    /opt/chromium-browser/resources/inspector/Images/tipBalloonBottom.png
    /opt/chromium-browser/resources/inspector/Images/tipIcon.png
    /opt/chromium-browser/resources/inspector/Images/tipIconPressed.png
    /opt/chromium-browser/resources/inspector/Images/toolbarItemSelected.png
    /opt/chromium-browser/resources/inspector/Images/treeDownTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeDownTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/treeRightTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeRightTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/treeUpTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeUpTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/undockButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/userInputIcon.png
    /opt/chromium-browser/resources/inspector/Images/userInputPreviousIcon.png
    /opt/chromium-browser/resources/inspector/Images/userInputResultIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningMediumIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningOrangeDot.png
    /opt/chromium-browser/resources/inspector/Images/warningsErrors.png
    /opt/chromium-browser/resources/inspector/Images/whiteConnectorPoint.png
    /usr/bin/chromium-browser
    /usr/share/applications/chromium-browser.desktop
    /usr/share/licenses/chromium-browser-bin
    /usr/share/licenses/chromium-browser-bin/LICENSE.txt
    /usr/share/man/man1/chromium-browser.1.gz
    /usr/share/pixmaps/chromium-browser.png
    Chromium-browser is just one of the packages I remember having installed using yaourt prior to the /var/lib/pacman deletion. I would like to know if there is a way to find all such aur packages installed through yaourt prior to /var/lib/pacman deletion and if possible, delete them.
    Thanks.
    Last edited by billy123 (2010-04-05 16:35:35)

Maybe you are looking for