Re: [arch-general] libpng 14/15 - anyway to workaround by having parallel installs?

2012-02-07 Thread Byron Clark
yone knows how to approach this workaround > (if possible), I would welcome your thoughts. Thanks. You may want to try the libpng14 package on AUR: http://aur.archlinux.org/packages.php?ID=56248 -- Byron Clark pgpZcQ99TQyF1.pgp Description: PGP signature

Re: [arch-general] virtual memory exhausted

2011-07-29 Thread Byron Clark
593 You might need more than ~57MB of address space to run the compilation. -- Byron Clark

Re: [arch-general] [arch-dev-public] [signoff] coreutils-8.12-2, initscripts-2011.06.3-1, net-tools-1.60-16, udev-171-2, yp-tools-2.12-2, ypbind-mt-1.33-2, iproute2-2.6.38-3

2011-06-08 Thread Byron Clark
he current assigned IP when doing 'ip link show' so I don't > see how that is equivalent to using only ifconfig without arguments. 'ip addr show' is the command you want. -- Byron Clark

Re: [arch-general] Question about arch packages

2010-10-18 Thread Byron Clark
On 10/18/10 at 06:19pm, Christian wrote: > In the PKBUILD script there is some times install followed by a couple of > numbers, what are they for? man 1 install, specifically the -m option. -- Byron Clark

Re: [arch-general] Unable to Start PostgreSQL

2010-09-10 Thread Byron Clark
On 09/10/10 at 01:00pm, Carlos Mennens wrote: > Anyone know what I am doing wrong? This is a brand new server and > fresh install of both Arch & PostgreSQL. https://bugs.archlinux.org/task/16507 -- Byron Clark

Re: [arch-general] gnome-terminal configuration

2010-07-08 Thread Byron Clark
gt; know where i should look to find howto customize the start-up behavior > for gnome-terminal? Also, is it normal for gnome-terminal to not read > ~/.bash_profile, even if the default shell is bash? bash only sources ~/.bash_profile when invoked as a login shell. -- Byron Clark

Re: [arch-general] [arch-dev-public] [signoff] kernel26 2.6.33.3-2 (and aufs2)

2010-05-09 Thread Byron Clark
On Sun, May 9, 2010 at 12:03 PM, Marek Otahal wrote: > Loading initramfs > Starting udevd > Done > /Init: export: line 52: Variable name missing... You're not the only one seeing it: http://bugs.archlinux.org/task/19403 -- Byron Clark

Re: [arch-general] stability from pm-suspend ?

2010-04-21 Thread Byron Clark
-requiring-password-to-unlock-when-resuming-from-suspend-327512/ > And here's one that works well with pm-utils: http://aur.archlinux.org/packages.php?ID=36219 -- Byron Clark

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-17 Thread Byron Clark
On Sat, Apr 17, 2010 at 08:44:09PM -0500, David C. Rankin wrote: > On 04/17/2010 06:49 PM, Byron Clark wrote: > >> > Thanks Byron, > >> > > >> > The issue ended up being a new libssl version. Thankfully there was a > >> > libssl-compati

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-17 Thread Byron Clark
On Sat, Apr 17, 2010 at 05:59:33PM -0500, David C. Rankin wrote: > On 04/17/2010 02:09 PM, Byron Clark wrote: > > On Thu, Apr 15, 2010 at 11:02:55AM -0500, David C. Rankin wrote: > >> Traceback (most recent call last): > >> File "/usr/share/createrepo

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-17 Thread Byron Clark
from _rpm import * > ImportError: libssl.so.0.9.8: cannot open shared object file: No such file or > directory It looks like the python bindings for rpm are broken, you'll probably want to rebuild whatever package owns /usr/lib/python2.6/site-packages/rpm/__init__.py. -- Byron Clark

Re: [arch-general] Problem with suspend

2010-04-02 Thread Byron Clark
On Fri, Apr 02, 2010 at 05:06:29PM +0200, Csomay Mihaly wrote: > On Fri, 2 Apr 2010 07:13:00 -0600, Byron Clark > wrote: > > Sounds like you're hitting this bug: http://bugs.archlinux.org/task/18881 > > But if that's the cause, how come it works flawlessly when ac

Re: [arch-general] Problem with suspend

2010-04-02 Thread Byron Clark
estored on resume, it's blank. Sounds like you're hitting this bug: http://bugs.archlinux.org/task/18881 -- Byron Clark

Re: [arch-general] [arch-dev-public] [signoff] openssh 5.4p1-2

2010-03-10 Thread Byron Clark
On Wed, Mar 10, 2010 at 10:24:10AM -0700, Byron Clark wrote: > On Wed, Mar 10, 2010 at 06:15:32PM +0100, Linas wrote: > > Byron Clark wrote: > > >On Wed, Mar 10, 2010 at 09:32:15AM -0700, Byron Clark wrote: > > >>if pidof sshd | grep -q $(cat /var/run/sshd.pid); the

Re: [arch-general] [arch-dev-public] [signoff] openssh 5.4p1-2

2010-03-10 Thread Byron Clark
On Wed, Mar 10, 2010 at 06:15:32PM +0100, Linas wrote: > Byron Clark wrote: > >On Wed, Mar 10, 2010 at 09:32:15AM -0700, Byron Clark wrote: > >>if pidof sshd | grep -q $(cat /var/run/sshd.pid); then > >> echo "pid in /var/run/sshd.pid is valid" > &

Re: [arch-general] [arch-dev-public] [signoff] openssh 5.4p1-2

2010-03-10 Thread Byron Clark
On Wed, Mar 10, 2010 at 09:32:15AM -0700, Byron Clark wrote: > if pidof sshd | grep -q $(cat /var/run/sshd.pid); then > echo "pid in /var/run/sshd.pid is valid" > else > echo "invalid pid" > fi Ignore that, it isn't entirely safe. -- Byron Clark

Re: [arch-general] [arch-dev-public] [signoff] openssh 5.4p1-2

2010-03-10 Thread Byron Clark
ssh_args set in /ec/conf.d/sshd. My > last resort would be stripping that possible "(deleted)" fro mthe readlink > output. Here's another way to check if the pid file is valid: if pidof sshd | grep -q $(cat /var/run/sshd.pid); then echo "pid in /var/run/sshd.pid is valid" else echo "invalid pid" fi -- Byron Clark

Re: [arch-general] An old, tiresome discussion: cdrtools vs cdrkit

2010-01-27 Thread Byron Clark
e config path) or > unnecessary (the comment about the copyright) restrictions of the GPL. cdrtools-2.01 is from 2004. You'll want to look at something more recent: ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-2.01.01a73.tar.gz -- Byron Clark

Re: [arch-general] [signoff] kernel 2.6.32.4-1 [ Possible Problems... ]

2010-01-21 Thread Byron Clark
and > providing feeback. I'm guessing that none of those were broken because of the kernel update, but because of the unfinished libpng rebuild in testing. -- Byron Clark

Re: [arch-general] kde3 sources available anymore & missing garbage collector

2009-11-08 Thread Byron Clark
R: http://aur.archlinux.org/packages.php?ID=1638 -- Byron Clark

Re: [arch-general] Mayday - Installed Fresh Archlinux on Laptop - Resolution stuck 1152x864, need 1440x900?? [SOLVED]

2009-11-04 Thread Byron Clark
em. http://bugs.archlinux.org/task/15844 -- Byron Clark

Re: [arch-general] Why does kde4 over vnc look bad if host is Arch, looks fine if suse?

2009-10-21 Thread Byron Clark
On Wed, Oct 21, 2009 at 09:50:53PM -0500, David C. Rankin wrote: > You are 100% correct, suse had RENDER enable, arch doesn't. How do I enable > RENDER on Arch? You'll need a vnc server that supports the RENDER extension. xf4vnc-xvnc should work. -- Byron Clark

Re: [arch-general] Why does kde4 over vnc look bad if host is Arch, looks fine if suse?

2009-10-21 Thread Byron Clark
doesn't support the RENDER extension, anything qt4 based is going to look bad. -- Byron Clark

Re: [arch-general] problem with gcc and __unused function attribute

2008-05-17 Thread Byron Clark
iable attribute, but a different syntax is used: static void sig_alarm(int signo __attribute__((unused))) { longjmp(timeout_alarm, 1); } -- Byron Clark