-
On most machines I have htop was dying after the first key pressed (no matter which, consumes 1 byte and exits) and finally I found one that it worked! Inspecting strace I discovered gpm was stopped there. After stopping gpm on all other machines htop started working :)
I was chasing this problem for months... hope this helps someone else too.
2009-02-23 22:45:23 UTC in htop
-
I've finished the translation (the help was not) and converted it to UTF-8.
2006-11-20 21:44:56 UTC in The Coolest DHTML Calendar
-
Logged In: YES
user_id=207253
You are missing libattr's headers. with FC3/4 the package
name is libattr-devel. The provided (here) spec file is missing
BuildRequires: python >= 2.2, libattr-devel
http://dag.wieers.com/packages/python-xattr/ is fixed.
2005-10-04 13:09:34 UTC in VFS Extended attributes for Python
-
Logged In: YES
user_id=207253
Probably not, how did you measure this?
( 'du' reports disk ussage based on the current cluster
size, which may/will differ )
2005-05-05 07:17:17 UTC in squashfs - a compressed fs for Linux
-
After downloading (bar-1.10.3.tar.gz) and compiling on
Fedora Core 3 (fully updated) I tried this:
--- cut ---
[pts/4 mr700@FC3:~]$ dd if=/dev/zero bs=1M count=4096 |
./bar -s 4096M > /dev/null
4096+0 records in1MB/s eta: 0:00:00 93%
[===========================================================================
]
4096+0 records out
4.0GB at 341.3MB/s eta: 0:00:00 100%...
2005-03-07 17:03:26 UTC in Command Line Progress Bar
-
Logged In: YES
user_id=207253
Can't this be done by importing (if needed) the certificate, right
mouse click, export, request? For me it works...
2005-02-10 12:15:15 UTC in xca
-
For details:
http://mail.gnome.org/archives/mc-devel/2004-December/msg00031.html.
In short: download
http://www.xs4all.nl/~bsarempt/python/p.zip and try to
delete './edit.html'. 'zip -d p.zip ./edit.html' fails
saying there's no './edit.html', while 'zip -d p.zip
[.]/edit.html' works. Replace (zip -r) however ignores
this and replaces './something' and 'something' in any
case.
2004-12-08 10:11:57 UTC in Info-ZIP project
-
get_ifcfg.py crashes:
--- cut ---
Traceback (most recent call last):
File "./get_ifcfg.py", line 63, in ?
print netcfg[i]["device"], netcfg[i]["addr"],
netcfg[i]["Mask"]
KeyError: 'addr'
--- cut ---
if any ethernet is up but is not assigned any IP
addresses (in case you bridged it for example). I guess
multiple IP addresses + networks for one device are not
handled correctly too.
2004-12-03 22:53:22 UTC in DHCPDman
-
It could be a good idea to add command line
interface to some/all functions. This way with a simple
script CRL/CRT publishing can be done with a simple
shell script...
2004-11-20 01:28:30 UTC in xca
-
Logged In: YES
user_id=207253
Infact, I got it working with:
killall artsd; SDL_AUDIODRIVER=alsa ./cube_unix
Looks like the SDL linked with the binary does not support
artsd, but anyway, does someone have the windows executable
compiled from the source?.
2004-10-12 21:30:26 UTC in Cube game & 3D engine