[Bug 702867] Re: mouse pointer jumping when left-button clicked

2011-01-14 Thread Eymen Alyaz


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702867

Title:
  mouse pointer jumping when left-button clicked

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 702867] [NEW] mouse pointer jumping when left-button clicked

2011-01-14 Thread Eymen Alyaz
Public bug reported:

I set up a Xdmx configuration to use my laptop as a secondary screen to my 
desktop pc.
Unfortunately the mouse pointer behaves like described in the title. Both 
computers are running the same operating system.

$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

Please see also the report:
https://bugs.freedesktop.org/show_bug.cgi?id=24577

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xserver-xorg-core 2:1.7.6-2ubuntu7.4
ProcVersionSignature: Ubuntu 2.6.32-25.45-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
Date: Fri Jan 14 14:12:20 2011
DkmsStatus: Error: [Errno 2] No such file or directory
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
MachineType: Dell Computer Corporation OptiPlex GX260
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-25-generic 
root=UUID=4875e89b-5ec7-47b9-a8d3-c8631f4515c4 ro ipv6.disable=1 quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: xorg-server
dmi.bios.date: 11/01/2004
dmi.bios.vendor: Dell Computer Corporation
dmi.bios.version: A09
dmi.board.name: 02R433
dmi.board.vendor: Dell Computer Corp.
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Computer Corporation
dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA09:bd11/01/2004:svnDellComputerCorporation:pnOptiPlexGX260:pvr:rvnDellComputerCorp.:rn02R433:rvr:cvnDellComputerCorporation:ct6:cvr:
dmi.product.name: OptiPlex GX260
dmi.sys.vendor: Dell Computer Corporation
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-25-generic

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid xdmx

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702867

Title:
  mouse pointer jumping when left-button clicked

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 566303] Re: os.execlp takes two parameters

2010-12-11 Thread Eymen Alyaz
I am using Lucid Lynx with Skype 2.1 in my PATH environment variable.

How to confirm this bug:
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Skype4Py
>>> s = Skype4Py.Skype()
>>> s.Client.Start()
>>> Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/pymodules/python2.6/Skype4Py/client.py", line 247, in Start
self._Skype._API.Start(Minimized, Nosplash)
  File "/usr/lib/pymodules/python2.6/Skype4Py/API/posix_x11.py", line 360, in 
Start
os.execlp('skype')
  File "/usr/lib/python2.6/os.py", line 327, in execlp
execvp(file, args)
  File "/usr/lib/python2.6/os.py", line 344, in execvp
_execvpe(file, args)
  File "/usr/lib/python2.6/os.py", line 380, in _execvpe
func(fullname, *argrest)
ValueError: execv() arg 2 must not be empty
>>> 

What should happen:
Skype shuold start.

How to fix this bug:
Change that line 
os.execlp('skype')
to os.execlp('skype', '') or   os.execlp('skype', argument)
in file: /usr/lib/pymodules/python2.6/Skype4Py/API/posix_x11.py


Packages installed:
ii  python-skype  1.0.31.0-1 Skype API wrapper for Python
ii  python 2.6.5-0ubuntu1  
ii  skype  2.1.0.81-1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/566303

Title:
  os.execlp takes two parameters

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 419299] Re: make fai softupdate quiet

2009-08-26 Thread Eymen Alyaz

** Attachment added: "quiet_patch"
   http://launchpadlibrarian.net/30857879/quiet.patch

** Description changed:

  Binary package hint: fai-client
  
+ We use fai-client at our site to maintain about 250 workstations/cluster 
nodes.
  We use the command 'fai softupdate' in a daily cronjob to keep our
  systems up to date. Right now for every softupdate run, fai prints out
  alot of messages although it ran without errors. 
  We modified files in our local site. I attach a patch including the
  dirty/quick modifications. Regard this patch as a starting point for
  a proper implementation please.
  
  Description:  Ubuntu 8.04.3 LTS
  Release:  8.04
  fai-client 3.2.4+svn4837-0ubuntu2

-- 
make fai softupdate quiet
https://bugs.launchpad.net/bugs/419299
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.com/mailman/listinfo/ubuntu-bugs


[Bug 419299] [NEW] make fai softupdate quiet

2009-08-26 Thread Eymen Alyaz
Public bug reported:

Binary package hint: fai-client

We use fai-client at our site to maintain about 250 workstations/cluster nodes.
We use the command 'fai softupdate' in a daily cronjob to keep our
systems up to date. Right now for every softupdate run, fai prints out
alot of messages although it ran without errors. 
We modified files in our local site. I attach a patch including the
dirty/quick modifications. Regard this patch as a starting point for
a proper implementation please.

Description:Ubuntu 8.04.3 LTS
Release:8.04
fai-client 3.2.4+svn4837-0ubuntu2

** Affects: fai (Ubuntu)
 Importance: Undecided
 Status: New

-- 
make fai softupdate quiet
https://bugs.launchpad.net/bugs/419299
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.com/mailman/listinfo/ubuntu-bugs


[Bug 288974] [NEW] routines in src/pro/ not included by default

2008-10-24 Thread Eymen Alyaz
Public bug reported:

Binary package hint: gnudatalanguage

after clean installation try to call the routine MEAN.

according to http://aramis.obspm.fr/~coulais/IDL_et_GDL/Matrice_IDLvsGDL.html#M
 
the routine should be included, but instead I found it in 
/usr/share/doc/gnudatalanguage/examples/pro which is not in the default !path 
of GDL.

would be nice if all routines from src/pro would be in default
installation and configured correctly.

** Affects: gnudatalanguage (Ubuntu)
 Importance: Undecided
 Status: New

-- 
routines in src/pro/  not included by default
https://bugs.launchpad.net/bugs/288974
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.com/mailman/listinfo/ubuntu-bugs


[Bug 244955] Re: Please sync licq 1.3.5-7 from Debian(Unstable)

2008-07-18 Thread Eymen Alyaz
Can you please sync changes to Hardy Heron Release, too?
Or just patch licq in Hardy  Heron? It's just one line:
http://www.licq.org/attachment/wiki/news/2008-07-02-IcqLoginProblems/licq-1.3.5-logonfix.patch

** Changed in: licq (Ubuntu)
   Status: Fix Released => Incomplete

-- 
Please sync licq 1.3.5-7 from Debian(Unstable)
https://bugs.launchpad.net/bugs/244955
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.com/mailman/listinfo/ubuntu-bugs


[Bug 241053] Re: loop-aes module is not available when update-initramfs is run

2008-06-21 Thread Eymen Alyaz
# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-2.6.26-1-generic
/usr/share/initramfs-tools/scripts/functions: line 132: array_loopaes~=: 
command not found
/usr/share/initramfs-tools/scripts/functions: line 77: ${array_loopaes~}: bad 
substitution
/usr/share/initramfs-tools/scripts/functions: line 124: array_loopaes~=: 
command not found
/usr/share/initramfs-tools/scripts/functions: line 77: ${array_loopaes~}: bad 
substitution

I'm getting these error messages when I run update-initramfs. looks
strange!

-- 
loop-aes module is not available when update-initramfs is run
https://bugs.launchpad.net/bugs/241053
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.com/mailman/listinfo/ubuntu-bugs


[Bug 134521] Re: loop-aes-source not available in Gutsy Gibbon

2008-06-21 Thread Eymen Alyaz
but people are you using loop aes. without loop-aes support i cant access my 
filesystems. i dont see any reason why it was removed. it was an easy and 
convenient way to build loop.ko modules.
anyway it is included in the next release, thanks. :)

-- 
loop-aes-source not available in Gutsy Gibbon
https://bugs.launchpad.net/bugs/134521
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.com/mailman/listinfo/ubuntu-bugs


[Bug 238208] Re: Ricoh R5C822 does not work with MS/Pro cards

2008-06-21 Thread Eymen Alyaz
Using 2.6.24-19-generic,
I can confirm Memory Stick cards are not detected at all.

-- 
Ricoh R5C822 does not work with MS/Pro cards
https://bugs.launchpad.net/bugs/238208
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.com/mailman/listinfo/ubuntu-bugs


[Bug 213588] Re: sd card reader not working in Hardy

2008-06-21 Thread Eymen Alyaz
I can confirm this bug independent of suspend-to-disk use.
SD Cards are detected but not configured as a device. See dmesg output at the 
bottom of this post.
Memory Stick are not recognized at all.

my setup:
hardy heron 32bit
uname -r: 2.6.24-19-generic
lspci: 
07:05.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
07:05.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 19)
07:05.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 0a)
07:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 05)
07:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)

dmesg|grep ricoh :
[   35.318476] ricoh-mmc: Ricoh MMC Controller disabling driver
[   35.318479] ricoh-mmc: Copyright(c) Philip Langdale
[   36.760409] ricoh-mmc: Ricoh MMC controller found at :07:05.2 
[1180:0843] (rev 1)
[   36.760424] ricoh-mmc: Controller is now disabled.

after inserting an SD Card, dmesg:
 mmc0: new SD card at address e624
but no device is configured

-- 
sd card reader not working in Hardy
https://bugs.launchpad.net/bugs/213588
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.com/mailman/listinfo/ubuntu-bugs


[Bug 232276] Re: kernel module edac, e752x logs numerous non-fatal error

2008-06-21 Thread Eymen Alyaz
The edca module is just a noisy driver.

** Changed in: linux (Ubuntu)
   Status: New => Invalid

-- 
kernel module edac, e752x logs numerous non-fatal error
https://bugs.launchpad.net/bugs/232276
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.com/mailman/listinfo/ubuntu-bugs


[Bug 241053] Re: loop-aes module is not available when update-initramfs is run

2008-06-20 Thread Eymen Alyaz
Hi,
I'm using the same setup. Loop-aes-source package from debian lenny repository.

Builiding module works.

-- 
loop-aes module is not available when update-initramfs is run
https://bugs.launchpad.net/bugs/241053
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.com/mailman/listinfo/ubuntu-bugs


[Bug 237408] Re: xpdf-utils, cupsys produce faulty ps file

2008-06-05 Thread Eymen Alyaz
cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04"

Printing bug info is attached.
aptitude show xpdf-utils
Package: xpdf-utils
State: installed
Automatically installed: no
Version: 3.02-1.3ubuntu1

aptitude show evince-gtk
Package: evince-gtk
State: installed
Automatically installed: yes
Version: 2.22.2-0ubuntu1

aptitude show xpdf  
Package: xpdf
State: installed
Automatically installed: yes
Version: 3.02-1.3ubuntu1

I will attach a test pdf document soon.


** Attachment added: "printingbuginfo"
   http://launchpadlibrarian.net/15056855/printingbuginfo

-- 
xpdf-utils, cupsys produce faulty ps file
https://bugs.launchpad.net/bugs/237408
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.com/mailman/listinfo/ubuntu-bugs


[Bug 237408] [NEW] xpdf-utils, cupsys produce faulty ps file

2008-06-04 Thread Eymen Alyaz
Public bug reported:

When trying to print PDF file which was created by including a PNG file, 
the printer produces faulty images on the copies. Fonts are not affected.

When I use Acrobat Reader or Kpdf, the document is printed correctly. 
It does even work when using gs (pdf2ps) as a filter and then printing the 
resulting PS file.

But printing directly from evince, xpdf or commandline (lpr) does not work 
correctly.
Cups ships with pdftops filter program. Xpdf-utils contains the program, too. 
Both of them fail to produce a correct PS file.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
xpdf-utils, cupsys produce faulty ps file
https://bugs.launchpad.net/bugs/237408
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.com/mailman/listinfo/ubuntu-bugs


[Bug 134521] Re: loop-aes-source not available in Gutsy Gibbon

2008-05-24 Thread Eymen Alyaz
it missing in Hardy Heron, too.
I still prefer to use loop-aes...

-- 
loop-aes-source not available in Gutsy Gibbon
https://bugs.launchpad.net/bugs/134521
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.com/mailman/listinfo/ubuntu-bugs


[Bug 232276] [NEW] kernel module edac, e752x logs numerous non-fatal error

2008-05-20 Thread Eymen Alyaz
Public bug reported:

Binary package hint: linux-image-2.6.24-16-generic

Affected Package: linux-image-2.6.24-16-generic
lsb_release -rd:
Description:Ubuntu 8.04
Release:8.04
apt-cache policy linux-image-2.6.24-16-generic
linux-image-2.6.24-16-generic:
  Installed: 2.6.24-16.30
  Candidate: 2.6.24-16.30
  Version table:
 *** 2.6.24-16.30 0
500 http://lammbock.wiss-stud hardy/main Packages
100 /var/lib/dpkg/status

3) What i expect to happen: Machine should not crash.
4) What happens instead: Computer crashes, accepts no more user inputs.
e.g. use evolution mail program.
after a while computer crashes.

I upgraded from Dapperdrake to Hardy Heron (fresh install). With
Dapperdrake no crashes occured.

I have about 47 entries containing:
May 20 18:12:26 alderaan kernel: [91858.123499] EDAC e752x: Non-Fatal Error PCI 
Express B

More about edac (grep -i edac /var/log/messages):
May 19 16:38:35 alderaan kernel: [   28.599414] EDAC MC: Ver: 2.1.0 Apr 10 2008
May 19 16:38:35 alderaan kernel: [   28.886483] EDAC e752x: tolm = c, 
remapbase = 10, remaplimit = 13c000
May 19 16:38:35 alderaan kernel: [   28.886631] EDAC MC0: Giving out device to 
'e752x_edac' 'E7525': DEV :00:00.0
May 19 16:38:35 alderaan kernel: [   28.886782] EDAC PCI0: Giving out device to 
module 'e752x_edac' controller 'EDAC PCI controller': DEV ':00:00.0' 
(POLLED)
May 19 17:26:22 alderaan kernel: [ 2917.653640] EDAC e752x: Non-Fatal Error PCI 
Express B
... about 47 times repeated until now.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kernel module edac, e752x logs numerous non-fatal error
https://bugs.launchpad.net/bugs/232276
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.com/mailman/listinfo/ubuntu-bugs


[Bug 231236] Re: libtotem-plparser10 Will not install.

2008-05-17 Thread Eymen Alyaz
Having the same issue with an automatic install deployments. 
Its really annoying to have  dependency problems.
Here is which other packages are affected: 
The following packages have unmet dependencies:
  libtotem-plparser10: Depends: libcamel1.2-11 (>= 2.22.1.1) but 
2.22.1-0ubuntu2.1 is installed.
   Depends: libedataserver1.2-9 (>= 2.22.1.1) but 
2.22.1-0ubuntu2.1 is installed.
Resolving dependencies...
The following actions will resolve these dependencies:

Remove the following packages:
brasero
deskbar-applet
gnome-applets
gnome-games
gnome-volume-manager
libdeskbar-tracker
libtotem-plparser10
python-gnome2-desktop
rhythmbox
totem
totem-gstreamer
totem-mozilla
totem-plugins

Downgrade the following packages:
gnome-panel [1:2.22.1.3-0ubuntu1 (hardy-updates, now) -> 1:2.22.1.2-0ubuntu3
(hardy)]

Leave the following dependencies unresolved:
gnome-games-data recommends gnome-games
gnome-panel recommends gnome-applets (>= 2.12.1-1)
Score is -503

Not so cool for an LTS release. But a fix is already in hardy-proposed :)  
The hardy-proposed packages (libcamel, libdataserver) should go to 
hardy-updates soon.

-- 
libtotem-plparser10 Will not install.
https://bugs.launchpad.net/bugs/231236
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.com/mailman/listinfo/ubuntu-bugs


[Bug 137765] Re: unionfs bug when on nfs, has SRU TEST CASE

2008-04-28 Thread Eymen Alyaz
*** This bug is a duplicate of bug 103044 ***
https://bugs.launchpad.net/bugs/103044

** Also affects: linux-source-2.6.24 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
unionfs bug when on nfs, has SRU TEST CASE
https://bugs.launchpad.net/bugs/137765
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.com/mailman/listinfo/ubuntu-bugs