[Bug 2039595] Re: Update qwt to 6.3.0

2024-05-09 Thread Mehdi Chinoune
** Summary changed: - Update qwt to 6.2.0 + Update qwt to 6.3.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2039595 Title: Update qwt to 6.3.0 To manage notifications about this bug go to:

[Bug 1907812] Re: Can't build simple OpenMP offloading programs (needs -no-pie)

2021-11-25 Thread Mehdi Chinoune
No will to fix it. Close ** Changed in: gcc-9 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1907812 Title: Can't build simple OpenMP offloading programs

[Bug 1907812] Re: Can't build simple OpenMP offloading programs (needs -no-pie)

2021-11-25 Thread Mehdi Chinoune
No will to fix it Close ** Changed in: gcc-10 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1907812 Title: Can't build simple OpenMP offloading programs

[Bug 1907812] Re: Can't build simple OpenMP offloading programs (needs -no-pie)

2021-10-15 Thread Mehdi Chinoune
No need to pass -no-pie with gcc-11, but still throwing some warnings: /usr/bin/ld: /tmp/ccpIxsYV.crtoffloadtable.o: warning: relocation against `__offload_vars_end' in read-only section `.rodata' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE Still stop running with big size matrices:

[Bug 1930476] [NEW] my internal Bluetooth device is off and i can turn it ON but the settings still show it to be OFF

2021-06-01 Thread Mehdi mansouri
: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu27.18 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: mehdi 2237 F pulseaudio /dev/snd/controlC1: mehdi 2237 F pulseaudio CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Wed Jun 2

[Bug 1875114] Re: freeipa-server package missing on Ubuntu 20.04

2021-05-28 Thread Mehdi Heidari
when this bug will be fix? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875114 Title: freeipa-server package missing on Ubuntu 20.04 To manage notifications about this bug go to:

[Bug 1878760] Re: gcc-10 is selecting amdgcn target by default

2021-04-26 Thread Mehdi Chinoune
If a package require another package to fuction, then it should be marked as a required dependency. Or maybe you should merge both packages in one package called gcc-offload as they are both required to build/run offloaded programs. -- You received this bug notification because you are a

[Bug 1878760] Re: gcc-10 is selecting amdgcn target by default

2021-04-23 Thread Mehdi Chinoune
** Changed in: gcc-10 (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1878760 Title: gcc-10 is selecting amdgcn target by default To manage notifications

[Bug 1907812] Re: Can't build simple OpenMP offloading programs (needs -no-pie)

2021-04-23 Thread Mehdi Chinoune
It's getting worse on Ubuntu 21.04 $ gfortran -fopenmp matmul.f90 -o test.x lto-wrapper: fatal error: could not find accel/amdgcn-amdhsa/mkoffload in

[Bug 1907812] Re: Can't build simple OpenMP offloading programs (needs -no-pie)

2021-04-23 Thread Mehdi Chinoune
It's getting worse on Ubuntu 21.04 $ gfortran -fopenmp matmul.f90 -o test.x lto-wrapper: fatal error: could not find accel/amdgcn-amdhsa/mkoffload in

[Bug 1914643] [NEW] my touchpad is not installed in ubuntu 14.10

2021-02-04 Thread Mehdi
Public bug reported: my touchpad is not installed in ubuntu 14.10 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-23-generic 3.16.0-23.31 [modified: boot/vmlinuz-3.16.0-23-generic] ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4 Uname: Linux 3.16.0-23-generic

[Bug 1907812] Re: Can't build simple OpenMP offloading programs on Ubuntu 20.10

2020-12-19 Thread Mehdi Chinoune
Building with "-no-pie" resolves the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1907812 Title: Can't build simple OpenMP offloading programs on Ubuntu 20.10 To manage notifications

[Bug 1907812] Re: Can't build simple OpenMP offloading programs on Ubuntu 20.10

2020-12-13 Thread Mehdi Chinoune
** Also affects: gcc-9 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1907812 Title: Can't build simple OpenMP offloading programs on Ubuntu

[Bug 1907812] [NEW] Can't build simple OpenMP offloading programs on Ubuntu 20.10

2020-12-11 Thread Mehdi Chinoune
Public bug reported: $cat prod.f90 program main implicit none integer, parameter :: sp = selected_real_kind(6,37) integer, parameter :: n = 4096 real(sp), allocatable :: a(:), b(:), c(:), c2(:) integer :: i allocate( a(n), b(n), c(n) ) c = 0._sp call random_number(a) call

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-10-30 Thread Mehdi Chinoune
** Changed in: gcc-10 (Ubuntu) Status: New => Fix Released ** Changed in: gcc-10 (Ubuntu Focal) Status: New => Fix Released ** Changed in: gcc-10 (Ubuntu Groovy) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-08-03 Thread Mehdi Chinoune
** Description changed: [Impact] After ubuntu-glibc maintainers changed "math-vector-fortran.h" install directory (LP#1861353), gfortran can no longer use it. [Test Case] This the old (good) behavior Ubuntu 19.10 gcc-9.2.1 glibc 2.30 $ gfortran -O3 -mavx2 vect_test.f90 -o

[Bug 1882015] [NEW] Patch gfortran to use vectorized glibc functions.

2020-06-03 Thread Mehdi Chinoune
Public bug reported: Originally reported in https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1879092 . Maybe you can fix it by patching gcc/gfortran. ** Affects: gcc-10 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-05-16 Thread Mehdi Chinoune
** Description changed: - After glibc maintainers changed "math-vector-fortran.h" install - directory, gfortran can no longer use it. + After ubuntu-glibc maintainers changed "math-vector-fortran.h" install + directory (LP#1861353), gfortran can no longer use it. This the old behavior Ubuntu

[Bug 1879092] [NEW] gfortran can't use vectorized functions.

2020-05-16 Thread Mehdi Chinoune
Public bug reported: After ubuntu-glibc maintainers changed "math-vector-fortran.h" install directory (LP#1861353), gfortran can no longer use it. This the old behavior Ubuntu 19.10 gcc-9.2.1 glibc 2.30 $ gfortran -O3 -mavx2 vect_test.f90 -o test.x $ nm ./test.x | grep sin U

[Bug 1855534] Re: UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-14 Thread Mehdi Lauters
Another traceback trace of the same symptoms c. 14 13:14:40 psycho1-blob org.gnome.Shell.desktop[582]: #3   7ffc78dee6b0 b   resource:///org/gnome/gjs/modules/_legacy.js:82 (7fb4738b0b80 @ 71) déc. 14 13:14:40 psycho1-blob org.gnome.Shell.desktop[582]: #4   7ffc78dee760 b  

[Bug 1855534] Re: UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-14 Thread Mehdi Lauters
We are using debian so maybe I published the report on the wrong thread lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 10 (buster) Release:10 Codename: buster -- You received this bug notification because you are a member of

[Bug 1855534] [NEW] UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-07 Thread Mehdi Lauters
Public bug reported: We are using GNOME Shell 3.30.2 and the UI become irresponsible until a reboot several times a week with the following continuously logs in journalctl. If it can help, it is used as a kiosk with chromium started fullscreen and an hdmi/usb touchscreen (

[Bug 1847729] Re: Memory leak of gnome-shell after sleep mode

2019-10-11 Thread mehdi
The problem was with 'ARC menu' shell extension. As you said just disabling is not enough and I do need to uninstall it. Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1847729 Title:

[Bug 1847729] [NEW] Memory leak of gnome-shell after sleep mode

2019-10-11 Thread mehdi
Public bug reported: Whenever I put my laptop to sleep mode, the memory used by the gnome-shell process (usr/bin/gnome-shell) increase! each time something around 50 to 100MB. So after 10 to 15 times of sleeping and waking up, it takes more than 1GB of RAM and the whole system becomes laggy!

[Bug 1824460] [NEW] package snapd 2.37.4ubuntu0.1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2019-04-11 Thread mehdi
Public bug reported: after unistalling python3 I had a problem with terminal and desktop. I install python3-all and genom-terminal and then unistall ubuntu-desktop and reinstall it. after rebooting, I have the problem ProblemType: Package DistroRelease: Ubuntu 16.04 Package: snapd

Re: [Bug 1785169] Re: je ne peux pas faire des mises à jour probleme munge

2019-02-16 Thread mehdi belghazi
Title: je ne peux pas faire des mises à jour probleme munge Status in munge package in Ubuntu: New Bug description: apt-get upgrade ne marche pasroot@127:/home/belghazi# apt-get upgrade Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des

[Bug 1585084] Re: Volume notification keeps popping up constantly (the notify-OSD bubble on top-right corner)

2018-12-31 Thread Mehdi Rahimi
i am using 16.04 version on both of my laptop and pc ! use same downloaded ubuntu version on both systems but i have this problem just on my pc! in addition when i just plug my headphone or suspend the system the problem is resolved. -- You received this bug notification because you are a

Re: [Bug 1785169] Re: je ne peux pas faire des mises à jour probleme munge

2018-08-09 Thread mehdi belghazi
Hi thank you for your help and I ask you how to do then to try solving my problem best regards Le 09/08/2018 à 06:26, Chris Dunlap a écrit : > Closing this out since it was a support request. > > ** Changed in: munge (Ubuntu) >Status: New => Invalid > -- You received this bug

root@127:/home/belghazi/Images/munge-munge-0.5.13# systemctl status -l munge | grep Error:,août 04 09:13:35 127.0.0.1kamal munged[8948]: munged: Error: Logfile is insecure: invalid ownership of "/"Re:

2018-08-05 Thread mehdi belghazi
Hi I send you the response root@127:/home/belghazi/Images/munge-munge-0.5.13# systemctl status -l munge | grep Error: août 04 09:13:35 127.0.0.1kamal munged[8948]: munged: Error: Logfile is insecure: invalid ownership of "/" best regards Le 05/08/2018 à 09:20, Chris Dunlap a écrit : > systemctl

Re: [Bug 1785169] Re: je ne peux pas faire des mises à jour probleme munge

2018-08-05 Thread mehdi belghazi
Hi var/log/munge/ is empty but the bug  still exists. best regards Le 04/08/2018 à 23:50, Chris Dunlap a écrit : > The error is shown here: > > août 03 06:32:06 127.0.0.1kamal munged[31923]: munged: Error: Logfile is > in..." > > It's warning about the logfile (/var/log/munge/munged.log) being >

[Bug 1675807] Re: document tab and windows do not update or redraw correctly

2017-09-02 Thread Mehdi Amini
Hi, Please see this link in Code::Blocks forum with Backtrace attached: http://forums.codeblocks.org/index.php/topic,22115.0.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675807 Title:

[Bug 1706374] Re: ocata live migration won't work

2017-07-27 Thread Mehdi Abaakouk
upgrade_level was badly set, so nova-compute was doing the legacy LiveMigrateData convertion, while the data was already in the correct format. What looks weird is why the live-migration have not been rejected during precheck. ** Changed in: nova Status: New => Invalid ** Changed in:

[Bug 1706374] Re: ocata live migration won't work

2017-07-27 Thread Mehdi Abaakouk
Migrating the instance without nova works (with virsh), so that looks like a nova bug. ** Changed in: libvirt (Ubuntu) Status: New => Invalid ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1706374] Re: ocata live migration won't work

2017-07-27 Thread Mehdi Abaakouk
During the migration, the xml generated by libvirt on the destination host looks wrong -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706374 Title: ocata live migration won't work

[Bug 1706374] Re: ocata live migration won't work

2017-07-27 Thread Mehdi Abaakouk
Forget my last comment, I have found the new fallback code. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706374 Title: ocata live migration won't work To manage notifications about this bug go

[Bug 1706374] Re: ocata live migration won't work

2017-07-27 Thread Mehdi Abaakouk
My guess is the regression was introduced by https://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=78a09aa033 Before when glisten->address was NULL, it was falling back to cfg.spiceListen and cfg.vncListen. New code seems not doing this fallback. If my guess becomes true, vnc have the same

[Bug 1706374] Re: ocata live migration won't work

2017-07-27 Thread Mehdi Abaakouk
If I compare a live migration between two compute nodes still in newton and compute node migrated to ocata, I can see the spice option have changed: newton: -spice port=5916,addr=0.0.0.0,disable-ticketing,seamless-migration=on ocata: -spice

[Bug 1531345] Re: Thunderbird/Firefox icon blurry in unity launcher and in alt+tab interface

2017-04-21 Thread Mehdi EL KRARI
Thanks ockels! Disabling FireTray addon solved this issue. It was a little bit different for me: only the Firefox icon become blurred after opening Thunderbird. But I think I'll keep this addon enabled since it doesn't affect usability and features of these Mozilla products. It should be

[Bug 1652752] Re: python-oslo.messaging on trusty fails with error

2017-02-27 Thread Mehdi Abaakouk
Logs are not available. ** Changed in: oslo.messaging Status: New => Incomplete ** Changed in: oslo.messaging (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1657989] Re: No more able to create non null datetime column

2017-01-23 Thread Mehdi Abaakouk
The CREATE TABLE doesn't fail only ALTER. And the release note confirm that weird behavior. ➤ mysql testing Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 12 Server version: 5.7.17-0ubuntu0.16.04.1 (Ubuntu) mysql> create table foo (a DATETIME NOT NULL);

[Bug 1657989] Re: No more able to create non null datetime column

2017-01-23 Thread Mehdi Abaakouk
s/sgbd/RDBMS/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1657989 Title: No more able to create non null datetime column To manage notifications about this bug go to:

[Bug 1657989] [NEW] No more able to create non null datetime column

2017-01-19 Thread Mehdi Abaakouk
Public bug reported: Hi, Since 5.7.17-0ubuntu0.16.04.1 package upgrade we are no more able to create not null datetime. It was working fine with 5.7.16-0ubuntu0.16.04.1 The error reported by mysql: 1292, u"Incorrect datetime value: '-00-00 00:00:00' for column 'updated_at_ts' at row 1")

[Bug 1651201] [NEW] package vim-runtime 2:7.4.1689-3ubuntu1.2 failed to install/upgrade: trying to overwrite '/usr/share/man/fr/man1/vimtutor.1.gz', which is also in package vim 20161216-1

2016-12-19 Thread Mehdi
Public bug reported: I have installed vim from scratch using checkinstall (instead of make install) ProblemType: Package DistroRelease: Ubuntu 16.04 Package: vim-runtime 2:7.4.1689-3ubuntu1.2 ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30 Uname: Linux 4.4.0-53-generic x86_64

[Bug 1641532] Re: machine-types trusty and utopic are not unique (depend on the qemu version)

2016-11-14 Thread Mehdi Abaakouk
I still got the same error with the ppa: 2016-11-14T13:11:15.479395Z qemu-system-x86_64: Unknown ramblock "/rom@etc/acpi/rsdp", cannot accept migration 2016-11-14T13:11:15.479419Z qemu-system-x86_64: error while loading state for instance 0x0 of device 'ram' 2016-11-14T13:11:15.479613Z

[Bug 1641532] Re: Unknown ramblock "/rom@etc/acpi/rsdp", cannot accept migration

2016-11-14 Thread Mehdi Abaakouk
** Attachment added: "2.3-trusty-machine-fix" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1641532/+attachment/4777159/+files/2.3-trusty-machine-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1641532] Re: Unknown ramblock "/rom@etc/acpi/rsdp", cannot accept migration

2016-11-14 Thread Mehdi Abaakouk
It's not a debdiff but just the patch I have applied as-is. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1641532 Title: Unknown ramblock "/rom@etc/acpi/rsdp", cannot accept migration To manage

[Bug 1641532] Re: Unknown ramblock "/rom@etc/acpi/rsdp", cannot accept migration

2016-11-14 Thread Mehdi Abaakouk
After more investigation (comparation of the machine description between the ubuntu qemu 2.3 and 2.5), I have seen that in 2.3, the utopic machine is a kvm-2.3 machine while it's a kvm-2.5 machine is 2.5 when it should be kvm-2.3 too. I will provide a debdiff once I have validated my change. --

[Bug 1641532] Re: Unknown ramblock "/rom@etc/acpi/rsdp", cannot accept migration

2016-11-14 Thread Mehdi Abaakouk
** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1641532 Title: Unknown ramblock "/rom@etc/acpi/rsdp", cannot accept

[Bug 1641532] [NEW] Unknown ramblock "/rom@etc/acpi/rsdp", cannot accept migration

2016-11-14 Thread Mehdi Abaakouk
Public bug reported: Hi, I'm currently live-migrating many VMs from an old server to a new one, and some VM can't be live migrated. The source host is trusty with qemu-system-x86 1:2.3+dfsg-5ubuntu9.4~cloud2 The destination host is xenial with qemu-system-x86 1:2.5+dfsg-5ubuntu10.6 When the

[Bug 1518430] Re: liberty: ~busy loop on epoll_wait being called with zero timeout

2016-10-06 Thread Mehdi Abaakouk
Is this still valid on Newton/Mitaka ? ** Changed in: oslo.messaging Status: New => Won't Fix ** Changed in: oslo.messaging Status: Won't Fix => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1612089] Re: Fix for CVE-2016-5403 causes crash on migration if memory stats are enabled

2016-08-25 Thread Mehdi Abaakouk
I run the cloud archive version and got the issue qemu-kvm: 1:2.3+dfsg-5ubuntu9.4~cloud1 (trusty) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612089 Title: Fix for CVE-2016-5403 causes crash on

[Bug 1612089] Re: Fix for CVE-2016-5403 causes crash on migration if memory stats are enabled

2016-08-25 Thread Mehdi Abaakouk
** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612089 Title: Fix for CVE-2016-5403 causes crash on migration if memory

[Bug 1579581] MySQLConf.etc.mysql.my.cnf.txt

2016-05-09 Thread Mehdi Mejjat
apport information ** Attachment added: "MySQLConf.etc.mysql.my.cnf.txt" https://bugs.launchpad.net/bugs/1579581/+attachment/4659130/+files/MySQLConf.etc.mysql.my.cnf.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1579581] Re: i made an upgrade from ubuntu 14.04 LTS to 16.04 LTS. Te process return me a problem with mysql update and now ubuntu cannot lauch unity desktop

2016-05-09 Thread Mehdi Mejjat
apport information ** Tags added: apport-collected xenial ** Description changed: i made an upgrade from ubuntu 14.04 LTS to 16.04 LTS. Te process return me a problem with mysql update and now ubuntu cannot launch unity desktop. It is all the time loading in command line and I am obliged

[Bug 1579581] MySQLConf.etc.mysql.mysql.cnf.txt

2016-05-09 Thread Mehdi Mejjat
apport information ** Attachment added: "MySQLConf.etc.mysql.mysql.cnf.txt" https://bugs.launchpad.net/bugs/1579581/+attachment/4659131/+files/MySQLConf.etc.mysql.mysql.cnf.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1579581] Logs.var.log.mysql.error.log.txt

2016-05-09 Thread Mehdi Mejjat
apport information ** Attachment added: "Logs.var.log.mysql.error.log.txt" https://bugs.launchpad.net/bugs/1579581/+attachment/4659129/+files/Logs.var.log.mysql.error.log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1579581] MySQLConf.etc.mysql.mysql.conf.d.mysqld.cnf.txt

2016-05-09 Thread Mehdi Mejjat
apport information ** Attachment added: "MySQLConf.etc.mysql.mysql.conf.d.mysqld.cnf.txt" https://bugs.launchpad.net/bugs/1579581/+attachment/4659132/+files/MySQLConf.etc.mysql.mysql.conf.d.mysqld.cnf.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1579581] JournalErrors.txt

2016-05-09 Thread Mehdi Mejjat
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1579581/+attachment/4659127/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1579581] KernLog.txt

2016-05-09 Thread Mehdi Mejjat
apport information ** Attachment added: "KernLog.txt" https://bugs.launchpad.net/bugs/1579581/+attachment/4659128/+files/KernLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579581 Title:

[Bug 1579581] ProcEnviron.txt

2016-05-09 Thread Mehdi Mejjat
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1579581/+attachment/4659133/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579581

[Bug 1579581] [NEW] i made an upgrade from ubuntu 14.04 LTS to 16.04 LTS. Te process return me a problem with mysql update and now ubuntu cannot lauch unity desktop

2016-05-08 Thread Mehdi Mejjat
Public bug reported: i made an upgrade from ubuntu 14.04 LTS to 16.04 LTS. Te process return me a problem with mysql update and now ubuntu cannot launch unity desktop. It is all the time loading in command line and I am obliged to launch the desktop from command line. Also my Dolibarr

[Bug 1575194] Re: when suspend and unsuspend turn on fan of my laptop and turn off

2016-04-26 Thread mehdi
** Description changed: - when suspend and unsuspend , turn on fan of my laptop and turn off with - full power. + when i suspend and unsuspend , turn on fan of my laptop and turn off + with full power. On ubuntu 16.04 - cpu : Intel® Core™ i7-6500U CPU @ 2.50GHz × 4 + cpu : Intel® Core™

[Bug 1575194] [NEW] when suspend and unsuspend turn on fan of my laptop and turn off

2016-04-26 Thread mehdi
Public bug reported: when i suspend and unsuspend , turn on fan of my laptop and turn off with full power. On ubuntu 16.04 cpu : Intel® Core™ i7-6500U CPU @ 2.50GHz × 4 grapthic : Intel® HD Graphics 520 (Skylake GT2) ** Affects: ubuntu Importance: Undecided Status: New ** Project

[Bug 1574177] [NEW] When i am installing ubuntu 16.04 appear error

2016-04-24 Thread mehdi
Public bug reported: When i am installing ubuntu 16.04 appear error . The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63

[Bug 1571289] [NEW] turn on fan and full brightness screen after unsuspend

2016-04-17 Thread mehdi
Public bug reported: After unsuspend First show desktop and fan turn on and brightness is 100% , later many second login appear. On ubutnu 15.10 cpu :Intel® Core™ i7-6500U CPU @ 2.50GHz × 4 graphic : Intel® Skylake ULT GT2 ** Affects: ubuntu Importance: Undecided Status: New

[Bug 1542846] Re: [HP ProBook 450 G3, Intel Skylake HDMI, Digital Out, HDMI] No sound at all

2016-04-11 Thread mehdi
I have migrated kernel 4.4.5 and this bug fixed . ِOn ubuntu 16.64 should use since kernel 4.4.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542846 Title: [HP ProBook 450 G3, Intel Skylake HDMI,

[Bug 1542846] Re: [HP ProBook 450 G3, Intel Skylake HDMI, Digital Out, HDMI] No sound at all

2016-02-29 Thread mehdi
In ubuntu 16.04 beta 1 was this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542846 Title: [HP ProBook 450 G3, Intel Skylake HDMI, Digital Out, HDMI] No sound at all To manage

[Bug 562621] Re: listen tray icon background not transparent

2016-02-08 Thread Mehdi Abaakouk
** Changed in: listen Assignee: Mehdi Abaakouk (sileht) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/562621 Title: listen tray icon background not transparent To man

[Bug 1190256] Re: USB drive is created successfully, but fails to boot

2015-07-27 Thread Mehdi EL KRARI
typing install for ubuntu server works for me. Unless it ask me to mount the CD in one of installation steps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190256 Title: USB drive is created

[Bug 1338732] Re: Timed out waiting for a reply via rabbit

2015-04-17 Thread Mehdi Abaakouk
** Tags added: icehouse-backport-potential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1338732 Title: Timed out waiting for a reply via rabbit To manage notifications about this bug go to:

[Bug 1432966] Re: RuntimeError: dictionary changed size during iteration

2015-03-25 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Milestone: 1.8.1 = next-liberty ** Changed in: oslo.messaging Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to oslo.messaging in Ubuntu.

[Bug 1432966] Re: RuntimeError: dictionary changed size during iteration

2015-03-25 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Milestone: 1.8.1 = next-liberty ** Changed in: oslo.messaging Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432966

[Bug 856764] Re: RabbitMQ connections lack heartbeat or TCP keepalives

2015-03-25 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Milestone: next-liberty = 1.8.1 ** Changed in: oslo.messaging Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/856764

[Bug 856764] Re: RabbitMQ connections lack heartbeat or TCP keepalives

2015-03-25 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Milestone: next-liberty = 1.8.1 ** Changed in: oslo.messaging Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to oslo.messaging in Ubuntu.

[Bug 1159306] Re: WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642 cfg80211_roamed+0x9a/0xa0 [cfg80211]()

2015-03-16 Thread Mehdi
This bug prevents me from connecting to some wireless routers. Please set the importance as high prority and assigne it to someone. I am using Ubuntu 14.04 (3.13.0-40-generic x86_64), my laptop has BCM4313 (as lspci reports), and I am using latest bcmwl-kernel-source driver

[Bug 1159306] Re: WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642 cfg80211_roamed+0x9a/0xa0 [cfg80211]()

2015-03-16 Thread Mehdi
I am not sure if the problem of not connecting to Wifi comes from this bug, or it is a wpa_client, network manager bug! By reloading wl, cfg80211 module, and killing(restaring) wpa_client and NetworkManger, make it possible to connect to Wifi router again. Very strange. -- You received this bug

[Bug 606365] Re: unable to import config with inlined ca, cert, key or tls-auth

2015-03-09 Thread Mehdi Fattahi
Can somebody please fix this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/606365 Title: unable to import config with inlined ca, cert, key or tls-auth To manage notifications about this bug go

[Bug 1367907] Re: Segfault in gc with cyclic trash

2014-12-03 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1367907 Title: Segfault in gc with cyclic trash To manage notifications about this bug go

[Bug 1364814] Re: Neutron multiple api workers can't send cast message to agent when use zeromq

2014-12-02 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Status: Fix Committed = Fix Released ** Changed in: oslo.messaging Milestone: None = 1.5.0 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to oslo.messaging in Ubuntu.

[Bug 1301723] Re: Message was sent to wrong node with zmq as rpc_backend

2014-12-02 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to oslo.messaging in Ubuntu. https://bugs.launchpad.net/bugs/1301723 Title: Message was sent to wrong node with

[Bug 1364814] Re: Neutron multiple api workers can't send cast message to agent when use zeromq

2014-12-02 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Status: Fix Committed = Fix Released ** Changed in: oslo.messaging Milestone: None = 1.5.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1364814 Title:

[Bug 1301723] Re: Message was sent to wrong node with zmq as rpc_backend

2014-12-02 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301723 Title: Message was sent to wrong node with zmq as rpc_backend To

[Bug 1385281] Re: Cannot upgrade ubuntu 12.04 precise to 14.04

2014-10-25 Thread Mehdi Fattahi
Problem fixed. I ran the foolowing command to determine obsolete packages. After removing them, the upgrade succeeded. $ cat /var/log/dist-upgrade/main.log | grep Obsolete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1385281] [NEW] Cannot upgrade ubuntu 12.04 precise to 14.04

2014-10-24 Thread Mehdi Fattahi
Public bug reported: Trying to upgrade ubuntu 12.04 to the next LTS release I got the following error: An unresolvable problem occurred while calculating the upgrade. This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the current pre-release version of Ubuntu *

[Bug 1378318] [NEW] one of my drives does'nt mount and my sys restarts suddenly.

2014-10-07 Thread Mehdi Sharafi
Public bug reported: this is the error that eccur when i want to open my software drive unavle to access to Software Error mounting /dev/sda6 at /media/mehdi/Softwares: Command-line `mount -t ntfs -o uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177 /dev/sda6 /media/mehdi

[Bug 1061195] Re: Can't create EWS or MAPI account

2014-05-27 Thread Mehdi Fattahi
I can confirm the bug persists in Ubuntu 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1061195 Title: Can't create EWS or MAPI account To manage notifications about this bug go to:

[Bug 107974] Re: Evolution will not remember exchange password

2014-05-27 Thread Mehdi Fattahi
The problem persists in Ubuntu 14.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/107974 Title: Evolution will not remember exchange password To manage notifications about this bug go to:

[Bug 1310621] Re: Black/Blank screen when open/close apps

2014-05-11 Thread Mehdi Hassanpour
As a workaround, I un-ticked the Allow Flipping box under OpenGL settings of the NVIDIA x Server Settings. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310621 Title: Black/Blank screen when

[Bug 1307095] Re: Black screen when I open an application

2014-05-11 Thread Mehdi Hassanpour
As a workaround, I un-ticked the Allow Flipping box under OpenGL settings of the NVIDIA x Server Settings. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307095 Title: Black screen when I open an

[Bug 1313914] Re: Rhythmbox zeitgeist plugin doesn't activate when selected in Rhythmbox plugin preferences

2014-05-11 Thread Mehdi Sadeghi
I tried to investigate this problem a little bit, the problem is about importing zeitgeist module in python. In python 2.7 you can import zeitgeist with no error, but in python 3 you will get import error. I tried to install python3 version of zeitgeist but it seems that upstream has not

[Bug 1184699] Re: Canon LIDE 110 can only scan once, then I need to replug the usb cable

2014-05-01 Thread Mehdi Sadeghi
I have recently installed 14.04 and the scanner works fine for me, even though I get scanimage: no SANE devices found message the simple scan which is provided by ubuntu can scan with no problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1253096] Re: Cannot add IRC account with NickServ password

2014-04-29 Thread Mehdi Sadeghi
I have the same problem in 14.04 LTS. I keep receiving the message that I should send /msg NickServ identify password to server. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1253096 Title: Cannot

[Bug 1310475] [NEW] Turn On Recommendation is not working in Ubuntu Gnome 14.04

2014-04-21 Thread Mehdi Amiri
Public bug reported: I'm running the latest update of Ubuntu Gnome 14.04. The following is the output for the software-center command when starting from terminal and trying to turn on the updates: 2014-04-21 10:16:02,397 - softwarecenter.backend.login_impl.login_sso - ERROR -

[Bug 1310475] Re: Turn On Recommendation is not working in Ubuntu Gnome 14.04

2014-04-21 Thread Mehdi Amiri
** Description changed: I'm running the latest update of Ubuntu Gnome 14.04. The following is the output for the software-center command when - starting from terminal and trying to turn on the updates: + starting from terminal and trying to turn on the recommendations: 2014-04-21

[Bug 1310535] [NEW] The “Safely remove” option for USB disks in nautilus is not working any more in 14.04.

2014-04-21 Thread Mehdi Amiri
Public bug reported: I tried to safely remove a USB external hard disk, but the system will automatically remount it again and again... This bug is in the both versions of Unity and Gnome 14.04 version. I didn't test other versions. I found other people have the same issue:

[Bug 1310621] [NEW] Black/Blank screen when open/close apps

2014-04-21 Thread Mehdi Hassanpour
Public bug reported: I've upgraded to Ubuntu 14.04 and I see a full black screen for a second when I open or close an application! I can type while I see this Black screen so my pc is not hanged! This happens even when I open a new tab in FF or Chrome... ProblemType: Bug DistroRelease: Ubuntu

[Bug 1307095] Re: Black screen when I open an application

2014-04-20 Thread Mehdi Hassanpour
I changed the Graphics Card and the driver, everything looks fine now... current vga card is: VGA compatible controller: NVIDIA Corporation NV44 [GeForce 6200 TurboCache] (rev a1) and the driver: Nvidia 304.117 I'm not sure the issue was with Nvidia driver or compiz -- You received this bug

[Bug 1307095] Re: Black screen when I open an application

2014-04-20 Thread Mehdi Hassanpour
Changed the graphics card to NVIDIA Corporation G86 [GeForce 8400 GS] (rev a1) with Nvidia driver 304.117 again black screen for seconds... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307095

[Bug 1307095] Re: Black screen when I open an application

2014-04-14 Thread Mehdi Hassanpour
I've reset compiz and unity but no help... dconf reset -f /org/compiz/ setsid unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307095 Title: Black screen when I open an application To manage

[Bug 1307095] [NEW] Black screen when I open an application

2014-04-13 Thread Mehdi Hassanpour
Public bug reported: I've upgraded to Ubuntu 14.04 and I see a full black screen for a second when I open each application... The hardware is: NVIDIA Corporation G86 [GeForce 8400 GS] (rev a1) Using NVIDIA binary driver 331.38 from Additional Drivers ** Affects: compiz (Ubuntu)

  1   2   3   4   5   >