-
When doing a report between version 1.59.2.3 of a file and version 1.60 of a file, the output included versions 1.1 - 1.60. This is very annoying. Please show this bug a little love and squish it :-)
2008-07-01 16:52:21 UTC in CvsChangelogBuilder
-
This happened after an error was detected and the filesystem was mounted read-only. Everytime I try to start gaim on the read-only filesystem it starts and after a second or two segfaults. The dump below seems to explain everything.
Gaim 2.0.0beta5
nautilus-sendto 0.8-2ubuntu1
mjohansson@bang:~$ gdb gaim
GNU gdb 6.5-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free...
2006-12-05 20:51:35 UTC in Pidgin
-
I would like to see the ability to choose "Distinct"
text data (as in SQL distinct). If I have a text field
that I drop a name, address, city, state, zip into and
a duplicate label would be created, my choice of
"distinct" for this text box (or text box grouping in
the future) should eliminate the duplicates.
Sure I can do this from the command line with sort and
uniq, but explain that...
2005-08-23 13:58:07 UTC in gLabels
-
Logged In: YES
user_id=543487
DESTDIR seems to work. It must be called as:
"make DESTDIR=/.a install" as it appends ${prefix} after
DESTDIR during install.
I can't fully re-test this in the old working environment.
Is there a reason not to use $prefix in the mentioned Makefiles?.
2004-01-20 22:14:09 UTC in PLplot
-
Logged In: YES
user_id=543487
I should mention that I built this twice -- once on a rh7.3
system, and once on a solaris 2.6 system (with gnu tools)...
Both installs were done to afs volumes.
The Linux build did not have any errors of this sort. This
may be because the Solaris build included octave support
(which was not detected/present on the Linux build).
2003-09-29 20:01:09 UTC in PLplot
-
I am doing an afs build, so I must do a:
./configure --prefix=/usr/local/plplot-5.2.1
make prefix=/.a/usr/local/plplot-5.2.1 install
I must do this because /usr/local/plplot-5.2.1 is not
writable, nor existant before ~releasing~ the /.a
(administrative) volume .. yet that is where the
software will inevitably live.
This works fine for most of the install ... The only
complications...
2003-09-29 19:49:51 UTC in PLplot
-
The line:
while ($value =~ /__(\w+)__/) {
makes it impossible to use:
LogFile="/var/log/httpd/__SERVER_NAME___access.log"
which is a requirement of my environment, where other
scripts are based on www.domain.com_access.log and
_error.log files. The pattern match returns
"/var/log/httpd/access.log" as "SERVER_NAME_" is not
defined.
I have replaced...
2003-09-25 20:01:04 UTC in AWStats
-
Logged In: YES
user_id=543487
http://bridge.sourceforge.net/faq.html for WaveLan details.
2003-09-01 15:23:22 UTC in MADWIFI
-
# ip addr add 0.0.0.0/0 dev ath0
# ip addr add 0.0.0.0/0 dev eth0
# brctl addbr br0
# brctl addif br0 ath0
# brctl addif br0 eth0
# ip addr add 192.168.0.47/24 broadcast 192.168.0.255
dev br0
# ip route add default via 192.168.0.1 dev br0
# ping 192.168.0.30 # host behind eth0
... good pings
# ping 192.168.0.1 # host behind ath0
~nada~ ... this should work..
-- even...
2003-09-01 15:20:57 UTC in MADWIFI
-
Logged In: YES
user_id=543487
CORRECTION:
The reason the volume appears to have zero K available, is
because this volume is mounted via the automount daemon.
The volume I am trying to export in netatalk is /w. The
automounter creates /w with 0k available, 0k free when
started. It then automounts /w/www.somesite.com
automatically beneath it when accessed. If the stat was
done...
2003-06-11 20:53:28 UTC in netatalk