Install Arch with nfs shared pacman cache

Hello,
I would like to make a post of some information that worked for me. I think it could find its way into the wiki, but I prefer not to be the one to do that. Two reasons for that:
1. Just becuase it worked for me doesn't mean it is proper. If someone can confirm it is an acceptable method...
2. I am a wiki reader, not a writer
My situation is that I have a 3G internet conection. I like to only download the packages once... I run nfs4 exports from my desktop computer to share user data, pacman cache and sync folders See the Pacman tips I just did fresh installs of my systems. After the main system was running, I wanted to use the existing pacman cache to install the second system. I followed the Beginners guide and also used the Install from ssh article. I created my partitions with gparted on a live stick. Boot into the Arch install media, and follow the instructions for mounting the partitions. And here is where I make a brief detour to utilize my existing pacman cache.
For reference, my nfs exports are on the desktop computer (hostname is nas) and the pkg cache is exported as:
nas:/pkg
Databases are exported as:
nas:/sync
mkdir -p /mnt/var/cache/pacman/pkg
mkdir -p /mnt/var/lib/pacman/sync
mount the nfs exports:
mount -t nfs4 nas:/pkg /mnt/var/cache/pacman/pkg
mount -t nfs4 nas:/sync /mnt/var/lib/pacman/sync
Now I am back on track with the Beginners guide...
pacstrap -i /mnt base base-devel
While in the chroot, be sure to install nfs-utils (and openssh if you want to continue ssh after boot)
When running the genfstab, it will create tons of options for the nfs4 mounts. I edited those in nano to look like other references on the site:
nas:/pkg /var/cache/pacman/pkg nfs4 defaults,x-systemd.automount 0 0
nas:/sync /var/lib/pacman/sync nfs4 defaults,x-systemd.automount 0 0
And of course unmounting at the end of the Beginners guide requires unmounting these two directories too.

Yep, well capable of doing that which is why I'm asking - I can't do that without having to have difficult conversations with the security team here. And, no, I don't need to be told about the lack of security implications in doing this
As far as keys, I've just set the SigLevel to "Never" as I trust the packages on my workstation, but this all feels a little hinky.

Similar Messages

  • Install Arch with PXE?

    Hello,
    I'm trying to install Arch with PXE, and for this I'm using two VM in VirtualBox. I've followed all steps in the Wiki, also I tried to use a script ( https://wiki.archlinux.org/index.php/Ar … pxe_server ).
    Following the main PXE wiki article, when I mount the archlinux-boot image, I can't find isolinux subfolder in order to copy contents into /var/tftpd/ folder. Article seems to be out of date.
    ¿Any idea? I've dhcpd server running and I executed mkpxelinux -c=/etc/mkpxelinux.conf command, but I don't know what I need to do right now.
    Thanks for all.

    Hi
    nbd in 2010.05 images is old
    nbd in your system is new
    archiso-pxe-server script try to keep compatible with old (untested) and new nbd.
    Try this on ramfs prompt:
    nbd-client the-server-ip -N archiso /dev/nbd0 -presist
    mount -r -t udf /dev/nbd0 /bootmnt
    logout
    Download a recent update archiso-pxe-server-20101012 (just now)
    If does not work, try to build your archiso up-to-date using my branch that have the fix[#1].  See here how http://wiki.archlinux.org/index.php/Use … lean_build
    [#1] http://github.com/djgera/archiso/commit … 9bc219ee30
    Good Luck.
    Last edited by djgera (2010-10-12 04:50:33)

  • Install Arch with dual graphics laptop

    Hey everybody,
    So a few months ago I bought a new laptop, and ASUS X750JN. After I have my new laptop on my hands the first thing was install Arch Linux, but I came across an problem with graphics, probably a bad configuration and because I needed the computer for the university, I keep Windows for a while. Now that I have some time, I want to return to my beloved Arch but I have a serious question, the computer has 2 graphics cards, on-board Intel and an Nvidia and my question is, how can I install Arch and use Nvidia for some games like ETS, CS:GO and Guns of Icarus? When I tried installing before, the VGA was the Intel and not the Nvidia.
    I know that Hybrid Graphics aren't full supported in Linux, but is there a way to use Arch with the Nvidia, even if only uses Nvidia.
    Thanks in advance,
    Have a nice Christmas and a Happy 2015,
    Hugo Rodrigues.
    Last edited by Hugao (2014-12-24 13:47:26)

    Hey,
    Sorry for the time but I'm was busy and only today I have the change to install Arch.
    mrunion wrote:
    Have you looked in our Wiki? We have these for starters:
    https://wiki.archlinux.org/index.php/Bumblebee
    https://wiki.archlinux.org/index.php/Optimus
    When I was research I look it up on the second link but not on the first one.
    So, like I said above, today I have installed Arch with Bumblebee and so far so good, but I just have a question, how I run games using optirun throw Steam?
    Issa wrote:
    Hey Huago, I'm not sure if will help you as I don't know too much about your configuration, but I'm also experiencing some issues while configuring arch on my lenovo T420s. I have so far succeeded in starting a simple x session after installing the drivers for intel and nvidia (xf86-video-intel xf86-video-nouveau) (see my thread here but my current problem is, that I can't start gdm
    I'll work on this and opened a new thread here - maybe we can assist each other until everything is up and running.
    update: I got it - maybe it works for you too? (very short description of what i did):
    install drivers for integrated and discrete graphics card
    launch gdm as root
    I have an Asus X750JN and I just install the integrated and discrete graphics and enabled gdm service.

  • Installing Arch with intel wireless (iwlwifi-3945)

    i have tried various times in the past few weeks to install arch with minimal success.  The only time i was able to actually set up a system that would allow me to get to a gui and use the internet was when i had an install of Archie Linux (Live CD)  that i had to chroot with kubuntu to add wireless support.  Needless to say i preferred a cleaner install (especially after having to manually rename the folders, etc. for the repository changes).
    Anyways when arch is loading it makes mention of needing to append the boot image to include intel-wireless.  i was wondering what exactly was involved in doing that.  Because after trying to just install the package ifconfig does not show my wlan device.  Any help is appreciated.  let me know if more info is needed.

    pl2lnce wrote:
    i have tried various times in the past few weeks to install arch with minimal success.  The only time i was able to actually set up a system that would allow me to get to a gui and use the internet was when i had an install of Archie Linux (Live CD)  that i had to chroot with kubuntu to add wireless support.  Needless to say i preferred a cleaner install (especially after having to manually rename the folders, etc. for the repository changes).
    Anyways when arch is loading it makes mention of needing to append the boot image to include intel-wireless.  i was wondering what exactly was involved in doing that.  Because after trying to just install the package ifconfig does not show my wlan device.  Any help is appreciated.  let me know if more info is needed.
    I have Arch with iwl3945 drivers running here just fine. No tweaks to the cpio image needed.
    I have never heard of this either... You need both the drivers and the firmware. Check dmesg if everything is okay. Ifconfig -a should show a wlan0 device, if not, something went wrong.
    broch wrote:I have HP dv5000t (dualcore) with the same card. Never had any problems with intel 3945. However I am using ipw3945 instead of iwl3945 as the later is still early beta and far from stability, performance of ipw.
    Since 1.1.0 stability is just fine. Throughput is still a problem though. I get like 2.8 MBps with earlier versions, and the 1.1.21 one can hit it too, but mostly it's around 1 MBps . I prefer that to yet another proprietary package though. It's not every day I transfer a few GB to my wired server .
    Last edited by B (2007-11-15 18:12:18)

  • [SOLVED] Network Shared Pacman Cache problems

    Hi all,
    I've got a couple of Arch servers and an Arch workstation that I'm working on; only the workstation has internet access and I need to keep the servers up to date and be able to install packages.
    At the moment, the servers have the workstation's pacman package and cache directories mounted via SSHFS, but I've got problems with keys (pacman not being able to look up keys) and system upgrades. Nothing that I can't work around, but I'm thinking there must be a more "professional" way to get this done.
    TL;DR - What's the best way to set up internetless Arch servers with a network pacman repo/cache?
    Last edited by syngin (2012-04-03 07:00:21)

    Yep, well capable of doing that which is why I'm asking - I can't do that without having to have difficult conversations with the security team here. And, no, I don't need to be told about the lack of security implications in doing this
    As far as keys, I've just set the SigLevel to "Never" as I trust the packages on my workstation, but this all feels a little hinky.

  • Run a self-updating network shared pacman cache

    About a month ago I began working out how to share a pacman cache without the problems that the solutions proposed until now had.
    I wanted my cache to be:
    easily configurable
    in control of the packages in the cache
    capable of handling multiple clients simultaneously
    self-updating
    Especially the last point comes in handy if you frequently want to update your system without having to wait for a package download first.
    All you need for this to work is a device that is able to share files per SAMBA/NFS and that is online most of the time (preferably 24/7).
    If you're interested, head over to github and check it out.
    Last edited by n0stradamus (2012-05-28 13:36:28)

    Yep, well capable of doing that which is why I'm asking - I can't do that without having to have difficult conversations with the security team here. And, no, I don't need to be told about the lack of security implications in doing this
    As far as keys, I've just set the SigLevel to "Never" as I trust the packages on my workstation, but this all feels a little hinky.

  • Install Tiger with file sharing?

    I have an Emac with a cd drive. I realize I can install Tiger via target disk mode with another Mac with dvd capabilities. I can also see how this might be the preferred method.
    Is it acceptable/advisable to install with file sharing?

    Is it acceptable/advisable to install with file sharing?
    Do you mean NetBoot, ARD, or something else?
    http://www.peachpit.com/articles/article.aspx?p=445094
    http://docs.info.apple.com/article.html?artnum=306051
    (Vague reference).
    FWTDM will be fastest, surest, easiest.

  • Installing Arch with UNetbootin, error

    I'm trying to install Arch on my HP dv1040 laptop with UNetBootin and haven't been able to do much.  When I boot up and select UNetbootin, linux starts running and decompressing and stuff but then it says "Waiting 30 seconds for device /dev/archiso" and fails to find it.  I'm kinda lost for what to do.  I've tried reinstalling UNetbootin like 5 times with different options such as using my iso image, or letting UNet download it for me.  Can anyone help me?
    I have WinXP as my current OS.

    Solved for me.
    sudo dd bs=8M if=archlinux-2009.08-netinstall-i686.img of=/dev/sdc
    Works only for the netinstall images though. I'll get an error during install with core, but this might also be because my usb stick is fubar.
    @celtic426
    You should try to use the netinstall images with UNetBootin. I had no luck with the core ones and unetbootin though.
    Another solution should be to boot from an ubuntu livecd/usb-stick (works with unetbootin, I already tried it) and then dd the image on the usb stick as the wiki says: http://wiki.archlinux.org/index.php/Off … tion_Media
    Last edited by tealson (2009-08-16 23:21:41)

  • Trying to install Arch with Ubuntu hardy already installed

    I have Ubuntu already installed on my system and I want to install Arch on a separate 10gig partition ( which is already made) but when I boot from the Arch cd and go to install Arch only sees the main drive it doesn't see anything else what am I doing wrong. I only want to install arch on the 10 gig partition for now until I am more familiar with Linux
    Last edited by Shadowmeph (2008-05-20 17:35:28)

    I have just read that  it is informative but I am not sure of what that will do inorder for me to be able to install Arch on My tem gig partition, when I am in ubuntu I stat gparted to see what the names of my partitions are and this is what it shows /dev/sda3 swap     1gig /dev/ sda2 reiserfs 10 gigs ( where I want to install Arch)  sda1 / Ubuntu how do I install arch onto dev/sda 2 ) the ten gig partition) if arch doesn't see it? do I have to delete the partition or formaste the 10 gig partition differently? I am pretty new to Linux so I am not sure of how to do this.
    this is what my grub looks like
    # menu.lst - See: grub(8), info grub, update-grub(8)
    # grub-install(8), grub-floppy(8),
    # grub-md5-crypt, /usr/share/doc/grub
    # and /usr/share/doc/grub-doc/.
    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not use 'savedefault' or your
    # array will desync and will not let you boot your system.
    default 0
    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout 3
    ## hiddenmenu
    # Hides the menu by default (press ESC to see the menu)
    hiddenmenu
    # Pretty colours
    #color cyan/blue white/blue
    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line) and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret
    # examples
    # title Windows 95/98/NT/2000
    # root (hd0,0)
    # makeactive
    # chainloader +1
    # title Linux
    # root (hd0,1)
    # kernel /vmlinuz root=/dev/hda2 ro
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
    ### BEGIN AUTOMAGIC KERNELS LIST
    ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
    ## by the debian update-grub script except for the default options below
    ## DO NOT UNCOMMENT THEM, Just edit them to your needs
    ## ## Start Default Options ##
    ## default kernel options
    ## default kernel options for automagic boot options
    ## If you want special options for specific kernels use kopt_x_y_z
    ## where x.y.z is kernel version. Minor versions can be omitted.
    ## e.g. kopt=root=/dev/hda1 ro
    ## kopt_2_6_8=root=/dev/hdc1 ro
    ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
    # kopt=root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro
    ## Setup crashdump menu entries
    ## e.g. crashdump=1
    # crashdump=0
    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=(hd0,0)
    ## should update-grub create alternative automagic boot options
    ## e.g. alternative=true
    ## alternative=false
    # alternative=true
    ## should update-grub lock alternative automagic boot options
    ## e.g. lockalternative=true
    ## lockalternative=false
    # lockalternative=false
    ## additional options to use with the default boot option, but not with the
    ## alternatives
    ## e.g. defoptions=vga=791 resume=/dev/hda5
    # defoptions=quiet splash
    ## should update-grub lock old automagic boot options
    ## e.g. lockold=false
    ## lockold=true
    # lockold=false
    ## Xen hypervisor options to use with the default Xen boot option
    # xenhopt=
    ## Xen Linux kernel options to use with the default Xen boot option
    # xenkopt=console=tty0
    ## altoption boot targets option
    ## multiple altoptions lines are allowed
    ## e.g. altoptions=(extra menu suffix) extra boot options
    ## altoptions=(recovery) single
    # altoptions=(recovery mode) single
    ## controls how many kernels should be put into the menu.lst
    ## only counts the first occurence of a kernel, not the
    ## alternative kernel options
    ## e.g. howmany=all
    ## howmany=7
    # howmany=all
    ## should update-grub create memtest86 boot option
    ## e.g. memtest86=true
    ## memtest86=false
    # memtest86=true
    ## should update-grub adjust the value of the default booted system
    ## can be true or false
    # updatedefaultentry=false
    ## should update-grub add savedefault to the default options
    ## can be true or false
    # savedefault=false
    ## ## End Default Options ##
    title Ubuntu 8.04, kernel 2.6.24-16-generic
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro quiet splash
    initrd /boot/initrd.img-2.6.24-16-generic
    quiet
    title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro single
    initrd /boot/initrd.img-2.6.24-16-generic
    title Ubuntu 8.04, memtest86+
    root (hd0,0)
    kernel /boot/memtest86+.bin
    quiet
    ### END DEBIAN AUTOMAGIC KERNELS LIST
    ok edit two I think that I have Arch install but I am not sure of which way to use
    Dual booting with other linux distros
    This is done exactly the same way that Arch linux is loaded. Here we assume that the other distro is on partition [s/h]da3.
    title Other Linux
    root (hd0,2)
    kernel /boot/vmlinuz (add other options here as required)
    initrd /boot/initrd.img (if the other kernel uses/needs one)
    [edit] Dual booting with other linux distro (Chainloading)
    To avoid maintenance nightmare, you might want to chainload the GRUB in the MBR to another bootloader you might have installed in the bootrecord of a partition [(hd0,2) in our example] instead of the MBR. This way the auto-magic stuff of some distro will manage the menu.lst on (hd0,2) (if it is grub) for its own distro and you will boot with all the option needed (like the correct last kernel) without the need to copy/paste some part of that menu.lst into yours.
    In our example [1], GRUB is in the MBR and some other bootloader (BL) (be it grub or lilo) is in the Boot Record of (hd0,2).
    |   |           |           |    %   (hd0,2)     |
    | M |           |           | B  %               |
    | B |  (hd0,0)  |  (hd0,1)  | L  %  Other        |
    | R |           |           |    %  Distro       |
    |   |           |           |    %               |
      |                            ^
      |     chainloading           |
    Then, you simply use in your menu.lst:
    title Other Linux distro
    root (hd0,2)
    chainloader +1
    Last edited by Shadowmeph (2008-05-20 17:56:20)

  • Installing Arch with USB

    My laptop currently does not have a disk drive and I want to install Arch Linux as a dual-boot with Ubuntu 12.04. Do I just copy the Arch iso to a thumbdrive and get my computer to boot from the thumbdrive? When I do this a get a "Boot error."

    Please read through the Beginner's Guide: it includes detailed instructions on how to do this: https://wiki.archlinux.org/index.php/Be … _USB_stick

  • How install Arch with Gentoo Live CD?

    The Arch install Cd don't work at my new Laptop with external CDrom.
    But I can boot from a Gentoo Live CD, how can I install Arch from the gentoo Live CD?
    I have found these How To, but it is from another disri not a Live CD...
    http://wiki.archlinux.org/index.php/Ins … her_distro

    iphitus wrote:
    fk wrote:
    The Arch install Cd don't work at my new Laptop with external CDrom.
    But I can boot from a Gentoo Live CD, how can I install Arch from the gentoo Live CD?
    I have found these How To, but it is from another disri not a Live CD...
    http://wiki.archlinux.org/index.php/Ins … her_distro
    That will work for a liveCD too. I've done it a few times.
    Really? Must I modify the How To?
    Wich Live CD do you use?

  • Is it possible to install Arch with only WIFI available?

    Hi, I want to install Archlinux on my thinkpad T60, but there is only WIFI at my room(with WPA), so is it possible to install Arch and set up to get a full GUI desktop environment? The problem is how to connect to internet via WIFI in command line only mode, is it too complicated? Is there a tutorial on this?
    Thanks!

    Olnex wrote:
    Hi, I want to install Archlinux on my thinkpad T60, but there is only WIFI at my room(with WPA), so is it possible to install Arch and set up to get a full GUI desktop environment? The problem is how to connect to internet via WIFI in command line only mode, is it too complicated? Is there a tutorial on this?
    Thanks!
    'The beginners guide and the install guide in the wiki cover this, i believe it also has a section for connecting to an encrypted access point. So to answer your question: yes its possible and no its not too complicated and yes there is a tutorial on this
    EDIT: Heres a link to where its at in the wiki https://wiki.archlinux.org/index.php/Beginners'_Guide#Wireless_Quickstart_For_the_Live_Environment just scroll down a little bit
    Last edited by markbabc (2010-12-06 15:36:02)

  • Installing arch with less than 64mb RAM...

    Hi!
    Maybe I will need to install linux to old machines, pentium 2, with 64mb ram maximum...
    I love archlinux... but, there is any way to install it with that ram amount?
    (as I read that the new livecd install needs at least 192mb ram?)

    Sorry, I didn't read your post correctly
    This way, I guess you'll find this thread disappointing
    http://bbs.archlinux.org/viewtopic.php?id=36615
    Last edited by jlcordeiro (2009-06-03 05:00:02)

  • Sharing pacman cache in same machine between different Arch installs

    How may I ask?

    This is how I do that!
    Download pacman packages into a cachedir located in a flash drive.  Package the individual packages with depends in the flash drive such that they will be installed fully.
    The cache is then accessed with pacman to install the selected package.
    The parameters are:
      pacman --cachedir /media/disk/upgrade -Sw (package name(s))
    This places the .pkg.tar.gz into /media/disk/upgrade.  At this point, gather the elements of the depends and package into a folder with an ID such as open-office1.  Difficult to explain for all packages because some are not includiing depends!
       Then to install at your convenience,;
         pacman -Ud /media/disk/upgrade/open-office1/*.pkg.tar.gz.........
    This will install the packages contained in open-office1 at 15-20MB/sec.
    This can be portable via the flash device.
    Hope it fills your needs.................
    EDIT: Normal pacman downloads can still be handled via ...pacman -S package name because the cachedir is not imposed.
    EDIT:  You could copy the entire /var/cache/pacman/pkg into the cachedir if desired altho the depends may not be available therein , so the method I described may be best.
    Last edited by lilsirecho (2008-02-11 22:05:47)

  • Newly installed Arch with gnome3 - Sound issue

    Hello fellow archs!
    I'm having such a huge issue at the moment with the sound.
    Got alsa installed, and alsaconfig cant find a thing on my motherboard.
    I will try to post the essential information so maybe someone will notice that I have done something wrong
    lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
    Now one wierd part:
    Doing aplay -l in gnome terminal
    aplay -l
    aplay: device_list:240: no soundcards found...
    Straight from terminal before starting gnome up
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC889A Analog [ALC889A Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC889A Digital [ALC889A Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    I checked in modprobe and tried to follow the guide http://ubuntuforums.org/showpost.php?p= … ostcount=2 but couldnt find my ACL889 inside the list for model, I just tried something.
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    alias snd-card-0 snd-hda-intel
    alias sound-slot-0 snd-hda-intel
    options snd-hda-intel model=6stack-dig
    blacklist snd_intel8x0m
    Please help! This new gnome3 looks really nice and nothing else except the sound issue seems to be wrong.
    Thanks.

    blargh wrote:
    Hey guys, thanks for the help...
    I was clicking around and noticed why i didnt get aplay -l correct. Wasnt it the group audio with my user..
    But! I noticed something. I can't add my soundcard as my default one, but I can sure see it in alsamixer if I pick it.
    I have been trying what the wiki been saying, either do it by kernel or use of the ~/.asoundrc which doesnt work as I get the message that the file is either to old or corrupted.
    lsmod|grep '^snd' | column -t
    snd_hda_codec_realtek 297871 1
    snd_hda_intel 22186 0
    snd_hda_codec 77703 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 6342 1 snd_hda_codec
    snd_pcm 73736 2 snd_hda_intel,snd_hda_codec
    snd_timer 19488 1 snd_pcm
    snd 57384 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    snd_page_alloc 7161 2 snd_hda_intel,snd_pcm
    ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 Jun 16 18:23 by-path
    crw-rw----+ 1 root audio 116, 8 Jun 16 18:23 controlC0
    crw-rw----+ 1 root audio 116, 7 Jun 16 18:23 hwC0D2
    crw-rw----+ 1 root audio 116, 6 Jun 16 18:24 pcmC0D0c
    crw-rw----+ 1 root audio 116, 5 Jun 16 18:24 pcmC0D0p
    crw-rw----+ 1 root audio 116, 4 Jun 16 18:24 pcmC0D1c
    crw-rw----+ 1 root audio 116, 3 Jun 16 18:24 pcmC0D1p
    crw-rw----+ 1 root audio 116, 2 Jun 16 18:23 pcmC0D2c
    crw-rw---- 1 root audio 116, 1 Jun 16 18:23 seq
    crw-rw----+ 1 root audio 116, 33 Jun 16 18:23 timer
    Tried to remove pulseaudio by sudo pacman -Rd pulseaudio.. but it has so many depencies so it doesnt let me.
    Any Ideas?
    wrong approach - if using gnome-shell it does need to be there.
    I not only have an idea ~ but i do know how to fix your problem (i just need to read up, because off-hand i can't tell you how to do it).
    i ALWAYS disable PA - because it is crap!   i also think it is stupid that gnome -developers decided to make it a static dependency, when there are so many issues with it.
    i'll get back to you in a little while, okay?  (sometime later tonight, i just got home from work and need to relax / eat / etc..
    cheerz

Maybe you are looking for

  • No loops in garageband or in library/audio/

    I have just installed Garageband '11 via the app store, but I have no loops! I had GB '09 before also without loops. I have tried to install the GB loops again from the original install disc, but i cant as i have the new version. The loops aren't in

  • What is Leopard 'Client' and do I need it?

    Hi There I have OSX 10.5.8; I was looking through Apple support downloads to make sure I have the most up to date patches, fixes etc. As I was perusing, I came across this upgrade, please see link below... http://support.apple.com/kb/DL1329 It was at

  • My screen has gone blue but it is working ok

    The screen on the iPad has gone blue but it is working ok, can anyone help

  • Schema Speration vs. Refrential Integrity

    Newbie Question... I am developing a data model and someone mentioned to me when doing my data model for our specific app to group related objects in their own schema's. For example, Item data and related information like warranty, inventories, etc,

  • ATI Radeon X1900 XT and Color

    Hi Guys, sorry to post this here but couldn't think where else to ask this. Looking at the recommended specs for the Final Cut Studio 2 and especially Color. The recommended card is the ATI Radeon X1900 XT, what is it about this card that Apple recom