[Touch-packages] [Bug 2021956] Re: crash cups-proxyd

2024-04-18 Thread Islam
Still happening in 24.04.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/2021956

Title:
  crash cups-proxyd

Status in cups package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu IOT Desktop 22.04 LTS

  # cat /etc/os-release
  PRETTY_NAME="Ubuntu 22.04.2 LTS"
  NAME="Ubuntu"
  VERSION_ID="22.04"
  VERSION="22.04.2 LTS (Jammy Jellyfish)"
  VERSION_CODENAME=jammy
  ID=ubuntu
  ID_LIKE=debian
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  UBUNTU_CODENAME=jammy

  Kernel Version: 5.15.0-1028-intel-iotg

  # journalctl --no-hostname -b --no-pager | grep cups-proxyd
  mai 31 11:51:22 cups.cupsd[949]: + PROXY_DAEMON=cups-proxyd
  mai 31 11:51:22 cups.cupsd[3032]: exec cups-proxyd 
/var/snap/cups/common/run/cups.sock /run/cups/cups.sock -l --logdir 
/var/snap/cups/872/var/log
  mai 31 11:51:23 audit[3032]: SECCOMP auid=4294967295 uid=0 gid=0 
ses=4294967295 subj=snap.cups.cupsd pid=3032 comm="cups-proxyd" 
exe="/snap/cups/872/sbin/cups-proxyd" sig=0 arch=c03e syscall=314 compat=0 
ip=0x7fb050c2973d code=0x5
  mai 31 11:51:23 kernel: audit: type=1326 audit(1685523083.773:85): 
auid=4294967295 uid=0 gid=0 ses=4294967295 subj=snap.cups.cupsd pid=3032 
comm="cups-proxyd" exe="/snap/cups/872/sbin/cups-proxyd" sig=0 arch=c03e 
syscall=314 compat=0 ip=0x7fb050c2973d code=0x5
  mai 31 11:51:24 kernel: cups-proxyd[3032]: segfault at 18 ip 558e95990d6e 
sp 7ffe2436a230 error 4 in cups-proxyd[558e9598d000+7000]

  
  Error: cups-proxyd[3032]: segfault at 18 ip 558e95990d6e sp 
7ffe2436a230 error 4 in cups-proxyd[558e9598d000+7000]


  Snap list:
  # snap list
  Name   Version   RevTracking 
Publisher  Notes
  bare   1.0   5  latest/stable
canonical✓ base
  chromium   113.0.5672.1262477   latest/stable
canonical✓ -
  core20 20230503  1891   latest/stable
canonical✓ base
  core22 20230503  634latest/stable
canonical✓ base
  cups   2.4.2-5   872latest/stable
openprinting✓  -
  firefox111.0-2   2432   latest/stable/…  mozilla✓ 
  -
  gnome-3-38-20040+git.6f39565 140latest/stable/…  
canonical✓ -
  gnome-42-2204  0+git.587e965 102latest/stable
canonical✓ -
  gtk-common-themes  0.1-81-g442e511   1535   latest/stable/…  
canonical✓ -
  snap-store 41.3-71-g709398e  959latest/stable/…  
canonical✓ -
  snapd  2.59.219122  latest/stable
canonical✓ snapd
  snapd-desktop-integration  0.9   83 latest/stable/…  
canonical✓ -

  
  Reproduced: At every boot OS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2021956/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2061915] [NEW] While upgrading python3 package gives error

2024-04-16 Thread Islam
Public bug reported:

While upgrading the python3 package, it gave these errors:

Setting up python3 (3.12.3-0ubuntu1) ...
running python rtupdate hooks for python3.12...
/usr/share/hplip/base/imagesize.py:186: SyntaxWarning: invalid escape sequence 
'\#'
  re.compile('\#define\s+\S+\s+\d+') : ('image/x-xbitmap', xbmsize),
/usr/share/hplip/base/imagesize.py:187: SyntaxWarning: invalid escape sequence 
'\/'
  re.compile('\/\* XPM \*\/'): ('image/x-xpixmap', xpmsize),
/usr/share/hplip/base/imagesize.py:189: SyntaxWarning: invalid escape sequence 
'\*'
  re.compile('^II\*\x00'): ('image/tiff', tiffsize),
/usr/share/hplip/fax/ledmfax.py:46: SyntaxWarning: invalid escape sequence '\d'
  http_result_pat = re.compile(b"""HTTP/\d.\d\s(\d+)""", re.I)
/usr/lib/kitty/kitty/options/definition.py:4116: SyntaxWarning: invalid escape 
sequence '\e'
  long_text='''
/usr/lib/rhythmbox/plugins/alternative-toolbar/alttoolbar_plugins.py:171: 
SyntaxWarning: invalid escape sequence '\('
  translation = re.sub('\(..\)', '', translation, flags=re.DOTALL)
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/AstrawebParser.py:64: 
SyntaxWarning: invalid escape sequence '\/'
  url = re.split('(\/display[^"]*)', entry)[1]
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/AstrawebParser.py:66: 
SyntaxWarning: invalid escape sequence '\/'
  title = re.split('(\/display[^>]*)([^<]*)', entry)[2][1:].strip()
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/AstrawebParser.py:97: 
SyntaxWarning: invalid escape sequence '\/'
  lyrics = re.split('()(.*)(<\/font>http://jetlyrics\.com/viewlyrics\.php\?id=[0-9]*)\'>', result)
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/JlyricParser.py:49: 
SyntaxWarning: invalid escape sequence '\.'
  m = re.search('', 
result)
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/TerraParser.py:39: 
SyntaxWarning: invalid escape sequence '\w'
  pattern = re.compile("&(#?\w+?);")
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/WinampcnParser.py:87: 
SyntaxWarning: invalid escape sequence '\['
  lrcplaintext = re.sub('\[.*?\]', '', lrcplaintext)
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/lyrics.py:44: SyntaxWarning: 
invalid escape sequence '\('
  LYRIC_TITLE_STRIP=["\(live[^\)]*\)", "\(acoustic[^\)]*\)", "\([^\)]*mix\)", 
"\([^\)]*version\)", "\([^\)]*edit\)", "\(feat[^\)]*\)"]
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/lyrics.py:44: SyntaxWarning: 
invalid escape sequence '\('
  LYRIC_TITLE_STRIP=["\(live[^\)]*\)", "\(acoustic[^\)]*\)", "\([^\)]*mix\)", 
"\([^\)]*version\)", "\([^\)]*edit\)", "\(feat[^\)]*\)"]
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/lyrics.py:44: SyntaxWarning: 
invalid escape sequence '\('
  LYRIC_TITLE_STRIP=["\(live[^\)]*\)", "\(acoustic[^\)]*\)", "\([^\)]*mix\)", 
"\([^\)]*version\)", "\([^\)]*edit\)", "\(feat[^\)]*\)"]
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/lyrics.py:44: SyntaxWarning: 
invalid escape sequence '\('
  LYRIC_TITLE_STRIP=["\(live[^\)]*\)", "\(acoustic[^\)]*\)", "\([^\)]*mix\)", 
"\([^\)]*version\)", "\([^\)]*edit\)", "\(feat[^\)]*\)"]
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/lyrics.py:44: SyntaxWarning: 
invalid escape sequence '\('
  LYRIC_TITLE_STRIP=["\(live[^\)]*\)", "\(acoustic[^\)]*\)", "\([^\)]*mix\)", 
"\([^\)]*version\)", "\([^\)]*edit\)", "\(feat[^\)]*\)"]
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/lyrics.py:44: SyntaxWarning: 
invalid escape sequence '\('
  LYRIC_TITLE_STRIP=["\(live[^\)]*\)", "\(acoustic[^\)]*\)", "\([^\)]*mix\)", 
"\([^\)]*version\)", "\([^\)]*edit\)", "\(feat[^\)]*\)"]
running python post-rtupdate hooks for python3.12...

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: python3 3.12.3-0ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Apr 17 00:38:58 2024
InstallationDate: Installed on 2024-03-22 (25 days ago)
InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: python3-defaults
UpgradeStatus: Upgraded to noble on 2024-04-11 (6 days ago)

** Affects: python3-defaults (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug noble wayland-session

** Also affects: rhythmbox (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2061915

Title:
  While upgrading python3 package gives error

Status in python3-defaults package in Ubuntu:
  New
Status in rhythmbox package in Ubuntu:
  New

Bug description:
  While upgrading the python3 package, it gave 

[Touch-packages] [Bug 2055012] Re: When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

2024-04-14 Thread Md. Raisul Islam
I have also faced the issue ... Same manner.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/2055012

Title:
  When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I was an unpatient idiot, and I upgraded from 22.04 to 24.04. Near to
  the end of the upgrade, I got an „Oh, no! Something has gone wrong and
  the system cannot recover. Call the system administrator” message
  after a red FAILED in the terminal. The system administrator is
  myself, because my computer is a personal one. Hard reset, same error,
  Ctrl+Alt+F3, sudo apt reinstall gdm3. Obviously. I needed to finish
  the update with dpkg. While dpkg was upgrading, it printed an error
  message for every WiFi connection:

  „[Failed] Failed to migrate [I do not remember, something with
  /etc/netplan]”

  It took at least one and a half our to find the solution on Ask
  Ubuntu. The problem was: /etc/resolv.conf became a broken link, along
  with systemd-resolve.service. I needed to remove both of them and
  write a new resolv.conf to fix the error.

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: network-manager 1.45.90-1ubuntu1
  ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
  Uname: Linux 6.6.0-14-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Feb 26 08:21:02 2024
  InstallationDate: Installed on 2023-07-05 (236 days ago)
  InstallationMedia: Ubuntu 20.04.6 LTS "Focal Fossa" - Release amd64 (20230316)
  IpRoute:
   default via 192.168.0.1 dev wlp3s0 proto dhcp src 192.168.0.100 metric 600
   192.168.0.0/24 dev wlp3s0 proto kernel scope link src 192.168.0.100 metric 
600
   192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 
linkdown
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to noble on 2024-02-24 (2 days ago)
  modified.conffile..etc.init.d.apport: [modified]
  mtime.conffile..etc.init.d.apport: 2024-02-22T15:20:00
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.45.90  connected  started  full  enabled enabled  
enabled  missing  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2055012/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2060981] [NEW] ACPI BIOS errors

2024-04-11 Thread Islam
Public bug reported:

dmesg show the below ACPI errors, is this normal?


# dmesg | grep -i acpi
[0.00] BIOS-e820: [mem 0x59cf8000-0x59dc3fff] ACPI data
[0.00] BIOS-e820: [mem 0x59dc4000-0x59eb] ACPI NVS
[0.00] reserve setup_data: [mem 0x59cf8000-0x59dc3fff] 
ACPI data
[0.00] reserve setup_data: [mem 0x59dc4000-0x59eb] 
ACPI NVS
[0.00] efi: ACPI=0x59dc3000 ACPI 2.0=0x59dc3014 TPMFinalLog=0x59e4a000 
SMBIOS=0x5a609000 SMBIOS 3.0=0x5a608000 MEMATTR=0x528f6018 ESRT=0x53983818 
MOKvar=0x5a5e4000 INITRD=0x4fde3f98 RNG=0x59d28018 TPMEventLog=0x4fdc7018 
[0.020042] ACPI: Early table checksum verification disabled
[0.020046] ACPI: RSDP 0x59DC3014 24 (v02 _ASUS_)
[0.020052] ACPI: XSDT 0x59DC2728 00011C (v01 _ASUS_ Notebook 
01072009 AMI  0113)
[0.020060] ACPI: FACP 0x59DBD000 000114 (v06 _ASUS_ Notebook 
01072009 AMI  00010013)
[0.020066] ACPI: DSDT 0x59D6 05C524 (v02 _ASUS_ Notebook 
01072009 INTL 20191018)
[0.020070] ACPI: FACS 0x59EBC000 40
[0.020074] ACPI: MCFG 0x59DC1000 3C (v01 _ASUS_ Notebook 
01072009 MSFT 0097)
[0.020077] ACPI: SSDT 0x59DBE000 00255D (v02 CpuRef CpuSsdt  
3000 INTL 20191018)
[0.020081] ACPI: FIDT 0x59D5F000 9C (v01 _ASUS_ Notebook 
01072009 AMI  00010013)
[0.020084] ACPI: ECDT 0x59D5E000 C1 (v01 _ASUS_ Notebook 
01072009 AMI. 0005)
[0.020088] ACPI: MSDM 0x59D5D000 55 (v03 _ASUS_ Notebook 
01072009 ASUS 0001)
[0.020092] ACPI: SSDT 0x59D58000 004F42 (v02 DptfTa DptfTabl 
1000 INTL 20191018)
[0.020095] ACPI: SSDT 0x59D56000 0017B5 (v02 SaSsdt SaSsdt   
3000 INTL 20191018)
[0.020099] ACPI: SSDT 0x59D52000 003350 (v02 INTEL  IgfxSsdt 
3000 INTL 20191018)
[0.020103] ACPI: SSDT 0x59D46000 00B1B2 (v02 INTEL  TcssSsdt 
1000 INTL 20191018)
[0.020106] ACPI: HPET 0x59D45000 38 (v01 _ASUS_ Notebook 
01072009 AMI  0113)
[0.020110] ACPI: APIC 0x59D44000 00012C (v04 _ASUS_ Notebook 
01072009 AMI  0113)
[0.020114] ACPI: SSDT 0x59D43000 0002A7 (v02 _ASUS_ TcssSsdt 
 INTL 20191018)
[0.020118] ACPI: SSDT 0x59D3B000 007504 (v02 _ASUS_ TglU_Rvp 
1000 INTL 20191018)
[0.020122] ACPI: NHLT 0x59D39000 001B54 (v00 _ASUS_ Notebook 
01072009 AMI  0113)
[0.020126] ACPI: LPIT 0x59D38000 CC (v01 _ASUS_ Notebook 
01072009 AMI  0113)
[0.020129] ACPI: SSDT 0x59D36000 00012A (v02 _ASUS_ TbtTypeC 
 INTL 20191018)
[0.020133] ACPI: DBGP 0x59D35000 34 (v01 _ASUS_ Notebook 
01072009 AMI  0113)
[0.020137] ACPI: DBG2 0x59D34000 54 (v00 _ASUS_ Notebook 
01072009 AMI  0113)
[0.020141] ACPI: SSDT 0x59D33000 000D8A (v02 _ASUS_ UsbCTabl 
1000 INTL 20191018)
[0.020145] ACPI: DMAR 0x59D32000 B8 (v02 INTEL  EDK2 
0002  0113)
[0.020148] ACPI: SSDT 0x59D31000 0004B8 (v02 HgRef  HgRpSsdt 
1000 INTL 20191018)
[0.020152] ACPI: SSDT 0x59D3 000144 (v02 Intel  ADebTabl 
1000 INTL 20191018)
[0.020155] ACPI: BGRT 0x59D2F000 38 (v01 _ASUS_ Notebook 
01072009 AMI  00010013)
[0.020159] ACPI: UEFI 0x59E28000 00063A (v01 INTEL  RstVmdE  
 ??   )
[0.020163] ACPI: UEFI 0x59E27000 5C (v01 INTEL  RstVmdV  
 ??   )
[0.020166] ACPI: TPM2 0x59D2E000 4C (v04 _ASUS_ Notebook 
0001 AMI  )
[0.020170] ACPI: SSDT 0x59D2B000 002495 (v01 OptRf1 Opt1Tabl 
1000 INTL 20191018)
[0.020173] ACPI: PTDT 0x59D2A000 000D44 (v00 _ASUS_ Notebook 
0005 MSFT 010D)
[0.020177] ACPI: WSMT 0x59D37000 28 (v01 _ASUS_ Notebook 
01072009 AMI  00010013)
[0.020181] ACPI: FPDT 0x59D29000 44 (v01 _ASUS_ A M I
01072009 AMI  0113)
[0.020184] ACPI: Reserving FACP table memory at [mem 0x59dbd000-0x59dbd113]
[0.020186] ACPI: Reserving DSDT table memory at [mem 0x59d6-0x59dbc523]
[0.020187] ACPI: Reserving FACS table memory at [mem 0x59ebc000-0x59ebc03f]
[0.020187] ACPI: Reserving MCFG table memory at [mem 0x59dc1000-0x59dc103b]
[0.020188] ACPI: Reserving SSDT table memory at [mem 0x59dbe000-0x59dc055c]
[0.020189] ACPI: Reserving FIDT table memory at [mem 0x59d5f000-0x59d5f09b]
[0.020190] ACPI: Reserving ECDT table memory at [mem 0x59d5e000-0x59d5e0c0]
[0.020191] ACPI: Reserving MSDM table memory at [mem 0x59d5d000-0x59d5d054]
[0.020191] ACPI: Reserving SSDT table memory at [mem 0x59d58000-0x59d5cf41]
[0.020192] ACPI: Reserving SSDT table memory at [mem 0x59d56000-0x59d577b4]
[0.020193] ACPI: Reserving SSDT table memory at [mem 0x59d52000-0x59d5534f]
[0.020196] ACPI: Reserving SSDT 

[Touch-packages] [Bug 2055804] [NEW] Choosing font

2024-03-02 Thread Islam Alshaikh إسلام الشيخ
Public bug reported:

Hello, I want to choosing best fonts from my collection in easy way.

 ~/.fonts$ find . -type f |wc -l
11196

I have +1 fonts, Arabic & English.

I can not comparing between fonts .

More than 50% of Arabic fonts are not working (some of them were worked
in 7.10).

There is not grouping or sorting by language , (I can see some sorting
in Open Office Writer - character ...)

Some system & applications hanging if I add all of them (8g ram + swap
16g)

I can not grouping them or selecting some of them to viewing & others to
hide in easy way !.

I can not know wich of them are working & wich are not working to
removing or fixing !.

Some Applications access to .fonts & change some of files (FireFox or
other?) , I know that by rsync files.

I can not view 0 as number , Not as O or o.

Some fonts can not displayed as before. I can not found package deb to
install all necessary package for Arabic fonts & English & Viewing 0.

Almost I use TrueType fonts were working in WindowsXP.


I need help.

Thank you

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 6.2.0-33.33~22.04.1-generic 6.2.16
Uname: Linux 6.2.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: KDE
Date: Sun Mar  3 09:49:16 2024
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Xeon E3-1200 v3/4th Gen 
Core Processor Integrated Graphics Controller [1462:7850]
InstallationDate: Installed on 2023-08-21 (194 days ago)
InstallationMedia: Kubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 
(20230807.1)
MachineType: MSI MS-7850
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-33-generic 
root=UUID=31f7c266-8d08-49d3-9846-5083e162dc40 ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/02/2013
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.4
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B85-G41 PC Mate(MS-7850)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.4:bd12/02/2013:br4.6:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnB85-G41PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7850
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 1.0
dmi.sys.vendor: MSI
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.113-2~ubuntu0.22.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.2.1-1ubuntu3.1~22.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.8
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug jammy kubuntu third-party-packages ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/2055804

Title:
  Choosing font

Status in xorg package in Ubuntu:
  New

Bug description:
  Hello, I want to choosing best fonts from my collection in easy way.

   ~/.fonts$ find . -type f |wc -l
  11196

  I have +1 fonts, Arabic & English.

  I can not comparing between fonts .

  More than 50% of Arabic fonts are not working (some of them were
  worked in 7.10).

  There is not grouping or sorting by language , (I can see some sorting
  in Open Office Writer - character ...)

  Some system & applications hanging if I add all of them (8g ram + swap
  16g)

  I can not grouping them or selecting some of them to viewing & others
  to hide in easy way !.

  I can not know wich of them are working & wich are not working to
  removing or fixing !.

  Some Applications access to .fonts & change some of files (FireFox or
  other?) , I know that by rsync files.

  I can not view 0 as number , Not as O or o.

  Some fonts can not displayed as before. I can not found package deb to
  install all necessary package for Arabic fonts & English & Viewing 0.

  Almost I use TrueType fonts were working in WindowsXP.

  
  I need help.

  Thank you

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04

[Touch-packages] [Bug 2055233] [NEW] [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] No sound at all

2024-02-27 Thread Islam Alshaikh إسلام الشيخ
Public bug reported:

sound work if rechanging to Analog Stereo Duplex. but after sound file
finish it broken again !

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: pulseaudio 1:16.1+dfsg1-2ubuntu6
ProcVersionSignature: Ubuntu 6.6.0-14.14.1-lowlatency 6.6.3
Uname: Linux 6.6.0-14-lowlatency x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Wed Feb 28 02:39:07 2024
InstallationDate: Installed on 2024-01-12 (46 days ago)
InstallationMedia: Kubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240112)
MachineType: MSI MS-7850
SourcePackage: pulseaudio
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Creative successful
Symptom_Card: CA0132 Sound Core3D [Sound Blaster Recon3D / Z-Series / Sound 
BlasterX AE-5 Plus] (SB1570 SB Audigy Fx) - HDA Creative
Symptom_Jack: Green Line Out, Rear
Symptom_PulsePlaybackTest: PulseAudio playback test failed
Symptom_Type: No sound at all
Title: [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/02/2013
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.4
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B85-G41 PC Mate(MS-7850)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.4:bd12/02/2013:br4.6:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnB85-G41PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7850
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 1.0
dmi.sys.vendor: MSI

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


** Tags: amd64 apport-bug noble

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/2055233

Title:
  [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] No sound at
  all

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  sound work if rechanging to Analog Stereo Duplex. but after sound file
  finish it broken again !

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: pulseaudio 1:16.1+dfsg1-2ubuntu6
  ProcVersionSignature: Ubuntu 6.6.0-14.14.1-lowlatency 6.6.3
  Uname: Linux 6.6.0-14-lowlatency x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Wed Feb 28 02:39:07 2024
  InstallationDate: Installed on 2024-01-12 (46 days ago)
  InstallationMedia: Kubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240112)
  MachineType: MSI MS-7850
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Creative 
successful
  Symptom_Card: CA0132 Sound Core3D [Sound Blaster Recon3D / Z-Series / Sound 
BlasterX AE-5 Plus] (SB1570 SB Audigy Fx) - HDA Creative
  Symptom_Jack: Green Line Out, Rear
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: No sound at all
  Title: [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/02/2013
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.4
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85-G41 PC Mate(MS-7850)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.4:bd12/02/2013:br4.6:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnB85-G41PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:skuTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7850
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/2055233/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2054302] [NEW] [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] Playback problem

2024-02-19 Thread Islam Alshaikh إسلام الشيخ
Public bug reported:

Hello,
I want to someone to solve this problem in beta Kubuntu 24.04.

If sound level controler added to system-panel in taskbar , sound go off. And 
slowing down all system.
without any sound.

I can fix it by change card mode "Analog Stereo Duplex" to any thing
then return back to "Analog Stereo Duplex". it will work OK for current
played sound then broken!.

this happen after last update.

Than You

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: alsa-base 1.0.25+dfsg-0ubuntu7
ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
Uname: Linux 6.6.0-14-generic x86_64
ApportVersion: 2.27.0-0ubuntu7
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon Feb 19 13:57:20 2024
InstallationDate: Installed on 2024-01-12 (38 days ago)
InstallationMedia: Kubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240112)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Creative successful
Symptom_Card: CA0132 Sound Core3D [Sound Blaster Recon3D / Z-Series / Sound 
BlasterX AE-5 Plus] (SB1570 SB Audigy Fx) - HDA Creative
Symptom_Jack: Green Line Out, Rear
Symptom_PulsePlaybackTest: PulseAudio playback test failed
Symptom_Type: None of the above
Title: [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] Playback 
problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/02/2013
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.4
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B85-G41 PC Mate(MS-7850)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.4:bd12/02/2013:br4.6:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnB85-G41PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7850
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 1.0
dmi.sys.vendor: MSI

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/2054302

Title:
  [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] Playback
  problem

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Hello,
  I want to someone to solve this problem in beta Kubuntu 24.04.

  If sound level controler added to system-panel in taskbar , sound go off. And 
slowing down all system.
  without any sound.

  I can fix it by change card mode "Analog Stereo Duplex" to any thing
  then return back to "Analog Stereo Duplex". it will work OK for
  current played sound then broken!.

  this happen after last update.

  Than You

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu7
  ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
  Uname: Linux 6.6.0-14-generic x86_64
  ApportVersion: 2.27.0-0ubuntu7
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Mon Feb 19 13:57:20 2024
  InstallationDate: Installed on 2024-01-12 (38 days ago)
  InstallationMedia: Kubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240112)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Creative 
successful
  Symptom_Card: CA0132 Sound Core3D [Sound Blaster Recon3D / Z-Series / Sound 
BlasterX AE-5 Plus] (SB1570 SB Audigy Fx) - HDA Creative
  Symptom_Jack: Green Line Out, Rear
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: None of the above
  Title: [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] Playback 
problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/02/2013
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.4
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85-G41 PC Mate(MS-7850)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.4:bd12/02/2013:br4.6:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnB85-G41PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:skuTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7850
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/2054302/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : 

[Touch-packages] [Bug 2051194] [NEW] Xorg freeze

2024-01-24 Thread Islam Alshaikh إسلام الشيخ
Public bug reported:

Hello,

Keyboard hanging when long press SHIFT. (Microsoft curve 3000)
Can fixing that by using another keyboard (shft+alt F3 then back to current). 
(wireless keyboard)

Thank you

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 6.6.0-14.14.1-lowlatency 6.6.3
Uname: Linux 6.6.0-14-lowlatency x86_64
ApportVersion: 2.27.0-0ubuntu6
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: KDE
Date: Thu Jan 25 08:36:15 2024
DistUpgraded: Fresh install
DistroCodename: noble
DistroVariant: ubuntu
DkmsStatus:
 bbswitch/0.8, 6.6.0-14-generic, x86_64: installed
 bbswitch/0.8, 6.6.0-14-lowlatency, x86_64: installed
 virtualbox/7.0.14, 6.6.0-14-lowlatency, x86_64: installed
ExtraDebuggingInterest: No
GpuHangFrequency: I don't know
GraphicsCard:
 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Xeon E3-1200 v3/4th Gen 
Core Processor Integrated Graphics Controller [1462:7850]
InstallationDate: Installed on 2024-01-12 (13 days ago)
InstallationMedia: Kubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240112)
MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.6.0-14-lowlatency 
root=UUID=bced7c56-1cd5-4190-9ca2-31af67de9bd3 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/02/2013
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.4
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B85-G41 PC Mate(MS-7850)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.4:bd12/02/2013:br4.6:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnB85-G41PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7850
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 1.0
dmi.sys.vendor: MSI
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.117-1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.3.3-1ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.10-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:22.0.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug freeze has-workaround kubuntu noble reproducible 
ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/2051194

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  Hello,

  Keyboard hanging when long press SHIFT. (Microsoft curve 3000)
  Can fixing that by using another keyboard (shft+alt F3 then back to current). 
(wireless keyboard)

  Thank you

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 6.6.0-14.14.1-lowlatency 6.6.3
  Uname: Linux 6.6.0-14-lowlatency x86_64
  ApportVersion: 2.27.0-0ubuntu6
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Thu Jan 25 08:36:15 2024
  DistUpgraded: Fresh install
  DistroCodename: noble
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch/0.8, 6.6.0-14-generic, x86_64: installed
   bbswitch/0.8, 6.6.0-14-lowlatency, x86_64: installed
   virtualbox/7.0.14, 6.6.0-14-lowlatency, x86_64: installed
  ExtraDebuggingInterest: No
  GpuHangFrequency: I don't know
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Xeon E3-1200 v3/4th 
Gen Core Processor Integrated Graphics Controller [1462:7850]
  InstallationDate: Installed on 2024-01-12 (13 days ago)
  InstallationMedia: Kubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240112)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.6.0-14-lowlatency 
root=UUID=bced7c56-1cd5-4190-9ca2-31af67de9bd3 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  

[Touch-packages] [Bug 2021956] Re: crash cups-proxyd

2023-11-30 Thread Islam
I'm getting this error on 23.10:
cups-proxyd[2415]: segfault at 18 ip 55efd95e6d75 sp 7ffc3ee0d810 error 
4 in cups-proxyd[55efd95e3000+7000] likely on CPU 1 (core 1, socket 0)

** Changed in: cups (Ubuntu)
   Status: Expired => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/2021956

Title:
  crash cups-proxyd

Status in cups package in Ubuntu:
  New

Bug description:
  Ubuntu IOT Desktop 22.04 LTS

  # cat /etc/os-release
  PRETTY_NAME="Ubuntu 22.04.2 LTS"
  NAME="Ubuntu"
  VERSION_ID="22.04"
  VERSION="22.04.2 LTS (Jammy Jellyfish)"
  VERSION_CODENAME=jammy
  ID=ubuntu
  ID_LIKE=debian
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  UBUNTU_CODENAME=jammy

  Kernel Version: 5.15.0-1028-intel-iotg

  # journalctl --no-hostname -b --no-pager | grep cups-proxyd
  mai 31 11:51:22 cups.cupsd[949]: + PROXY_DAEMON=cups-proxyd
  mai 31 11:51:22 cups.cupsd[3032]: exec cups-proxyd 
/var/snap/cups/common/run/cups.sock /run/cups/cups.sock -l --logdir 
/var/snap/cups/872/var/log
  mai 31 11:51:23 audit[3032]: SECCOMP auid=4294967295 uid=0 gid=0 
ses=4294967295 subj=snap.cups.cupsd pid=3032 comm="cups-proxyd" 
exe="/snap/cups/872/sbin/cups-proxyd" sig=0 arch=c03e syscall=314 compat=0 
ip=0x7fb050c2973d code=0x5
  mai 31 11:51:23 kernel: audit: type=1326 audit(1685523083.773:85): 
auid=4294967295 uid=0 gid=0 ses=4294967295 subj=snap.cups.cupsd pid=3032 
comm="cups-proxyd" exe="/snap/cups/872/sbin/cups-proxyd" sig=0 arch=c03e 
syscall=314 compat=0 ip=0x7fb050c2973d code=0x5
  mai 31 11:51:24 kernel: cups-proxyd[3032]: segfault at 18 ip 558e95990d6e 
sp 7ffe2436a230 error 4 in cups-proxyd[558e9598d000+7000]

  
  Error: cups-proxyd[3032]: segfault at 18 ip 558e95990d6e sp 
7ffe2436a230 error 4 in cups-proxyd[558e9598d000+7000]


  Snap list:
  # snap list
  Name   Version   RevTracking 
Publisher  Notes
  bare   1.0   5  latest/stable
canonical✓ base
  chromium   113.0.5672.1262477   latest/stable
canonical✓ -
  core20 20230503  1891   latest/stable
canonical✓ base
  core22 20230503  634latest/stable
canonical✓ base
  cups   2.4.2-5   872latest/stable
openprinting✓  -
  firefox111.0-2   2432   latest/stable/…  mozilla✓ 
  -
  gnome-3-38-20040+git.6f39565 140latest/stable/…  
canonical✓ -
  gnome-42-2204  0+git.587e965 102latest/stable
canonical✓ -
  gtk-common-themes  0.1-81-g442e511   1535   latest/stable/…  
canonical✓ -
  snap-store 41.3-71-g709398e  959latest/stable/…  
canonical✓ -
  snapd  2.59.219122  latest/stable
canonical✓ snapd
  snapd-desktop-integration  0.9   83 latest/stable/…  
canonical✓ -

  
  Reproduced: At every boot OS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2021956/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2042715] [NEW] gpu-manager service takes 10 seconds during boot

2023-11-04 Thread Islam
Public bug reported:

There is obviously something not right with the gpu-manager service as
it's taking more than 10 seconds to run during boot, and this is
happening every time.

# systemd-analyze blame 
13.254s plymouth-quit-wait.service
10.347s gpu-manager.service
 3.843s NetworkManager-wait-online.service
 1.313s logrotate.service
 1.276s fwupd-refresh.service
 1.197s snapd.service
 1.134s NetworkManager.service
  871ms fwupd.service
  772ms udisks2.service

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: ubuntu-desktop (not installed)
ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
Uname: Linux 6.5.0-10-generic x86_64
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Nov  4 10:32:53 2023
InstallationDate: Installed on 2023-10-12 (23 days ago)
InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Release amd64 (20231011)
SourcePackage: ubuntu-meta
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug mantic wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2042715

Title:
  gpu-manager service takes 10 seconds during boot

Status in ubuntu-meta package in Ubuntu:
  New

Bug description:
  There is obviously something not right with the gpu-manager service as
  it's taking more than 10 seconds to run during boot, and this is
  happening every time.

  # systemd-analyze blame 
  13.254s plymouth-quit-wait.service
  10.347s gpu-manager.service
   3.843s NetworkManager-wait-online.service
   1.313s logrotate.service
   1.276s fwupd-refresh.service
   1.197s snapd.service
   1.134s NetworkManager.service
871ms fwupd.service
772ms udisks2.service

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: ubuntu-desktop (not installed)
  ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
  Uname: Linux 6.5.0-10-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Nov  4 10:32:53 2023
  InstallationDate: Installed on 2023-10-12 (23 days ago)
  InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Release amd64 (20231011)
  SourcePackage: ubuntu-meta
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2042715/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2017224] Re: [asus-bluetooth] Cannot enable bluetooth in gnome-shell on ASUS ZenBook UX435EG

2023-04-30 Thread Islam
Please give this bug a high priority as I cannot use the bluetooth mouse
nor the headset and I believe it affects a lot of people too in their
work.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2017224

Title:
  [asus-bluetooth] Cannot enable bluetooth in gnome-shell on ASUS
  ZenBook UX435EG

Status in bluez package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 23.04, Bluetooth service is started but can't enable
  it in gnome-shell.

  Apr 21 11:34:15 ZB systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  Apr 21 11:34:15 ZB systemd[1403]: ConfigurationDirectory 'bluetooth' already 
exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 
555)
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth daemon 5.66
  Apr 21 11:34:15 ZB bluetoothd[1403]: Starting SDP server
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/vcp.c:vcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init vcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/mcp.c:mcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init mcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/bap.c:bap_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init bap plugin
  Apr 21 11:34:15 ZB systemd[1]: Started bluetooth.service - Bluetooth service.
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth management interface 1.22 
initialized


  
  I installed the latest linux-firmware from the repo but it didn't help.

  # dmesg | grep -i bluetooth
  [ 18.861759] Bluetooth: Core ver 2.22
  [ 18.863617] NET: Registered PF_BLUETOOTH protocol family
  [ 18.863621] Bluetooth: HCI device and connection manager initialized
  [ 18.863628] Bluetooth: HCI socket layer initialized
  [ 18.863631] Bluetooth: L2CAP socket layer initialized
  [ 18.863638] Bluetooth: SCO socket layer initialized
  [ 19.146683] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
  [ 19.147702] Bluetooth: hci0: Device revision is 2
  [ 19.147707] Bluetooth: hci0: Secure boot is enabled
  [ 19.147709] Bluetooth: hci0: OTP lock is enabled
  [ 19.147712] Bluetooth: hci0: API lock is enabled
  [ 19.147714] Bluetooth: hci0: Debug lock is disabled
  [ 19.147716] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
  [ 19.150729] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
  [ 19.150841] Bluetooth: hci0: Boot Address: 0x24800
  [ 19.150843] Bluetooth: hci0: Firmware Version: 15-45.22
  [ 19.998952] Bluetooth: hci0: urb 8cd2a5b0 failed to resubmit (2)
  [ 20.015315] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [ 20.015321] Bluetooth: BNEP filters: protocol multicast
  [ 20.015329] Bluetooth: BNEP socket layer initialized
  [ 22.005627] Bluetooth: hci0: command 0xfc09 tx timeout
  [ 30.037760] Bluetooth: hci0: Failed to send firmware data (-110)
  [ 30.037855] Bluetooth: hci0: Intel reset sent to retry FW download
  [ 32.213626] Bluetooth: hci0: Failed to read MSFT supported features (-110)


  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: bluez 5.66-0ubuntu1
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 21 11:44:40 2023
  InstallationDate: Installed on 2023-01-04 (106 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  InterestingModules: bnep btusb bluetooth
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX435EG_UX435EG
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.2.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  SourcePackage: bluez
  UpgradeStatus: Upgraded to lunar on 2023-04-21 (0 days ago)
  dmi.bios.date: 04/22/2022
  dmi.bios.release: 5.19
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: UX435EG.315
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX435EG
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrUX435EG.315:bd04/22/2022:br5.19:svnASUSTeKCOMPUTERINC.:pnZenBookUX435EG_UX435EG:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX435EG:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX435EG_UX435EG
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  hciconfig:

  mtime.conffile..etc.bluetooth.input.conf: 

[Touch-packages] [Bug 2017224] Re: Cannot enable bluetooth in gnome-shell

2023-04-21 Thread Islam
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  After upgrade to 23.04, Bluetooth service is started but can't enable it
  in gnome-shell.
  
  Apr 21 11:34:15 ZB systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  Apr 21 11:34:15 ZB systemd[1403]: ConfigurationDirectory 'bluetooth' already 
exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 
555)
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth daemon 5.66
  Apr 21 11:34:15 ZB bluetoothd[1403]: Starting SDP server
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/vcp.c:vcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init vcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/mcp.c:mcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init mcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/bap.c:bap_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init bap plugin
  Apr 21 11:34:15 ZB systemd[1]: Started bluetooth.service - Bluetooth service.
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth management interface 1.22 
initialized
+ 
+ 
+ 
+ I installed the latest linux-firmware from the repo but it didn't help.
+ 
+ # dmesg | grep -i bluetooth
+ [ 18.861759] Bluetooth: Core ver 2.22
+ [ 18.863617] NET: Registered PF_BLUETOOTH protocol family
+ [ 18.863621] Bluetooth: HCI device and connection manager initialized
+ [ 18.863628] Bluetooth: HCI socket layer initialized
+ [ 18.863631] Bluetooth: L2CAP socket layer initialized
+ [ 18.863638] Bluetooth: SCO socket layer initialized
+ [ 19.146683] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
+ [ 19.147702] Bluetooth: hci0: Device revision is 2
+ [ 19.147707] Bluetooth: hci0: Secure boot is enabled
+ [ 19.147709] Bluetooth: hci0: OTP lock is enabled
+ [ 19.147712] Bluetooth: hci0: API lock is enabled
+ [ 19.147714] Bluetooth: hci0: Debug lock is disabled
+ [ 19.147716] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
+ [ 19.150729] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
+ [ 19.150841] Bluetooth: hci0: Boot Address: 0x24800
+ [ 19.150843] Bluetooth: hci0: Firmware Version: 15-45.22
+ [ 19.998952] Bluetooth: hci0: urb 8cd2a5b0 failed to resubmit (2)
+ [ 20.015315] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
+ [ 20.015321] Bluetooth: BNEP filters: protocol multicast
+ [ 20.015329] Bluetooth: BNEP socket layer initialized
+ [ 22.005627] Bluetooth: hci0: command 0xfc09 tx timeout
+ [ 30.037760] Bluetooth: hci0: Failed to send firmware data (-110)
+ [ 30.037855] Bluetooth: hci0: Intel reset sent to retry FW download
+ [ 32.213626] Bluetooth: hci0: Failed to read MSFT supported features (-110)
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: bluez 5.66-0ubuntu1
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 21 11:44:40 2023
  InstallationDate: Installed on 2023-01-04 (106 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  InterestingModules: bnep btusb bluetooth
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX435EG_UX435EG
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.2.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  SourcePackage: bluez
  UpgradeStatus: Upgraded to lunar on 2023-04-21 (0 days ago)
  dmi.bios.date: 04/22/2022
  dmi.bios.release: 5.19
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: UX435EG.315
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX435EG
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrUX435EG.315:bd04/22/2022:br5.19:svnASUSTeKCOMPUTERINC.:pnZenBookUX435EG_UX435EG:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX435EG:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX435EG_UX435EG
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  hciconfig:
-  
+ 
  mtime.conffile..etc.bluetooth.input.conf: 2023-02-28T07:11:41.547346

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2017224

Title:
  Cannot enable bluetooth in gnome-shell

Status in bluez package in Ubuntu:
  New
Status in gnome-settings-daemon package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  After upgrade to 

[Touch-packages] [Bug 2017224] Re: Cannot enable bluetooth in gnome-shell

2023-04-21 Thread Islam
I installed the latest linux-firmware from the repo but it didn't help.

# dmesg | grep -i bluetooth
[   18.861759] Bluetooth: Core ver 2.22
[   18.863617] NET: Registered PF_BLUETOOTH protocol family
[   18.863621] Bluetooth: HCI device and connection manager initialized
[   18.863628] Bluetooth: HCI socket layer initialized
[   18.863631] Bluetooth: L2CAP socket layer initialized
[   18.863638] Bluetooth: SCO socket layer initialized
[   19.146683] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[   19.147702] Bluetooth: hci0: Device revision is 2
[   19.147707] Bluetooth: hci0: Secure boot is enabled
[   19.147709] Bluetooth: hci0: OTP lock is enabled
[   19.147712] Bluetooth: hci0: API lock is enabled
[   19.147714] Bluetooth: hci0: Debug lock is disabled
[   19.147716] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   19.150729] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[   19.150841] Bluetooth: hci0: Boot Address: 0x24800
[   19.150843] Bluetooth: hci0: Firmware Version: 15-45.22
[   19.998952] Bluetooth: hci0: urb 8cd2a5b0 failed to resubmit (2)
[   20.015315] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.015321] Bluetooth: BNEP filters: protocol multicast
[   20.015329] Bluetooth: BNEP socket layer initialized
[   22.005627] Bluetooth: hci0: command 0xfc09 tx timeout
[   30.037760] Bluetooth: hci0: Failed to send firmware data (-110)
[   30.037855] Bluetooth: hci0: Intel reset sent to retry FW download
[   32.213626] Bluetooth: hci0: Failed to read MSFT supported features (-110)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2017224

Title:
  Cannot enable bluetooth in gnome-shell

Status in bluez package in Ubuntu:
  New
Status in gnome-settings-daemon package in Ubuntu:
  New

Bug description:
  After upgrade to 23.04, Bluetooth service is started but can't enable
  it in gnome-shell.

  Apr 21 11:34:15 ZB systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  Apr 21 11:34:15 ZB systemd[1403]: ConfigurationDirectory 'bluetooth' already 
exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 
555)
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth daemon 5.66
  Apr 21 11:34:15 ZB bluetoothd[1403]: Starting SDP server
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/vcp.c:vcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init vcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/mcp.c:mcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init mcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/bap.c:bap_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init bap plugin
  Apr 21 11:34:15 ZB systemd[1]: Started bluetooth.service - Bluetooth service.
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth management interface 1.22 
initialized

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: bluez 5.66-0ubuntu1
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 21 11:44:40 2023
  InstallationDate: Installed on 2023-01-04 (106 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  InterestingModules: bnep btusb bluetooth
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX435EG_UX435EG
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.2.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  SourcePackage: bluez
  UpgradeStatus: Upgraded to lunar on 2023-04-21 (0 days ago)
  dmi.bios.date: 04/22/2022
  dmi.bios.release: 5.19
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: UX435EG.315
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX435EG
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrUX435EG.315:bd04/22/2022:br5.19:svnASUSTeKCOMPUTERINC.:pnZenBookUX435EG_UX435EG:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX435EG:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX435EG_UX435EG
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  hciconfig:
   
  mtime.conffile..etc.bluetooth.input.conf: 2023-02-28T07:11:41.547346

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2017224/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to 

[Touch-packages] [Bug 2017224] Re: Cannot enable bluetooth in gnome-shell

2023-04-21 Thread Islam
Adding:

Experimental = true
KernelExperimental = true

To: /etc/bluetooth/main.conf

Cleared the above message but still can't enable bluetooth in Gnome
Settings.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2017224

Title:
  Cannot enable bluetooth in gnome-shell

Status in bluez package in Ubuntu:
  New
Status in gnome-settings-daemon package in Ubuntu:
  New

Bug description:
  After upgrade to 23.04, Bluetooth service is started but can't enable
  it in gnome-shell.

  Apr 21 11:34:15 ZB systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  Apr 21 11:34:15 ZB systemd[1403]: ConfigurationDirectory 'bluetooth' already 
exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 
555)
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth daemon 5.66
  Apr 21 11:34:15 ZB bluetoothd[1403]: Starting SDP server
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/vcp.c:vcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init vcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/mcp.c:mcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init mcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/bap.c:bap_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init bap plugin
  Apr 21 11:34:15 ZB systemd[1]: Started bluetooth.service - Bluetooth service.
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth management interface 1.22 
initialized

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: bluez 5.66-0ubuntu1
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 21 11:44:40 2023
  InstallationDate: Installed on 2023-01-04 (106 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  InterestingModules: bnep btusb bluetooth
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX435EG_UX435EG
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.2.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  SourcePackage: bluez
  UpgradeStatus: Upgraded to lunar on 2023-04-21 (0 days ago)
  dmi.bios.date: 04/22/2022
  dmi.bios.release: 5.19
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: UX435EG.315
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX435EG
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrUX435EG.315:bd04/22/2022:br5.19:svnASUSTeKCOMPUTERINC.:pnZenBookUX435EG_UX435EG:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX435EG:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX435EG_UX435EG
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  hciconfig:
   
  mtime.conffile..etc.bluetooth.input.conf: 2023-02-28T07:11:41.547346

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2017224/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2017224] [NEW] Cannot enable bluetooth in gnome-shell

2023-04-21 Thread Islam
Public bug reported:

After upgrade to 23.04, Bluetooth service is started but can't enable it
in gnome-shell.

Apr 21 11:34:15 ZB systemd[1]: Starting bluetooth.service - Bluetooth service...
Apr 21 11:34:15 ZB systemd[1403]: ConfigurationDirectory 'bluetooth' already 
exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 
555)
Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth daemon 5.66
Apr 21 11:34:15 ZB bluetoothd[1403]: Starting SDP server
Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/vcp.c:vcp_init() D-Bus 
experimental not enabled
Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to init 
vcp plugin
Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/mcp.c:mcp_init() D-Bus 
experimental not enabled
Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to init 
mcp plugin
Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/bap.c:bap_init() D-Bus 
experimental not enabled
Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to init 
bap plugin
Apr 21 11:34:15 ZB systemd[1]: Started bluetooth.service - Bluetooth service.
Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth management interface 1.22 
initialized

ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: bluez 5.66-0ubuntu1
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Apr 21 11:44:40 2023
InstallationDate: Installed on 2023-01-04 (106 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
InterestingModules: bnep btusb bluetooth
MachineType: ASUSTeK COMPUTER INC. ZenBook UX435EG_UX435EG
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.2.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
SourcePackage: bluez
UpgradeStatus: Upgraded to lunar on 2023-04-21 (0 days ago)
dmi.bios.date: 04/22/2022
dmi.bios.release: 5.19
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: UX435EG.315
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UX435EG
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrUX435EG.315:bd04/22/2022:br5.19:svnASUSTeKCOMPUTERINC.:pnZenBookUX435EG_UX435EG:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX435EG:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
dmi.product.family: ZenBook
dmi.product.name: ZenBook UX435EG_UX435EG
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
hciconfig:
 
mtime.conffile..etc.bluetooth.input.conf: 2023-02-28T07:11:41.547346

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

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lunar

** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2017224

Title:
  Cannot enable bluetooth in gnome-shell

Status in bluez package in Ubuntu:
  New
Status in gnome-settings-daemon package in Ubuntu:
  New

Bug description:
  After upgrade to 23.04, Bluetooth service is started but can't enable
  it in gnome-shell.

  Apr 21 11:34:15 ZB systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  Apr 21 11:34:15 ZB systemd[1403]: ConfigurationDirectory 'bluetooth' already 
exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 
555)
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth daemon 5.66
  Apr 21 11:34:15 ZB bluetoothd[1403]: Starting SDP server
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/vcp.c:vcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init vcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/mcp.c:mcp_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init mcp plugin
  Apr 21 11:34:15 ZB bluetoothd[1403]: profiles/audio/bap.c:bap_init() D-Bus 
experimental not enabled
  Apr 21 11:34:15 ZB bluetoothd[1403]: src/plugin.c:plugin_init() Failed to 
init bap plugin
  Apr 21 11:34:15 ZB systemd[1]: Started bluetooth.service - Bluetooth service.
  Apr 21 11:34:15 ZB bluetoothd[1403]: Bluetooth management interface 1.22 
initialized

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: bluez 5.66-0ubuntu1
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: 

[Touch-packages] [Bug 2016933] [NEW] Nvidia proprietary driver can't run apps

2023-04-18 Thread Islam
Public bug reported:

On Wayland only, offloading works for `glxinfo` but cannot run 3D app
like X-Plane 11:

$ __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo | grep 
"OpenGL vendor string"
OpenGL vendor string: NVIDIA Corporation

$ __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia ./X-Plane\ 
11/X-Plane-x86_64 
Whoah -- no matter how hard I tried, I failed to get a GLX visual. Something's 
seriously wonky on your machine.


Every reboot or shutdown, the nvidia daemon doesn't terminate properly:

Apr 19 01:00:31 ZB systemd[1]: nvidia-persistenced.service: State 
'stop-sigterm' timed out. Killing.
Apr 19 01:00:31 ZB systemd[1]: nvidia-persistenced.service: Killing process 
1832 (nvidia-persiste) with signal SIGKILL.
Apr 19 01:00:31 ZB systemd[1]: nvidia-persistenced.service: Main process 
exited, code=killed, status=9/KILL
Apr 19 01:00:31 ZB systemd[1]: nvidia-persistenced.service: Failed with result 
'timeout'.
Apr 19 01:00:31 ZB systemd[1]: Stopped NVIDIA Persistence Daemon.

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: nvidia-driver-530 (not installed)
ProcVersionSignature: Ubuntu 5.19.0-40.41-generic 5.19.17
Uname: Linux 5.19.0-40-generic x86_64
ApportVersion: 2.23.1-0ubuntu3.2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Apr 19 04:30:34 2023
InstallationDate: Installed on 2023-01-04 (104 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
SourcePackage: nvidia-graphics-drivers-530
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-530 (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug kinetic

** Also affects: wayland (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to wayland in Ubuntu.
https://bugs.launchpad.net/bugs/2016933

Title:
  Nvidia proprietary driver can't run apps

Status in nvidia-graphics-drivers-530 package in Ubuntu:
  New
Status in wayland package in Ubuntu:
  New

Bug description:
  On Wayland only, offloading works for `glxinfo` but cannot run 3D app
  like X-Plane 11:

  $ __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo | grep 
"OpenGL vendor string"
  OpenGL vendor string: NVIDIA Corporation

  $ __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia ./X-Plane\ 
11/X-Plane-x86_64 
  Whoah -- no matter how hard I tried, I failed to get a GLX visual. 
Something's seriously wonky on your machine.

  
  Every reboot or shutdown, the nvidia daemon doesn't terminate properly:

  Apr 19 01:00:31 ZB systemd[1]: nvidia-persistenced.service: State 
'stop-sigterm' timed out. Killing.
  Apr 19 01:00:31 ZB systemd[1]: nvidia-persistenced.service: Killing process 
1832 (nvidia-persiste) with signal SIGKILL.
  Apr 19 01:00:31 ZB systemd[1]: nvidia-persistenced.service: Main process 
exited, code=killed, status=9/KILL
  Apr 19 01:00:31 ZB systemd[1]: nvidia-persistenced.service: Failed with 
result 'timeout'.
  Apr 19 01:00:31 ZB systemd[1]: Stopped NVIDIA Persistence Daemon.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: nvidia-driver-530 (not installed)
  ProcVersionSignature: Ubuntu 5.19.0-40.41-generic 5.19.17
  Uname: Linux 5.19.0-40-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3.2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 19 04:30:34 2023
  InstallationDate: Installed on 2023-01-04 (104 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  SourcePackage: nvidia-graphics-drivers-530
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-530/+bug/2016933/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2014089] Re: Totem can't play .mp4 files

2023-03-31 Thread Islam
** Description changed:

  $ G_DEBUG=fatal_warnings totem video.mp4
  
  (totem:73580): GStreamer-CRITICAL **: 20:28:33.402: gst_buffer_get_meta: 
assertion 'buffer != NULL' failed
  Trace/breakpoint trap (core dumped)
  
  And in the App it show "The specified movie could not be found".
+ 
+ If I removed "apt remove gstreamer1.0-vaapi", Totem works fine.
  
  Please check this comment:
  https://gitlab.gnome.org/GNOME/totem/-/issues/509#note_1473313
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: libgstreamer1.0-0 1.20.3-1
  ProcVersionSignature: Ubuntu 5.19.0-38.39-generic 5.19.17
  Uname: Linux 5.19.0-38-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 31 20:28:56 2023
  InstallationDate: Installed on 2023-01-04 (86 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gstreamer1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/2014089

Title:
  Totem can't play .mp4 files

Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  $ G_DEBUG=fatal_warnings totem video.mp4

  (totem:73580): GStreamer-CRITICAL **: 20:28:33.402: gst_buffer_get_meta: 
assertion 'buffer != NULL' failed
  Trace/breakpoint trap (core dumped)

  And in the App it show "The specified movie could not be found".

  If I removed "apt remove gstreamer1.0-vaapi", Totem works fine.

  Please check this comment:
  https://gitlab.gnome.org/GNOME/totem/-/issues/509#note_1473313

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: libgstreamer1.0-0 1.20.3-1
  ProcVersionSignature: Ubuntu 5.19.0-38.39-generic 5.19.17
  Uname: Linux 5.19.0-38-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 31 20:28:56 2023
  InstallationDate: Installed on 2023-01-04 (86 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/2014089/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2014089] [NEW] Totem can't play .mp4 files

2023-03-31 Thread Islam
Public bug reported:

$ G_DEBUG=fatal_warnings totem video.mp4

(totem:73580): GStreamer-CRITICAL **: 20:28:33.402: gst_buffer_get_meta: 
assertion 'buffer != NULL' failed
Trace/breakpoint trap (core dumped)

And in the App it show "The specified movie could not be found".

Please check this comment:
https://gitlab.gnome.org/GNOME/totem/-/issues/509#note_1473313

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: libgstreamer1.0-0 1.20.3-1
ProcVersionSignature: Ubuntu 5.19.0-38.39-generic 5.19.17
Uname: Linux 5.19.0-38-generic x86_64
ApportVersion: 2.23.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Mar 31 20:28:56 2023
InstallationDate: Installed on 2023-01-04 (86 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
SourcePackage: gstreamer1.0
UpgradeStatus: No upgrade log present (probably fresh install)
XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

** Affects: gstreamer1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug kinetic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gstreamer1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/2014089

Title:
  Totem can't play .mp4 files

Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  $ G_DEBUG=fatal_warnings totem video.mp4

  (totem:73580): GStreamer-CRITICAL **: 20:28:33.402: gst_buffer_get_meta: 
assertion 'buffer != NULL' failed
  Trace/breakpoint trap (core dumped)

  And in the App it show "The specified movie could not be found".

  Please check this comment:
  https://gitlab.gnome.org/GNOME/totem/-/issues/509#note_1473313

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: libgstreamer1.0-0 1.20.3-1
  ProcVersionSignature: Ubuntu 5.19.0-38.39-generic 5.19.17
  Uname: Linux 5.19.0-38-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 31 20:28:56 2023
  InstallationDate: Installed on 2023-01-04 (86 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/2014089/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1949340] Re: [upstream] Saving downloads or pages is difficult because of unfocused file chooser dialog

2023-03-28 Thread Islam
It is different issue than the one reported in #44.

So if the fix is released for Kinetic, when it should be available in
the repository for upgrade?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1949340

Title:
  [upstream] Saving downloads or pages is difficult because of unfocused
  file chooser dialog

Status in Mozilla Firefox:
  New
Status in GTK+:
  Fix Released
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  Confirmed
Status in gtk4 package in Ubuntu:
  Fix Released
Status in xdg-desktop-portal-gnome package in Ubuntu:
  Confirmed
Status in xdg-desktop-portal-gtk package in Ubuntu:
  Confirmed
Status in gtk+3.0 source package in Jammy:
  Confirmed
Status in gtk4 source package in Jammy:
  Triaged
Status in gtk+3.0 source package in Kinetic:
  Confirmed
Status in gtk4 source package in Kinetic:
  Fix Released

Bug description:
  Steps to reproduce:
  1. Open Chromium (release does not matter, here deb-packaged version from 
18.04 LTS is used)
  2a. Navigate to some page, press +
  2b. Navigate to some page, with "Ask where to save each file before 
downloading" enabled try to download some file

  Actual result:
  * file chooser dialog is unfocused, user should select the window by mouse 
and then hit  for specified location

  Expected result:
  * file chooser dialog is focused, user can simply hit  to save in 
previously selected location.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1949340/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1993902] [NEW] package libgdk-pixbuf-2.0-0:i386 2.42.8+dfsg-1ubuntu0.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before att

2022-10-22 Thread Md Najibul Islam
Public bug reported:

i cant not install wine in my ubuntu

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: libgdk-pixbuf-2.0-0:i386 2.42.8+dfsg-1ubuntu0.1
ProcVersionSignature: Ubuntu 5.15.0-52.58-generic 5.15.60
Uname: Linux 5.15.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: pass
Date: Sat Oct 22 22:51:38 2022
DuplicateSignature:
 package:libgdk-pixbuf-2.0-0:i386:2.42.8+dfsg-1ubuntu0.1
 Setting up libopenal-data (1:1.19.1-2build3) ...
 dpkg: error processing package libgdk-pixbuf-2.0-0:i386 (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2022-10-21 (1 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
PackageArchitecture: i386
Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.1
 apt  2.4.8
SourcePackage: gdk-pixbuf
Title: package libgdk-pixbuf-2.0-0:i386 2.42.8+dfsg-1ubuntu0.1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gdk-pixbuf (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 jammy need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1993902

Title:
  package libgdk-pixbuf-2.0-0:i386 2.42.8+dfsg-1ubuntu0.1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in gdk-pixbuf package in Ubuntu:
  New

Bug description:
  i cant not install wine in my ubuntu

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: libgdk-pixbuf-2.0-0:i386 2.42.8+dfsg-1ubuntu0.1
  ProcVersionSignature: Ubuntu 5.15.0-52.58-generic 5.15.60
  Uname: Linux 5.15.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Sat Oct 22 22:51:38 2022
  DuplicateSignature:
   package:libgdk-pixbuf-2.0-0:i386:2.42.8+dfsg-1ubuntu0.1
   Setting up libopenal-data (1:1.19.1-2build3) ...
   dpkg: error processing package libgdk-pixbuf-2.0-0:i386 (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2022-10-21 (1 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  PackageArchitecture: i386
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.8
  SourcePackage: gdk-pixbuf
  Title: package libgdk-pixbuf-2.0-0:i386 2.42.8+dfsg-1ubuntu0.1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1993902/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1993723] [NEW] package mime-support 3.64ubuntu1 failed to install/upgrade: installed mime-support package post-installation script subprocess returned error exit status 137

2022-10-20 Thread Md Monirul Islam Ansari
Public bug reported:

The system gettibng freeze i wanted to update my system to ubuntu 22.04
lts

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mime-support 3.64ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-50.56~20.04.1-generic 5.15.60
Uname: Linux 5.15.0-50-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Oct 20 22:47:35 2022
ErrorMessage: installed mime-support package post-installation script 
subprocess returned error exit status 137
InstallationDate: Installed on 2022-01-21 (272 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3.2
 apt  2.0.9
SourcePackage: mime-support
Title: package mime-support 3.64ubuntu1 failed to install/upgrade: installed 
mime-support package post-installation script subprocess returned error exit 
status 137
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mime-support (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mime-support in Ubuntu.
https://bugs.launchpad.net/bugs/1993723

Title:
  package mime-support 3.64ubuntu1 failed to install/upgrade: installed
  mime-support package post-installation script subprocess returned
  error exit status 137

Status in mime-support package in Ubuntu:
  New

Bug description:
  The system gettibng freeze i wanted to update my system to ubuntu
  22.04 lts

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: mime-support 3.64ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-50.56~20.04.1-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Thu Oct 20 22:47:35 2022
  ErrorMessage: installed mime-support package post-installation script 
subprocess returned error exit status 137
  InstallationDate: Installed on 2022-01-21 (272 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3.2
   apt  2.0.9
  SourcePackage: mime-support
  Title: package mime-support 3.64ubuntu1 failed to install/upgrade: installed 
mime-support package post-installation script subprocess returned error exit 
status 137
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mime-support/+bug/1993723/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1977648] [NEW] GLX is rendered by Intel GPU only in Wayland

2022-06-04 Thread Islam
Public bug reported:

I'm using Nvidia driver and PRIME profile is set to performance, however in 
Wayland only, GLX is rendered by Intel GPU and can't have Nvidia as default 
renderer.
This is a problem because not all OpenGL applications can work with XWayland or 
by setting the ENV variables to use Nvidia.

In Xorg Nvidia can be the default renderer with the same configuration.

$ prime-select query
nvidia

$ glxinfo -B
name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel (0x8086)
Device: Mesa Intel(R) Xe Graphics (TGL GT2) (0x9a49)
Version: 22.0.1
Accelerated: yes
Video memory: 3072MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.0.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.0.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.0.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42.1-0ubuntu0.1
ProcVersionSignature: Ubuntu 5.15.0-35.36-generic 5.15.35
Uname: Linux 5.15.0-35-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: pass
Date: Sat Jun  4 15:15:50 2022
DisplayManager: gdm3
GsettingsChanges:
 
InstallationDate: Installed on 2022-02-03 (120 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
RelatedPackageVersions: mutter-common 42.1-0ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to jammy on 2022-04-21 (43 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug jammy

** Also affects: wayland (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to wayland in Ubuntu.
https://bugs.launchpad.net/bugs/1977648

Title:
  GLX is rendered by Intel GPU only in Wayland

Status in gnome-shell package in Ubuntu:
  New
Status in wayland package in Ubuntu:
  New

Bug description:
  I'm using Nvidia driver and PRIME profile is set to performance, however in 
Wayland only, GLX is rendered by Intel GPU and can't have Nvidia as default 
renderer.
  This is a problem because not all OpenGL applications can work with XWayland 
or by setting the ENV variables to use Nvidia.

  In Xorg Nvidia can be the default renderer with the same
  configuration.

  $ prime-select query
  nvidia

  $ glxinfo -B
  name of display: :1
  display: :1  screen: 0
  direct rendering: Yes
  Extended renderer info (GLX_MESA_query_renderer):
  Vendor: Intel (0x8086)
  Device: Mesa Intel(R) Xe Graphics (TGL GT2) (0x9a49)
  Version: 22.0.1
  Accelerated: yes
  Video memory: 3072MB
  Unified memory: yes
  Preferred profile: core (0x1)
  Max core profile version: 4.6
  Max compat profile version: 4.6
  Max GLES1 profile version: 1.1
  Max GLES[23] profile version: 3.2
  OpenGL vendor string: Intel
  OpenGL renderer string: Mesa Intel(R) Xe Graphics (TGL GT2)
  OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.0.1
  OpenGL core profile shading language version string: 4.60
  OpenGL core profile context flags: (none)
  OpenGL core profile profile mask: core profile

  OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.0.1
  OpenGL shading language version string: 4.60
  OpenGL context flags: (none)
  OpenGL profile mask: compatibility profile

  OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.0.1
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.1-0ubuntu0.1
  ProcVersionSignature: Ubuntu 5.15.0-35.36-generic 5.15.35
  Uname: Linux 5.15.0-35-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Sat Jun  4 15:15:50 2022
  DisplayManager: gdm3
  GsettingsChanges:
   
  InstallationDate: Installed on 2022-02-03 (120 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  RelatedPackageVersions: mutter-common 42.1-0ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to jammy on 

[Touch-packages] [Bug 1965563] Re: gnome-extensions-app fails to start [Error reading events from display: Protocol error]

2022-05-19 Thread Islam
This is also happening for me When I launch extension-manager or cheese
apps:

[3254489.563] wl_display@1.delete_id([3254489.568] wl_display@1.error(nil, 7, 
"failed to import supplied dmabufs: Arguments are inconsistent (for example, a 
valid context requires buffers not supplied by a ")
42)
Gdk-Message: 12:22:58.093: Error flushing display: Protocol error

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1965563

Title:
  gnome-extensions-app fails to start [Error reading events from
  display: Protocol error]

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  $ dpkg-query -W gnome-shell-extension-prefs
  gnome-shell-extension-prefs   42~beta-1ubuntu3
  $ gnome-extensions-app
  Gdk-Message: 17:54:19.697: Error reading events from display: Protocol error

  Caveat: I currently have a mix of packages from jammy-release and
  jammy-proposed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1965563/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1955820] [NEW] Arabic Text under scrolled by one character is not connected with other word characters

2021-12-27 Thread Islam Alshaikh إسلام الشيخ
Public bug reported:

Hello,

All Text with alt action _ are not connected.

You can add 'ـ' after some characters , this will keep small space but will not 
effect of reading.
Or under scrolled character viewing when press Alt only.

Err Examples in command buttons text:

حسناً viewed as ح سناً
موافق viewed as م وافق


Arabic Firefox is not have this problem. (ملف viewed as ملف)
In Arabic Kate (or other KDE application) text menu ملف viewed as م لف

This problem in all Alt under scrolled Arabic Text in almost all KDE
Applications. Arabic Firefox is not have like this bug.

This bug is in Kubuntu Groovy 20.10 too.
This bug will not accepted by almost Arabic users.

Thank you

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu74
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: KDE
Date: Mon Dec 27 15:25:07 2021
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 InnoTek Systemberatung GmbH VirtualBox Graphics Adapter [80ee:beef] (prog-if 
00 [VGA controller])
   Subsystem: VMware VirtualBox Graphics Adapter [15ad:0405]
InstallationDate: Installed on 2021-12-26 (1 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20211226)
Lsusb:
 Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Lsusb-t:
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/12p, 12M
 |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
MachineType: innotek GmbH VirtualBox
ProcEnviron:
 LANGUAGE=ar_SA:ar
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ar_SA.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-19-generic 
root=UUID=db743c87-a1e6-4345-a978-33c5cd5a65ec ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.board.name: VirtualBox
dmi.board.vendor: Oracle Corporation
dmi.board.version: 1.2
dmi.chassis.type: 1
dmi.chassis.vendor: Oracle Corporation
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:sku:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
dmi.product.family: Virtual Machine
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.107-8ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1build1

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


** Tags: amd64 apport-bug has-workaround jammy kubuntu regression 
single-occurrence ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1955820

Title:
  Arabic Text under scrolled by one character is not connected with
  other word characters

Status in xorg package in Ubuntu:
  New

Bug description:
  Hello,

  All Text with alt action _ are not connected.

  You can add 'ـ' after some characters , this will keep small space but will 
not effect of reading.
  Or under scrolled character viewing when press Alt only.

  Err Examples in command buttons text:

  حسناً viewed as ح سناً
  موافق viewed as م وافق


  Arabic Firefox is not have this problem. (ملف viewed as ملف)
  In Arabic Kate (or other KDE application) text menu ملف viewed as م لف

  This problem in all Alt under scrolled Arabic Text in almost all KDE
  Applications. Arabic Firefox is not have like this bug.

  This bug is in Kubuntu Groovy 20.10 too.
  This bug will not accepted by almost Arabic users.

  Thank you

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu74
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Mon Dec 27 15:25:07 2021
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   InnoTek Systemberatung GmbH VirtualBox Graphics 

[Touch-packages] [Bug 1939642] [NEW] i can not connect my blutooth device and blutooh can not search for my devices

2021-08-12 Thread Islam Mohamed Fahmy
Public bug reported:

i can not connect my Bluetooth device and Bluetooth  can not search for
my devices

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  islam  1590 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Aug 12 07:52:58 2021
InstallationDate: Installed on 2021-08-10 (2 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: Bluetooth sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/25/2015
dmi.bios.release: 4.6
dmi.bios.vendor: Intel Corp.
dmi.bios.version: RKPPT10H.86A.0042.2015.0625.1859
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: D53427RKE
dmi.board.vendor: Intel Corporation
dmi.board.version: G87971-402
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrRKPPT10H.86A.0042.2015.0625.1859:bd06/25/2015:br4.6:svn:pn:pvr:rvnIntelCorporation:rnD53427RKE:rvrG87971-402:cvn:ct3:cvr:
dmi.product.family: To be filled by O.E.M.
dmi.product.sku: To be filled by O.E.M.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1939642

Title:
  i can not connect my blutooth device and blutooh  can not search for
  my devices

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  i can not connect my Bluetooth device and Bluetooth  can not search
  for my devices

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  islam  1590 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Aug 12 07:52:58 2021
  InstallationDate: Installed on 2021-08-10 (2 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: Bluetooth sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/25/2015
  dmi.bios.release: 4.6
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: RKPPT10H.86A.0042.2015.0625.1859
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: D53427RKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G87971-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrRKPPT10H.86A.0042.2015.0625.1859:bd06/25/2015:br4.6:svn:pn:pvr:rvnIntelCorporation:rnD53427RKE:rvrG87971-402:cvn:ct3:cvr:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.sku: To be filled by O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1939642/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1939642] Re: i can not connect my blutooth device and blutooh can not search for my devices

2021-08-12 Thread Islam Mohamed Fahmy
Please fix this problem

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1939642

Title:
  i can not connect my blutooth device and blutooh  can not search for
  my devices

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  i can not connect my Bluetooth device and Bluetooth  can not search
  for my devices

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  islam  1590 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Aug 12 07:52:58 2021
  InstallationDate: Installed on 2021-08-10 (2 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: Bluetooth sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/25/2015
  dmi.bios.release: 4.6
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: RKPPT10H.86A.0042.2015.0625.1859
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: D53427RKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G87971-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrRKPPT10H.86A.0042.2015.0625.1859:bd06/25/2015:br4.6:svn:pn:pvr:rvnIntelCorporation:rnD53427RKE:rvrG87971-402:cvn:ct3:cvr:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.sku: To be filled by O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1939642/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1933766] [NEW] System freeze

2021-06-27 Thread Islam
Public bug reported:

When the laptop is left unattended until the session is locked and screen is 
off, after a while the whole system freeze/crash and the only way is to hard 
reset.
Please check the attached dmesg.out.2 file for more details.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
Uname: Linux 5.11.0-22-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
.proc.driver.nvidia.gpus..58.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  465.27  Thu Apr 22 23:21:03 
UTC 2021
 GCC version:  gcc version 10.3.0 (Ubuntu 10.3.0-1ubuntu1)
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
CasperMD5CheckResult: pass
CompositorRunning: None
Date: Sun Jun 27 19:46:12 2021
DistUpgraded: Fresh install
DistroCodename: hirsute
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 465.27, 5.11.0-22-generic, x86_64: installed
 virtualbox, 6.1.18, 5.11.0-18-generic, x86_64: installed
 virtualbox, 6.1.18, 5.11.0-22-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GpuHangFrequency: Several times a day
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation TigerLake GT2 [Iris Xe Graphics] [8086:9a49] (rev 01) 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Iris Xe Graphics [1043:1e6f]
   Subsystem: ASUSTeK Computer Inc. TU117M [GeForce MX450] [1043:1e6f]
InstallationDate: Installed on 2021-06-04 (22 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
MachineType: ASUSTeK COMPUTER INC. ZenBook UX435EG_UX435EG
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.11.0-22-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/08/2021
dmi.bios.release: 5.19
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: UX435EG.305
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UX435EG
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrUX435EG.305:bd04/08/2021:br5.19:svnASUSTeKCOMPUTERINC.:pnZenBookUX435EG_UX435EG:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX435EG:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: ZenBook
dmi.product.name: ZenBook UX435EG_UX435EG
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.104-1build1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.1-2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

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


** Tags: amd64 apport-bug freeze hirsute ubuntu

** Attachment added: "dmesg.out.2"
   
https://bugs.launchpad.net/bugs/1933766/+attachment/5507445/+files/dmesg.out.2

** Description changed:

- When the laptop is left unattended until the session is locked and
- screen is off, after a while the whole system freeze/crash and the only
- way is to hard reset.
+ When the laptop is left unattended until the session is locked and screen is 
off, after a while the whole system freeze/crash and the only way is to hard 
reset.
+ Please check the attached dmesg.out.2 file for more details.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
  Uname: Linux 5.11.0-22-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
  .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
  .proc.driver.nvidia.gpus..58.00.0: Error: path was not a regular file.
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
-  NVRM version: NVIDIA UNIX x86_64 Kernel Module  465.27  Thu 

[Touch-packages] [Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2021-01-15 Thread islam elalani
** Changed in: apt (Ubuntu)
 Assignee: (unassigned) => islam elalani (i.s.l.a.m)

** Changed in: apt (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1871268

Title:
  Installation fails due to useless immediate configuration error when
  "Install Third-Party Drivers" is selected

Status in Ubuntu CD Images:
  Fix Released
Status in apt package in Ubuntu:
  Fix Released
Status in apt source package in Bionic:
  In Progress
Status in apt source package in Focal:
  Fix Released
Status in apt source package in Groovy:
  Fix Committed
Status in apt package in Debian:
  Unknown

Bug description:
  [Impact]
  Installations that really succeeded would then fail because APT could not 
immediately configure a package. Which is a pointless way to fail at that 
point, because everything did work out anyway.

  We have two changes that help address this:

  * The first one stops immediately configuring multi-arch siblings
  (e.g. libc6:i386 when it's configuring libc6:amd64). This was not
  necessary, and caused all the libc6:i386 failures here.

  * The second change sort of also supersedes the first one: It just
  ignores any errors from immediate configuration, relying on the fact
  that it's checked and rectified at a later point if there are
  unconfigured packages (which is what made all those failures happen
  spuriously after having successfully installed everything).

  [Test case]
  We have one test case in EIPP format in the Debian bug 973305 which was only 
helped by the second change, not the first one. Run /usr/lib/apt/planners < 
eipp.log and check there are no errors.

  TODO: It's unclear if the APT from proposed installed in the live
  session will fix the installer, needs investigation, but would make a
  useful test case.

  [Regression potential]
  It's imaginable that we missed something somewhere and some path that checked 
for a set error doesn't check it anymore, and we report success when we hit an 
error, but it seems unlikely.

  Behavior of --simulate changes. This used to fail before as well, and
  will now only produce a warning. We don't believe that is a reason of
  concern.

  [Groovy SRU]
  The groovy SRU is a sync of the 2.1.11 micro release from Debian unstable 
which also incorporates changes to the documentation: A typo fix, replacing 
focal with groovy in examples, and minor Dutch manual pages translation updates.

  We do not have test cases for the documentation changes, and we do not
  consider there to be a huge regression potential. As long as they
  build, they should be readable - maybe some words are wrong in the
  translation, who knows.

  [Original bug report]
  Test Case
  1. Install Ubuntu Desktop on hardware with an nVidia card and select to 
install 3rd party drivers
  2. Proceed with installation

  The following error message is displayed in /var/log/syslog
  /plugininstall.py: Verifying downloads ...
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/gcc_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxcrypt/libcrypt-dev_4.4.10-10ubuntu4_amd64.deb: 
"Version: '4.4.10-10ubuntu4' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/g++_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/z/zlib/zlib1g_1.2.11.dfsg-2ubuntu1_i386.deb: "Version: 
'1.2.11.dfsg-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxau/libxau6_1.0.9-0ubuntu1_i386.deb: "Version: 
'1.0.9-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu1_i386.deb: "Version: 
'1.1.3-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-6_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxext/libxext6_1.3.4-0ubuntu1_i386.deb: "Version: 
'1.3.4-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/l/lm-sensors/libsensors5_3.6.0-2ubuntu1_i386.deb: "Version: 
'3.6.0-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-xcb1_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdamage/libxdamage1_1.1.5-1_i386.deb: "Version: 
'1.1.5-1' not found."
  /plugi

[Touch-packages] [Bug 1733202] [NEW] No DSL option while creating new network profile in network-manager

2017-11-19 Thread Sharif Minhazul Islam
Public bug reported:

There is no option to select DSL connection while creating new network
profile for wired connection. I cannot connect using that network
profile.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: network-manager

** Description changed:

- There is no option to select DSL connection in wired connection. I
- cannot connect using that network profile. I have to use commandline to
- create a new DSL Connection.
+ There is no option to select DSL connection in new network profile for
+ wired connection. I cannot connect using that network profile.

** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- No DSL option in creating new connection in networkmanager
+ No DSL option while creating new network profile in network-manager

** No longer affects: u1db

** Description changed:

- There is no option to select DSL connection in new network profile for
- wired connection. I cannot connect using that network profile.
+ There is no option to select DSL connection while creating new network
+ profile for wired connection. I cannot connect using that network
+ profile.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1733202

Title:
  No DSL option while creating new network profile in network-manager

Status in network-manager package in Ubuntu:
  New

Bug description:
  There is no option to select DSL connection while creating new network
  profile for wired connection. I cannot connect using that network
  profile.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1733202/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1723383] [NEW] Monitor blinks

2017-10-13 Thread Sharif Minhazul Islam
Public bug reported:

Sometimes my monitor keeps blinking after few seconds. But when I
restart it fixes.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity:Unity7
Date: Fri Oct 13 15:57:39 2017
DistUpgraded: Fresh install
DistroCodename: zesty
DistroVariant: ubuntu
DkmsStatus:
 anbox-modules-ashmem, 9~zesty1, 4.10.0-33-generic, x86_64: installed
 anbox-modules-ashmem, 9~zesty1, 4.10.0-35-generic, x86_64: installed
 anbox-modules-binder, 9~zesty1, 4.10.0-33-generic, x86_64: installed
 anbox-modules-binder, 9~zesty1, 4.10.0-35-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Device [8086:5916] (rev 02) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1600]
InstallationDate: Installed on 2017-05-14 (152 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:b721 Realtek Semiconductor Corp. 
 Bus 001 Device 003: ID 13d3:5a01 IMC Networks 
 Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: ASUSTeK COMPUTER INC. X441UAK
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-35-generic.efi.signed 
root=UUID=cb989c7e-a225-416c-b292-35fbef65043b ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/18/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X441UAK.302
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X441UAK
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX441UAK.302:bd10/18/2016:svnASUSTeKCOMPUTERINC.:pnX441UAK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX441UAK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X441UAK
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1
xserver.bootTime: Fri Oct 13 14:36:59 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1.1
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1723383

Title:
  Monitor blinks

Status in xorg package in Ubuntu:
  New

Bug description:
  Sometimes my monitor keeps blinking after few seconds. But when I
  restart it fixes.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity:Unity7
  Date: Fri Oct 13 15:57:39 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  DkmsStatus:
   anbox-modules-ashmem, 9~zesty1, 4.10.0-33-generic, x86_64: installed
   anbox-modules-ashmem, 9~zesty1, 4.10.0-35-generic, x86_64: installed
   anbox-modules-binder, 9~zesty1, 4.10.0-33-generic, x86_64: installed
   anbox-modules-binder, 9~zesty1, 4.10.0-35-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Device [8086:5916] (rev 02) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1600]
  InstallationDate: Installed 

[Touch-packages] [Bug 1643467] Re: Firefox 50 blocks Ubuntu 12.04 and 14.04 LTS's version of libavcodec

2017-01-08 Thread Shofi Islam
Confirm message still present in 12.04

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/1643467

Title:
  Firefox 50 blocks Ubuntu 12.04 and 14.04 LTS's version of libavcodec

Status in libav:
  Unknown
Status in firefox package in Ubuntu:
  Confirmed
Status in libav package in Ubuntu:
  Invalid
Status in firefox source package in Precise:
  Fix Released
Status in libav source package in Precise:
  Confirmed
Status in firefox source package in Trusty:
  Fix Released
Status in libav source package in Trusty:
  Fix Released

Bug description:
  Whenever it tries to play a video, Firefox 50 displays this message at the 
top of every page:
  "libavcodec may be vulnerable or is not supported, and should be updated to 
play video"

  https://dxr.mozilla.org/mozilla-central/source/browser/locales/en-
  
US/chrome/browser/browser.properties?q=%22libavcodec+may+be+vulnerable%22_type=single#742

  Firefox refuses any libavcodec version prior to 54.35.1 (unless
  media.libavcodec.allow-obsolete==true).

  https://dxr.mozilla.org/mozilla-
  central/source/dom/media/platforms/ffmpeg/FFmpegLibWrapper.cpp#60

  Users should not be subjected to this warning, as it is vague (does not 
instruct them how to fix it).
  Ubuntu 14.04 LTS should ship with an updated version of libavcodec.

  DistroRelease: Ubuntu 14.04
  Package: firefox 50.0+build2-0ubuntu0.14.04.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1643467/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1575428] Re: When i run a video with 1080 pixel my player donot run smoothly

2016-08-12 Thread T.M.Rithwanul Islam
My laptop is Hp TS15

On Fri, Aug 12, 2016 at 10:18 AM, Launchpad Bug Tracker <
1575...@bugs.launchpad.net> wrote:

> [Expired for xorg (Ubuntu) because there has been no activity for 60
> days.]
>
> ** Changed in: xorg (Ubuntu)
>Status: Incomplete => Expired
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1575428
>
> Title:
>   When i run a video with 1080 pixel my player donot run smoothly
>
> Status in xorg package in Ubuntu:
>   Expired
>
> Bug description:
>   When i run a video with 1080 pixel my player donot run smoothly
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 15.10
>   Package: xorg 1:7.7+7ubuntu4
>   ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
>   Uname: Linux 4.2.0-16-generic x86_64
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.19.1-0ubuntu3
>   Architecture: amd64
>   BootLog:
>[ [32m  OK   [0m] Started Detect the available GPUs and deal with any
> system changes.
> Starting Light Display Manager...
>   CompizPlugins: No value set for `/apps/compiz-1/general/
> screen0/options/active_plugins'
>   CompositorRunning: None
>   CurrentDesktop: X-Cinnamon
>   Date: Wed Apr 27 05:55:12 2016
>   DistUpgraded: Fresh install
>   DistroCodename: wily
>   DistroVariant: ubuntu
>   DkmsStatus:
>i915-4.3.3-4.2.0, 2, 4.2.0-16-generic, x86_64: installed
>vboxhost, 5.0.16, 4.2.0-16-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes
>   GraphicsCard:
>Intel Corporation Haswell-ULT Integrated Graphics Controller
> [8086:0a16] (rev 09) (prog-if 00 [VGA controller])
>  Subsystem: Hewlett-Packard Company Device [103c:2163]
>   InstallationDate: Installed on 2016-04-08 (18 days ago)
>   InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64
> (20151021)
>   MachineType: Hewlett-Packard HP Pavilion TS 15 Notebook PC
>   ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic
> root=UUID=3d76fc71-2080-42c8-b576-d121302ec9e6 ro quiet splash
> vt.handoff=7
>   SourcePackage: xorg
>   UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 12/04/2013
>   dmi.bios.vendor: Insyde
>   dmi.bios.version: F.42
>   dmi.board.asset.tag: Type2 - Board Asset Tag
>   dmi.board.name: 2163
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: 29.40
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.chassis.version: Chassis Version
>   dmi.modalias: dmi:bvnInsyde:bvrF.42:bd12/04/2013:svnHewlett-Packard:
> pnHPPavilionTS15NotebookPC:pvr098411001440410620182:
> rvnHewlett-Packard:rn2163:rvr29.40:cvnHewlett-Packard:
> ct10:cvrChassisVersion:
>   dmi.product.name: HP Pavilion TS 15 Notebook PC
>   dmi.product.version: 098411001440410620182
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
>   version.ia32-libs: ia32-libs N/A
>   version.libdrm2: libdrm2 2.4.65-3
>   version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.4-1intel1
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.4-1intel1
>   version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
> 1:2.9.2-1ubuntu1
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati
> 1:7.5.0+git20150819-0ubuntu1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20150808-0ubuntu4
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 1:1.0.11-1ubuntu3
>   xserver.bootTime: Wed Apr 27 05:42:34 2016
>   xserver.configfile: default
>   xserver.errors:
>
>   xserver.logfile: /var/log/Xorg.0.log
>   xserver.outputs:
>product id 927
>vendor LGD
>   xserver.version: 2:1.17.2-1ubuntu9
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1575428/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1575428

Title:
  When i run a video with 1080 pixel my player donot run smoothly

Status in xorg package in Ubuntu:
  Expired

Bug description:
  When i run a video with 1080 pixel my player donot run smoothly

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  BootLog:
   [  OK  ] Started Detect the available GPUs and deal with any system 
changes.
Starting Light Display Manager...
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  

[Touch-packages] [Bug 1574792] [NEW] sound devices disappear from sound settings

2016-04-25 Thread Islam
Public bug reported:

Sound devices disappear from the sound settings however sound is still working.
pulseaudio --kill pulse audio --start restore them back to the sound settings. 
In rear cases, it cannot be started "daemon startup failed".
This can happen at any time without a reason, also sometimes happen when 
plugging headphones or connecting bluetooth speaker.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Apr 26 01:02:04 2016
InstallationDate: Installed on 2016-04-24 (1 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/04/2014
dmi.bios.vendor: coreboot
dmi.bios.version: 4.0-6588-g4acd8ea-dirty
dmi.board.name: Peppy
dmi.board.vendor: GOOGLE
dmi.board.version: 1.0
dmi.chassis.type: 3
dmi.chassis.vendor: GOOGLE
dmi.modalias: 
dmi:bvncoreboot:bvr4.0-6588-g4acd8ea-dirty:bd09/04/2014:svnGOOGLE:pnPeppy:pvr1.0:rvnGOOGLE:rnPeppy:rvr1.0:cvnGOOGLE:ct3:cvr:
dmi.product.name: Peppy
dmi.product.version: 1.0
dmi.sys.vendor: GOOGLE

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


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1574792

Title:
  sound devices disappear from sound settings

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Sound devices disappear from the sound settings however sound is still 
working.
  pulseaudio --kill pulse audio --start restore them back to the sound 
settings. In rear cases, it cannot be started "daemon startup failed".
  This can happen at any time without a reason, also sometimes happen when 
plugging headphones or connecting bluetooth speaker.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr 26 01:02:04 2016
  InstallationDate: Installed on 2016-04-24 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/04/2014
  dmi.bios.vendor: coreboot
  dmi.bios.version: 4.0-6588-g4acd8ea-dirty
  dmi.board.name: Peppy
  dmi.board.vendor: GOOGLE
  dmi.board.version: 1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr4.0-6588-g4acd8ea-dirty:bd09/04/2014:svnGOOGLE:pnPeppy:pvr1.0:rvnGOOGLE:rnPeppy:rvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Peppy
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1574792/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1166529] Re: Creative Recon3d & Sound Blaster Z (CA0132), No Sound At All; Broken Beyond All Repair

2016-04-03 Thread Islam Alshaikh إسلام الشيخ
It is 5.1

but detected as 2.1 without any sound

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1166529

Title:
  Creative Recon3d & Sound Blaster Z (CA0132), No Sound At All; Broken
  Beyond All Repair

Status in ALSA driver:
  Unknown
Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Confirmed
Status in alsa-driver package in Debian:
  New

Bug description:
  [WORKAROUND] Run the following command:

  echo "options snd-hda-intel position_fix=1" | sudo tee -a
  /etc/modprobe.d/alsa-base.conf

  [EDIT]
  Workaround doesn't work anymore for me at least. I assume it only has a small 
possibility of working due to a firmware bug.

  [ORIGINAL REPORT]
  No sound, no jacks; It is detected by Linux however.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Mon Apr  8 18:56:44 2013
  InstallationDate: Installed on 2013-04-07 (1 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130402.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Creative failed
  Symptom_Card: HDA Creative - HDA Creative
  Symptom_Type: No sound at all
  Title: [To be filled by O.E.M., Creative CA0132, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/12/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1102
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: SABERTOOTH 990FX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1102:bd03/12/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FX:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/1166529/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1166529] Re: Creative Recon3d & Sound Blaster Z (CA0132), No Sound At All; Broken Beyond All Repair

2016-04-02 Thread Islam Alshaikh إسلام الشيخ
Hello,

Sound is not working  in 16.04 kubuntu

Motherbord is MSI

Creative SoundBlaster zx
ca0132

dmesg | grep audio
[2.540685] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[2.553922] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[2.553925] snd_hda_codec_realtek hdaudioC1D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[2.553926] snd_hda_codec_realtek hdaudioC1D0:hp_outs=1 
(0x1b/0x0/0x0/0x0/0x0)
[2.553927] snd_hda_codec_realtek hdaudioC1D0:mono: mono_out=0x0
[2.553928] snd_hda_codec_realtek hdaudioC1D0:inputs:
[2.553930] snd_hda_codec_realtek hdaudioC1D0:  Front Mic=0x19
[2.553932] snd_hda_codec_realtek hdaudioC1D0:  Rear Mic=0x18
[2.553933] snd_hda_codec_realtek hdaudioC1D0:  Line=0x1a
[2.554789] snd_hda_codec_ca0132 hdaudioC2D1: autoconfig for CA0132: 
line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:line
[2.554792] snd_hda_codec_ca0132 hdaudioC2D1:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[2.554794] snd_hda_codec_ca0132 hdaudioC2D1:hp_outs=1 
(0x10/0x0/0x0/0x0/0x0)
[2.554796] snd_hda_codec_ca0132 hdaudioC2D1:mono: mono_out=0x0
[2.554797] snd_hda_codec_ca0132 hdaudioC2D1:dig-out=0xc/0x0
[2.554799] snd_hda_codec_ca0132 hdaudioC2D1:inputs:
[2.554801] snd_hda_codec_ca0132 hdaudioC2D1:  Mic=0x12
[2.554802] snd_hda_codec_ca0132 hdaudioC2D1:dig-in=0xe
[3.123032] snd_hda_codec_ca0132 hdaudioC2D1: ca0132 DSP downloaded and 
running
[4.259145] snd_hda_codec_ca0132 hdaudioC2D1: ca0132 DSP downloaded and 
running
[4.733580] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[4.742177] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[4.742179] snd_hda_codec_realtek hdaudioC1D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[4.742180] snd_hda_codec_realtek hdaudioC1D0:hp_outs=1 
(0x1b/0x0/0x0/0x0/0x0)
[4.742181] snd_hda_codec_realtek hdaudioC1D0:mono: mono_out=0x0
[4.742181] snd_hda_codec_realtek hdaudioC1D0:inputs:
[4.742183] snd_hda_codec_realtek hdaudioC1D0:  Front Mic=0x19
[4.742184] snd_hda_codec_realtek hdaudioC1D0:  Rear Mic=0x18
[4.742184] snd_hda_codec_realtek hdaudioC1D0:  Line=0x1a
[4.750465] snd_hda_codec_generic hdaudioC0D0: ignore pin 0x7, too many 
assigned pins
[4.750470] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: 
line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
[4.750471] snd_hda_codec_generic hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[4.750472] snd_hda_codec_generic hdaudioC0D0:hp_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[4.750473] snd_hda_codec_generic hdaudioC0D0:mono: mono_out=0x0
[4.750474] snd_hda_codec_generic hdaudioC0D0:dig-out=0x5/0x6
[4.750475] snd_hda_codec_generic hdaudioC0D0:inputs:
[4.755579] snd_hda_codec_ca0132 hdaudioC2D1: autoconfig for CA0132: 
line_outs=1 (0xb/0x0/0x0/0x0/0x0) type:line
[4.755582] snd_hda_codec_ca0132 hdaudioC2D1:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[4.755583] snd_hda_codec_ca0132 hdaudioC2D1:hp_outs=1 
(0x10/0x0/0x0/0x0/0x0)
[4.755584] snd_hda_codec_ca0132 hdaudioC2D1:mono: mono_out=0x0
[4.755584] snd_hda_codec_ca0132 hdaudioC2D1:dig-out=0xc/0xd
[4.755585] snd_hda_codec_ca0132 hdaudioC2D1:inputs:
[4.755586] snd_hda_codec_ca0132 hdaudioC2D1:  Mic=0x12
[4.755587] snd_hda_codec_ca0132 hdaudioC2D1:  Line=0x11
[4.755588] snd_hda_codec_ca0132 hdaudioC2D1:dig-in=0xe
[5.307280] snd_hda_codec_ca0132 hdaudioC2D1: ca0132 DSP downloaded and 
running
[6.159334] snd_hda_codec_ca0132 hdaudioC2D1: ca0132 DSP downloaded and 
running

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1166529

Title:
  Creative Recon3d & Sound Blaster Z (CA0132), No Sound At All; Broken
  Beyond All Repair

Status in ALSA driver:
  Unknown
Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Confirmed
Status in alsa-driver package in Debian:
  New

Bug description:
  [WORKAROUND] Run the following command:

  echo "options snd-hda-intel position_fix=1" | sudo tee -a
  /etc/modprobe.d/alsa-base.conf

  [EDIT]
  Workaround doesn't work anymore for me at least. I assume it only has a small 
possibility of working due to a firmware bug.

  [ORIGINAL REPORT]
  No sound, no jacks; It is detected by Linux however.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Mon Apr  8 18:56:44 2013
  InstallationDate: Installed on 2013-04-07 (1 days 

[Touch-packages] [Bug 1533412] [NEW] package libxcb1:i386 1.11-0ubuntu1 failed to install/upgrade: пакет абсолютно неработоспособен; перед попыткой удаления его следует переустановить

2016-01-12 Thread Islam Yusupov
Public bug reported:

automatically crashed

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libxcb1:i386 1.11-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-23.28-generic 4.2.6
Uname: Linux 4.2.0-23-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Wed Jan 13 04:30:17 2016
DpkgTerminalLog:
 Log ended: 2016-01-13  04:23:36
Log started: 2016-01-13  04:30:17
 dpkg: ошибка при обработке пакета libxcb1:i386 (--remove):
  пакет абсолютно неработоспособен; перед попыткой удаления
  его следует переустановить
DuplicateSignature: package:libxcb1:i386:1.11-0ubuntu1:пакет абсолютно 
неработоспособен; перед попыткой удаления  его следует переустановить
ErrorMessage: пакет абсолютно неработоспособен; перед попыткой удаления  его 
следует переустановить
InstallationDate: Installed on 2016-01-12 (0 days ago)
InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: i386
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: libxcb
Title: package libxcb1:i386 1.11-0ubuntu1 failed to install/upgrade: пакет 
абсолютно неработоспособен; перед попыткой удаления  его следует переустановить
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libxcb in Ubuntu.
https://bugs.launchpad.net/bugs/1533412

Title:
  package libxcb1:i386 1.11-0ubuntu1 failed to install/upgrade: пакет
  абсолютно неработоспособен; перед попыткой удаления  его следует
  переустановить

Status in libxcb package in Ubuntu:
  New

Bug description:
  automatically crashed

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libxcb1:i386 1.11-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-23.28-generic 4.2.6
  Uname: Linux 4.2.0-23-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Wed Jan 13 04:30:17 2016
  DpkgTerminalLog:
   Log ended: 2016-01-13  04:23:36
  Log started: 2016-01-13  04:30:17
   dpkg: ошибка при обработке пакета libxcb1:i386 (--remove):
пакет абсолютно неработоспособен; перед попыткой удаления
его следует переустановить
  DuplicateSignature: package:libxcb1:i386:1.11-0ubuntu1:пакет абсолютно 
неработоспособен; перед попыткой удаления  его следует переустановить
  ErrorMessage: пакет абсолютно неработоспособен; перед попыткой удаления  его 
следует переустановить
  InstallationDate: Installed on 2016-01-12 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  PackageArchitecture: i386
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: libxcb
  Title: package libxcb1:i386 1.11-0ubuntu1 failed to install/upgrade: пакет 
абсолютно неработоспособен; перед попыткой удаления  его следует переустановить
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1533412/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1426822] [NEW] package base-files 7.2ubuntu5.2 failed to install/upgrade: unable to install `/etc/lsb-release.dpkg-new' as `/etc/lsb-release': Operation not permitted

2015-02-28 Thread Tanim Islam
Public bug reported:

Just got a system error.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: base-files 7.2ubuntu5.2
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
AptOrdering:
 base-files: Install
 base-files: Configure
Architecture: amd64
Date: Fri Feb 20 12:54:21 2015
Dependencies:
 
DuplicateSignature: package:base-files:7.2ubuntu5.2:unable to install 
`/etc/lsb-release.dpkg-new' as `/etc/lsb-release': Operation not permitted
ErrorMessage: unable to install `/etc/lsb-release.dpkg-new' as 
`/etc/lsb-release': Operation not permitted
InstallationDate: Installed on 2014-03-09 (356 days ago)
InstallationMedia: Linux Mint 16 petra - Release amd64 20131126
SourcePackage: base-files
Title: package base-files 7.2ubuntu5.2 failed to install/upgrade: unable to 
install `/etc/lsb-release.dpkg-new' as `/etc/lsb-release': Operation not 
permitted
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.legal:
 
modified.conffile..etc.lsb.release:
 DISTRIB_ID=Ubuntu
 DISTRIB_RELEASE=17
 DISTRIB_CODENAME=qiana
 DISTRIB_DESCRIPTION=Linux Mint 17 Qiana
mtime.conffile..etc.legal: 2015-02-25T16:51:23.687562
mtime.conffile..etc.lsb.release: 2014-11-21T12:02:32.158086
mtime.conffile..etc.update.motd.d.10.help.text: 2015-02-25T16:51:38.018724

** Affects: base-files (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check qiana

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/1426822

Title:
  package base-files 7.2ubuntu5.2 failed to install/upgrade: unable to
  install `/etc/lsb-release.dpkg-new' as `/etc/lsb-release': Operation
  not permitted

Status in base-files package in Ubuntu:
  New

Bug description:
  Just got a system error.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: base-files 7.2ubuntu5.2
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  AptOrdering:
   base-files: Install
   base-files: Configure
  Architecture: amd64
  Date: Fri Feb 20 12:54:21 2015
  Dependencies:
   
  DuplicateSignature: package:base-files:7.2ubuntu5.2:unable to install 
`/etc/lsb-release.dpkg-new' as `/etc/lsb-release': Operation not permitted
  ErrorMessage: unable to install `/etc/lsb-release.dpkg-new' as 
`/etc/lsb-release': Operation not permitted
  InstallationDate: Installed on 2014-03-09 (356 days ago)
  InstallationMedia: Linux Mint 16 petra - Release amd64 20131126
  SourcePackage: base-files
  Title: package base-files 7.2ubuntu5.2 failed to install/upgrade: unable to 
install `/etc/lsb-release.dpkg-new' as `/etc/lsb-release': Operation not 
permitted
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.legal:
   
  modified.conffile..etc.lsb.release:
   DISTRIB_ID=Ubuntu
   DISTRIB_RELEASE=17
   DISTRIB_CODENAME=qiana
   DISTRIB_DESCRIPTION=Linux Mint 17 Qiana
  mtime.conffile..etc.legal: 2015-02-25T16:51:23.687562
  mtime.conffile..etc.lsb.release: 2014-11-21T12:02:32.158086
  mtime.conffile..etc.update.motd.d.10.help.text: 2015-02-25T16:51:38.018724

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1426822/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp