You are not logged in.

#1 2011-08-07 20:39:29

quirxi
Member
Registered: 2011-08-07
Posts: 12

[SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

Hello,


yesterday I have updated my system with pacman -Syu and when I tried to reboot I could not open any terminal (mrxvt or xterm).
I got the error message:  Reason: get_pty: not enough ptys
Also Chrome did not start anymore - it complained about a missing /dev/shm.
When I had a look in the /dev dir I realized that the mountpoints /dev/pts and /dev/shm were missing even when they are supposed to be mounted according to /etc/fstab:

#
# /etc/fstab: static file system information
#
# <file system>        <dir>        <type>  <options>               <dump> <pass>
devpts                 /dev/pts     devpts  defaults                0      0
shm                    /dev/shm     tmpfs   nodev,nosuid            0      0


Whenever I create these mountpoints before I start X everything seems to work fine, but after a reboot these directorys vanish again.
Has anybody a clue, what might have happened here and what is deleting these mount points when I shut down ?


Hope somebody can shed some light on this issue,

thanks,
Arno

Last edited by quirxi (2011-08-08 17:44:44)

Offline

#2 2011-08-07 20:47:10

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

/dev/pts and /dev/shm are mounted by the initscripts (/etc/rc.sysinit around line 21) after the directories are created. You can remove the /etc/fstab entries. The only reason this happens is because your initscripts package is out of date.

Offline

#3 2011-08-07 20:53:46

quirxi
Member
Registered: 2011-08-07
Posts: 12

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

Thank you for your answer!

I have my system for a quite long time know and maybe something got out of sync ... smile
Do you know how I can update my initscript package ? Just delete them and reinstall the base package ?

EDIT:  Just had a look in the /etc/rc.sysinit but in there these directories are neither created nor mounted - in fact I can not find a reference to these directories at all ?

Any suggestions ?

Last edited by quirxi (2011-08-07 20:59:26)

Offline

#4 2011-08-07 21:14:57

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

Find an up to date mirror and run 'pacman -Syyu'

http://www.archlinux.org/mirrors/status/

Offline

#5 2011-08-07 22:42:37

quirxi
Member
Registered: 2011-08-07
Posts: 12

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

falconindy wrote:

Find an up to date mirror and run 'pacman -Syyu'

http://www.archlinux.org/mirrors/status/

Hmm, I just have updated the whole system like you mentioned above but it did not really help.
I also reinstalled udev and xterm but the terminals seem to need the /dev/pts directory in order to create pseudo terminals.
I realized that in the /etc/rc.sysinit script (line 35) some files are copied from /lib/udev/devices/* to /dev/:

    34 # Copy static device nodes to /dev
    35 /bin/cp -a /lib/udev/devices/* /dev/

So I created the directories shm/ and pts/ in the /lib/udev/devices/ directory and now everything works fine - even after a reboot!


> ls -l /lib/udev/devices/
brw-rw---- 1 root disk 7, 0  2. Aug 08:16 loop0
drwxr-xr-x 2 root tty  4096  7. Aug 19:28 pts
drwxr-xr-x 2 root tty  4096  7. Aug 19:25 shm

Would be interesting to know why this happend ? But now it works anyway and I hope it will stay like this for some time wink


cheers,
Arno

Offline

#6 2011-08-07 22:48:54

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

You're still using extremely outdated initscripts, which is why you're able to get away with that. We stopped copying files out of /lib/udev/devices back in December of last year. There's been 250+ commits to initscripts between the version you're using and the latest tag.

Offline

#7 2011-08-07 22:55:57

quirxi
Member
Registered: 2011-08-07
Posts: 12

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

Hmm, the problem is that it seems as if I dont get this new versions. I have updated my system with a new mirror as you have told me, but it seems as if that did not really get rid of my old init scripts.
And I have to admit that I have no clue how to renew my system so that it is up-to-date sad
Is there a way to update old systems like I seem to have ? Or do I have to make a fresh install ?

thanks for you help,
Arno

Offline

#8 2011-08-07 23:49:43

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

Post your /etc/pacman.conf

Offline

#9 2011-08-08 01:33:52

markbabc
Member
Registered: 2010-11-06
Posts: 157

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

just saying but apparently i had quick-init installed and that causes this exact problem so if you have it installed uninstall it and then change back to your original inittab

Offline

#10 2011-08-08 13:40:42

quirxi
Member
Registered: 2011-08-07
Posts: 12

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

falconindy wrote:

Post your /etc/pacman.conf

My pacman.conf looks like this:

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - -f %u > %o
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload
#CheckSpace
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

[archlinuxfr]
Server = [url]http://repo.archlinux.fr/i686[/url]


# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

Does this show something uncommon ?

Last edited by quirxi (2011-08-08 14:15:00)

Offline

#11 2011-08-08 13:43:35

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

please use code tags when pasting output/files.

also, have you tried an up to date mirror? :: http://www.archlinux.org/mirrors/status/


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#12 2011-08-08 13:50:51

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

quirxi wrote:

Does this show something uncommon ?

Not particularly. I'd be curious to see what's in /etc/inittab, as per markbabc's idea. I think he's on the right track.

Offline

#13 2011-08-08 14:04:28

quirxi
Member
Registered: 2011-08-07
Posts: 12

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

markbabc wrote:

just saying but apparently i had quick-init installed and that causes this exact problem so if you have it installed uninstall it and then change back to your original inittab

Hmm, not sure wich init stuff is the right one ? Pacman says this:

> pacman -Ss initscripts           
core/initscripts 2011.07.3-1 (base)
    System initialization/bootup scripts
community/initscripts-systemd v25-1 (systemd)
    Arch specific systemd initialization/bootup scripts for systemd

Should I switch to systemd ?

Offline

#14 2011-08-08 14:08:27

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

No you don't need to use systemd. You can, but you don't need to. Post your inittab.

And would you mind editing your previous posts and adding BBCode [code ] tags around your pacman.conf?


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#15 2011-08-08 14:13:17

quirxi
Member
Registered: 2011-08-07
Posts: 12

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

Inxsible wrote:

please use code tags when pasting output/files.

also, have you tried an up to date mirror? :: http://www.archlinux.org/mirrors/status/

Sorry -I will change that with the code tags ^ !
Yes - I tried an up to date mirror - as falconindy recommended in his post.

Here is the inittab I am using:

#
# /etc/inittab
#

#  Runlevels:
#    0    Halt
#    1(S)       Single-user
#    2    Not used
#    3    Multi-user
#    4    Not used
#    5    X11
#    6    Reboot

## Only one of the following two lines can be uncommented!
# Boot to console
id:3:initdefault:
# Boot to X11
#id:5:initdefault:

rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p

# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux

# Hypervisor Virtual Console for Xen and KVM
#h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux

ca::ctrlaltdel:/sbin/shutdown -t3 -r now

# Example lines for starting a login manager
x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >/dev/null 2>&1

# End of file

Last edited by quirxi (2011-08-08 14:16:14)

Offline

#16 2011-08-08 14:18:48

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

The only difference between your inittab and mine is that I have added -s flags in my agetty lines. Do you have any /etc/inittab.pacnew file? If so, you might want to merge them


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#17 2011-08-08 14:21:19

quirxi
Member
Registered: 2011-08-07
Posts: 12

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

Inxsible wrote:

The only difference between your inittab and mine is that I have added -s flags in my agetty lines. Do you have any /etc/inittab.pacnew file? If so, you might want to merge them

No - there is no inittab.pacnew ?!

I think there must be something that prevents the system from beeing upgraded properly.

Last edited by quirxi (2011-08-08 14:22:12)

Offline

#18 2011-08-08 14:38:21

markbabc
Member
Registered: 2010-11-06
Posts: 157

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

how about the output of pacman -Qs
?

Offline

#19 2011-08-08 14:47:56

quirxi
Member
Registered: 2011-08-07
Posts: 12

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

markbabc wrote:

how about the output of pacman -Qs ?

Here is the output:

local/a52dec 0.7.4-5
    A free library for decoding ATSC A/52 streams
local/abcde 2.4.2-2
    A frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go.
local/abs 2.4.2-1
    Utilities to download and work with the Arch Build System (ABS)
local/acl 2.2.51-1
    Access control list utilities, libraries and headers
local/acpi 1.5-1
    Linux ACPI client providing battery, AC power, and thermal readings
local/acpitool 0.5.1-2
    ACPI client - replacement for apm tool
local/aiksaurus 1.2.1-2
    A cross-platform, open-source thesaurus
local/alsa-lib 1.0.24.1-1
    An alternative implementation of Linux sound support
local/alsa-oss 1.0.17-1
    OSS compatibility library
local/alsa-utils 1.0.24.2-2
    An alternative implementation of Linux sound support
local/amsn 0.98.4-1
    MSN client written in Tcl/Tk
local/amule 10587-1
    An eMule-like client for ed2k p2p network
local/android-sdk r08-2
    Google Android SDK
local/apr 1.4.5-1
    The Apache Portable Runtime
local/apr-util 1.3.12-2
    The Apache Portable Runtime
local/artwiz-fonts 1.3-6
    This is set of (improved) artwiz fonts.
local/aspell 0.60.6.1-1
    A spell checker designed to eventually replace Ispell
local/aspell-de 20100727-3
    German dictionary for aspell
local/aspell-en 7.1-1
    English dictionary for aspell
local/asunder 2.1-1
    a graphical CD ripper and encoder
local/ati-dri 7.11-1
    Mesa DRI radeon/r200 + Gallium3D r300,r600 drivers for AMD/ATI Radeon
local/atk 2.0.1-1
    A library providing a set of interfaces for accessibility
local/atkmm 2.22.4-1
    C++ bindings for atk
local/attr 2.4.46-1
    Extended attribute support library for ACL support
local/audacity 1.3.13-1
    A program that lets you manipulate digital audio waveforms
local/aurvote 0.4-2
    A tool to vote for favorite AUR's packages for inclusion in [community]
local/autoconf 2.68-1 (base-devel)
    A GNU tool for automatically configuring source code
local/automake 1.11.1-2 (base-devel)
    A GNU tool for automatically creating Makefiles
local/autotrace 0.31.1-10
    autotrace is a utility to trace bitmaps: convert bitmaps to vector graphics
local/avahi 0.6.30-4
    A multicast/unicast DNS-SD framework
local/avidemux-cli 2.5.5-3
    A graphical tool to edit video (filter/re-encode/split)
local/avidemux-qt 2.5.5-3
    A graphical tool to edit video (filter/re-encode/split) - QT GUI
local/babl 0.1.4-1
    Dynamic, any to any, pixel format conversion library
local/bash 4.2.010-1 (base)
    The GNU Bourne Again shell
local/bc 1.06-7
    An arbitrary precision calculator language
local/bin2iso 1.9b-2
    bin2iso converts RAW format (.bin/.cue) files to ISO/WAV format
local/binutils 2.21.1-1 (base)
    A set of programs to assemble and manipulate binary and object files
local/bison 2.5-1 (base-devel)
    The GNU general-purpose parser generator
local/bluefish 2.0.3-1
    A powerful HTML editor for experienced web designers and programmers
local/bluez 4.96-1
    Libraries and tools for the Bluetooth protocol stack
local/boost-libs 1.47.0-1
    Free peer-reviewed portable C++ source libraries - Runtime
local/bridge-utils 1.4-4
    Utilities for configuring the Linux ethernet bridge
local/bwidget 1.9.0-1
    A suite of megawidgets for Tk
local/bzip2 1.0.6-1 (base)
    A high-quality data compression program
local/cabextract 1.4-1
    A program to extract Microsoft cabinet (.CAB) files
local/ca-certificates 20110421-3
    Common CA certificates
local/cairo 1.10.2-2
    Cairo vector graphics library
local/cairomm 1.10.0-1
    C++ bindings to Cairo vector graphics library
local/cairo-perl 1.061-4
    Perl wrappers for cairo
local/cd-discid 0.9-3
    A backend utility to get CDDB discid information from a CD-ROM disc
local/cdparanoia 10.2-3
    Compact Disc Digital Audio extraction tool
local/cdrkit 1.1.11-1
    Suite of programs for CD/DVD recording, ISO image creation, and audio CD extraction
local/cifs-utils 4.9-3
    CIFS filesystem user-space tools
local/cloog 0.16.2-1
    Library that generates loops for scanning polyhedra
local/cloog-ppl 0.15.10-2
    Library that generates loops for scanning polyhedra
local/clutter 1.6.16-1
    A GObject based library for creating fast, visually rich graphical user interfaces
local/clutter-gtk2 0.10.8-1
    GTK clutter widget
local/cmake 2.8.5-1
    A cross-platform open-source make system
local/coin 3.1.3-5
    Coin3D is a high-level 3D graphics toolkit on top of OpenGL.
local/compositeproto 0.4.2-1
    X11 Composite extension wire protocol
local/conky 1.8.1-3
    An advanced, highly configurable system monitor for X based on torsmo
local/consolekit 0.4.5-1
    A framework for defining and tracking users, login sessions, and seats
local/coreutils 8.12-3 (base)
    The basic file, shell and text manipulation utilities of the GNU operating system
local/cpio 2.11-2
    A tool to copy files into or out of a cpio or tar archive
local/cpufrequtils 008-1
    Userspace tools for the kernel cpufreq subsystem
local/cracklib 2.8.18-1
    Password Checking Library
local/crypto++ 5.6.1-2
    A free C++ class library of cryptographic schemes.
local/cups 1.4.8-1
    The CUPS Printing System - deamon package
local/cups-pdf 2.5.1-1
    PDF printer for cups
local/curl 7.21.7-1
    An URL retrival utility and library
local/cvs 1.11.23-7
    Concurrent Versions System - a source control system
local/damageproto 1.2.1-1
    X11 Damage extension wire protocol
local/db 5.2.28-1
    The Berkeley DB embedded database system
local/dbus 1.4.14-1
    Freedesktop.org message bus system
local/dbus-core 1.4.14-1
    Freedesktop.org message bus system
local/dbus-glib 0.94-2
    GLib bindings for DBUS
local/dbus-python 0.84.0-1
    Python bindings for DBUS
local/deadbeef 0.5.1-1
    An audio player for GNU/Linux based on GTK2.
local/desktop-file-utils 0.18-1
    Command line utilities for working with desktop entries
local/device-mapper 2.02.86-1 (base)
    Device mapper userspace library and tools
local/dhcpcd 5.2.12-1 (base)
    RFC2131 compliant DHCP client daemon
local/dia 0.97.1-4
    A GTK+ based diagram creation program
local/dialog 1.1_20110707-1
    A tool to display dialog boxes from shell scripts
local/diffutils 3.0-2 (base)
    Utility programs used for creating patch files
local/divx4linux 6.1.1-1
    DivX libraries (nonfree)
local/djview4 4.7-1
    Portable DjVu viewer and browser plugin
local/djvulibre 3.5.24-1
    Suite to create, manipulate and view DjVu ('déjà vu') documents
local/dmidecode 2.11-1
    Desktop Management Interface table related utilities
local/dmxproto 2.3.1-1
    X11 Distributed Multihead X extension wire protocol
local/dnsutils 9.8.0.P4-1
    Various DNS utilities - dig host nslookup nsupdate
local/docbook-xml 4.5-4
    A widely used XML scheme for writing documentation and help
local/dosfstools 3.0.11-1
    DOS filesystem utilities
local/doxygen 1.7.4-1
    A documentation system for C++, C, Java, IDL and PHP
local/dri2proto 2.6-1
    X11 DRI protocol
local/dvdbackup 0.4.1-3
    A tool to rip video DVDs from the command line
local/dvdrip 0.98.11-9
    A Gtk frontend for transcode writen in Perl
local/e2fsprogs 1.41.14-1 (base)
    Ext2/3/4 filesystem utilities
local/eject 2.1.5-5
    A program for ejecting removable media under software control
local/elfutils 0.152-1
    Collection of libraries and utilities for working with ELF object files and DWARF debugging information
local/enca 1.13-1
    Charset analyser and converter
local/enchant 1.6.0-3
    A wrapper library for generic spell checking
local/ethtool 1:3.0-1
    Utility for controlling network drivers and hardware
local/exiv2 0.21.1-2
    Exif and Iptc metadata manipulation library and tools.
local/expat 2.0.1-6
    An XML parser library
local/faad2 2.7-2
    ISO AAC audio decoder
local/fakeroot 1.16-1 (base-devel)
    Gives a fake root environment, useful for building packages as a non-privileged user
local/farsight2 0.0.29-1
    Audio/Video conference software for Instant Messengers
local/feh 1.14.2-1
    Fast, lightweight image viewer which uses imlib2
local/ffmpeg 20110724-1
    Complete and free Internet live audio and video broadcasting solution for Linux/Unix
local/file 5.08-1 (base)
    File type identification utility
local/filesystem 2011.04-1 (base)
    Base filesystem
local/findutils 4.4.2-3 (base)
    GNU utilities to locate files
local/firefox 5.0-1
    Standalone web browser from mozilla.org
local/fixesproto 5.0-1
    X11 Fixes extension wire protocol
local/flac 1.2.1-2
    Free Lossless Audio Codec
local/flashplugin 10.3.181.34-1
    Adobe Flash Player
local/fldiff 1.1-6
    graphical diff program
local/flex 2.5.35-4 (base-devel)
    A tool for generating text-scanning programs
local/fltk 1.3.0-1
    Graphical user interface toolkit for X
local/fluidsynth 1.1.4-1
    A real-time software synthesizer based on the SoundFont 2 specifications
local/fluxbox 1.3.1-1
    A lightweight and highly-configurable window manager
local/font-bitstream-speedo 1.0.1-1
    Bitstream Speedo fonts
local/fontconfig 2.8.0-1
    A library for configuring and customizing font access
local/fontsproto 2.1.1-1
    X11 font extension wire protocol
local/foomatic-db 1:4.0.7_20110707-1
    Foomatic - The collected knowledge about printers, drivers, and driver options in XML files, used by foomatic-db-engine to generate PPD files.
local/foomatic-db-engine 1:4.0.7_20110707-1
    Foomatic - Foomatic's database engine generates PPD files from the data in Foomatic's XML database. It also contains scripts to directly generate print queues and handle jobs.
local/foomatic-filters 1:4.0.7_20110707-1
    Foomatic - Filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format.
local/foxtrotgps 1.0.0-1
    a lightweight and fast mapping application (fork of tangoGPS)
local/freeglut 2.6.0-1
    Provides functionality for small OpenGL programs
local/freeimage 3.15.0-1
    Library project for developers who would like to support popular graphics image formats.
local/freetype2 2.4.6-1
    TrueType font rendering library
local/fribidi 0.19.2-1
    A Free Implementation of the Unicode Bidirectional Algorithm
local/fuse 2.8.5-1
    A library that makes it possible to implement a filesystem in a userspace program.
local/gawk 4.0.0-1 (base)
    GNU version of awk
local/gc 7.1-3
    A garbage collector for C and C++
local/gcal 3.01-4
    Gcal displays hybrid and proleptic Julian and Gregorian calendar sheets
local/gcc 4.6.1-2 (base-devel)
    The GNU Compiler Collection - C and C++ frontends
local/gcc-libs 4.6.1-2 (base)
    Runtime libraries shipped by GCC
local/gconf 2.32.4-1
    A configuration database system
local/gd 2.0.36RC1-3
    Library for the dynamic creation of images by programmers
local/gdb 7.3-2
    The GNU Debugger
local/gdbm 1.8.3-8
    GNU database library
local/gdeskcal 1.01-3
    gDeskCal is a cute little eye-candy calendar for your desktop.
local/gdeskcal-skins 0.56_3-1
    Common extra skins for gDeskcal
local/gdk-pixbuf 0.22.0-7
    Image loading and manipulation library
local/gdk-pixbuf2 2.23.5-1
    An image loading library for gtk2
local/geeqie 1.0-5
    A lightweight image browser and viewer (fork of GQview)
local/gegl 0.1.6-1
    Graph based image processing framework
local/gen-init-cpio 2.6.36-1
    Program to compress initramfs images
local/geoip 1.4.7-1
    Non-DNS IP-to-country resolver C library & utils
local/gettext 0.18.1.1-3 (base)
    GNU internationalization library
local/ghostscript 9.02-2
    An interpreter for the PostScript language
local/giblib 1.2.4-4
    Giblib is a library that feh uses as a wrapper to imlib2
local/giflib 4.1.6-4
    A library for reading and writing gif images
local/gimp 2.6.11-6
    GNU Image Manipulation Program
local/glew 1.6.0-1
    The OpenGL Extension Wrangler Library
local/glib 1.2.10-8
    Common C routines used by Gtk+ and other libs
local/glib2 2.28.8-1
    Common C routines used by GTK+ and other libs
local/glibc 2.14-4 (base)
    GNU C Library
local/glibmm 2.28.2-1
    Glib-- (glibmm) is a C++ interface for glib
local/glib-networking 2.28.7-1
    Network-related giomodules for glib
local/glib-perl 1.223-3
    Perl wrappers for glib 2.x, including GObject
local/glproto 1.4.14-1
    X11 OpenGL extension wire protocol
local/gmp 5.0.2-2
    A free library for arbitrary precision arithmetic
local/gnome-doc-utils 0.20.6-1
    Documentation utilities for Gnome
local/gnutls 2.12.7-2
    A library which provides a secure layer over a reliable transport layer
local/gobject-introspection 0.10.8-1
    Introspection system for GObject-based libraries
local/gparted 0.9.0-3
    A Partition Magic clone, frontend to GNU Parted
local/gpm 1.20.6-6
    A mouse server for the console and xterm
local/gpsd 2.96-1
    GPS daemon and library to support USB/serial GPS devices
local/graphviz 2.28.0-4
    Graph visualization software
local/grep 2.9-1 (base)
    A string search utility
local/groff 1.21-1
    GNU troff text-formatting system
local/gsettings-desktop-schemas 3.0.1-2
    Shared GSettings schemas for the desktop
local/gsfonts 1.0.7pre44-2
    Ghostscript standard Type1 fonts from URW
local/gsl 1.15-1
    The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers
local/gstreamer0.10 0.10.35-1
    GStreamer Multimedia Framework
local/gstreamer0.10-bad 0.10.22-1 (gstreamer0.10-plugins)
    GStreamer Multimedia Framework Bad Plugin libraries (gst-plugins-bad)
local/gstreamer0.10-base 0.10.34-1
    GStreamer Multimedia Framework Base plugin libraries
local/gstreamer0.10-base-plugins 0.10.34-1 (gstreamer0.10-plugins)
    GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
local/gstreamer0.10-good 0.10.29-1
    GStreamer Multimedia Framework Good plugin libraries
local/gstreamer0.10-python 0.10.21-1
    Python bindings for GStreamer 0.10
local/gthumb 2.13.2-1
    Image browser and viewer for the GNOME Desktop
local/gtk 1.2.10-10
    The GTK+ toolkit
local/gtk2 2.24.5-3
    The GTK+ Toolkit (v2)
local/gtk2-perl 1.222-3
    Gtk2-Perl allows Perl developers to write GTK+ 2.x applications.
local/gtk3 3.0.12-1
    The GTK+ Toolkit (v3)
local/gtkmm 2.24.2-1
    C++ bindings for gtk2
local/gtkspell 2.0.16-1
    GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget
local/gtk-update-icon-cache 2.24.5-3
    The GTK+ update icon cache tool
local/gv 3.7.2-1
    A program to view PostScript and PDF documents
local/gzip 1.4-2 (base)
    GNU compression utility
local/hal 0.5.14-6
    Hardware Abstraction Layer
local/hal-cups-utils 0.6.19-2
    Cups management via HAL UDIs
local/hal-info 0.20091130-1
    Hardware Abstraction Layer information files
local/hd2u 1.0.3-3
    Dos2Unix text file converter
local/hdparm 9.37-1
    A shell utility for manipulating Linux IDE drive/driver parameters
local/hicolor-icon-theme 0.12-1
    Freedesktop.org Hicolor icon theme
local/hostapd 0.7.3-5
    daemon for wireless software access points
local/hplip 3.11.7-1
    Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet
local/htop 0.9-2
    Interactive process viewer
local/hunspell 1.3.2-1
    Spell checker and morphological analyzer library and program
local/iana-etc 2.30-2
    /etc/protocols and /etc/services provided by IANA
local/icu 4.8.1-1
    International Components for Unicode library
local/idnkit 1.0-1
    Provides functionalities about Internationalized Domain Name processing
local/ifplugd 0.28-7
    A daemon which brings up/down network interfaces upon cable insertion/removal.
local/imagemagick 6.7.1.0-1
    An image viewing/manipulation program
local/imlib2 1.4.4-1
    Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support
local/inetutils 1.8-3
    A collection of common network programs
local/inkscape 0.48.2-1
    Vector graphics editor using the SVG file format
local/inputproto 2.0.2-1
    X11 Input extension wire protocol
local/intltool 0.41.1-2
    The internationalization tool collection
local/iproute2 2.6.39-1
    IP Routing Utilities
local/iptables 1.4.12-2
    A Linux kernel packet control tool
local/isl 0.06-1
    Library for manipulating sets and relations of integer points bounded by linear constraints
local/iw 0.9.22-1
    nl80211 based CLI configuration utility for wireless devices
local/jack 0.121.2-2
    A low-latency audio server
local/jasper 1.900.1-6
    A software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard
local/jdk 7-2
    Oracle's Java Development Kit
local/jre 7-2
    Oracle's Java Runtime Environment
local/json-glib 0.12.6-1
    JSON library built on GLib
local/kbproto 1.0.5-1
    X11 XKB extension wire protocol
local/keyutils 1.5.2-1
    Linux Key Management Utilities
local/kismet 2011_03_R2-2
    802.11 layer2 wireless network detector, sniffer, and intrusion detection system
local/krb5 1.9.1-3
    The Kerberos network authentication system
local/ladspa 1.13-2
    Linux Audio Developer's Simple Plugin API (LADSPA)
local/lame 3.98.4-1
    An MP3 encoder and graphical frame analyzer
local/lcms 1.19-1
    Lightweight color management development library/engine
local/lcms2 2.2-1
    Small-footprint color management engine, version 2
local/lesstif 0.95.2-2
    LGPL'd re-implementation of Motif
local/libao 1.1.0-1
    A cross-platform audio output library and plugins
local/libarchive 2.8.4-2
    library that can create and read several streaming archive formats
local/libart-lgpl 2.3.21-1
    A library for high-performance 2D graphics
local/libass 0.9.13-1
    A portable library for SSA/ASS subtitles rendering
local/libasyncns 0.8-3
    A C library for Linux/Unix for executing name service queries asynchronously
local/libcap 2.22-1
    POSIX 1003.1e capabilities
local/libcddb 1.3.2-2
    Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org).
local/libcdio 0.82-1
    GNU Compact Disc Input and Control Library
local/libcroco 0.6.2-1
    GNOME CSS2 parsing and manipulation toolkit
local/libcups 1.4.8-1
    The CUPS Printing System - client libraries and headers
local/libdaemon 0.14-1
    A lightweight C library which eases the writing of UNIX daemons
local/libdatrie 0.2.4-1
    Implementation of double-array structure for representing trie, as proposed by Junichi Aoe.
local/libdca 0.0.5-2
    Free library for decoding DTS Coherent Acoustics streams
local/libdmx 1.1.1-1
    X11 Distributed Multihead extension library
local/libdrm 2.4.26-1
    Userspace interface to kernel DRM services
local/libdv 1.0.0-3
    The Quasar DV codec (libdv) is a software codec for DV video
local/libdvbpsi 0.2.0-1
    A library designed for decoding and generation of MPEG TS and DVB PSI tables
local/libdvdcss 1.2.10-2
    A portable abstraction library for DVD decryption
local/libdvdnav 4.1.3-2
    The library for xine-dvdnav plugin.
local/libdvdread 4.1.3-2
    Provides a simple foundation for reading DVD video disks
local/libebml 1.2.1-1
    Extensible Binary Meta Language library
local/libevent 2.0.12-1
    An event notification library
local/libexif 0.6.20-1
    A library to parse an EXIF file and read the data from those tags
local/libfetch 2.33-3
    URL based download library
local/libffi 3.0.9-1
    A portable, high level programming interface to various calling conventions.
local/libfontenc 1.1.0-1
    X11 font encoding library
local/libfs 1.0.3-1
    X11 Font Services Library
local/libgcrypt 1.5.0-1
    a general purpose crypto library based on the code used
local/libgl 7.11-1
    Mesa 3-D graphics library and DRI software rasterizer
local/libglade 2.6.4-2
    Allows you to load glade interface files in a program at runtime
local/libglapi 7.11-1
    free implementation of the GL API -- shared library. The Mesa GL API module is responsible for dispatching all the gl* functions
local/libgnomecanvas 2.30.3-1
    The GNOME Canvas library
local/libgnome-keyring 3.0.3-1
    GNOME keyring client library
local/libgpg-error 1.10-1
    Support library for libgcrypt
local/libgraphite 2.3.1-1
    SILGraphite - a "smart font" rendering engine - the libs and headers
local/libgsf 1.14.21-1
    The GNOME Structured File Library is a utility library for reading and writing structured file formats
local/libgssglue 0.3-1
    Exports a gssapi interface which calls other random gssapi libraries
local/libice 1.0.7-1
    X11 Inter-Client Exchange library
local/libid3tag 0.15.1b-6
    library for id3 tagging
local/libidl2 0.8.14-1
    A front-end for CORBA 2.2 IDL and Netscape's XPIDL
local/libidn 1.22-1
    Implementation of the Stringprep, Punycode and IDNA specifications
local/libjpeg-turbo 1.1.1-3
    libjpeg derivative with accelerated baseline JPEG compression and decompression
local/libldap 2.4.26-3
    Lightweight Directory Access Protocol (LDAP) client libraries
local/libmad 0.15.1b-5
    A high-quality MPEG audio decoder
local/libmatroska 1.2.0-1
    Matroska library
local/libmng 1.0.10-3
    A collection of routines used to create and manipulate MNG format graphics files
local/libmodplug 0.8.8.3-1
    A MOD playing library
local/libmpc 0.9-1
    Library for the arithmetic of complex numbers with arbitrarily high precision
local/libmpcdec 1.2.6-2
    Musepack decoding library
local/libmpeg2 0.5.1-3
    Library for decoding MPEG-1 and MPEG-2 video streams.
local/libmtp 1.1.0-1
    library implementation of the Media Transfer Protocol
local/libmysqlclient 5.5.15-1
    MySQL client libraries
local/libnice 0.1.0-1
    An implementation of the IETF's draft ICE (for p2p UDP data streams)
local/libnl 1.1-2
    Library for applications dealing with netlink sockets
local/libnotify 0.7.3-1
    Desktop notification library
local/libogg 1.2.2-1
    Ogg bitstream and framing library
local/libotf 0.9.12-1
    OpenType Font library
local/libpcap 1.1.1-2
    A system-independent interface for user-level packet capture
local/libpciaccess 0.12.1-1
    X11 PCI access library
local/libpipeline 1.2.0-1 (base)
    a C library for manipulating pipelines of subprocesses in a flexible and convenient way
local/libpng 1.4.8-1
    A collection of routines used to create PNG format graphics files
local/libpng12 1.2.46-2
    A collection of routines used to create PNG format graphics files
local/libproxy 0.4.7-1
    A library that provides automatic proxy configuration management
local/libpulse 0.9.23-1
    A featureful, general-purpose sound server (client library)
local/librsvg 2.34.0-1
    SAX-based renderer for SVG files into a GdkPixbuf
local/libsamplerate 0.1.7-2
    Secret Rabbit Code - aka Sample Rate Converter for audio
local/libsasl 2.1.23-7
    Cyrus Simple Authentication Service Layer (SASL) Library
local/libshout 2.2.2-3
    Library for accessing a shoutcast/icecast server
local/libsigc++ 2.2.10-1
    Libsigc++ implements a full callback system for use in widget libraries - V2
local/libsigsegv 2.6-1
    Page fault detection library
local/libsm 1.2.0-1
    X11 Session Management library
local/libsndfile 1.0.25-1
    A C library for reading and writing files containing sampled sound
local/libsoup 2.34.3-1
    GNOME HTTP Library - base library
local/libsoup-gnome 2.34.3-1
    GNOME HTTP Library - GNOME libraries
local/libssh2 1.2.7-2
    A library implementing the SSH2 protocol as defined by Internet Drafts
local/libstdc++5 3.3.6-3
    GNU Standard C++ library version 3
local/libtasn1 2.9-1
    The ASN.1 library used in GNUTLS
local/libthai 0.1.15-1
    Thai language support routines
local/libtheora 1.1.1-1
    An open video codec developed by the Xiph.org
local/libtiff 3.9.5-1
    Library for manipulation of TIFF images
local/libtirpc 0.2.2-2
    Transport Independent RPC library (SunRPC replacement)
local/libtool 2.4-4 (base-devel)
    A generic library support script
local/libtorrent 0.12.9-1
    BitTorrent library written in C++
local/libunique 1.1.6-4
    Library for writing single instance applications
local/libupnp 1.6.13-1
    Portable Open Source UPnP Development Kit
local/libusb 1.0.8-1
    Library to enable user space application programs to communicate with USB devices.
local/libusb-compat 0.1.3-1
    Library to enable user space application programs to communicate with USB devices
local/libva 1.0.14-1
    Video Acceleration (VA) API for Linux
local/libvdpau 0.4.1-1
    Nvidia VDPAU library
local/libvisual 0.4.0-3
    Abstraction library that comes between applications and audio visualisation plugins
local/libvorbis 1.3.2-1
    Vorbis codec library
local/libvpx 0.9.7-1
    The VP8 Codec SDK
local/libwebkit 1.4.2-1
    An opensource web content engine (for GTK2)
local/libwmf 0.2.8.4-8
    A library for reading vector images in Microsoft's native Windows Metafile Format (WMF)
local/libx11 1.4.4-1
    X11 client-side library
local/libx86 1.1-2
    Provides an lrmi interface that works on x86, am64 and alpha
local/libxau 1.0.6-1
    X11 authorisation library
local/libxaw 1.0.9-1
    X11 Athena Widget library
local/libxcb 1.7-2
    X11 client-side library
local/libxcomposite 0.4.3-1
    X11 Composite extension library
local/libxcursor 1.1.12-1
    X cursor management library
local/libxdamage 1.1.3-1
    X11 damaged region extension library
local/libxdmcp 1.1.0-1
    X11 Display Manager Control Protocol library
local/libxext 1.3.0-1
    X11 miscellaneous extensions library
local/libxfixes 5.0-1
    X11 miscellaneous 'fixes' extension library
local/libxfont 1.4.3-1
    X11 font rasterisation library
local/libxft 2.2.0-1
    FreeType-based font drawing library for X
local/libxi 1.4.3-1
    X11 Input extension library
local/libxinerama 1.1.1-1
    X11 Xinerama extension library
local/libxkbfile 1.0.7-1
    X11 keyboard file manipulation library
local/libxml2 2.7.8-1
    XML parsing library, version 2
local/libxmu 1.1.0-1
    X11 miscellaneous micro-utility library
local/libxp 1.0.1-2
    X11 X Print Library
local/libxpm 3.5.9-1
    X11 pixmap library
local/libxrandr 1.3.2-1
    X11 RandR extension library
local/libxrender 0.9.6-1
    X Rendering Extension client library
local/libxslt 1.1.26-2
    XML stylesheet transformation library
local/libxss 1.2.1-1
    X11 Screen Saver extension library
local/libxt 1.1.1-1
    X11 toolkit intrinsics library
local/libxtst 1.2.0-1
    X11 Testing -- Resource extension library
local/libxv 1.0.6-1
    X11 Video extension library
local/libxvmc 1.0.6-1
    X11 Video Motion Compensation extension library
local/libxxf86dga 1.1.2-1
    X11 Direct Graphics Access extension library
local/libxxf86vm 1.1.1-1
    X11 XFree86 video mode extension library
local/linux 3.0.1-1 (base)
    The Linux Kernel and modules
local/linux-api-headers 2.6.39.1-1
    Kernel headers sanitized for use in userspace
local/linux-atm 2.5.1-2
    Drivers and tools to support ATM networking under Linux.
local/linux-firmware 20110727-1
    Firmware files for Linux
local/lsdvd 0.16-5
    A C application for reading the contents of a DVD and printing the contents to your terminal
local/lsof 4.84-3
    Lists open files for running Unix processes
local/ltrace 0.5.3-2
    A debugging program which runs a specified command until it exits
local/lua 5.1.4-6
    A powerful light-weight programming language designed for extending applications.
local/luvcview 20070512-3
    Viewer for usb-uvc-cameras
local/lyx 2.0.0-3
    An advanced open-source document processor.
local/lzo2 2.05-1
    Portable lossless data compression library
local/m4 1.4.16-1 (base-devel)
    The GNU macro processor
local/make 3.82-3 (base-devel)
    GNU make utility to maintain groups of programs
local/man-db 2.6.0.2-2 (base)
    A utility for reading man pages
local/mcpp 2.7.2-2
    Matsui's CPP implementation precisely conformed to standards
local/mdf2iso 0.3.0-4
    Converts Alcohol 120% .mdf files into .iso files
local/meld 1.5.2-1
    Visual diff and merge tool
local/mercurial 1.9.1-1
    A scalable distributed SCM tool
local/mesa 7.11-1
    Mesa 3-D graphics libraries and include files
local/mesa-demos 8.0.1-1
    Mesa demos and tools
local/midori 0.4.0-1
    A lightweight web browser based on Gtk WebKit
local/mime-types 8-1
    Provides /etc/mime.types
local/mjpegtools 1.9.0-4
    Set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video
local/mkinitcpio 0.7.2-1
    Modular initramfs image creation utility
local/mkinitcpio-busybox 1.18.4-1
    base initramfs tools
local/mldonkey 3.0.7-3
    A multi-network P2P client
local/mlocate 0.24-1
    Faster merging drop-in for slocate
local/moc 20110528-3
    An ncurses console audio player with support for the mp3, ogg, and wave formats
local/module-init-tools 3.16-1
    utilities needed by Linux systems for managing loadable kernel modules
local/mozilla-common 1.4-1
    Common Initialization Profile for Mozilla.org products
local/mpfr 3.0.1.p4-1
    Multiple-precision floating-point library
local/mpg123 1.13.3-2
    A console based real time MPEG Audio Player for Layer 1, 2 and 3
local/mtools 4.0.17-1
    A collection of utilities to access MS-DOS disks
local/mysql 5.5.15-1
    A fast SQL database server
local/mysql-clients 5.5.15-1
    MySQL client tools
local/ncurses 5.9-1
    System V Release 4.0 curses emulation library
local/neon 0.29.6-2
    HTTP and WebDAV client library with a C interface
local/netcfg 2.6.6-1
    Network configuration and profile scripts
local/net-snmp 5.6.1-3
    A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6
local/nettle 2.1-1
    A low-level cryptographic library
local/net-tools 1.60-18
    Configuration tools for Linux networking
local/nmap 5.51-1
    A network exploration tool and security/port scanner
local/nspr 4.8.8-1
    Netscape Portable Runtime
local/nss 3.12.10-1
    Mozilla Network Security Services
local/ntfs-3g 2011.4.12-1
    Stable read and write NTFS driver
local/ntfsprogs 2011.4.12-1
    NTFS filesystem utilities
local/ntp 4.2.6.p3-3
    NTP (Network Time Protocol) tries to keep servers in sync
local/obconf 2.0.3-4
    A GTK2 based configuration tool for the Openbox windowmanager
local/obexfs 0.12-2
    FUSE based filesystem using ObexFTP (currently beta).
local/obexftp 0.23-4
    A tool for transfer files to/from any OBEX enabled device
local/obextool 0.35-2
    A front-end of obexftp
local/ogmtools 1.5-3
    Tools that allow information about, extraction from or creation of OGG media streams (OGM)
local/ois 1.3-1
    Object Oriented Input System
local/openbox 3.4.11.2-2 (lxde)
    A window manager for the X11 windowing system
local/openbox-themes 1.0.2-1
    Various themes for the Openbox window manager
local/opencore-amr 0.1.2-1
    Open source implementation of the Adaptive Multi Rate (AMR) speech codec
local/openjpeg 1.3-3
    An open source JPEG 2000 codec
local/openobex 1.5-2
    Implementation of the OBject EXchange (OBEX) protocol
local/openslp 1.2.1-3
    Open-source implementation of Service Location Protocol
local/openssl 1.0.0.d-1
    The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
local/openssl-compatibility 0.9.8-3
    libssl and libcrypto 0.9.8 libs
local/orbit2 2.14.19-1
    Thin/fast CORBA ORB
local/orc 0.4.14-1
    The Oild Runtime Compiler
local/p7zip 9.20.1-4
    Command-line version of the 7zip compressed file archiver
local/package-query 0.8.1-1
    Query ALPM and AUR
local/pacman 3.5.3-1 (base)
    A library-based package manager with dependency support
local/pacman-mirrorlist 20110703-1
    Arch Linux mirror list for use by pacman
local/pam 1.1.4-1
    PAM (Pluggable Authentication Modules) library
local/pango 1.28.4-3
    A library for layout and rendering of text
local/pangomm 2.28.1-1
    C++ bindings for pango
local/pango-perl 1.221-4
    Perl bindings for Pango
local/parted 3.0-3
    A program for creating, destroying, resizing, checking and copying partitions
local/patch 2.6.1-2 (base-devel)
    A utility to apply patch files to original sources
local/pciutils 3.1.7-4 (base)
    PCI bus configuration space access library and tools
local/pcre 8.12-1
    A library that implements Perl 5-style regular expressions
local/pdfedit 0.4.5-1
    Full featured editor for manipulating PDF documents
local/perl 5.14.1-3 (base)
    A highly capable, feature-rich programming language
local/perl-anyevent 1:5.34-1
    Framework for multiple event loops
local/perl-event 1.17-1
    Framework for GUI events
local/perl-event-execflow 0.64-2
    Framework for perl-events
local/perl-gtk2-ex-formfactory 0.66-2
    Framework for perl-gtk2 development
local/perl-libintl-perl 1.20-3
    Perl Module: Localization support
local/perl-xml-parser 2.41-1
    Expat-based XML parser module for perl
local/pixman 0.22.2-1
    Pixman library
local/pkg-config 0.26-1 (base-devel)
    A system for managing library compile/link flags
local/plotutils 2.6-1
    Set of utilities and libraries for plotting.
local/pm-quirks 0.20100619-1
    Quirks data for pm-utils
local/pmtools 20101124-1
    A small collection of ACPI power management test and investigation tools
local/pm-utils 1.4.1-3
    Utilities and scripts for suspend and hibernate power management
local/polkit 0.101-2
    Application development toolkit for controlling system-wide privileges
local/poppler 0.16.7-1
    PDF rendering library based on xpdf 3.0
local/poppler-data 0.4.4-1
    Encoding data for the poppler PDF rendering library
local/poppler-glib 0.16.7-1
    Poppler glib bindings
local/popt 1.16-3
    A commandline option parser
local/potrace 1.9-2
    Utility for tracing a bitmap. Input: PBM, PGM, PPM, or BMP. Output: EPS, PostScript, PDF, SVG, Xfig, Gimppath, or PGM.
local/powertop 1.13-2
    Tool that finds the software that makes your laptop use more power than necessary
local/ppl 0.11.2-1
    A modern library for convex polyhedra and other numerical abstractions.
local/ppp 2.4.5-2 (base)
    A daemon which implements the Point-to-Point Protocol for dial-up networking
local/printproto 1.0.5-1
    X11 print extension wire protocol
local/procps 3.2.8-4 (base)
    Utilities for monitoring your system and processes on your system
local/profont 1-1
    A small bitmap font which is absolutely great for programming.
local/psmisc 22.14-1 (base)
    Miscellaneous procfs tools
local/pstoedit 3.50-4
    Translates PostScript and PDF graphics into other vector formats
local/pth 2.0.7-3
    The GNU Portable Threads.
local/pycups 1.9.58-1
    Python CUPS Bindings
local/pygobject 2.28.6-1
    Python 2 bindings for GObject
local/pygobject-devel 2.28.6-1
    Development files for the pygobject bindings
local/pygtk 2.24.0-2
    Python bindings for the GTK widget set
local/pysmbc 1.0.11-1
    Python bindings for libsmbclient
local/python 3.2.1-1
    Next generation of the python high-level scripting language
local/python2 2.7.2-2
    A high-level scripting language
local/python2-cairo 1.10.0-1
    Python2 bindings for the cairo graphics library
local/python-urwid 0.9.9.1-2
    Urwid is a curses-based user interface library.
local/pyxdg 0.19-2
    Python library to access freedesktop.org standards.
local/pyxml 0.8.4-8
    Python XML parsing library
local/qcad 2.0.5.0-8
    A 2D CAD package based upon Qt
local/qt 4.7.3-3
    A cross-platform application and UI framework
local/qt3 3.3.8-20
    The QT3 gui toolkit
local/randrproto 1.3.2-1
    X11 RandR extension wire protocol
local/raptor 2.0.4-1
    A C library that parses RDF/XML/N-Triples into RDF triples
local/raptor1 1.4.21-3
    A C library that parses RDF/XML/N-Triples into RDF triples - old V1 api for compatibility
local/rar 4.0.1-1
    A command-line port of the rar compression utility (FINAL VERSION 28 May 2011)
local/rarian 0.8.1-1
    Documentation meta-data library, designed as a replacement for Scrollkeeper.
local/rasqal 1:0.9.26-1
    A free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings
local/readline 6.2.001-2
    GNU readline library
local/recode 3.6-6
    Converts files between various character sets and usages
local/recordproto 1.14.1-1
    X11 Record extension wire protocol
local/redland 1:1.0.14-1
    Library that provides a high-level interface to RDF data
local/renderproto 0.11.1-1
    X11 Render extension wire protocol
local/rfkill 0.4-2
    A tool for enabling and disabling wireless devices
local/rox 2.10-2
    A small and fast file manager which can optionally manage the desktop background and panels
local/rsync 3.0.8-2
    A file transfer program to keep remote files in sync
local/rtmpdump 2.4-1
    A tool to download rtmp streams
local/rtorrent 0.8.9-2
    Ncurses BitTorrent client based on libTorrent
local/run-parts 3.4.4-1
    run scripts or programs in a directory
local/schroedinger 1.0.10-1
    An implemenation of the Dirac video codec in ANSI C code
local/scrnsaverproto 1.2.1-1
    X11 Screen Saver extension wire protocol
local/sdl 1.2.14-6
    A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard
local/sdl_image 1.2.10-2
    A simple library to load images of various formats as SDL surfaces
local/sdl_ttf 2.0.10-1
    A library that allows you to use TrueType fonts in your SDL applications
local/sed 4.2.1-3 (base)
    GNU stream editor
local/shadow 4.1.4.3-2 (base)
    Password and account management tool suite with support for shadow files and PAM
local/shared-mime-info 0.90-1
    Freedesktop.org Shared MIME Info
local/skype 2.2.0.35-1
    P2P software for high-quality voice communication
local/slock 0.9-6
    A simple screen locker for X
local/smbclient 3.5.11-1
    Tools to access a server's filespace and printers via SMB
local/snack 2.2.10-10
    The Snack Sound Toolkit (Tcl)
local/soqt 1.5.0-3
    SoQt is a library which provides the glue between Coin and Qt.
local/soundtouch 1.5.0-1
    An audio processing library
local/speex 1.2rc1-1.1
    A free codec for free speech
local/sqlite3 3.7.7.1-1
    A C library that implements an SQL database engine
local/startup-notification 0.12-1
    Monitor and display application startup
local/strace 4.6-1
    A useful diagnositic, instructional, and debugging tool
local/subversion 1.6.17-6
    A Modern Concurrent Version Control System
local/sudo 1.8.1.p2-1
    Give certain users the ability to run some commands as root
local/sysfsutils 2.1.0-6 (base)
    System Utilities Based on Sysfs
local/system-config-printer-common 1.3.5-2
    Pygtk CUPS Configuration
local/t1lib 5.1.2-2
    Library for generating character- and string-glyphs from Adobe Type 1 fonts
local/tablelist 4.12-1
    A library for Tcl/Tk 8.0 or higher
local/taglib 1.7-3
    A Library for reading and editing the meta-data of several popular audio formats
local/talloc 2.0.5-1
    A hierarchical pool based memory allocator with destructors
local/tangogps 0.99.3-1
    TangoGPS is a lightweight and fast mapping application
local/tar 1.26-1 (base)
    Utility used to store, backup, and transport files
local/tcl 8.5.10-1
    The Tcl scripting language
local/tcpdump 4.1.1-2
    A tool for network monitoring and data acquisition
local/tcp_wrappers 7.6-12 (base)
    Monitors and Controls incoming TCP connections
local/tdb 1.2.9-1
    A Trivia Database similar to GDBM but allows simultaneous commits
local/terminus-font 4.32-1
    A superb, monospace bitmap font (for X11 and console)
local/texinfo 4.13a-5 (base)
    Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file
local/texlive-bibtexextra 2010.22146-1 (texlive-most)
    TeX Live - Additional BibTeX styles and bibliography databases
local/texlive-bin 2010.1-8
    TeX Live binaries
local/texlive-core 2010.22154-1 (texlive-most)
    TeX Live core distribution
local/texlive-formatsextra 2010.22089-1 (texlive-most)
    TeX Live - collection of extra TeX 'formats'
local/texlive-latexextra 2010.22155-1 (texlive-most)
    TeX Live - Large collection of add-on packages for LaTeX
local/texlive-pictures 2010.22101-1 (texlive-most)
    TeX Live - Packages for drawings graphics
local/tint2 0.11-4
    A basic, good-looking task manager for WMs
local/tk 8.5.10-1
    A windowing toolkit for use with tcl
local/tls 1.6-3
    OpenSSL extension to Tcl
local/tomcat 5.5.33-1
    Servlet container for Java Servlet and JavaServer Pages
local/transcode 1.1.5-5
    A video/DVD ripper and encoder for the terminal/console
local/ttf-bitstream-vera 1.10-7
    Bitstream vera fonts
local/ttf-dejavu 2.33-1
    Font family based on the Bitstream Vera Fonts with a wider range of characters
local/ttf-freefont 20100919-1
    A set of free high-quality TrueType fonts covering the UCS character set
local/ttf-linux-libertine 5.1.3-1
    Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large Unicode coverage
local/ttf-ms-fonts 2.0-3
    Core TTF Fonts from Microsoft
local/tzdata 2011h-1
    Sources for time zone and daylight saving time data
local/udev 173-3 (base)
    The userspace dev tools (udev)
local/units 1.88-2
    converts between different units
local/unixodbc 2.3.0-1
    ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources
local/unrar 4.0.7-1
    The RAR uncompression program
local/unzip 6.0-5
    Unpacks .zip archives such as those made by PKZIP
local/usbutils 003-1 (base)
    USB Device Utilities
local/util-linux 2.19.1-2 (base)
    Miscellaneous system utilities for Linux
local/v4l-utils 0.8.4-1
    Userspace tools and conversion library for Video 4 Linux
local/valgrind 3.6.1-2
    A tool to help find memory-management problems in programs
local/vbetool 1.1-1
    vbetool uses lrmi in order to run code from the video BIOS
local/videoproto 2.3.1-1
    X11 Video extension wire protocol
local/viking 1.1-2
    GTK+2 application to manage GPS data
local/vim 7.3.266-1
    Vi Improved, a highly configurable, improved version of the vi text editor
local/vim-runtime 7.3.266-1
    Runtime for vim and gvim
local/vlc 1.1.11-3
    A multi-platform MPEG, VCD/DVD, and DivX player
local/vorbis-tools 1.4.0-2
    Extra tools for Ogg-Vorbis
local/wget 1.12-7 (base)
    A network utility to retrieve files from the Web
local/which 2.20-4 (base)
    A utility to show the full path of commands
local/whois 5.0.11-1
    The whois client by Marco d'Itri
local/wicd 1.7.0-10
    Wired and wireless network manager for Linux
local/wireless_tools 29-4
    Wireless Tools
local/wireshark-cli 1.6.1-1
    A free network protocol analyzer for Unix/Linux and Windows - CLI version
local/wireshark-gtk 1.6.1-1
    A free network protocol analyzer for Unix/Linux and Windows - GTK frontend
local/wpa_actiond 1.1-2
    Daemon that connects to wpa_supplicant and handles connect and disconnect events
local/wpa_supplicant 0.7.3-3 (base)
    A utility providing key negotiation for WPA wireless networks
local/wvdial 1.61-3
    A dialer program to connect to the Internet
local/wvstreams 4.6.1-2
    A network programming library written in C++
local/wxgtk 2.8.12.1-1
    GTK+ implementation of wxWidgets API for GUI
local/x264 20110617-1
    free library for encoding H264/AVC video streams
local/xautolock 2.2-2
    An automatic X screen-locker/screen-saver
local/xaw3d 1.5E-3
    Three-D Athena widgets
local/xbitmaps 1.1.1-1
    X.org Bitmap files
local/xcb-proto 1.6-2
    XML-XCB protocol descriptions
local/xcb-util 0.3.6-1
    Utility libraries for XC Binding
local/xcompmgr 1.1.5-1
    Composite Window-effects manager for X.org
local/xdg-utils 1.1.0rc1-3
    Command line tools that assist applications with a variety of desktop integration tasks
local/xextproto 7.2.0-1
    X11 various extension wire protocol
local/xf86dgaproto 2.1-1
    X11 Direct Graphics Access extension wire protocol
local/xf86-input-acecad 1.5.0-1 (xorg-drivers xorg)
    X.Org acecad tablet input driver
local/xf86-input-aiptek 1.4.1-1 (xorg-drivers xorg)
    X.Org Aiptek USB Digital Tablet input driver
local/xf86-input-elographics 1.2.4-2 (xorg-input-drivers)
    X.org Elographics TouchScreen input driver
local/xf86-input-evdev 2.6.0-3 (xorg-drivers xorg)
    X.org evdev input driver
local/xf86-input-fpit 1.3.0-6 (xorg-input-drivers)
    X.Org Fujitsu Stylistic Tablet PC input driver
local/xf86-input-hyperpen 1.3.0-5 (xorg-input-drivers)
    X.Org HyperPen Tablet input driver
local/xf86-input-joystick 1.6.0-1 (xorg-drivers xorg)
    X.Org Joystick input driver
local/xf86-input-keyboard 1.6.0-2 (xorg-drivers xorg)
    X.Org keyboard input driver
local/xf86-input-mouse 1.7.1-1 (xorg-drivers xorg)
    X.org mouse input driver
local/xf86-input-mutouch 1.2.1-6 (xorg-input-drivers)
    X.org mutouch input driver
local/xf86-input-penmount 1.4.1-3 (xorg-input-drivers)
    X.org penmount input driver
local/xf86-input-synaptics 1.4.1-1 (xorg-drivers xorg)
    Synaptics driver for notebook touchpads
local/xf86-input-vmmouse 12.7.0-2 (xorg-drivers xorg)
    X.org VMWare Mouse input driver
local/xf86-input-void 1.4.0-1 (xorg-drivers xorg)
    X.org void input driver
local/xf86-video-ati 6.14.2-1 (xorg-drivers xorg)
    X.org ati video driver
local/xf86-video-fbdev 0.4.2-4 (xorg-drivers xorg)
    X.org framebuffer video driver
local/xf86-video-vesa 2.3.0-5 (xorg-drivers xorg)
    X.org vesa video driver
local/xf86vidmodeproto 2.3.1-1
    X11 Video Mode extension wire protocol
local/xine-lib 1.1.19-3
    A multimedia playback engine
local/xineramaproto 1.2.1-1
    X11 Xinerama extension wire protocol
local/xkeyboard-config 2.2.1-1
    X keyboard configuration files
local/xlockmore 5.33-2
    screen saver / locker for the X Window System
local/xmlrpc-c 1858-1
    This library provides a modular implementation of XML-RPC for C and C++
local/xorg-bdftopcf 1.0.3-1 (xorg xorg-apps)
    Convert X font from Bitmap Distribution Format to Portable Compiled Format
local/xorg-docs 1.6-1 (xorg)
    X.org documentations
local/xorg-fonts-100dpi 1.0.1-3 (xorg)
    X.org 100dpi fonts
local/xorg-fonts-75dpi 1.0.1-3 (xorg)
    X.org 75dpi fonts
local/xorg-fonts-alias 1.0.2-1
    X.org font alias files
local/xorg-fonts-encodings 1.0.4-1 (xorg-fonts xorg)
    X.org font encoding files
local/xorg-fonts-misc 1.0.1-1
    X.org misc fonts
local/xorg-font-util 1.2.0-1 (xorg-fonts xorg)
    X.Org font utilities
local/xorg-font-utils 7.6-2
    Transitional package depending on xorg font utilities
local/xorg-iceauth 1.0.5-1 (xorg-apps xorg)
    ICE authority file utility
local/xorg-luit 1.1.0-2 (xorg xorg-apps)
    Filter that can be run between an arbitrary application and
local/xorg-mkfontdir 1.0.6-2 (xorg xorg-apps)
    Create an index of X font files in a directory
local/xorg-mkfontscale 1.0.9-1 (xorg-apps xorg)
    Create an index of scalable font files for X
local/xorg-res-utils 1.0.3-3 (xorg)
    X.Org X11 resource utilities
local/xorg-server 1.10.3-2 (xorg)
    Xorg X server
local/xorg-server-common 1.10.3-2
    Xorg server common files
local/xorg-server-utils 7.6-2
    Transition package depending on xorg server utilities
local/xorg-sessreg 1.0.6-2 (xorg-apps xorg)
    Register X sessions in system utmp/utmpx databases
local/xorg-setxkbmap 1.2.0-2 (xorg-apps xorg)
    Set the keyboard using the X Keyboard Extension
local/xorg-twm 1.0.7-1
    Tab Window Manager for the X Window System
local/xorg-utils 7.6-7
    Transition package depending on xorg utils
local/xorg-xauth 1.0.6-1 (xorg-apps xorg)
    X.Org authorization settings program
local/xorg-xbacklight 1.1.2-2 (xorg-apps xorg)
    RandR-based backlight control application
local/xorg-xcmsdb 1.0.3-2 (xorg-apps xorg)
    Device Color Characterization utility for X Color Management System
local/xorg-xdpyinfo 1.2.0-2 (xorg-apps xorg)
    Display information utility for X
local/xorg-xdriinfo 1.0.4-2 (xorg-apps xorg)
    Query configuration information of DRI drivers
local/xorg-xev 1.1.0-2 (xorg-apps xorg)
    Print contents of X events
local/xorg-xgamma 1.0.4-2 (xorg-apps xorg)
    Alter a monitor's gamma correction
local/xorg-xhost 1.0.4-2 (xorg-apps xorg)
    Server access control program for X
local/xorg-xinit 1.3.0-3
    X.Org initialisation program
local/xorg-xinput 1.5.3-2 (xorg-apps xorg)
    Small commandline tool to configure devices
local/xorg-xkbcomp 1.2.3-1 (xorg-apps xorg)
    X Keyboard description compiler
local/xorg-xkbevd 1.1.2-2 (xorg-apps xorg)
    XKB event daemon
local/xorg-xkbutils 1.0.3-2 (xorg-apps xorg)
    XKB utility demos
local/xorg-xkb-utils 7.6-1
    Transition package depending on various X keyboard utilities
local/xorg-xkill 1.0.3-2 (xorg-apps xorg)
    Kill a client by its X resource
local/xorg-xlsatoms 1.1.0-2 (xorg-apps xorg)
    List interned atoms defined on server
local/xorg-xlsclients 1.1.2-1 (xorg-apps xorg)
    List client applications running on a display
local/xorg-xmodmap 1.0.5-2 (xorg-apps xorg)
    Utility for modifying keymaps and button mappings
local/xorg-xprop 1.2.1-1 (xorg-apps xorg)
    Property displayer for X
local/xorg-xrandr 1.3.5-1 (xorg-apps xorg)
    Primitive command line interface to RandR extension
local/xorg-xrdb 1.0.9-1 (xorg-apps xorg)
    X server resource database utility
local/xorg-xrefresh 1.0.4-2 (xorg-apps xorg)
    Refresh all or part of an X screen
local/xorg-xset 1.2.2-1 (xorg-apps xorg)
    User preference utility for X
local/xorg-xsetroot 1.1.0-2 (xorg-apps xorg)
    Classic X utility to set your root window background to a given pattern or color
local/xorg-xvinfo 1.1.1-2 (xorg-apps xorg)
    Prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension
local/xorg-xwininfo 1.1.2-1 (xorg-apps xorg)
    Command-line utility to print information about windows on an X server
local/xosview 1.8.3-3
    Displays system stats such as cpu, memory, swap, and network usage
local/xournal 0.4.5-4
    Notetaking and sketching application
local/xpdf 3.02_pl6-1
    A viewer for Portable Document Format (PDF) files
local/xplc 0.3.13-3
    Cross-Platform Lightweight Components
local/xproto 7.0.22-1
    X11 core wire protocol and auxiliary headers
local/xterm 271-1
    X Terminal Emulator
local/xulrunner 5.0-1
    Mozilla Runtime Environment
local/xvidcore 1.3.2-1
    XviD is an open source MPEG-4 video codec
local/xz 5.0.3-1
    Library and command line tools for XZ and LZMA compressed files
local/yajl 2.0.2-1
    Yet Another JSON Library.
local/yaourt 0.10.1-2
    A pacman wrapper with extended features and AUR support
local/zip 3.0-2
    Creates PKZIP-compatible .zip files
local/zlib 1.2.5-3
    Compression library implementing the deflate compression method found in gzip and PKZIP
local/zvbi 0.2.33-3
    VBI capture and decoding library
local/zziplib 0.13.60-1
    A lightweight library that offers the ability to easily extract data from files archived in a single zip file

Offline

#20 2011-08-08 15:18:53

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

Note that initscripts isn't even installed. Not sure how you managed this one.

Last edited by falconindy (2011-08-08 15:19:09)

Offline

#21 2011-08-08 15:25:52

markbabc
Member
Registered: 2010-11-06
Posts: 157

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

oh we should have noticed that when he posted pacman -Ss initscripts

So do sudo pacman -S initscripts

Offline

#22 2011-08-08 15:26:35

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

markbabc wrote:

oh we should have noticed that when he posted pacman -Ss initscripts

So do sudo pacman -S initscripts

Going to require -Sf in this case, as the files already clearly exist.

Offline

#23 2011-08-08 16:23:51

quirxi
Member
Registered: 2011-08-07
Posts: 12

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

falconindy wrote:

Going to require -Sf in this case, as the files already clearly exist.

Hey - this worked smile !
Now some other stuff is broken (there is no hostname anymore and the keyboard in the console is wrong) but I think I will be able to fix this.

Thanks all of you for your help! I just wonder how this could happen ?


cheers,
Arno

Offline

#24 2011-08-30 12:55:51

da99
Member
Registered: 2011-08-30
Posts: 17

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

You probably lost the hostname when "pacman -Sf initscripts" overwrote your /etc/rc.conf file.   I learned that the hard way.
You can probably find it as /etc/rc/conf.pacorig.

pacman -Syyu 
pacman -S initscripts 
echo "or force it with: pacman -Sf initscripts"
egrep "pac(new|orig|save)" /var/log/pacman.log

More info on .pac(new|orig|save) files: https://wiki.archlinux.org/index.php/Pa … save_Files

Last edited by da99 (2011-08-31 00:11:53)

Offline

#25 2011-08-30 13:45:58

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] No /dev/pts and /dev/shm dirs after upgrading - please help!

No, it's not scary, it's working as intended. The files weren't tracked. I'll bet there's a bunch of .pacorig files containing the OP's original config, though. We're very good about not clobbering your files.

Offline

Board footer

Powered by FluxBB