[Bug 1949030] [NEW] pip in venv does not see that python3-opencv is already installed

2021-10-27 Thread udifuchs
Public bug reported: I have the python3-opencv packaged installed. Still if I create a venv with system site packages and try to install opencv: python3 -m venv --system-site-packages tmp ./tmp/bin/pip install opencv-python It will install opencv from pypi instead of ignoring it as it does for

[Bug 1042821] Re: post-install script fails

2013-02-21 Thread udifuchs
Installing procps does not help. 'pkill -u hobbit vmstat' still fails because there is no process to kill. The fix would be to change the line to 'pkill -u hobbit vmstat || true'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1069227] Re: package xymon-client 4.3.7-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-02-21 Thread udifuchs
*** This bug is a duplicate of bug 1042821 *** https://bugs.launchpad.net/bugs/1042821 For me, the post install script failed at the line: 'pkill -u hobbit vmstat'. A work around it to run 'sudo -u hobbit vmstat 1'. This gives pkill something to kill. Then you can run in parallel 'sudo dpkg -

[Bug 676350] Re: File from internal SD card reader corrupt with no error messages

2010-12-16 Thread udifuchs
I just test it with linux-image-2.6.37-020637rc2-generic and the bug still exists. What I noticed is that sometimes the card reader works perfectly until I eject the SD card. I mounted and ejected the SD cards several times, it sometimes works and sometimes fails. In all cases the messages in sysl

[Bug 676350] Re: File from internal SD card reader corrupt with no error messages

2010-11-16 Thread udifuchs
-- File from internal SD card reader corrupt with no error messages https://bugs.launchpad.net/bugs/676350 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.co

[Bug 676350] [NEW] File from internal SD card reader corrupt with no error messages

2010-11-16 Thread udifuchs
Public bug reported: The content of files copied from an SD card using the internal card reader are corrupt. There are no error messages in /var/log/syslog or /var/log/messages. dmesg output from the point the card is inserted until it is ejected also looks fine: [45149.636685] mmc0: new SDHC car

[Bug 282012] Re: ufraw-batch consumes 100% cpu and crashes with signal 24 in cmsTrilinearInterp16()

2008-12-03 Thread udifuchs
UFRaw generates thumbnails in a fraction of a second with the command: ufraw-batch --embedded-image --size=128 I don't know how trackerd is activating ufraw, but it seems that something very wrong is going on. -- ufraw-batch consumes 100% cpu and crashes with signal 24 in cmsTrilinearInterp16(

[Bug 282012] Re: ufraw-batch consumes 100% cpu and crashes with signal 24 in cmsTrilinearInterp16()

2008-12-02 Thread udifuchs
ufraw-batch is probably trying to create thumbnails for your NEF files. What camera model did those NEF files come from? -- ufraw-batch consumes 100% cpu and crashes with signal 24 in cmsTrilinearInterp16() https://bugs.launchpad.net/bugs/282012 You received this bug notification because you ar

[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2007-12-02 Thread udifuchs
In ufraw_developer.c there are two calls to cmsCreateMultiprofileTransform(). As far as I know only one of them requires the use of the NOCOLORSPACECHECK() macro. Are you still getting the same crash with UFRaw-0.12.1? Udi -- [apport] ufraw crashed canon raw files (cr2) https://bugs.launchpad.n

[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2007-06-23 Thread udifuchs
It seems like a problem with lcms-1.16. The following patch to ufraw_developer.c might solve the problem: prof[i++] = d->saturationProfile; prof[i++] = d->profile[1]; d->colorTransform = cmsCreateMultiprofileTransform(prof, i, - TYPE_RGB_16