Bug#290295: rmmod vesafb error

2005-01-13 Thread Bastien ROUCARIES
Package: kernel-image-2.6.10-1-686
Version: 2.6.10-3
Severity: Minor
-- 
When I made a rmmod vesafb I get:
vesafb: probe of vesafb0 failed with error -6
Device 'vesafb0' does not have a release() function, it is broken and must be 
fixed.
Badness in device_release at drivers/base/core.c:85
 [] kobject_cleanup+0x98/0xa0
 [] kobject_release+0x0/0x10
 [] kref_put+0x39/0xa0
 [] kobject_put+0x1f/0x30
 [] kobject_put+0x1f/0x30
 [] kobject_release+0x0/0x10
 [] vesafb_exit+0xf/0x1d [vesafb]
 [] sys_delete_module+0x159/0x190
 [] sys_munmap+0x50/0x80
 [] syscall_call+0x7/0xb

Thank you.

"ROUCARIES Bastien"
  [EMAIL PROTECTED]
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#290868: SAK and gnocatan meta server

2005-01-17 Thread Bastien ROUCARIES
Package: gnocatan-meta-server
Version: 0.8.1.45-1
Severity: Minor
-- 
Please correct thestat-stop-daemon in order to run in background (read kernel 
documentation SAK.txt. Indeed if I make a SAK I kill gnocatan-meta-server). 
Add the -b option:

---
/etc/init.d/gnokatan-meta-server

DAEMON=/usr/games/gnocatan-meta-server
ARGS="--quiet --chuid nobody --chuid nobody:nogroup"
test -x $DAEMON || exit 0

case "$1" in
start)
echo -n "Starting Gnocatan meta server: gnocatan-meta-server"
start-stop-daemon -b --start $ARGS --exec $DAEMON -- -d
echo "."
;;
stop)
echo -n "Stopping Gnocatan meta server: gnocatan-meta-server"
start-stop-daemon --stop $ARGS --exec $DAEMON
echo "."
;;
restart|force-reload)
echo -n "Restarting Gnocatan meta server: 
gnocatan-meta-server... "
start-stop-daemon --stop --quiet --exec $DAEMON
sleep 2
start-stop-daemon -b --start $ARGS --exec $DAEMON -- -d
echo "done."
;;
*)
echo "Usage: /etc/init.d/gnocatan-meta-server {start|stop|
restart|force-reload}"
exit 1
;;
esac

exit 0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#432185: Any news of this bug

2007-10-08 Thread Bastien ROUCARIES
Hi,

Could be possible to merge this patch as soon as possible. It is quite boring 
to create a local version of gnuplot-mode

Regards Bastien
-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]