[Bug 1571972] Re: shorewall systemd service not enabled on install

2022-01-28 Thread Oleg Moiseichuk
This bug still present in Kubuntu 20.04. Shorewall package version:
5.2.3.4-1

> systemctl is-enabled shorewall.service
disabled

> systemctl status shorewall.service 
● shorewall.service - Shorewall IPv4 firewall
 Loaded: loaded (/lib/systemd/system/shorewall.service; disabled; vendor 
preset: enabled)
 Active: inactive (dead)

Manual enabling fixes the issue:
> sudo systemctl enable shorewall.service
Synchronizing state of shorewall.service with SysV service script with 
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable shorewall
Created symlink /etc/systemd/system/basic.target.wants/shorewall.service → 
/lib/systemd/system/shorewall.service.

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

Title:
  shorewall systemd service not enabled on install

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


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

[Bug 1940756] Re: VirtualBox always using mic, breaks all audio playback

2021-10-07 Thread Oleg Moiseichuk
The same behavior here, I'm using Kubuntu 20.04.3 as host and guest, VirtualBox 
version is 6.1.26.
On Audio page of the settings Audio is turned ON, Audio Out is ON, Audio In is 
OFF, so it shouldn't use the microphone according to these settings. 
Nevertheless microphone icon pops in KDE System Tray every time when machine 
starts.
I've got another VM, Windows 7, with the same Audio In/Out settings, but it 
doesn't use the microphone when it runs.
The sole difference I noticed that Kubuntu guest uses "ICH AC97" audio 
controller and Windows guest uses "Intel HD Audio" controller. These settings 
were done automatically, I didn't change anything on this tab since the 
installation.

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

Title:
  VirtualBox always using mic, breaks all audio playback

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


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

[Bug 1946192] Re: "Press Ctrl+C to cancel all filesystem checks in process" on every boot

2021-10-07 Thread Oleg Moiseichuk
One more reasoning: fsck is called DESPITE the settings of tune2fs. By default 
"Maximum mount counts" equals -1 which means that fsck shouldn't run at all. If 
this parameter is set to some positive value fcsk should run periodically but 
not on every start.
Less experienced users may think that they've got real problems with their disk 
because of these checks on every boot.

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] Re: "Press Ctrl+C to cancel all filesystem checks in process" on every boot

2021-10-06 Thread Oleg Moiseichuk
** Attachment added: "boot.log"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1946192/+attachment/5531100/+files/boot.log

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] Re: "Press Ctrl+C to cancel all filesystem checks in process" on every boot

2021-10-06 Thread Oleg Moiseichuk
I'm talking about already installed system, not LiveCD session.

It looks like check of root partition IS run indeed as I can guess from 
boot.log.
I'll add it to other reports because apport collector missed it.

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] acpidump.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531092/+files/acpidump.txt

** Description changed:

  I installed Kubuntu 20.04 on Latitude 5591 laptop using flash drive.
  Installation run without any issues but now on every boot I notice a
  message "Press Ctrl+C to cancel all filesystem checks in process" on the
  Plymouth screen with Kubuntu logo. It flashes quickly and disappears.
  I've got fast NVMe drive so I cannot say for sure whether it runs any
  checks or not.
  
  I booted from LiveCD and performed fsck checks of all my partitions:
  fsck.vfat /dev/nvme0n1p1 (EFI partition)
  fsck.vfat /dev/nvme0n1p2 (Dell service partition, not mounted)
  e2fsck -f /dev/nvme0n1p3 (Root partition)
  e2fsck -f /dev/nvme0n1p5 (Home partition)
  These checks showed no problems.
  
  I changed mount counter to set periodic checks:
  sudo tune2fs -c 29 /dev/nvme0n1p3
  sudo tune2fs -c 30 /dev/nvme0n1p5
  But despite these settings this message still appears on every boot.
  
- BIOS Information
- Vendor: Dell Inc.
- Version: 1.15.0
- Release Date: 06/10/2021
- 
- System Information
- Manufacturer: Dell Inc.
- Product Name: Latitude 5591
- Version: Not Specified
- Wake-up Type: Power Switch
- SKU Number: 0819
- Family: Latitude
- 
  Operating System: Kubuntu 20.04.3
  Kernel Version: 5.4.0-88-generic
  OS Type: 64-bit
  Processors: 12 × Intel® Core™ i7-8850H CPU @ 2.60GHz
  Memory: 15,4 GiB of RAM
  
- ProcCmdLine: root=UUID=fc777e68-1731-4eeb-8a59-9bc45137ad80 ro 
video=efifb:nobgrt quiet splash $vt_handoff
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.20
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  DefaultPlymouth: /usr/share/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-08-09 (57 days ago)
  InstallationMedia: Kubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 003: ID 0bda:568c Realtek Semiconductor Corp. 
Integrated_Webcam_HD
-  Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 0bda:568c Realtek Semiconductor Corp. 
Integrated_Webcam_HD
+  Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Latitude 5591
  Package: plymouth 0.9.4git20200323-0ubuntu6.2
  PackageArchitecture: amd64
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-88-generic 
root=UUID=fc777e68-1731-4eeb-8a59-9bc45137ad80 ro video=efifb:nobgrt quiet 
splash vt.handoff=7
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-88-generic 
root=UUID=fc777e68-1731-4eeb-8a59-9bc45137ad80 ro video=efifb:nobgrt quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-88.99-generic 5.4.140
  Tags:  focal
  TextPlymouth: /usr/share/plymouth/themes/kubuntu-text/kubuntu-text.plymouth
  Uname: Linux 5.4.0-88-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/10/2021
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.15.0
  dmi.board.name: 0DVVG1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.0:bd06/10/2021:svnDellInc.:pnLatitude5591:pvr:rvnDellInc.:rn0DVVG1:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 5591
  dmi.product.sku: 0819
  dmi.sys.vendor: Dell Inc.

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] UdevDb.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1946192/+attachment/5531091/+files/UdevDb.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] ProcEnviron.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531088/+files/ProcEnviron.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] ProcModules.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531090/+files/ProcModules.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] ProcInterrupts.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531089/+files/ProcInterrupts.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] ProcCpuinfoMinimal.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531087/+files/ProcCpuinfoMinimal.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] ProcCpuinfo.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531086/+files/ProcCpuinfo.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] Lsusb-v.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531085/+files/Lsusb-v.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] Lsusb-t.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531084/+files/Lsusb-t.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] Lspci-vt.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531083/+files/Lspci-vt.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] Lspci.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1946192/+attachment/5531082/+files/Lspci.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] EtcDefaultGrub.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "EtcDefaultGrub.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531081/+files/EtcDefaultGrub.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] Dependencies.txt

2021-10-06 Thread Oleg Moiseichuk
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531080/+files/Dependencies.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] Re: "Press Ctrl+C to cancel all filesystem checks in process" on every boot

2021-10-06 Thread Oleg Moiseichuk
apport information

** Tags added: apport-collected focal

** Description changed:

  I installed Kubuntu 20.04 on Latitude 5591 laptop using flash drive.
  Installation run without any issues but now on every boot I notice a
  message "Press Ctrl+C to cancel all filesystem checks in process" on the
  Plymouth screen with Kubuntu logo. It flashes quickly and disappears.
  I've got fast NVMe drive so I cannot say for sure whether it runs any
  checks or not.
  
  I booted from LiveCD and performed fsck checks of all my partitions:
  fsck.vfat /dev/nvme0n1p1 (EFI partition)
  fsck.vfat /dev/nvme0n1p2 (Dell service partition, not mounted)
  e2fsck -f /dev/nvme0n1p3 (Root partition)
  e2fsck -f /dev/nvme0n1p5 (Home partition)
  These checks showed no problems.
  
  I changed mount counter to set periodic checks:
  sudo tune2fs -c 29 /dev/nvme0n1p3
  sudo tune2fs -c 30 /dev/nvme0n1p5
  But despite these settings this message still appears on every boot.
  
  BIOS Information
  Vendor: Dell Inc.
  Version: 1.15.0
  Release Date: 06/10/2021
  
  System Information
  Manufacturer: Dell Inc.
  Product Name: Latitude 5591
  Version: Not Specified
  Wake-up Type: Power Switch
  SKU Number: 0819
  Family: Latitude
  
  Operating System: Kubuntu 20.04.3
  Kernel Version: 5.4.0-88-generic
  OS Type: 64-bit
  Processors: 12 × Intel® Core™ i7-8850H CPU @ 2.60GHz
  Memory: 15,4 GiB of RAM
  
- ProcCmdLine: root=UUID=fc777e68-1731-4eeb-8a59-9bc45137ad80 ro
- video=efifb:nobgrt quiet splash $vt_handoff
+ ProcCmdLine: root=UUID=fc777e68-1731-4eeb-8a59-9bc45137ad80 ro 
video=efifb:nobgrt quiet splash $vt_handoff
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.20
+ Architecture: amd64
+ BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
+ CasperMD5CheckResult: skip
+ CurrentDesktop: KDE
+ DefaultPlymouth: /usr/share/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2021-08-09 (57 days ago)
+ InstallationMedia: Kubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 0bda:568c Realtek Semiconductor Corp. 
Integrated_Webcam_HD
+  Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Dell Inc. Latitude 5591
+ Package: plymouth 0.9.4git20200323-0ubuntu6.2
+ PackageArchitecture: amd64
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-88-generic 
root=UUID=fc777e68-1731-4eeb-8a59-9bc45137ad80 ro video=efifb:nobgrt quiet 
splash vt.handoff=7
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-88-generic 
root=UUID=fc777e68-1731-4eeb-8a59-9bc45137ad80 ro video=efifb:nobgrt quiet 
splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.4.0-88.99-generic 5.4.140
+ Tags:  focal
+ TextPlymouth: /usr/share/plymouth/themes/kubuntu-text/kubuntu-text.plymouth
+ Uname: Linux 5.4.0-88-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxusers
+ _MarkForUpload: True
+ dmi.bios.date: 06/10/2021
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.15.0
+ dmi.board.name: 0DVVG1
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.0:bd06/10/2021:svnDellInc.:pnLatitude5591:pvr:rvnDellInc.:rn0DVVG1:rvrA00:cvnDellInc.:ct10:cvr:
+ dmi.product.family: Latitude
+ dmi.product.name: Latitude 5591
+ dmi.product.sku: 0819
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1946192/+attachment/5531079/+files/CurrentDmesg.txt

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] Re: "Press Ctrl+C to cancel all filesystem checks in process" on every boot

2021-10-06 Thread Oleg Moiseichuk
** Package changed: ubuntu => plymouth (Ubuntu)

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 1946192] [NEW] "Press Ctrl+C to cancel all filesystem checks in process" on every boot

2021-10-06 Thread Oleg Moiseichuk
Public bug reported:

I installed Kubuntu 20.04 on Latitude 5591 laptop using flash drive.
Installation run without any issues but now on every boot I notice a
message "Press Ctrl+C to cancel all filesystem checks in process" on the
Plymouth screen with Kubuntu logo. It flashes quickly and disappears.
I've got fast NVMe drive so I cannot say for sure whether it runs any
checks or not.

I booted from LiveCD and performed fsck checks of all my partitions:
fsck.vfat /dev/nvme0n1p1 (EFI partition)
fsck.vfat /dev/nvme0n1p2 (Dell service partition, not mounted)
e2fsck -f /dev/nvme0n1p3 (Root partition)
e2fsck -f /dev/nvme0n1p5 (Home partition)
These checks showed no problems.

I changed mount counter to set periodic checks:
sudo tune2fs -c 29 /dev/nvme0n1p3
sudo tune2fs -c 30 /dev/nvme0n1p5
But despite these settings this message still appears on every boot.

BIOS Information
Vendor: Dell Inc.
Version: 1.15.0
Release Date: 06/10/2021

System Information
Manufacturer: Dell Inc.
Product Name: Latitude 5591
Version: Not Specified
Wake-up Type: Power Switch
SKU Number: 0819
Family: Latitude

Operating System: Kubuntu 20.04.3
Kernel Version: 5.4.0-88-generic
OS Type: 64-bit
Processors: 12 × Intel® Core™ i7-8850H CPU @ 2.60GHz
Memory: 15,4 GiB of RAM

ProcCmdLine: root=UUID=fc777e68-1731-4eeb-8a59-9bc45137ad80 ro
video=efifb:nobgrt quiet splash $vt_handoff

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  "Press Ctrl+C to cancel all filesystem checks in process" on every
  boot

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


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

[Bug 755342] Re: Samsung Xcover 271 B2710 mass storage does not mount automatically

2021-09-19 Thread Oleg Moiseichuk
This bug still exists in Kubuntu 20.04. Samsung Xcover B2710 isn't connected 
properly.
Long ago I fixed it on Ubuntu 12.04 by "DisableSwitching=1" and forgot about 
it. Now found this bugreport once again and old fix still works.
If my help is needed in debugging of this issue, I'm ready.
P.S. Does this disabled switching affects other USB devices somehow or only 
mobile phones?

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

Title:
  Samsung Xcover 271 B2710 mass storage does not mount automatically

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


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

[Bug 1131072] Re: Test page is printed on available printer if the printer under test is unavailable

2018-10-03 Thread Oleg Moiseichuk
In Ubuntu 14.04.5 this issue seems to be fixed. Now the test page is
sent to the appropriate printer rather than to the default printer. So
this bug can be closed.

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

Title:
  Test page is printed on available printer if the printer under test is
  unavailable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1131072/+subscriptions

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

[Bug 1705034] [NEW] Active application's button isn't highlighted on the panel

2017-07-18 Thread Oleg Moiseichuk
Public bug reported:

When using Radiance theme in Gnome Flashback session in 16.04 LTS, active 
application's button is not highlighted on the panel. In Ambiance theme active 
application's button is highlighted by the darker color. Comparison of the 
gnome-panel.css in /usr/share/themes/Ambiance/gtk-3.0/apps and 
/usr/share/themes/Radiance/gtk-3.0/apps showed the absence of some code in 
Radiance theme.
Adding the fragment of code from Ambiance gnome-panel.css to Radiance 
respective file fixes the issue (possibly some adjustment of values is needed, 
as this code is related to dark Ambiance theme, rather than light Radiance 
theme).
Here's the mentioned code fragment:

PanelApplet .button:checked {
background-image: -gtk-gradient (linear, left top, left bottom,
 from (shade (@dark_bg_color, 0.95)),
 to (shade (@dark_bg_color, 1.1)));
}

PanelApplet .button:checked:prelight {
background-image: -gtk-gradient (linear, left top, left bottom,
 from (shade (@dark_bg_color, 1.15)),
 to (shade (@dark_bg_color, 1.3)));
}

PanelApplet .button:checked:prelight:active {
border-image: none;
background-image: -gtk-gradient (linear, left top, left bottom,
 from (shade (@dark_bg_color, 0.75)),
 to (shade (@dark_bg_color, 0.9)));
border-color: shade (@dark_bg_color, 0.8);
}

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

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

Title:
  Active application's button isn't highlighted on the panel

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

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


[Bug 883883] Re: Undesired behavior when Edge Resistance and Edge Attraction are both activated

2017-05-18 Thread Oleg Moiseichuk
Ubuntu 16.04 LTS, and I observe this bug as before in 12.04. Still no
progress in fixing it?

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

Title:
  Undesired behavior when Edge Resistance and Edge Attraction are both
  activated

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

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


[Bug 1179933] Re: fails to install on a multi-arch on a raring system

2017-03-31 Thread Oleg Moiseichuk
This bug still exists in 16.04LTS. flashplugin-installer:i386 cannot be
installed in AMD64 system due to unresolved dependency: update-notifier-
common.

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

Title:
  fails to install on a multi-arch on a raring system

To manage notifications about this bug go to:
https://bugs.launchpad.net/adobe-flash-plugin-tools/+bug/1179933/+subscriptions

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


[Bug 1092899] Re: flashplugin-installer not multiarch co-installable

2017-03-31 Thread Oleg Moiseichuk
*** This bug is a duplicate of bug 1179933 ***
https://bugs.launchpad.net/bugs/1179933

** This bug has been marked a duplicate of bug 1179933
   fails to install on a multi-arch on a raring system

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

Title:
  flashplugin-installer not multiarch co-installable

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

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


[Bug 1597437] Re: X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all monitors

2017-03-10 Thread Oleg Moiseichuk
Then you are more lucky than I am. My system hangs from time to time
with this patched driver - mouse and screen are frozen, only reboot
cures that. It happens approximately once a week, and that doesn't suit
me because my system should be up 24/7. Nothing can be found in
/var/log/syslog, only Xorg log shows some info about "EQ overflowing"
[https://nouveau.freedesktop.org/wiki/TroubleShooting/#index5h3]. So it
seems that this patch needs proper testing and its stability depends on
PC configuration. Good that it helped someone, but that's not my case.

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

Title:
  X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all
  monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1597437/+subscriptions

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


[Bug 1597437] Re: X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all monitors

2017-03-07 Thread Oleg Moiseichuk
Almost 2 months have passed since I posted the patch. Martin, if you are
still tracking this bug, does this patch work stable for you?

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

Title:
  X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all
  monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1597437/+subscriptions

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


[Bug 1669304] [NEW] "Window Rules" plugin doesn't work in 16.04LTS

2017-03-02 Thread Oleg Moiseichuk
Public bug reported:

I'm using 16.04.1 Ubuntu (amd64) with Flashback session, fresh install.
compiz and compiz-plugins package version: 1:0.9.12.2+16.04.20160823-0ubuntu1

I need "Window Rules" plugin to place certain windows behind the others. After 
activation of plugin in CCSM I added rule "title=Firefox$" in "Below" field. I 
expected that this will put all opened Firefox windows behind the others, but 
nothing happened. "Regular expressions matching" plugin is activated. I tried 
other windows, namely "title=gedit" rule (which doesn't use regular expression) 
with the same result. I tried "Above" field to place the desired windows in 
foreground - doesn't work also.
I checked dconf settings, these strings are added to 
/org/compiz/profiles/Default/plugins/winrules key properly. But it seems that 
these rules are silently ignored.

I checked this plugin in 12.04LTS. As soon as I added "title=Firefox$"
into "Below" field, Firefox window was instantly repositioned.

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

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

Title:
  "Window Rules" plugin doesn't work in 16.04LTS

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

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


[Bug 1571806] Re: Backup files are silently ignored when using certain archive types

2017-02-13 Thread Oleg Moiseichuk
I met with the same issue in 16.04.1 (amd64). Tested several 'tar' archives 
(namely tar.7z and tar.gz) - none of them stored backup files. Maybe some 
problem with generation of the lists of files for archiving? '7z' and 'zip' 
archives do save backup files, but it seems that they rely on 'p7zip-full' 
package which provides 7-Zip backend for the File Roller. Until I installed 
this package 'zip' archives were also losing backup files.
In my older system which is 12.04LTS (i386) all the mentioned archive types 
properly store backup files.

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

Title:
  Backup files are silently ignored when using certain archive types

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

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


[Bug 1597437] Re: X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all monitors

2017-02-10 Thread Oleg Moiseichuk
If debugging symbols weren't disabled during compilation and the
resulting file size looks intimidating you can decrease it. Run 'strip
-s nouveau_drv.so' and debugging symbols will be purged completely.

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

Title:
  X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all
  monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1597437/+subscriptions

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2017-01-22 Thread Oleg Moiseichuk
This bug affects my system (Ubuntu 16.04.1 amd64, Gnome Flashback
session with Compiz). One-key keyboard layout switchers (I tested Right
Alt, Right Super, Right Control) don't work, while two-key switchers
work (checked several of them). If I run Unity session, these one-key
switchers work properly. Is it a bug of g-s-d, or I should open the bug
in gnome-flashback section?

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions

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


[Bug 1597437] Re: X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all monitors

2017-01-16 Thread Oleg Moiseichuk
Martin, you've done everything well. Indeed, additional packages are needed for 
the successful compilation. They can be installed by the command 'sudo apt-get 
build-dep package_name' (there can be hefty pack, that's why I'm usually using 
virtual machine for the compilation and revert it to the last snapshot 
afterwards).
The size of the resulting library can be decreased by setting specific compiler 
options. If you examine Makefile which was created after './configure' has 
finished its work, you'll find CFLAGS string in it containing -g option (the 
level of debugging information) and -O2 option (optimization level). Disabling 
debugging information affects size of the resulting file but isn't advised 
(this may cause undesired results). Increasing optimization level will reduce 
the compiled file size (higher levels of optimisation also may cause undesired 
code behavior). Better leave it as it is. Those who perform packaging are 
better aware how this specific package should be compiled to ensure its minimal 
size for the distribution.

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

Title:
  X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all
  monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1597437/+subscriptions

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


[Bug 1597437] Re: X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all monitors

2017-01-11 Thread Oleg Moiseichuk
I met with the same bug in Ubuntu 16.04.1 (amd64): 2 NVIDIA adapters with DVI 
and HDMI connectors on each of them, 4 identical Samsung monitors, 4th monitor 
is dead, 3rd is sometimes garbled, sometimes is OK. All the error messages 
described by Martin are the same.
Luckily in #2 he provided the method which cures the bug with ATI cards in 
Fedora. I decided to try it with Nouveau driver in Ubuntu and it worked!
I downloaded the sources using 'apt-get source xserver-xorg-video-nouveau', 
found the string in drmmode_display.c which checks whether HAS_DIRTYTRACKING2 
is defined and fixed it. Then I compiled the driver and replaced 
'/usr/lib/xorg/modules/drivers/nouveau_drv.so' with the fixed version. After 
reboot all 4 monitors were working on login screen, '~/.config/monitors.xml' 
was created properly and all monitors were present when I logged in.
I'm attaching the patch. Maybe the developers will notice it and fix the 
Nouveau driver?
(BTW, ATI driver in Ubuntu 16.04 seems already fixed - I checked its sources 
and the mentioned string is already in place in drmmode_display.c)

** Patch added: "Fixes improper handling of 3rd and 4th monitors"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1597437/+attachment/4802770/+files/nouveau_drv.patch

** Package changed: xorg-server (Ubuntu) => xserver-xorg-video-nouveau
(Ubuntu)

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

Title:
  X with nouveau driver, 2 nvidia cards, 4 monitors, does not use all
  monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1597437/+subscriptions

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


[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2016-07-12 Thread Oleg Moiseichuk
Same problem here. I'm using Ubuntu 12.04 and Conky 1.8.1. I've got 3
hwmon entries in '/sys/class/hwmon': 0, 1, 2 for k10temp, it8720 and
nouveau, respectively. After several boots 'hwmon0' and 'hwmon1' swap
their places and ${hwmon 1 fan 1} and ${hwmon 1 temp 2} (for CPU fan and
temperature, respectively) cannot find their data anymore and Conky
crashes. Possibly this happens because some modules change their load
order. While I haven't found how this can be influenced, this issue can
be resolved by changing sensor. Conky has got 'i2c' and 'platform'
variables for the monitoring purposes in addition to 'hwmon'. Platform
devices are also symlinks, but they have more distinctive names. I
changed my variables to ${platform it87.552 fan 1} and ${platform
it87.552 temp 2} and this fixed the issue.

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

Title:
  Conky looks in the wrong sysfs dir for hwmon temperature info

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

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


[Bug 1458538] [NEW] Package contains unnecessary file

2015-05-25 Thread Oleg Moiseichuk
Public bug reported:

If you look inside the package tesseract-ocr-eng_3.02-2, in the folder
/tessdata you will find two files - eng.traineddata and
eng.traineddata.__tmp__. The second one looks as some temporary file
which somehow got into the package. It has the size more that 20 Mb (the
same as eng.traineddata) and this __tmp__ is absent in other language
file. Despite its compressed size may be much less, it can be removed to
reduce the package size, if it is not needed.

** Affects: tesseract-eng (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Package contains unnecessary file

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

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


[Bug 937822] Re: [precise] F10 always opens the menu, cannot be overriden (after xkeyboard-config update)

2014-03-10 Thread Oleg Moiseichuk
I can confirm that upgrading xkb-data package to version 2.5-1ubuntu1.5
in LTS 12.04.4 doesn't resolve the problem. When I disable the mentioned
fix in ~/.config/gtk-3.0/gtk.css (F10 is disabled in terminal keyboard
combinations), F10 press still opens context menu as if Shift-F10 was
pressed.

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

Title:
  [precise] F10 always opens the menu, cannot be overriden (after
  xkeyboard-config update)

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

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


[Bug 1131072] Re: Test page is printed on available printer if the printer under test is unavailable

2013-02-28 Thread Oleg Moiseichuk
** Summary changed:

- Test page is always printed on default printer
+ Test page is printed on available printer if the printer under test is 
unavailable

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

Title:
  Test page is printed on available printer if the printer under test is
  unavailable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1131072/+subscriptions

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


[Bug 1131072] Re: Test page is printed on available printer if the printer under test is unavailable

2013-02-28 Thread Oleg Moiseichuk
Actually if printer not available then test page is printed on available
printer. It seems to me that more consistent behavior is to send an
error rather then redirect printing job to available printer.

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

Title:
  Test page is printed on available printer if the printer under test is
  unavailable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1131072/+subscriptions

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


[Bug 836945] Re: Screen always goes blank after 10 minutes

2013-02-21 Thread Oleg Moiseichuk
Actually there exist 2 settings, 1st one affects screensaver (blank screen), 
2nd affects monitor power saving mode (suspends monitor):
1. Schema: org.gnome.desktop.session, Key: idle-delay
2. Schema: org.gnome.settings-daemon.plugins.power, Key: sleep-display-ac
System Settings  Brightness and Lock seems to set both of them 
simultaneously, when you choose the timeout Turn screen off when inactive 
for:. But you can set them separately with 'dconf' tool or using gsettings.
If your screen blanks unexpectedly, check these 2 keys and correct them as 
needed.

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

Title:
  Screen always goes blank after 10 minutes

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

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


[Bug 1131072] [NEW] Test page is always printed on default printer

2013-02-20 Thread Oleg Moiseichuk
Public bug reported:

I'm using Ubuntu 12.04.1 with GNOME Classic.
I've got one printer in my system, HP LaserJet 3052, which is connected as 
network printer. Obviously, it is set as default. Its URI is 
'hp:/net/HP_LaserJet_3052?zc=NPIE50CCB' and its driver is 'HP LaserJet 3052 
Postscript (recommended)'.
Later I added second printer using GNOME Printers applet. Second printer model 
is HP LaserJet 1220, it is connected via SAMBA with URI 
'smb://XX.XX.XX.XX/HPLaserJ' and I used recommended driver for this printer.
When the setup was finished I sent test page to this printer and nothing 
happened. I switched from recommended driver to CUPS+Gutenprint v5.2.8 driver 
and sent another test page, but nothing happened again.
My default HP LaserJet 3052 pinter was turned off at this moment, but when I 
switched it on, both test pages were printed on this printer instead. They got 
Job ID, Driver Version and Description of HP LaserJet 1220, but both tests were 
sent from the spool to the default HP LaserJet 3052 printer, not to the printer 
they were intended for.

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Test page is always printed on default printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1131072/+subscriptions

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


[Bug 713860] Re: 1st terminal opens at 80x24, subsequent open at 80x22 [classic desktop]

2013-02-15 Thread Oleg Moiseichuk
** This bug is no longer a duplicate of bug 915241
   Update menubar patches

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

Title:
  1st terminal opens at 80x24, subsequent open at 80x22 [classic
  desktop]

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

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


[Bug 713860] Re: 1st terminal opens at 80x24, subsequent open at 80x22 [classic desktop]

2013-02-11 Thread Oleg Moiseichuk
*** This bug is a duplicate of bug 915241 ***
https://bugs.launchpad.net/bugs/915241

Actually this bug wasn't fixed in precise.
I'm using Ubuntu 12.04.1 with GNOME Classic and Compiz.
The behaviour is exactly the same: first opened terminal have the size of 
80x24, all subsequent terminal windows are 2 rows less.
I've read the description of the bug #915241 which is marked as the duplicate 
of this bugreport, but I think that this duplicate status is wrong, as I've got 
versions of libgtk-3-0 = 3.4.2-0ubuntu0.5 and libgtk2.0-0 = 2.24.10-0ubuntu6, 
both of them are more recent than the ones mentioned as fixed, but the problem 
persists.

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

Title:
  1st terminal opens at 80x24, subsequent open at 80x22 [classic
  desktop]

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

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


[Bug 632412] Re: Windows 2 rows shorter than it should be

2013-02-11 Thread Oleg Moiseichuk
*** This bug is a duplicate of bug 915241 ***
https://bugs.launchpad.net/bugs/915241

Actually this bug wasn't fixed in precise.
I'm using Ubuntu 12.04.1 with GNOME Classic and Compiz.
First opened terminal have the size of 80x24, all subsequent terminal windows 
are 80x22.
indicator-applet-appmenu isn't installed in my system.
It doesn't seem the duplicate of the bug #915241 - both gtk libraries in my 
system are newer than mentioned there and the issue is not fixed by them.

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

Title:
  Windows 2 rows shorter than it should be

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/632412/+subscriptions

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


[Bug 1104877] [NEW] gedit loses cursor when user rolls up its window

2013-01-25 Thread Oleg Moiseichuk
Public bug reported:

System description: Ubuntu 12.04 LTS with GNOME Classic (using Compiz);
gedit version: 3.4.1-0ubuntu1

Steps to reproduce the bug:
1. Activate roll up behaviour for the windows using gconf: 
/apps/gwd/mouse_wheel_action = shade
2. Roll up gedit window into window header scrolling up over window titlebar
3. Unroll gedit window by scrolling down over window titlebar
After that gedit window loses focus and cursor. Focus can be returned when you 
click somewhere in the document, but cursor becomes invisible and you cannot 
determine where it is located.

Workaround:
If you minimize, then restore back gedit window, then cursor reappears and 
behaves normally.

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

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

Title:
  gedit loses cursor when user rolls up its window

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

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


[Bug 1104877] Re: gedit loses cursor when user rolls up its window

2013-01-25 Thread Oleg Moiseichuk
** Description changed:

  System description: Ubuntu 12.04 LTS with GNOME Classic (using Compiz);
  gedit version: 3.4.1-0ubuntu1
  
  Steps to reproduce the bug:
  1. Activate roll up behaviour for the windows using gconf: 
/apps/gwd/mouse_wheel_action = shade
  2. Roll up gedit window into window header scrolling up over window titlebar
  3. Unroll gedit window by scrolling down over window titlebar
- After that gedit window loses focus and cursor. Focus can be returned when 
you click somewhere in the document, but cursor becomes invisible and you 
cannot determine where it is located.
+ After that document editing field loses focus and cursor. Focus can be 
returned when you click somewhere in the document, but cursor becomes invisible 
and you cannot determine where it is located.
  
  Workaround:
  If you minimize, then restore back gedit window, then cursor reappears and 
behaves normally.

** Description changed:

  System description: Ubuntu 12.04 LTS with GNOME Classic (using Compiz);
  gedit version: 3.4.1-0ubuntu1
  
  Steps to reproduce the bug:
  1. Activate roll up behaviour for the windows using gconf: 
/apps/gwd/mouse_wheel_action = shade
  2. Roll up gedit window into window header scrolling up over window titlebar
  3. Unroll gedit window by scrolling down over window titlebar
- After that document editing field loses focus and cursor. Focus can be 
returned when you click somewhere in the document, but cursor becomes invisible 
and you cannot determine where it is located.
+ After that document editing field loses focus and cursor. Focus can be 
returned when you click somewhere in the document, but cursor stays invisible 
and you cannot determine where it is located.
  
  Workaround:
  If you minimize, then restore back gedit window, then cursor reappears and 
behaves normally.

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

Title:
  gedit loses cursor when user rolls up its window

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

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


[Bug 1103381] [NEW] Menu and launcher spacing on the top panel is incorrect

2013-01-23 Thread Oleg Moiseichuk
Public bug reported:

System description: Ubuntu 12.04 LTS with GNOME Classic (using Compiz);
light-themes version: 0.1.9.1-0ubuntu1.2

Bug description:
--
Main menu headers (Applications and Places) are placed too tightly in GNOME 
Classic session.
If you put some launchers on the top panel, they are also placed without any 
spacing (take a look at screenshot, notice separator items which really don't 
separate anything).

Proposed fix:
--
Add the padding property to the files: 
/usr/share/themes/Ambiance/gtk-3.0/apps/gnome-panel.css
/usr/share/themes/Radiance/gtk-3.0/apps/gnome-panel.css

Code:
--
.gnome-panel-menu-bar.menubar .menuitem,
PanelWidget .button {
padding: 0px 4px;
}

Notes: I used 4 pixel padding for both objects, but this property can be set 
separately using different padding settings for each object. Launcher padding 
can be increased to 6 pixel to make it even with Indicator Applet icons 
padding, but we must bear in mind that bottom panel task buttons also will 
become wider, as they are also Panel Widgets.
Also remains unresolved issue with launcher icons size. As you can see on the 
applied screenshot they occupy all place from the top to the bottom of the 
panel, without any border. They ignore gtk-icon-sizes setting in 
/usr/share/themes/Ambiance/gtk-2.0/gtkrc and cannot be resized.

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Original menu and launchers placement
   https://bugs.launchpad.net/bugs/1103381/+attachment/3496172/+files/Before.png

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

Title:
  Menu and launcher spacing on the top panel is incorrect

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

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


[Bug 1103381] Re: Menu and launcher spacing on the top panel is incorrect

2013-01-23 Thread Oleg Moiseichuk
The result of the patching can be seen on the screenshot (I also
decreased the size of Ubuntu logo as the buttons become wider using gtk-
icon-sizes = panel-menu-bar=16,16 setting in ~/.config/gtk-3.0

** Attachment added: Menu and launchers placement after patching
   
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/1103381/+attachment/3496175/+files/After.png

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

Title:
  Menu and launcher spacing on the top panel is incorrect

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

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


[Bug 1083985] [NEW] fsck routine checks on boot are disabled

2012-11-28 Thread Oleg Moiseichuk
Public bug reported:

After installation of Ubuntu 12.04.1 I've noticed that periodical fsck check 
during boot time never runs, as it was when I was using Ubuntu 10.04. I checked 
my old 10.04 installation with 'tune2fs -l' and found that root partition had 
'Maximum mount count' = 23 and home partition - 35 (both are ext4).
'tune2fs -l' on 12.04.1 shows 'Maximum mount count' = -1 on all partitions: 
/boot (ext3), / and /home (ext4). That means that fsck checks will never run. 
'Check interval' is also set to 0 on all volumes.
If this decision was made for the sake of fast boot up, I presume that data 
integrity have the maximum priority. While this decision is somewhat meaningful 
on laptops to preserve the battery, but on desktops and servers it is not good 
at all. Also tune2fs man says that it is strongly recommended that either 
mount-count-dependent or time-dependent checking must be enabled.
As I found no info indicating that this behaviour is intentional, I suppose 
that this is a bug.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  fsck routine checks on boot are disabled

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

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


[Bug 1083985] Re: fsck routine checks on boot are disabled

2012-11-28 Thread Oleg Moiseichuk
** Package changed: ubuntu = util-linux (Ubuntu)

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

Title:
  fsck routine checks on boot are disabled

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

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


[Bug 814031] [NEW] RAW SOCKETS leak in ICMP monitoring programs

2011-07-21 Thread Oleg Moiseichuk
Public bug reported:

I've found that ICMP monitoring programs cause the leak of the raw sockets 
under wine 1.2.2 (installed from the official repository of lucid) which 
finally leads to the crash of such programs.
I sent a bug report to wine developers: 
http://bugs.winehq.org/show_bug.cgi?id=27337 and they created a patch which 
fixes this problem. It is implemented in the development release of wine 1.3.22.
Is it possible to apply the same patch to the stable version of wine which is 
distributed by the repository means?
The mentioned patch is attached to this bug report.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: wine1.2 1.2.2-0ubuntu2~lucid1
ProcVersionSignature: Ubuntu 2.6.32-33.70-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Jul 21 14:12:31 2011
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=ru_RU.utf8
 SHELL=/bin/bash
SourcePackage: wine1.2

** Affects: wine1.2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

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

Title:
  RAW SOCKETS leak in ICMP monitoring programs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/814031/+subscriptions

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


[Bug 814031] Re: RAW SOCKETS leak in ICMP monitoring programs

2011-07-21 Thread Oleg Moiseichuk
** Patch added: Patch for icmp.c fixing the raw sockets leak
   
https://bugs.launchpad.net/bugs/814031/+attachment/991/+files/iphlpapi_fix_socket_leak.diff

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

Title:
  RAW SOCKETS leak in ICMP monitoring programs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/814031/+subscriptions

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


[Bug 66015] Re: Duplicate spell checking dictionaries for every entry

2011-02-15 Thread Oleg Moiseichuk
It seems that Thunderbird and Firefox now correctly recognize ln_RE file names 
for the dictionaries (in Lucid at least). The problem is that they also 
recognize ln-RE names and this causes duplication of entries in the list of 
supported dictionaries.
I fixed this by removing all files with hyphen by 'sudo rm ??-*' from 
/usr/share/myspell/dicts/ and /usr/share/hunspell/ (as all dictionaries in 
myspell folder have links to hunspell). You can backup these files instead of 
removing them if you wish to play safe, but files ln_RE.* and ln-RE.* are 
duplicates.
I checked OpenOffice and both TB and FF - spell checking works normally 
everywhere and Mozilla products now have only single entry for each language. 
(I'm using Ubuntu Lucid, FF 3.6.13, TB 3.1.7)

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

Title:
  Duplicate spell checking dictionaries for every entry

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