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
593
You might need more than ~57MB of address space to run the compilation.
--
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
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
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
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
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
-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
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
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
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
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
estored on resume, it's blank.
Sounds like you're hitting this bug: http://bugs.archlinux.org/task/18881
--
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
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"
> &
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
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
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
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
R:
http://aur.archlinux.org/packages.php?ID=1638
--
Byron Clark
em.
http://bugs.archlinux.org/task/15844
--
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
doesn't support the RENDER extension, anything qt4
based is going to look bad.
--
Byron Clark
iable attribute, but a different syntax is
used:
static void
sig_alarm(int signo __attribute__((unused)))
{
longjmp(timeout_alarm, 1);
}
--
Byron Clark
24 matches
Mail list logo