Re: 4gb seg fixup

2009-10-08 Thread Benjamin MENUET
In which machine do you have this issue? On your dom-0 or on a dom-U? 2009/10/8 Tomasz Pajor > Benjamin MENUET wrote: > >> >> >> 2009/10/8 Tomasz Pajor mailto:ni...@puffy.pl>> >> >> >> >>How can I fix this? >> &g

Re: 4gb seg fixup

2009-10-08 Thread Benjamin MENUET
2009/10/8 Tomasz Pajor > > How can I fix this? > > 2009-10-07T15:39:08+00:00 kernel: printk: 10521 messages suppressed. > 2009-10-07T15:39:08+00:00 kernel: 4gb seg fixup, process python2.6 (pid > 1282), cs:ip 73:00192e14 > 2009-10-07T15:39:13+00:00 kernel: printk: 7903 messag

Re: problem flash_player_10 on ubuntu 9.04 amd64

2009-08-31 Thread Benjamin MENUET
Hi, It's because the line below is wrong : sudo cp install_flash_player_10_linux/libflashplayer.so /usr/lib/mozilla/plugins/ Because when you untar the archive install_flash_player_10_linux.tar.gz, it doesn't create the directory install_flash_player_10_linux it juste put the file libflashplayer

Re: Can VMware ever talk to USB scanners?

2009-07-15 Thread Benjamin MENUET
Hi, Check the right of your driver in /dev on your Lenny. The user who run VMware need to have an access rx on the driver. Ben 2009/7/11 Steve Kleene > On Thu, 9 Jul 2009 21:11:33 -0400, I asked: > > > Has anyone here gotten a USB scanner to work from VMware 2? > > On Fri, 10 Jul 2009 13:55:4

Re: Create a service

2009-06-26 Thread Benjamin MENUET
Hi, You can use daemontools. You can find information on that site: http://cr.yp.to/daemontools.html. It does exactly what you ask. I have used daemontools for restarting automatically a python application. Ben 2009/6/26 Suno Ano > > Jesus> Hello, I created an aplication with Mono to test a

Re: fstab to mount as hal does it

2009-06-11 Thread Benjamin MENUET
Hi Seb, You can do this by following these steps: 1°) Install packages: usbmount, hal and pmount 2°) Edit the file /etc/usbmount/usbmount.conf and modify these lines like that: FILESYSTEMS="ext2 ext3 vfat" FS_MOUNTOPTIONS="fstype=vfat,gid=floppy,dmask=0007,fmask=0117" 3°) Add your user to the