Doesn't [community] mean AUR? [SOLVED]

Just installed Arch yesterday, coming from Ubuntu 10.4.  I'm mostly liking it.
But I'm confused about why I can't install the packages I had before.
I thought that enabling [community] in the pacman.conf file meant I could get all those user packages.
But pacman does not seem to see them.
One example of many: an ftpd server.
I search AUR and find these:
https://aur.archlinux.org/packages/?O=0 … &SB=n&SO=a
That's 17 results, including the one I'm looking for, proftpd
And yet pacman only sees these:
# pacman -Ss ftpd
extra/bftpd 4.0-1
    Small, easy-to-configure FTP server
community/sshguard 1.5-13
    Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables
community/vsftpd 3.0.2-2
    Very Secure FTP daemon
So how do I ge to the ones in AUR?
Last edited by jtgd (2013-06-24 08:53:55)

Trilby wrote:
Two approaches to using AUR packages:
1a) download aur tarball with wget, curl, via the webpage, or a tool like cower
1b) (optional depending on choice in last step) uncompress the tarball with gzip/tar programs, or something like atool
1c) cd to the new directory and run makepkg, potentially with the -s and/or -i flags ... or in some cases perhaps the -e and -f, or many others
1d) (optional depending on choice in last step) run pacman -U <newly-create-pkg.tar.gz>
1e) if anything happened to go wrong, you can pinpoint exactly where it went wrong, and either fix it, or have the information needed to get quick help from the forums
SUM of option 1) learn about your system and it's package management and have control of what is happening.
Also note each step has many choices.  This may seem intimidating at first (but probably not if you came from gentoo) - but each choice is well documented, so you can easily learn what they all do.
Thanks again Trilby.
I'm the kind of newbie that would start with approach 1.
I like the idea of knowing what's going on (I'm a software engineer)
(As you say, anyone choosing approach 2 probably shouldn't be here)
I assume from 1a and 1b that what I download is source.
I assume from 1c that makepkg does ./configure && make all, and then tars to the .tar.gz that pacman is expecting
and from 1d that pacman -U simply installs from the local package instead of what it finds in the repository.
That all seems reasonable to me
When I used Gentoo (2004-2005) I was frustrated with many packages which did not compile, sometimes I would delve into the errors and try to fix them.
As long as things eventually install without a big problem then I'll be ok with it.
I'll just miss the convenience of pacman -Syu to update everything I have installed, mostly because I won't know that a new [AUR] version is available unless I go and search for it.
I knew going into this that Arch wasn't going to be easy, but I still think it's worth it.

Similar Messages

  • I have IPHone 4 but y software update says iOS 5.1.1.  Doesn't this mean that I have an IPhone 4S?

    I have an Iphone 4, buy my software update says iOS 5.1.1.  Doesn't this mean that I have an Iphone 4S?

    iOS 5.1.1 supports
    iPhone 4S
    iPhone 4
    iPhone 3GS
    iPad 2
    iPad
    iPod touch (4th generation)
    iPod touch (3rd generation)
    So, you do not have to worry. You've still got iPhone 4 only. For more information regarding iOS 5.1.1 update visit this link http://support.apple.com/kb/DL1521

  • I have Lion on my laptop and I want to back up my calendar TO my iphone. Not the reverse. iCloud only goes from iphone to iCloud to mac not the other way. Also, why doesn't "sync" mean update most recent changes across all devices?

    I have Lion on my laptop and I want to back up my calendar TO my iphone. Not the reverse. iCloud only goes from iphone to iCloud to mac not the other way. Also, why doesn't "sync" mean update most recent changes across all devices? I thought that was the point of iCloud. Any suggestions since iCloud doesn't seem to work?

    It's a work computer so I wanted to save them to my iTunes so I can access from another computer.  Should I go to a home computer and just Import for best results?  If so how do I do this?  Also, why would I be synched with another library and how do I find out what this is?  Very new/green user here

  • What does this error mean? [SOLVED]

    Hi there. Upon trying to sync and/or download packages from Pacman, I get the following error(s):
    error: config file /etc/pacman.d/current could not be read.
    error: failed to synchronize current:
    and then it goes on a syncs community and extra and downloads whatever I need. I want this error to go away, despite the fact that quite strangely it doesn't inhibit my pacman usage. Any ideas?
    Thanks in advance
    Last edited by Xs1t0ry (2008-03-08 22:27:42)

    I think you ought to read the output pacman gives you, it will save you a lot of time. Whenever a new version of pacman is intalled - this could apply to other applications as well - you usually see some messages. Among those pacman tells you that "warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew" or as in your case you got a new version of pacman that included some changes to the config file, which was saved as /etc/pacman.new. That means some important changes have been made to that file, why it's good to update your pacman.conf with those changes (read through the file and check what has been changed and apply those to your pacman.conf).
    Besides that I think it's more useful for you to consult the Beginners Guide in the Wiki, because those questions are well explained there and will be of better help than me rewriting that piece of information.
    Last edited by KimTjik (2008-03-08 23:32:43)

  • TwoFingerScrolling doesn't work after update[SOLVED]

    Hello, after updating to the latest kernel on my Acer Aspire One twofingerscrolling doesn't work anymore.
    Here is my 11-x11-synaptics.fdi:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">3</merge>
    <merge key="input.x11_options.TapButton3" type="string">2</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLES:
    Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    -->
    </match>
    </device>
    </deviceinfo>
    xorg.conf:
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "Module"
    Load "dri2"
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "intel"
    Option "Clone" "true"
    Option "MonitorLayout" "LVDS,VGA"
    BusID "PCI:0:2:0"
    Option "MigrationHeuristic" "greedy"
    # Option "AccelMethod" "exa"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    This was working on the previous kernel...
    Thanks in advance:)
    Last edited by kaola_linux (2009-05-08 04:33:24)

    Sorry for a long reply since I was busy, it seems that after the update my 11-x11-synaptics.fdi was reverted to the one I've posted.  That is not complete, so I made the changes and looked on the post of ktt which he provided his 11-x11-synaptics.fdi which is this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    <merge key="input.x11_options.LeftEdge" type="string">1500</merge>
    <merge key="input.x11_options.RightEdge" type="string">5800</merge>
    <merge key="input.x11_options.TopEdge" type="string">1500</merge>
    <merge key="input.x11_options.BottomEdge" type="string">4500</merge>
    <merge key="input.x11_options.ClickFinger1" type="string">1</merge>
    <merge key="input.x11_options.ClickFinger2" type="string">3</merge>
    <merge key="input.x11_options.ClickFinger3" type="string">2</merge>
    <merge key="input.x11_options.HorizEdgeScroll" type="string">0</merge>
    <merge key="input.x11_options.VertEdgeScroll" type="string">0</merge>
    <merge key="input.x11_options.EmulateMidButtonTime" type="string">75</merge>
    <merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">25</merge>
    <merge key="input.x11_options.EmulateTwoFingerMinW" type="string">6</merge>
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.PressureMotionMinZ" type="string">10</merge>
    <merge key="input.x11_options.FingerLow" type="string">25</merge>
    <merge key="input.x11_options.FingerHigh" type="string">30</merge>
    <merge key="input.x11_options.FingerPress" type="string">256</merge>
    <merge key="input.x11_options.PalmDetect" type="string">0</merge>
    <merge key="input.x11_options.PalmMinWidth" type="string">10</merge>
    <merge key="input.x11_options.PalmMinZ" type="string">200</merge>
    <merge key="input.x11_options.MinSpeed" type="string">0.40</merge>
    <merge key="input.x11_options.MaxSpeed" type="string">0.60</merge>
    <merge key="input.x11_options.AccelFactor" type="string">0.0015</merge>
    <merge key="input.x11_options.MaxTapMove" type="string">220</merge>
    <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
    <merge key="input.x11_options.MaxDoubleTapTime" type="string">200</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    <merge key="input.x11_options.RTCornerButton" type="string">2</merge>
    <merge key="input.x11_options.RBCornerButton" type="string">3</merge>
    <merge key="input.x11_options.LTCornerButton" type="string">0</merge>
    <merge key="input.x11_options.LBCornerButton" type="string">0</merge>
    <merge key="input.x11_options.CornerCoasting" type="string">true</merge>
    <merge key="input.x11_options.CoastingSpeed" type="string">0.50</merge>
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="appletouch">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="bcm5974">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    </match>
    </device>
    </deviceinfo>
    This solved my problem..;)

  • I've updated to iOS 7 on my iPhone 5 and my keypad isn't translucent it's just white, doesn anyone know how to solve this?

    Hi guys,
    I've updated to iOS 7 on my iPhone 5 and my keypad isn't translucent it's just white, has anyone had this problem or know how to solve it? I've restored the phone twice and still my keypad isn't translucent. Thanks in advance.

    Here's a screenshot:
    [IMG]http://i.imgur.com/fM3znOQ.png[/IMG]

  • Can't find a way to install pandoc - cabal or AUR (SOLVED)

    I am running Arch x86-64 and can't get pandoc up and running.  I've tried the AUR packages as well as adding Haskell repo's as shown in the wiki, and also cabal with the available ghc.
    At this point I'm back to the arch standard GHC and cabal-install.  I did a 'pacman -Rnsc haskell cabal-install' and then went ahead and deleted my ~/.cabal and my ~/.ghc and this did a 'cabal update', this is what I get when I run 'cabal install pandoc'
    cabal: The following packages are likely to be broken by the reinstalls:
    haskell98-2.0.0.2
    ghc-7.6.1
    Cabal-1.16.0
    bin-package-db-0.0.0.0
    Use --force-reinstalls if you want to install anyway
    Some in Google Groups said that they do the force reinstalls anyway, but when I try that things really do get broken.  This is what I end up with:
    cabal: Error: some packages failed to install:
    citeproc-hs-0.3.5 depends on directory-1.0.0.3 which failed to install.
    directory-1.0.0.3 failed during the building phase. The exception was:
    ExitFailure 1
    highlighting-kate-0.5.3.3 depends on regex-pcre-builtin-0.94.2.1.7.7 which
    failed to install.
    pandoc-1.9.4.2 depends on regex-pcre-builtin-0.94.2.1.7.7 which failed to
    install.
    process-1.1.0.2 depends on directory-1.0.0.3 which failed to install.
    regex-pcre-builtin-0.94.2.1.7.7 failed during the building phase. The
    exception was:
    ExitFailure 1
    temporary-1.1.2.4 depends on directory-1.0.0.3 which failed to install.
    texmath-0.6.1.1 failed during the configure step. The exception was:
    ExitFailure 1
    zip-archive-0.1.2.1 depends on directory-1.0.0.3 which failed to install.
    So, I'm at a loss and need to install pandoc the power tool.
    Last edited by originalsurfmex (2012-10-28 11:40:33)

    Currently, there is a problem indeed, see Ian Ross' blog post about it:
    Haskell on Arch Linux:
    Unfortunately, there seems to be a problem. The new cabal-install version can’t read its own default configuration file and just fails more or less immediately. There seems to be a fix, but it’s not yet percolated into the Arch packages.
    IMHO, you'd be better posting Haskell questions to http://www.haskell.org/mailman/listinfo/arch-haskell

  • Gparted doesn't ask for password (SOLVED)

    hi!
    after a fresh reinstall of arch, when trying to start gparted, it doesn't ask me for root password. It simply says morelees that "gparted is potentially dangerous, and that i must be root". OK. But, in the previous arch installation, gparted, asked me for root password. and now no, why not?
    In "privilige granting", su is selected, and it seems to work, as, for example, running "root terminal" it asks me for root password.
    Thanks!
    SOLUTION: With the menu editor in gnome, i changed the default command to "gksu -l /usr/sbin/gparted", i now, it promps for the root password. Thanks anyway!
    Last edited by dienadel (2009-09-18 18:06:56)

    SEB-APPSTORE,
    I had a similar issue this how I dealt with it.
    older version it may be creating problems. (they just did this starting 6/10)
    WRITE DOWN ALL INFO IN ALL EDITABLE PANES IN CASE NEEDED LATER
    I had this issue with passwords before and I first went and changes the password with the ESP, then I went to keychain access, passwords category, there you should see 2 mail entries imap. mail.xxxx..., and another with your email @ xxxx....
    They should say application under kind column
    Double click one one of them to open, then click show password, it will prompt you for the admin password, and probably again with user as well as password. Enter that info and it should show you the password, delete the password and re-enter to match the web based mail password, click save.
    Repeat this for the other one, basically the same drill as above.
    Then launch mail and sent something to yourself, like test, it may now prompt you for your password, enter it and click remember in my keychain, then click get mail it may a minute or two for the server to pass it along but it should come.
    It took me a while to remember this, as I did it quite some time ago, when my esp changed the mail, previously.
    Hope this helps

  • When i change my ios to ios7 .. I notice the sound is distorted and 1chanel is only working any means to solve this problem?

    How can i solve this problem???

    Try a reset. Hold down on the sleep and home buttons at the same time until the Apple logo appears on the screen. Let go of the buttons and let the iPad start up.

  • NVIDIA Driver doesn't recognize entire screen[SOLVED]

    Hello,
    i just installed Arch Linux onto a 4GB USB drive to test Arch Linux natively on my desktop PC.
    It has a GeForce GTX 580 so I installed pacman -S nvidia + xorg-server and gnome.
    My monitors native resolution is 1920x1200 @ 60Hz and it is conected via HDMI.
    Now it looks like I have a smaller (active area) screen within my screen and 2-3cm black borders on the side.
    WIthin that is the actual desktop which doesn't fill the entire active area either. You can see that because
    it still has black borders which are little bit lighter thou.
    When I use nvidia-settings and set my Desktop to 1920x1200 it streches into the disabled area. I have
    to use 1680x1050 in order to have the entire desktop accessible.
    During installation everything was fine with nouveau and my setup was using the native resolution. After
    I booted my stick for the first time it loaded nouveau to but also didn't use my screen right. So I'm a bit
    puzzled.
    Anyone has advice?
    Kind Regards,
    blackout23
    Last edited by blackout23 (2012-05-30 11:59:42)

    Do you have any advice on how to do that? I searched the internet for "VX2835wm EDID linux" and found similiar problems but no real solution.
    I can get my EDID Information when booted into Windows but I don't think I can use it as Option "CustomEDID" "DFP-1:/..." The binaries
    I get with AcquireEDID in the nvidia settings while in linux look very diffrent.
    Vendor/Product Identification:
    Monitor Name : VX2835wm
    Monitor Serial Number : QFG081100497
    Manufacturer Name : ViewSonic Corporation
    Product Id : F1F
    Serial Number : 16843009
    Week Of Manufacture : 11
    Year Of Manufacture : 2008
    EDIDVersion : V1.3
    Number Of Extension Flag : 1
    Display parameters:
    Video Input Definition : Digital Signal
    DFP1X Compatible Interface : False
    Max Horizontal Image Size : 590 mm
    Max Vertical Image Size : 370 mm
    Max Display Size : 27,4 Inches
    Power Management and Features:
    Standby : Not Supported
    Suspend : Not Supported
    ActiveOff : Supported
    Video Input : 1
    sRGB Default ColorSpace : True
    Default GTF : Not Supported
    Prefered Timing Mode : True
    Gamma/Color and Etablished Timings:
    Display Gamma : 2,2
    Red : x = 0,65 - y = 0,329
    Green : x = 0,3 - y = 0,623
    Blue : x = 0,142 - y = 0,065
    White : x = 0,316 - y = 0,341
    Etablished Timings :
    800 x 600 @ 60Hz (VESA)
    800 x 600 @ 56Hz (VESA)
    640 x 480 @ 75Hz (VESA)
    640 x 480 @ 72Hz (VESA)
    640 x 480 @ 67Hz (Apple, Mac II)
    640 x 480 @ 60Hz (IBM, VGA)
    720 x 400 @ 70Hz (IBM, VGA)
    1280 x 1024 @ 75Hz (VESA)
    1024 x 768 @ 75Hz (VESA)
    1024 x 768 @ 70Hz (VESA)
    1024 x 768 @ 60Hz (VESA)
    832 x 624 @ 75Hz (Apple, Mac II)
    800 x 600 @ 75Hz (VESA)
    800 x 600 @ 72Hz (VESA)
    1152 x 870 @ 75Hz (Apple, Mac II)
    Display Type : RGB Color Display
    Standard Timing:
    Standard Timings n° 3
    X Resolution : 1600
    Y Resolution : 1200
    Vertical Frequency : 60
    Standard Timings n° 5
    X Resolution : 1400
    Y Resolution : 1050
    Vertical Frequency : 60
    Standard Timings n° 6
    X Resolution : 1280
    Y Resolution : 1024
    Vertical Frequency : 60
    Standard Timings n° 7
    X Resolution : 1280
    Y Resolution : 960
    Vertical Frequency : 60
    Standard Timings n° 8
    X Resolution : 1152
    Y Resolution : 864
    Vertical Frequency : 75
    Preferred Detailed Timing:
    Pixel Clock : 154 Mhz
    Horizontal Active : 1920 pixels
    Horizontal Blanking : 160 pixels
    Horizontal Sync Offset : 48 pixels
    Horizontal Sync Pulse Width : 32 pixels
    Horizontal Border : 0 pixels
    Horizontal Size : 593 mm
    Vertical Active : 1200 lines
    Vertical Blanking : 35 lines
    Vertical Sync Offset : 3 lines
    Vertical Sync Pulse Width : 6 lines
    Vertical Border : 0 lines
    Vertical Size : 371 mm
    Input Type : Digital Separate
    Interlaced : False
    VerticalPolarity : False
    HorizontalPolarity : True
    Monitor Range Limit:
    Maximum Vertical Frequency : 76 Hz
    Minimum Vertical Frequency : 50 Hz
    Maximum Horizontal Frequency : 82 KHz
    Minimum Horizontal Frequency : 30 KHz
    Maximum Pixel Clock : 150 MHz
    Stereo Display:
    Stereo Display : Normal display (no stereo)
    RAW Data:
    0x00 00 FF FF FF FF FF FF 00 5A 63 1F 0F 01 01 01 01
    0x10 0B 12 01 03 80 3B 25 78 2E 9E 71 A6 54 4C 9F 24
    0x20 10 51 57 BF EF 80 D1 00 B3 00 A9 40 95 00 90 40
    0x30 81 80 81 40 71 4F 28 3C 80 A0 70 B0 23 40 30 20
    0x40 36 00 51 73 21 00 00 1A 00 00 00 FF 00 51 46 47
    0x50 30 38 31 31 30 30 34 39 37 0A 00 00 00 FD 00 32
    0x60 4C 1E 52 0F 00 0A 20 20 20 20 20 20 00 00 00 FC
    0x70 00 56 58 32 38 33 35 77 6D 0A 20 20 20 20 01 2E
    EDIT: Might have a solution will see if it works.
    http://forums.fedoraforum.org/showthread.php?t=227635
    Last edited by blackout23 (2012-05-30 11:32:34)

  • This is the closest community that might solve the followingroblem:  Icloud is supposed to work from a pc.  It works fine from my iphone and ipad but not my pc.  I keep getting the error message: ApplePhotostreams.exe has stopped working.

    Iclouds is supposed to work from my PC but doesn't.  Loaded the program several times.  I have all the corrected software.  I keep getting the error message: ApplePhotoStreams.exe has stopped working.  Anybody out there that uses icloud with a PC???

    I've got the same problem and can't find a solution for this problem...

  • Firefox doesn't start after update [SOLVED]

    After one month I have updated my system...
    Now firefox doesn't start anymore because of a
    Segmentation fault
    ldd /usr/bin/firefox
    linux-vdso.so.1 => (0x00007fff92dff000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007fab07cdb000)
    libasound.so.2 => /usr/lib/libasound.so.2 (0x00007fab079f6000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007fab077f2000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fab074e4000)
    libm.so.6 => /lib/libm.so.6 (0x00007fab07262000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fab0704c000)
    libc.so.6 => /lib/libc.so.6 (0x00007fab06cf9000)
    /lib/ld-linux-x86-64.so.2 (0x00007fab07ef6000)
    librt.so.1 => /lib/librt.so.1 (0x00007fab06af1000)
    thanks in advance
    Last edited by dejavu (2009-08-21 12:34:56)

    Still no working firefox yet...
    strace firefox
    execve("/usr/bin/firefox", ["firefox"], [/* 53 vars */]) = 0
    brk(0) = 0xa2d000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fac1000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fac0000
    access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/tls/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1/tls/x86_64", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1/tls", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1/x86_64", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    open("/etc/ld.so.cache", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=153030, ...}) = 0
    mmap(NULL, 153030, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8a5fa9a000
    close(3) = 0
    open("/lib/libpthread.so.0", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=132895, ...}) = 0
    mmap(NULL, 2204544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f68b000
    mprotect(0x7f8a5f6a1000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5f8a0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f8a5f8a0000
    mmap(0x7f8a5f8a2000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f8a2000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libasound.so.2", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \0\3\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1165149, ...}) = 0
    mmap(NULL, 3034952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f3a6000
    mprotect(0x7f8a5f484000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5f683000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd000) = 0x7f8a5f683000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libdl.so.2", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\r\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=19394, ...}) = 0
    mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f1a2000
    mprotect(0x7f8a5f1a4000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5f3a4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f8a5f3a4000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\232\5\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1317022, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa99000
    mmap(NULL, 3199032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5ee94000
    mprotect(0x7f8a5ef84000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5f184000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf0000) = 0x7f8a5f184000
    mmap(0x7f8a5f18d000, 81976, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f18d000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libm.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P>\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=589386, ...}) = 0
    mmap(NULL, 2625752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5ec12000
    mprotect(0x7f8a5ec93000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5ee92000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f8a5ee92000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libgcc_s.so.1", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360,\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0644, st_size=102508, ...}) = 0
    mmap(NULL, 2185752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e9fc000
    mprotect(0x7f8a5ea12000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5ec11000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f8a5ec11000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libc.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\353\1\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1662170, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa98000
    mmap(NULL, 3483656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e6a9000
    mprotect(0x7f8a5e7f2000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5e9f2000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x149000) = 0x7f8a5e9f2000
    mmap(0x7f8a5e9f7000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e9f7000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/librt.so.1", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p!\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=44013, ...}) = 0
    mmap(NULL, 2128848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e4a1000
    mprotect(0x7f8a5e4a8000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5e6a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f8a5e6a7000
    close(3) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa97000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa96000
    arch_prctl(ARCH_SET_FS, 0x7f8a5fa96710) = 0
    mprotect(0x7f8a5e6a7000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5e9f2000, 16384, PROT_READ) = 0
    mprotect(0x7f8a5ee92000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5f184000, 28672, PROT_READ) = 0
    mprotect(0x7f8a5f3a4000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5f8a0000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5fac2000, 4096, PROT_READ) = 0
    munmap(0x7f8a5fa9a000, 153030) = 0
    set_tid_address(0x7f8a5fa967e0) = 11901
    set_robust_list(0x7f8a5fa967f0, 0x18) = 0
    futex(0x7fff794bdafc, FUTEX_WAKE_PRIVATE, 1) = 0
    futex(0x7fff794bdafc, 0x189 /* FUTEX_??? */, 1, NULL, 7f8a5fa96710) = -1 EAGAIN (Resource temporarily unavailable)
    rt_sigaction(SIGRTMIN, {0x7f8a5f690720, [], SA_RESTORER|SA_SIGINFO, 0x7f8a5f699790}, NULL, 8) = 0
    rt_sigaction(SIGRT_1, {0x7f8a5f6907b0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f8a5f699790}, NULL, 8) = 0
    rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
    getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
    getcwd("/home/paul"..., 4096) = 11
    lstat("/home/paul/firefox", 0x7fff794b9840) = -1 ENOENT (No such file or directory)
    open("/proc/cpuinfo", O_RDONLY) = 3
    read(3, "processor\t: 0\nvendor_id\t: Genuine"..., 1024) = 1024
    read(3, "fpu_exception\t: yes\ncpuid level\t:"..., 1024) = 468
    read(3, ""..., 1024) = 0
    close(3) = 0
    readlink("/etc/malloc.conf", 0x7fff794b8480, 4096) = -1 ENOENT (No such file or directory)
    mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f996000
    mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e2a1000
    munmap(0x7f8a5e2a1000, 2097152) = 0
    mmap(0x7f8a5e400000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e2a1000
    munmap(0x7f8a5e2a1000, 2097152) = 0
    mmap(NULL, 3145728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e1a1000
    munmap(0x7f8a5e1a1000, 3145728) = 0
    mmap(0x7f8a5e200000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e200000
    madvise(0x7f8a5e200000, 2097152, MADV_DONTNEED) = 0
    mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e100000
    madvise(0x7f8a5e100000, 1048576, MADV_DONTNEED) = 0
    lstat("/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/bin/firefox", 0x7fff794b9840) = -1 ENOENT (No such file or directory)
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0
    lstat("/usr/bin/firefox", {st_mode=S_IFLNK|0777, st_size=28, ...}) = 0
    readlink("/usr/bin/firefox", "/usr/lib/firefox-3.5/firefox"..., 4095) = 28
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
    lstat("/usr/lib/firefox-3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib/firefox-3.5/firefox", {st_mode=S_IFREG|0755, st_size=90424, ...}) = 0
    stat("/usr/lib/firefox-3.5/firefox", {st_mode=S_IFREG|0755, st_size=90424, ...}) = 0
    access("/usr/lib/firefox-3.5/xulrunner/libxpcom.so", R_OK) = -1 ENOENT (No such file or directory)
    open("/usr/lib/firefox-3.5/application.ini", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=2029, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(3, {st_mode=S_IFREG|0644, st_size=2029, ...}) = 0
    lseek(3, 0, SEEK_SET) = 0
    read(3, "; ***** BEGIN LICENSE BLOCK *****"..., 2029) = 2029
    lseek(3, 2029, SEEK_SET) = 2029
    close(3) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    open("/home/paul/.gre.config", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/home/paul/.gre.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    open("/etc/gre.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/etc/gre.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
    fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
    getdents(3, /* 6 entries */, 32768) = 192
    open("/etc/gre.d/1.9.1.conf", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=131, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(4, {st_mode=S_IFREG|0644, st_size=131, ...}) = 0
    lseek(4, 0, SEEK_SET) = 0
    read(4, "# Registration file generated by "..., 131) = 131
    lseek(4, 131, SEEK_SET) = 131
    close(4) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    open("/etc/gre.d/1.9.0.10.conf", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(4, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
    lseek(4, 0, SEEK_SET) = 0
    read(4, "# Registration file generated by "..., 137) = 137
    lseek(4, 137, SEEK_SET) = 137
    close(4) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    open("/etc/gre.d/1.9.1.2.system.conf", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
    lseek(4, 0, SEEK_SET) = 0
    read(4, "[1.9.1.2]\nGRE_PATH=/usr/lib/xulru"..., 74) = 74
    lseek(4, 74, SEEK_SET) = 74
    close(4) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    access("/usr/lib/xulrunner-1.9.1/libxpcom.so", R_OK) = 0
    close(3) = 0
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
    lstat("/usr/lib/xulrunner-1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib/xulrunner-1.9.1/libxpcom.so", {st_mode=S_IFREG|0755, st_size=17112, ...}) = 0
    open("/usr/lib/xulrunner-1.9.1/dependentlibs.list", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    read(3, "libnspr4.so\nlibplc4.so\nlibplds4.s"..., 4096) = 136
    futex(0x7f8a5f3a50ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libsqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libnssutil3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libnss3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libssl3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libsmime3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libmozjs.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\202\1\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=788080, ...}) = 0
    mmap(NULL, 2885352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5de3e000
    mprotect(0x7f8a5def6000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5e0f6000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xb8000) = 0x7f8a5e0f6000
    mmap(0x7f8a5e0fe000, 1768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0fe000
    close(4) = 0
    open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/etc/ld.so.cache", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=153030, ...}) = 0
    mmap(NULL, 153030, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f8a5fa9a000
    close(4) = 0
    open("/usr/lib/libplds4.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\17\0\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=15836, ...}) = 0
    mmap(NULL, 2107248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5dc3b000
    mprotect(0x7f8a5dc3e000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5de3d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f8a5de3d000
    close(4) = 0
    open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libplc4.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\25\0\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=21281, ...}) = 0
    mmap(NULL, 2111544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5da37000
    mprotect(0x7f8a5da3b000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5dc3a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f8a5dc3a000
    close(4) = 0
    open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libnspr4.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\337\0\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=282434, ...}) = 0
    mmap(NULL, 2341312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5d7fb000
    mprotect(0x7f8a5d833000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5da32000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x37000) = 0x7f8a5da32000
    mmap(0x7f8a5da35000, 6592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5da35000
    close(4) = 0
    munmap(0x7f8a5fa9a000, 153030) = 0
    open("/usr/lib/xulrunner-1.9.1/libxul.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 dF\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=18977320, ...}) = 0
    mmap(NULL, 21121752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5c3d6000
    mprotect(0x7f8a5d415000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5d614000, 1912832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x103e000) = 0x7f8a5d614000
    mmap(0x7f8a5d7e7000, 80600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5d7e7000
    close(4) = 0
    --- SIGSEGV (Segmentation fault) @ 0 (0) ---
    +++ killed by SIGSEGV +++

  • Trouble compiling games from ABS and AUR (solved)

    Hi I hope someone can help me. Ive downloaded the tar.gz for drascula from ABS unzipped it and when I try to run makepkg -s I get the error that scummvm 0.12 not found in sync db. I installed the scummvm from ABS manually same error. I then saw it was version 0.11.1 so I uninstalled it and downloaded the correct version from sourceforge. I installed it with ./configure --prefix=/usr/local then make then install. It installed sucessfully as it runs fine but I still recieve the same error when running makepkg -s. What am I doing wrong?
    Last edited by itsgregman (2008-09-24 16:12:04)

    Welcome to the forums.
    Since you installed it manually, pacman doesn't know it's there. The best way to this would have been to edit the scummvm PKGBUILD then install it with pacman. Usually you just need to change the pkgver line to the new version and comment out the md5sums line.
    It's always best to use packages in Arch. You'll forever be running into problems like this if you don't.

  • How to install Firefox branded using the AUR[SOLVED]

    Hello I want to install firefox from the AUR, here was the link provided to me
    http://aur.archlinux.org/packages.php?ID=18019
    Help me plz...Thanks
    Last edited by kaola_linux (2008-10-10 02:14:18)

    http://wiki.archlinux.org/index.php/AUR_User_Guidelines
    http://wiki.archlinux.org/index.php/Makepkg
    But you do realise that this is exactly the same as the firefox shipped by Arch, just with official icons?  No other difference...

  • Compiling gstreamer0.10-pitfdll-cvs from AUR [SOLVED]

    I am trying to compile the pitfdll plugin for gstreamer0.10 with the PKGBUILD from AUR:
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    The build fails duirng the configure stage. I am not sitting in front of my workstation now, and can't quote the exact error at the moment. It basically can't parse the produced configure script produced by autoconf.
    Has anyone had success compiling it recently?
    Thanks in advance

    that package has no use: the pitfdll code hasn't been touched since we packaged it, so the official package is the same as the CVS version.

Maybe you are looking for

  • Error in using Dynamic View Object

    Hi I am doing a experiment to create dynamic VO and using it. Experiment details: I want to create dynamic VO and dynamic message choice and associate the dynamic VO to dynamicaly cretaed message choice. code scriplet In AM public void dynamicVO() OA

  • Screen configs for DFP and TV

    Does anyone know how I can get Gnome to recognise my DFP as the primary screen and the TV out as the secondary? At the moment my login and mounted drives are showing up on my TV. Here is my xorg.conf. # File generated by xorgconfig. # Copyright 2004

  • Help - downloading problems

    I have a couple of tracks and a video that will not download. The video tells me 'zero kb of 1.0 kb - stopped(err 8008)' in the Store Downloads box and the tracks have the same message with (err 10000) instaed of (err 8008). It tells me to go to Stor

  • Broadcast to non-broadcast SSID change stops laptop connection

    We have started to deploy a CAWLAP migrating autonomous to lightweight.  In the configuration, the SSID was broadcast.  Windows PC and mobile devices had no problem connecting.  Now when we changed it to non-broadcast, windows PC can not access while

  • JEditorPane & HTML Parser

    I am creating a Swing application. It's main purpose is to help disabled person to handle the webpages. In the first half of the screen, the webpage is displayed, and in the second half of the screen the url links (those in the first half of the scre