freeipa-client to 4.9.12

2023-10-11 Thread Ciro Iriarte
Hello!,

Would you consider bumping freeipa-client to a newer version (4.9.12)?.

I run into an issue that's already fixed. Unluckily the application
installed in this environment needs a newer version of python cryptography
module which breaks ipa-client-install.

admin@apstra-os-03:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"

admin@apstra-os-03:~$ dpkg -l |grep freeipa
ii  freeipa-client4.9.8-1
  amd64FreeIPA centralized identity framework -- client
ii  freeipa-common4.9.8-1
  all  FreeIPA centralized identity framework -- common files

ref:
https://github.com/freeipa/freeipa/pull/6465
https://github.com/freeipa/freeipa/commit/89fe83b03ac3b046685389ee1059ca75c73e53b0

Regards,
CI.-
-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


[Bug 1946303] Re: No video after wake from S3 due to Nvidia driver crash

2022-02-14 Thread Ciro Santilli 六四事件 法轮功
That other issue could be the same, I just wish someone there would have
reproduced the exact stack trace attached by Boris here to be more
certain, which I reproduce as:

WARNING: CPU: 0 PID: 18016 at
/var/lib/dkms/nvidia/510.47.03/build/nvidia/nv.c:3935
nv_restore_user_channels+0xce/0xe0 [nvidia]

Call Trace:

nv_set_system_power_state+0x22b/0x3e0 [nvidia]
nv_procfs_write_suspend+0xe9/0x140 [nvidia]
proc_reg_write+0x5a/0x90
? __cond_resched+0x1a/0x50
vfs_write+0xc3/0x250
ksys_write+0x67/0xe0
__x64_sys_write+0x19/0x20
do_syscall_64+0x61/0xb0
? exit_to_user_mode_prepare+0x37/0xb0
? syscall_exit_to_user_mode+0x27/0x50
? __x64_sys_newfstatat+0x1c/0x20
? do_syscall_64+0x6e/0xb0
? syscall_exit_to_user_mode+0x27/0x50
? do_syscall_64+0x6e/0xb0
? asm_exc_page_fault+0x8/0x30
entry_SYSCALL_64_after_hwframe+0x44/0xae

WARNING: CPU: 0 PID: 18016 at
/var/lib/dkms/nvidia/510.47.03/build/nvidia/nv.c:4152
nv_set_system_power_state+0x2d0/0x3e0 [nvidia]

nv_procfs_write_suspend+0xe9/0x140 [nvidia]
proc_reg_write+0x5a/0x90
? __cond_resched+0x1a/0x50
vfs_write+0xc3/0x250
ksys_write+0x67/0xe0
__x64_sys_write+0x19/0x20
do_syscall_64+0x61/0xb0
? exit_to_user_mode_prepare+0x37/0xb0
? syscall_exit_to_user_mode+0x27/0x50
? __x64_sys_newfstatat+0x1c/0x20
? do_syscall_64+0x6e/0xb0
? syscall_exit_to_user_mode+0x27/0x50
? do_syscall_64+0x6e/0xb0
? asm_exc_page_fault+0x8/0x30
entry_SYSCALL_64_after_hwframe+0x44/0xae

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

Title:
  No video after wake from S3 due to Nvidia driver crash

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


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

[Bug 1946303] Re: No video after wake from S3 due to Nvidia driver crash

2022-02-14 Thread Ciro Santilli 六四事件 法轮功
BTW, the workaround from: https://forums.developer.nvidia.com/t/fixed-
suspend-resume-issues-with-the-driver-
version-470/187150/3?u=cirosantilli worked for me. I wouldn't expect
that workaround to be affected by lightdm vs gdm3, but maybe it is:

sudo systemctl stop nvidia-suspend.service
sudo systemctl stop nvidia-hibernate.service
sudo systemctl stop nvidia-resume.service

sudo systemctl disable nvidia-suspend.service
sudo systemctl disable nvidia-hibernate.service
sudo systemctl disable nvidia-resume.service

sudo mv /lib/systemd/system-sleep/nvidia ~/nvidia.bak

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

Title:
  No video after wake from S3 due to Nvidia driver crash

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


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

[Bug 1946303] Re: No video after wake from S3 due to Nvidia driver crash

2022-02-09 Thread Ciro Santilli 六四事件 法轮功
Repro same stack traces on 510 after some trial and error at:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-510/+bug/1953674

Key discovery there: it reproduces almost every time when my laptop is
on battery power with the power cord unplugged, otherwise it generally
only happens if I suspend for a certain amount of time.

Also simply having the opencl/CUDA packages enabled also causes suspend
problems even if you switch back to NOUVEAU.

I also see some ACPI error messages which only appear to show up with
NVIDIA enabled:

ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found 
[Buffer], ACPI requires [Package] (20210331/nsarguments-61)
ACPI BIOS Error (bug): Could not resolve symbol 
[\_SB.PCI0.LPCB.EC.HKEY.DEVT.PEGS], AE_NOT_FOUND (20210331/psargs-330)

No Local Variables are initialized for Method [DEVT]

Initialized Arguments for Method [DEVT]: (1 arguments defined for method 
invocation)
Arg0: e4c8db84  Integer 00D3

ACPI Error: Aborting method \_SB.PCI0.LPCB.EC.HKEY.DEVT due to previous error 
(AE_NOT_FOUND) (20210331/psparse-529)
ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q4F due to previous error 
(AE_NOT_FOUND) (20210331/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol 
[\_SB.PCI0.LPCB.EC.HKEY.DEVT.PEGS], AE_NOT_FOUND (20210331/psargs-330)

No Local Variables are initialized for Method [DEVT]

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

Title:
  No video after wake from S3 due to Nvidia driver crash

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


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

[Bug 1946303] Re: No video after wake from S3 due to Nvidia driver crash

2022-02-09 Thread Ciro Santilli 六四事件 法轮功
** Also affects: nvidia-graphics-drivers-510 (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/1946303

Title:
  No video after wake from S3 due to Nvidia driver crash

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


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

[Bug 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-09 Thread Ciro Santilli 六四事件 法轮功
*** This bug is a duplicate of bug 1946303 ***
https://bugs.launchpad.net/bugs/1946303

OK, now noticed that my error lines are exactly the same as:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-470/+bug/1946303 it's just I wasn't getting the logs
consistently before I had updated my firmware. Let's close as dupe.

** This bug has been marked a duplicate of bug 1946303
   No video after wake from S3 due to Nvidia driver crash

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

Title:
  Screen does not wake up from suspend/does not wake up

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


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

[Bug 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-09 Thread Ciro Santilli 六四事件 法轮功
*** This bug is a duplicate of bug 1946303 ***
https://bugs.launchpad.net/bugs/1946303

Then, re-enabled Wayland with NVIDIA purged, and suspend works there.

Then, re-installed and reenabled NVIDIA 510 (which blakclists Wayland
and puts me in X11 since no Wayland support yet), and boom problem is
back exactly as before, same nv_* traces and ACPI errors (I didn't see
the ACPI errors when I had disabled NVIDIA, so it looks like it is
causing those as well).

So 100% certain now that the bug is in NVIDIA drivers.

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

Title:
  Screen does not wake up from suspend/does not wake up

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


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

[Bug 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-09 Thread Ciro Santilli 六四事件 法轮功
Dumping a bit more debug log before I forget:

I disabled NVIDIA from the software & updates. If I try to suspend:

- it immediately wakes up into lock screen
- I can't login anymore: after password, goes into black kernel log screen as 
in boot

That was in Wayland, the new default. So I blacklist wayland, reboot to
X11, and now when trying to suspend:

- it immediately wakes up into lock screen
- but I can login

Possible threads:

- 
https://askubuntu.com/questions/1151709/suspend-not-working-in-ubuntu-18-04-and-19-04
- 
https://askubuntu.com/questions/1133919/ubuntu-18-04-2-immediately-wakes-up-from-suspend

Notably https://askubuntu.com/a/1363662/52975 says CUDA might still be a
problem! So I now purged Everything from NVIDIA, I noticed that I had
nvidia-opencl-dev:amd64 installed ii, and the graphics stuff installed
rc, and immediately after purge suspend works again on X11!

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

Title:
  Screen does not wake up from suspend/does not wake up

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


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

[Bug 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-08 Thread Ciro Santilli 六四事件 法轮功
I should also mention, I'm seeing a bunch of non-nvidia ACPI errors of
type:

Feb 09 06:58:43.863108 ciro-p51 kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: 
Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20210331/nsarguments-61)
Feb 09 06:58:44.131354 ciro-p51 kernel: ACPI BIOS Error (bug): Could not 
resolve symbol [\_SB.PCI0.LPCB.EC.HKEY.DEVT.PEGS], AE_NOT_FOUND 
(20210331/psargs-330)
Feb 09 06:58:44.131544 ciro-p51 kernel: 
Feb 09 06:58:44.131575 ciro-p51 kernel: No Local Variables are initialized for 
Method [DEVT]
Feb 09 06:58:44.131609 ciro-p51 kernel: 
Feb 09 06:58:44.131631 ciro-p51 kernel: Initialized Arguments for Method 
[DEVT]:  (1 arguments defined for method invocation)
Feb 09 06:58:44.131663 ciro-p51 kernel:   Arg0:   e4c8db84 
   Integer 00D3
Feb 09 06:58:44.131689 ciro-p51 kernel: 
Feb 09 06:58:44.131715 ciro-p51 kernel: ACPI Error: Aborting method 
\_SB.PCI0.LPCB.EC.HKEY.DEVT due to previous error (AE_NOT_FOUND) 
(20210331/psparse-529)
Feb 09 06:58:44.131739 ciro-p51 kernel: ACPI Error: Aborting method 
\_SB.PCI0.LPCB.EC._Q4F due to previous error (AE_NOT_FOUND) 
(20210331/psparse-529)
Feb 09 06:58:44.335085 ciro-p51 kernel: ACPI BIOS Error (bug): Could not 
resolve symbol [\_SB.PCI0.LPCB.EC.HKEY.DEVT.PEGS], AE_NOT_FOUND 
(20210331/psargs-330)
Feb 09 06:58:44.335230 ciro-p51 kernel: 
Feb 09 06:58:44.335459 ciro-p51 kernel: No Local Variables are initialized for 
Method [DEVT]

that could be potential root cause. Gonna try to disable nvidia now and
see.

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

Title:
  Screen does not wake up from suspend/does not wake up

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


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

[Bug 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-08 Thread Ciro Santilli 六四事件 法轮功
Repro on 510. Stack traces that happens some times:

Feb 09 06:30:47.610121 ciro-p51 kernel: WARNING: CPU: 0 PID: 18016 at
/var/lib/dkms/nvidia/510.47.03/build/nvidia/nv.c:3935
nv_restore_user_channels+0xce/0xe0 [nvidia]

Feb 09 06:30:47.610508 ciro-p51 kernel: Call Trace:
Feb 09 06:30:47.610527 ciro-p51 kernel:  
Feb 09 06:30:47.610547 ciro-p51 kernel:  nv_set_system_power_state+0x22b/0x3e0 
[nvidia]
Feb 09 06:30:47.610566 ciro-p51 kernel:  nv_procfs_write_suspend+0xe9/0x140 
[nvidia]
Feb 09 06:30:47.610598 ciro-p51 kernel:  proc_reg_write+0x5a/0x90
Feb 09 06:30:47.610619 ciro-p51 kernel:  ? __cond_resched+0x1a/0x50
Feb 09 06:30:47.610637 ciro-p51 kernel:  vfs_write+0xc3/0x250
Feb 09 06:30:47.610658 ciro-p51 kernel:  ksys_write+0x67/0xe0
Feb 09 06:30:47.610675 ciro-p51 kernel:  __x64_sys_write+0x19/0x20
Feb 09 06:30:47.610693 ciro-p51 kernel:  do_syscall_64+0x61/0xb0
Feb 09 06:30:47.610709 ciro-p51 kernel:  ? exit_to_user_mode_prepare+0x37/0xb0
Feb 09 06:30:47.610728 ciro-p51 kernel:  ? syscall_exit_to_user_mode+0x27/0x50
Feb 09 06:30:47.610746 ciro-p51 kernel:  ? __x64_sys_newfstatat+0x1c/0x20
Feb 09 06:30:47.610765 ciro-p51 kernel:  ? do_syscall_64+0x6e/0xb0
Feb 09 06:30:47.610796 ciro-p51 kernel:  ? syscall_exit_to_user_mode+0x27/0x50
Feb 09 06:30:47.610813 ciro-p51 kernel:  ? do_syscall_64+0x6e/0xb0
Feb 09 06:30:47.610842 ciro-p51 kernel:  ? asm_exc_page_fault+0x8/0x30
Feb 09 06:30:47.610860 ciro-p51 kernel:  
entry_SYSCALL_64_after_hwframe+0x44/0xae

Feb 09 06:30:47.611093 ciro-p51 kernel: WARNING: CPU: 0 PID: 18016 at
/var/lib/dkms/nvidia/510.47.03/build/nvidia/nv.c:4152
nv_set_system_power_state+0x2d0/0x3e0 [nvidia]

Feb 09 06:30:47.611469 ciro-p51 kernel:  nv_procfs_write_suspend+0xe9/0x140 
[nvidia]
Feb 09 06:30:47.611484 ciro-p51 kernel:  proc_reg_write+0x5a/0x90
Feb 09 06:30:47.611499 ciro-p51 kernel:  ? __cond_resched+0x1a/0x50
Feb 09 06:30:47.611517 ciro-p51 kernel:  vfs_write+0xc3/0x250
Feb 09 06:30:47.611533 ciro-p51 kernel:  ksys_write+0x67/0xe0
Feb 09 06:30:47.611550 ciro-p51 kernel:  __x64_sys_write+0x19/0x20
Feb 09 06:30:47.611568 ciro-p51 kernel:  do_syscall_64+0x61/0xb0
Feb 09 06:30:47.611597 ciro-p51 kernel:  ? exit_to_user_mode_prepare+0x37/0xb0
Feb 09 06:30:47.611615 ciro-p51 kernel:  ? syscall_exit_to_user_mode+0x27/0x50
Feb 09 06:30:47.611632 ciro-p51 kernel:  ? __x64_sys_newfstatat+0x1c/0x20
Feb 09 06:30:47.611647 ciro-p51 kernel:  ? do_syscall_64+0x6e/0xb0
Feb 09 06:30:47.611665 ciro-p51 kernel:  ? syscall_exit_to_user_mode+0x27/0x50
Feb 09 06:30:47.611680 ciro-p51 kernel:  ? do_syscall_64+0x6e/0xb0
Feb 09 06:30:47.611698 ciro-p51 kernel:  ? asm_exc_page_fault+0x8/0x30
Feb 09 06:30:47.611715 ciro-p51 kernel:  
entry_SYSCALL_64_after_hwframe+0x44/0xae


** Attachment added: "dmesg2"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-510/+bug/1953674/+attachment/5559877/+files/dmesg2

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

Title:
  Screen does not wake up from suspend/does not wake up

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


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

[Bug 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-08 Thread Ciro Santilli 六四事件 法轮功
** Also affects: nvidia-graphics-drivers-510 (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/1953674

Title:
  Screen does not wake up from suspend/does not wake up

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


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

[Bug 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-04 Thread Ciro Santilli 六四事件 法轮功
I found that if I unplug the power cord, the problem seems to happen
every time, making repro much easier.

I updated my firmware to see if it helped, and it didn't, but I saw for
the first time some clear nv* stack traces from previous session where
the problem occurred, some Google hits on the bottom symbol
"nv_set_system_power_state":

- 
https://forums.developer.nvidia.com/t/kernel-5-6-system-freeze-when-resuming-from-suspend-or-hibernate/121630/2
- https://github.com/pop-os/nvidia-graphics-drivers/issues/90
- 
https://www.reddit.com/r/archlinux/comments/kosqsr/nvidiaresumeservice_taints_kernel/
 

```
Feb 04 18:20:31.898413 ciro-p51 kernel: NVRM: GPU at PCI::01:00: 
GPU-18af74bb-7c72-ff70-e447-87d48378ea20
Feb 04 18:20:31.898542 ciro-p51 kernel: NVRM: Xid (PCI::01:00): 79, 
pid=22170, GPU has fallen off the bus.
Feb 04 18:20:31.898584 ciro-p51 kernel: NVRM: GPU :01:00.0: GPU has fallen 
off the bus.
Feb 04 18:20:31.946749 ciro-p51 kernel: NVRM: A GPU crash dump has been 
created. If possible, please run
NVRM: nvidia-bug-report.sh as root to 
collect this data before
NVRM: the NVIDIA kernel module is 
unloaded.
Feb 04 18:20:31.958038 ciro-p51 kernel: [ cut here ]
Feb 04 18:20:31.958115 ciro-p51 kernel: WARNING: CPU: 3 PID: 22170 at 
/var/lib/dkms/nvidia/470.86/build/nvidia/nv.c:3967 
nv_restore_user_channels+0xce/0xe0 [nvidia]
Feb 04 18:20:31.958135 ciro-p51 kernel: Modules linked in: ccm xt_conntrack 
nft_chain_nat xt_MASQUERADE nf_nat nf_conntrack_netlink nf_conntrack 
nf_defrag_ipv6 nf_defrag_ipv4 xfrm_user xfrm_algo nft_counter xt_addrtype 
nft_compat nf_tables libcrc32c nfnetlink br_netfilter bridge stp llc bnep 
overlay binfmt_misc nls_iso8859_1 essiv authenc intel_rapl_msr mei_hdcp 
intel_rapl_common intel_tcc_cooling snd_ctl_led x86_pkg_temp_thermal 
intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic 
snd_hda_codec_hdmi iwlmvm kvm_intel snd_hda_intel snd_intel_dspcfg mac80211 
snd_seq_midi snd_intel_sdw_acpi btusb kvm snd_hda_codec btrtl btbcm 
snd_seq_midi_event btintel snd_rawmidi libarc4 uvcvideo snd_hda_core rapl 
input_leds intel_cstate iwlwifi serio_raw snd_hwdep wmi_bmof 
intel_wmi_thunderbolt efi_pstore thinkpad_acpi videobuf2_vmalloc snd_seq 
videobuf2_memops snd_pcm ee1004 bluetooth videobuf2_v4l2 nvram videobuf2_common 
platform_profile ledtrig_audio cfg80211 videodev mei_me joydev ecdh_generic 
snd_seq_device mc
Feb 04 18:20:31.959003 ciro-p51 kernel:  ecc mei intel_pch_thermal snd_timer 
snd soundcore mac_hid acpi_pad nvidia_uvm(POE) sch_fq_codel msr parport_pc 
ppdev lp parport ip_tables x_tables autofs4 dm_crypt zfs(PO) zunicode(PO) 
zzstd(O) zlua(O) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) spl(O) 
hid_logitech_hidpp hid_logitech_dj hid_generic usbhid nvidia_drm(POE) 
nvidia_modeset(POE) nvidia(POE) crct10dif_pclmul crc32_pclmul rtsx_pci_sdmmc 
ghash_clmulni_intel drm_kms_helper syscopyarea aesni_intel sysfillrect 
sysimgblt fb_sys_fops crypto_simd cec rc_core cryptd nvme psmouse e1000e 
intel_lpss_pci i2c_i801 nvme_core rtsx_pci ahci drm i2c_smbus intel_lpss 
libahci idma64 xhci_pci xhci_pci_renesas wmi i2c_hid_acpi i2c_hid video hid 
pinctrl_sunrisepoint
Feb 04 18:20:31.959027 ciro-p51 kernel: CPU: 3 PID: 22170 Comm: nvidia-sleep.sh 
Tainted: P   OE 5.13.0-28-generic #31-Ubuntu
Feb 04 18:20:31.959045 ciro-p51 kernel: Hardware name: LENOVO 
20HHCTO1WW/20HHCTO1WW, BIOS N1UET82W (1.56 ) 08/12/2021
Feb 04 18:20:31.959060 ciro-p51 kernel: RIP: 
0010:nv_restore_user_channels+0xce/0xe0 [nvidia]
Feb 04 18:20:31.959076 ciro-p51 kernel: Code: 0c 38 d3 be 01 00 00 00 4c 89 ef 
e8 fc a6 00 00 48 89 df e8 f4 0b 38 d3 ba 02 00 00 00 4c 89 ee 4c 89 e7 e8 a4 
b2 9c 00 eb 93 <0f> 0b eb c6 41 be 51 00 00 00 eb 9e 66 0f 1f 44 00 00 0f 1f 44 
00
Feb 04 18:20:31.959094 ciro-p51 kernel: RSP: 0018:b8a047c63d88 EFLAGS: 
00010206
Feb 04 18:20:31.959116 ciro-p51 kernel: RAX: 0003 RBX: 
8b82c3359800 RCX: b8a047c63d20
Feb 04 18:20:31.959133 ciro-p51 kernel: RDX: 0087 RSI: 
0246 RDI: 8b82dc01cec8
Feb 04 18:20:31.959146 ciro-p51 kernel: RBP: b8a047c63db0 R08: 
 R09: 0001
Feb 04 18:20:31.959181 ciro-p51 kernel: R10: 8b83755fd000 R11: 
8b83755fd000 R12: 8b8359a13000
Feb 04 18:20:31.959197 ciro-p51 kernel: R13: 8b82c3359800 R14: 
0003 R15: 8b82c3359d28
Feb 04 18:20:31.959212 ciro-p51 kernel: FS:  7ff21ed04740() 
GS:8b8a13d8() knlGS:
Feb 04 18:20:31.959241 ciro-p51 kernel: CS:  0010 DS:  ES:  CR0: 
80050033
Feb 04 18:20:31.959257 ciro-p51 kernel: CR2: 7f8f2b192730 CR3: 
0001d0fec006 CR4: 003706e0
Feb 04 18:20:31.959290 ciro-p51 kernel: DR0:  DR1: 
 DR2: 
Feb 04 18:20:31.959311 ciro-p51 kernel: DR3:  DR6: 

[Bug 1956299] [NEW] GDM crashes sometimes when switching windows right after opening a new window

2022-01-04 Thread Ciro Santilli 六四事件 法轮功
Public bug reported:

Crash at:
https://errors.ubuntu.com/oops/8a56d4be-6d35-11ec-824f-fa163e6cac46

This has happened a few times, I open the VLC media player to play some
music, and then immediately alt tab to get back to the browser, while
the window appears to be "still opening".

The result then is that things like Alt + Tab stop working, and I see a
gdm crash under /var/crash ,

It is not very easy to reproduce due to timing. I started getting this
after upgrading to 21.10.

Running NVIDIA driver 470.86, gdm3 is at 41~rc-0ubuntu2.

** Affects: gdm (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/1956299

Title:
  GDM crashes sometimes when switching windows right after opening a new
  window

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


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

[Bug 1953674] Re: Screen does not wake up from suspend/does not wake up

2021-12-08 Thread Ciro Santilli 六四事件 法轮功
Other bugs about wakeup not working, but I don't reproduce their main
error messages:

- 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1911055
- 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1946303

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

Title:
  Screen does not wake up from suspend/does not wake up

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


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

[Bug 1953674] [NEW] Screen does not wake up from suspend/does not wake up

2021-12-08 Thread Ciro Santilli 六四事件 法轮功
Public bug reported:

After upgrading to 21.10 from 21.04 this problem started happening.

It does not happen every time I suspend, and it usually happens after
suspending for a longer time. After suspending for a longer time, it
tends to happen most of the time.

I can SSH into the computer, so it is just the display that is not
turning back on correctly.

Lenovo Thinkpad P51 with an NVIDIA quadro Quadro M1200

journalctl -o short-precise -k -b -1 contained the following messages of
interest, which I could not find in other reports:

```
nvidia-modeset: WARNING: GPU:0: Lost display notification (0:0x); 
continuing.
[24307.640014] NVRM: GPU at PCI::01:00: 
GPU-18af74bb-7c72-ff70-e447-87d48378ea20
[24307.640018] NVRM: Xid (PCI::01:00): 79, pid=8828, GPU has fallen off the 
bus.
[24307.640021] NVRM: GPU :01:00.0: GPU has fallen off the bus.
[24328.054022] nvidia-modeset: ERROR: GPU:0: The requested configuration of 
display devices (LGD (DP-4)) is not supported on this GPU.
[repeats several more times]
[24328.056767] nvidia-modeset: ERROR: GPU:0: The requested configuration of 
display devices (LGD (DP-4)) is not supported on this GPU.
[24328.056951] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:0:0:0x000f
[24328.056955] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:1:0:0x000f
[24328.056959] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:2:0:0x000f
[24328.056962] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:3:0:0x000f
[24328.056983] nvidia-modeset: ERROR: GPU:0: DP-4: Failed to disable 
DisplayPort audio stream-0
[24328.056992] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x947d:0:0:0x000f
```

I also noticed a

sudo cat /var/crash/_usr_sbin_gdm3.0.uploaded

with:

5bed8a34-5852-11ec-b48c-fa163e102db1

** Affects: nvidia-graphics-drivers-470 (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/1953674

Title:
  Screen does not wake up from suspend/does not wake up

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


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

[Bug 1933099] Re: Crash while editing text

2021-06-21 Thread Ciro Santilli 六四事件 法轮功
It might also have to do when clicking Ctrl + Z in those circunstances.

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

Title:
  Crash while editing text

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

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

[Bug 1933099] Re: Crash while editing text

2021-06-21 Thread Ciro Santilli 六四事件 法轮功
I later noticed that by mistake due to Chinese input madness, the font
size was huge 50, and on futher sessions I got a graceful popup
"Your text cannot be rendered. It is likely too big. Please make it
shorter or use a smaller font.", might be related.

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

Title:
  Crash while editing text

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

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

[Bug 1933099] [NEW] Crash while editing text

2021-06-21 Thread Ciro Santilli 六四事件 法轮功
Public bug reported:

I don't have a 100% reproduction, but this happened a few times in a row
while editing multiline Chinese text into an image. Let me know if
there's more info you need. Ubuntu 21.04.

```
GNU Image Manipulation Program version 2.10.22
git-describe: GIMP_2_10_20-217-g0c8a7891f7
Build: unknown rev 0 for linux
# C compiler #
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
10.2.1-23ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs 
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-10 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib 
--enable-libphobos-checking=release --with-target-system-zlib=auto 
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib 
--with-tune=generic 
--enable-offload-targets=nvptx-none=/build/gcc-10-p9aljy/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-p9aljy/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa
 --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu 
--with-build-config=bootstrap-lto-lean --enable-link-mutex
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.1 20210312 (Ubuntu 10.2.1-23ubuntu1) 

# Libraries #
using babl version 0.1.86 (compiled against version 0.1.86)
using GEGL version 0.4.28 (compiled against version 0.4.28)
using GLib version 2.68.0 (compiled against version 2.67.5)
using GdkPixbuf version 2.42.2 (compiled against version 2.42.2)
using GTK+ version 2.24.33 (compiled against version 2.24.33)
using Pango version 1.48.2 (compiled against version 1.48.2)
using Fontconfig version 2.13.1 (compiled against version 2.13.1)
using Cairo version 1.16.0 (compiled against version 1.16.0)

```
> fatal error: Segmentation fault

Stack trace:
```

# Stack traces obtained from PID 376005 - Thread 376005 #

[New LWP 376006]
[New LWP 376007]
[New LWP 376008]
[New LWP 376009]
[New LWP 376010]
[New LWP 376011]
[New LWP 376012]
[New LWP 376013]
[New LWP 376014]
[New LWP 376015]
[New LWP 376098]
__libc_read (nbytes=256, buf=0x7fffcda08910, fd=17) at 
../sysdeps/unix/sysv/linux/read.c:26
Cannot write the dashboard
Traceback (most recent call last):
  File "", line 384, in render
  File "", line 463, in get_term_width
OSError: [Errno 25] Inappropriate ioctl for device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "", line 386, in render
  File "", line 463, in get_term_width
OSError: [Errno 25] Inappropriate ioctl for device
  Id   Target IdFrame 
* 1LWP 376005 "gimp"__libc_read (nbytes=256, buf=0x7fffcda08910, 
fd=17) at ../sysdeps/unix/sysv/linux/read.c:26
  2LWP 376006 "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  3LWP 376007 "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  4LWP 376008 "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  5LWP 376009 "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  6LWP 376010 "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  7LWP 376011 "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  8LWP 376012 "worker"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  9LWP 376013 "gmain"   0x7f05d0d4f22f in __GI___poll 
(fds=0x564abdacf360, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  10   LWP 376014 "gdbus"   0x7f05d0d4f22f in __GI___poll 
(fds=0x564abdae8100, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  11   LWP 376015 "async"   syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  12   LWP 376098 "swap writer" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38

Thread 12 (LWP 376098 "swap writer"):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1  0x7f05d104ad13 in g_cond_wait () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x7f05d1545fed in ?? () from /lib/x86_64-linux-gnu/libgegl-0.4.so.0
No symbol table info available.
#3  

[Bug 1931387] Re: Ubuntu UI screen image freezes randomly during usage after fresh 21.04 install, suspecting Wayland

2021-06-10 Thread Ciro Santilli 六四事件 法轮功
*** This bug is a duplicate of bug 1497593 ***
https://bugs.launchpad.net/bugs/1497593

Thanks a lot for looking into this Daniel! I'll follow the duplicate.

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

Title:
  Ubuntu UI screen image freezes randomly during usage after fresh 21.04
  install, suspecting Wayland

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

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

[Bug 1931387] Re: Ubuntu UI screen image freezes randomly during usage after fresh 21.04 install, suspecting Wayland

2021-06-10 Thread Ciro Santilli 六四事件 法轮功
* note: I installed the NVIDIA driver after the last crash, so apport-
collect may have different data related to that, previously I was on
nouveau. Everything else should be the same.

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

Title:
  Ubuntu UI screen image freezes randomly during usage after fresh 21.04
  install, suspecting Wayland

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

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

[Bug 1931387] Re: Ubuntu UI screen image freezes randomly during usage after fresh 21.04 install, suspecting Wayland

2021-06-10 Thread Ciro Santilli 六四事件 法轮功
Ran apport-collect 1931387 now.

1. sends but I see no ID, on https://errors.ubuntu.com/user/ID I see the
relevant one: https://errors.ubuntu.com/oops/35d7be60-c90b-11eb-
9ab8-fa163e6cac46

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

Title:
  Ubuntu UI screen image freezes randomly during usage after fresh 21.04
  install, suspecting Wayland

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

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

[Bug 1931387] ShellJournal.txt

2021-06-10 Thread Ciro Santilli 六四事件 法轮功
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1931387/+attachment/5503800/+files/ShellJournal.txt

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

Title:
  Ubuntu UI screen image freezes randomly during usage after fresh 21.04
  install, suspecting Wayland

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

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

[Bug 1931387] ProcEnviron.txt

2021-06-10 Thread Ciro Santilli 六四事件 法轮功
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1931387/+attachment/5503799/+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/1931387

Title:
  Ubuntu UI screen image freezes randomly during usage after fresh 21.04
  install, suspecting Wayland

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

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

[Bug 1931387] ProcCpuinfoMinimal.txt

2021-06-10 Thread Ciro Santilli 六四事件 法轮功
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1931387/+attachment/5503798/+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/1931387

Title:
  Ubuntu UI screen image freezes randomly during usage after fresh 21.04
  install, suspecting Wayland

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

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

[Bug 1931387] GsettingsChanges.txt

2021-06-10 Thread Ciro Santilli 六四事件 法轮功
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1931387/+attachment/5503797/+files/GsettingsChanges.txt

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

Title:
  Ubuntu UI screen image freezes randomly during usage after fresh 21.04
  install, suspecting Wayland

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

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

[Bug 1931387] Re: Ubuntu UI screen image freezes randomly during usage after fresh 21.04 install, suspecting Wayland

2021-06-10 Thread Ciro Santilli 六四事件 法轮功
apport information

** Tags added: apport-collected

** Description changed:

  Also submitted at: https://askubuntu.com/questions/1344736/ubuntu-ui-
  freezes-randomly-after-fresh-21-04-install-suspecting-wayland
  
  Let me know if there's any way to collect more useful information if
  there is ever a future crash, or a better place to report.
  
  I was running 20.10 previously with NVIDIA drivers,
  
  Then four days ago, I did a clean 21.04 install without installing the
  NVIDIA drivers, and since then the UI has frozen three times on my.
  
  I am unable to determine exactly what action triggered the freeze.
  
  The third time, I was just looking at a webpage, I wasn't even touching
  my mouse at that exact moment, and then it just froze.
  
  I am then unable to see anything move on the screen, including after
  Ctrl + Alt + Fn, the last image just stays fixed.
  
  The third time was also a bit different.
  
  A few seconds after freezing, it actually went down to a black terminal
  screen as during boot messages and then I was redirected to the login
  screen, as if I had been logged out.
  
  I was able to login, my programs were closed, so I was effectively
  logged out.
  
  Then two Apport windows showed up, and one of them contained several
  references to Xwayland. Under `/var/crash/_usr_bin_Xwayland.1000.crash`
  I see one of them:
  
  - `ProcCmdline: /usr/bin/Xwayland :0 -rootless -noreset -accessx -core -auth 
/run/user/1000/.mutter-Xwaylandauth.48ZQ40 -listen 4 -listen 5 -displayfd 6 
-initfd 7
  - `StackTraceAddressSignature` contained mentions of Xwayland and 
nouveau_dri.so:
  
```
StacktraceAddressSignature: 
/usr/bin/Xwayland:6:/usr/lib/x86_64-linux-gnu/libc-2.33.so+864:/usr/bin/Xwayland+13cb40:/usr/bin/Xwayland+14866f:/usr/bin/Xwayland+13b1a7:/usr/lib/x86_64-linux-gnu/libc-2.33.so+864:/usr/lib/x86_64-linux-gnu/libc-2.33.so+749:/usr/lib/x86_64-linux-gnu/libc-2.33.so+123d6:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+25d7:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+2537:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+265f:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+2a77:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+31aa:/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so+93b943:/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so+93bc61:/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so+17cc01
```
  
  I also checked and I am using Wayland (the default since 21.04
  apparently): https://askubuntu.com/questions/904940/how-can-i-tell-if-i
  -am-running-wayland/1344287#1344287
  
  Hardware:
  
  - Lenovo ThinkPad P51
  - NVIDIA Quadro M1200 4GB GDDR5 GPU
  
  Just after the crash, dmesg contained the following possibly interesting
  lines:
  
  ```
  [ 9556.450894] nouveau :01:00.0: gr: TRAP ch 3 [00ff8cf000 Xwayland[3831]]
  [ 9556.450907] nouveau :01:00.0: gr: GPC0/TPC2/MP trap: global 0004 
[MULTIPLE_WARP_ERRORS] warp 3c000d [OOR_REG]
  [ 9556.454264] nouveau :01:00.0: gr: TRAP ch 3 [00ff8cf000 Xwayland[3831]]
  [ 9556.454283] nouveau :01:00.0: gr: GPC0/TPC0/MP trap: global 0004 
[MULTIPLE_WARP_ERRORS] warp 3e000d [OOR_REG]
  [ 9556.466339] nouveau :01:00.0: gr: TRAP ch 3 [00ff8cf000 Xwayland[3831]]
  [ 9556.466351] nouveau :01:00.0: gr: GPC0/TPC3/MP trap: global 0004 
[MULTIPLE_WARP_ERRORS] warp 3e000d [OOR_REG]
  [ 9698.230726] nouveau :01:00.0: Xwayland[3831]: failed to idle channel 5 
[Xwayland[3831]]
  [ 9713.230743] nouveau :01:00.0: Xwayland[3831]: failed to idle channel 5 
[Xwayland[3831]]
  [ 9713.231918] nouveau :01:00.0: fifo: fault 00 [READ] at 
00056000 engine 07 [HOST0] client 06 [HUB/HOST] reason 02 [PTE] on 
channel 5 [00ff0d9000 Xwayland[3831]]
  [ 9713.231930] nouveau :01:00.0: fifo: channel 5: killed
  [ 9713.231932] nouveau :01:00.0: fifo: runlist 0: scheduled for recovery
  [ 9713.231939] nouveau :01:00.0: fifo: engine 5: scheduled for recovery
  [ 9713.231943] nouveau :01:00.0: Xwayland[3831]: channel 5 killed!
  [ 9717.642691] nouveau :01:00.0: fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
  [ 9717.642702] nouveau :01:00.0: fifo: runlist 0: scheduled for recovery
  [ 9717.642709] nouveau :01:00.0: fifo: channel 3: killed
  [ 9717.642714] nouveau :01:00.0: fifo: engine 0: scheduled for recovery
  [ 9717.643113] nouveau :01:00.0: Xwayland[3831]: channel 3 killed!
  [ 9719.351714] apport-gtk[119654]: segfault at 18 ip 7f337637d194 sp 
7ffd95094dc0 error 4 in libgtk-3.so.0.2404.21[7f3376274000+385000]
  [ 9719.351721] Code: c4 08 5b 5d c3 90 f3 0f 1e fa 48 8b 7f 10 48 85 ff 74 0b 
e9 ce c6 ff ff 66 0f 1f 44 00 00 48 83 ec 08 48 89 d7 e8 0c 36 17 00 <48> 8b 40 
18 48 8b 78 10 e8 ef 03 09 00 48 83 c4 08 48 89 c7 e9 a3
  [ 9744.187533] rfkill: input handler enabled
  [ 9745.940823] rfkill: input handler disabled
  [ 9775.737572] rfkill: input handler enabled
  [ 9777.953055] rfkill: input handler disabled
  ```
  
  Related:
  
- - 

[Bug 1931387] [NEW] Ubuntu UI screen image freezes randomly during usage after fresh 21.04 install, suspecting Wayland

2021-06-09 Thread Ciro Santilli 六四事件 法轮功
Public bug reported:

Also submitted at: https://askubuntu.com/questions/1344736/ubuntu-ui-
freezes-randomly-after-fresh-21-04-install-suspecting-wayland

Let me know if there's any way to collect more useful information if
there is ever a future crash, or a better place to report.

I was running 20.10 previously with NVIDIA drivers,

Then four days ago, I did a clean 21.04 install without installing the
NVIDIA drivers, and since then the UI has frozen three times on my.

I am unable to determine exactly what action triggered the freeze.

The third time, I was just looking at a webpage, I wasn't even touching
my mouse at that exact moment, and then it just froze.

I am then unable to see anything move on the screen, including after
Ctrl + Alt + Fn, the last image just stays fixed.

The third time was also a bit different.

A few seconds after freezing, it actually went down to a black terminal
screen as during boot messages and then I was redirected to the login
screen, as if I had been logged out.

I was able to login, my programs were closed, so I was effectively
logged out.

Then two Apport windows showed up, and one of them contained several
references to Xwayland. Under `/var/crash/_usr_bin_Xwayland.1000.crash`
I see one of them:

- `ProcCmdline: /usr/bin/Xwayland :0 -rootless -noreset -accessx -core -auth 
/run/user/1000/.mutter-Xwaylandauth.48ZQ40 -listen 4 -listen 5 -displayfd 6 
-initfd 7
- `StackTraceAddressSignature` contained mentions of Xwayland and 
nouveau_dri.so:

  ```
  StacktraceAddressSignature: 
/usr/bin/Xwayland:6:/usr/lib/x86_64-linux-gnu/libc-2.33.so+864:/usr/bin/Xwayland+13cb40:/usr/bin/Xwayland+14866f:/usr/bin/Xwayland+13b1a7:/usr/lib/x86_64-linux-gnu/libc-2.33.so+864:/usr/lib/x86_64-linux-gnu/libc-2.33.so+749:/usr/lib/x86_64-linux-gnu/libc-2.33.so+123d6:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+25d7:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+2537:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+265f:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+2a77:/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0+31aa:/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so+93b943:/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so+93bc61:/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so+17cc01
  ```

I also checked and I am using Wayland (the default since 21.04
apparently): https://askubuntu.com/questions/904940/how-can-i-tell-if-i
-am-running-wayland/1344287#1344287

Hardware:

- Lenovo ThinkPad P51
- NVIDIA Quadro M1200 4GB GDDR5 GPU

Just after the crash, dmesg contained the following possibly interesting
lines:

```
[ 9556.450894] nouveau :01:00.0: gr: TRAP ch 3 [00ff8cf000 Xwayland[3831]]
[ 9556.450907] nouveau :01:00.0: gr: GPC0/TPC2/MP trap: global 0004 
[MULTIPLE_WARP_ERRORS] warp 3c000d [OOR_REG]
[ 9556.454264] nouveau :01:00.0: gr: TRAP ch 3 [00ff8cf000 Xwayland[3831]]
[ 9556.454283] nouveau :01:00.0: gr: GPC0/TPC0/MP trap: global 0004 
[MULTIPLE_WARP_ERRORS] warp 3e000d [OOR_REG]
[ 9556.466339] nouveau :01:00.0: gr: TRAP ch 3 [00ff8cf000 Xwayland[3831]]
[ 9556.466351] nouveau :01:00.0: gr: GPC0/TPC3/MP trap: global 0004 
[MULTIPLE_WARP_ERRORS] warp 3e000d [OOR_REG]
[ 9698.230726] nouveau :01:00.0: Xwayland[3831]: failed to idle channel 5 
[Xwayland[3831]]
[ 9713.230743] nouveau :01:00.0: Xwayland[3831]: failed to idle channel 5 
[Xwayland[3831]]
[ 9713.231918] nouveau :01:00.0: fifo: fault 00 [READ] at 00056000 
engine 07 [HOST0] client 06 [HUB/HOST] reason 02 [PTE] on channel 5 [00ff0d9000 
Xwayland[3831]]
[ 9713.231930] nouveau :01:00.0: fifo: channel 5: killed
[ 9713.231932] nouveau :01:00.0: fifo: runlist 0: scheduled for recovery
[ 9713.231939] nouveau :01:00.0: fifo: engine 5: scheduled for recovery
[ 9713.231943] nouveau :01:00.0: Xwayland[3831]: channel 5 killed!
[ 9717.642691] nouveau :01:00.0: fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
[ 9717.642702] nouveau :01:00.0: fifo: runlist 0: scheduled for recovery
[ 9717.642709] nouveau :01:00.0: fifo: channel 3: killed
[ 9717.642714] nouveau :01:00.0: fifo: engine 0: scheduled for recovery
[ 9717.643113] nouveau :01:00.0: Xwayland[3831]: channel 3 killed!
[ 9719.351714] apport-gtk[119654]: segfault at 18 ip 7f337637d194 sp 
7ffd95094dc0 error 4 in libgtk-3.so.0.2404.21[7f3376274000+385000]
[ 9719.351721] Code: c4 08 5b 5d c3 90 f3 0f 1e fa 48 8b 7f 10 48 85 ff 74 0b 
e9 ce c6 ff ff 66 0f 1f 44 00 00 48 83 ec 08 48 89 d7 e8 0c 36 17 00 <48> 8b 40 
18 48 8b 78 10 e8 ef 03 09 00 48 83 c4 08 48 89 c7 e9 a3
[ 9744.187533] rfkill: input handler enabled
[ 9745.940823] rfkill: input handler disabled
[ 9775.737572] rfkill: input handler enabled
[ 9777.953055] rfkill: input handler disabled
```

Related:

- https://askubuntu.com/questions/1334177/ubuntu-21-04-wayland-gimp-
black-window GIMP works fine

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

-- 
You received this bug notification because you are a member of 

[Bug 1910821] Re: [snap] chromium fails to start with "/snap/chromium/1444/usr/lib/chromium-browser/chrome: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No su

2021-06-07 Thread Ciro Santilli 六四事件 法轮功
This seemed to happen to me after running:

```
sudo snap install chromium
sudo snap install pycharm-community --classic
```

but not 100% sure this is a minimal repro on Ubuntu 21.04 snap 2.50.1.
The reinstall workaround worked, but I lost all my browser data which is
sad.

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

Title:
  [snap] chromium fails to start with "/snap/chromium/1444/usr/lib
  /chromium-browser/chrome: error while loading shared libraries:
  libatk-1.0.so.0: cannot open shared object file: No such file or
  directory"

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

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

[Bug 1925271] [NEW] ``` GNU Image Manipulation Program version 2.10.14 git-describe: GIMP_2_10_12-511-ga4f55d6c7e C compiler: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86

2021-04-20 Thread Ciro Shia
Public bug reported:

```
GNU Image Manipulation Program version 2.10.14
git-describe: GIMP_2_10_12-511-ga4f55d6c7e
C compiler:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs 
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-7 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie 
--with-system-zlib --with-target-system-zlib --enable-objc-gc=auto 
--enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none --without-cuda-driver 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 

using babl version 0.1.72 (compiled against version 0.1.72)
using GEGL version 0.4.18 (compiled against version 0.4.18)
using GLib version 2.56.4 (compiled against version 2.56.4)
using GdkPixbuf version 2.36.11 (compiled against version 2.36.11)
using GTK+ version 2.24.32 (compiled against version 2.24.32)
using Pango version 1.40.14 (compiled against version 1.40.14)
using Fontconfig version 2.12.6 (compiled against version 2.12.6)
using Cairo version 1.15.10 (compiled against version 1.15.10)

```
> fatal error: Aborted

Stack trace:
```
/usr/lib/libgimpbase-2.0.so.0(gimp_stack_trace_print+0x327)[0x7f2e708b3fc7]
gimp-2.10(+0xd7ab4)[0x5617580c3ab4]
gimp-2.10(+0xd80b8)[0x5617580c40b8]
gimp-2.10(+0xd87c7)[0x5617580c47c7]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x12980)[0x7f2e6d443980]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7f2e6d07efb7]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x141)[0x7f2e6d080921]
/lib/x86_64-linux-gnu/libc.so.6(+0x3048a)[0x7f2e6d07048a]
/lib/x86_64-linux-gnu/libc.so.6(+0x30502)[0x7f2e6d070502]
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x3de3a)[0x7f2e6cb41e3a]
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x3dede)[0x7f2e6cb41ede]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XEventsQueued+0x5d)[0x7f2e6cb421cd]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XPending+0x5d)[0x7f2e6cb33ced]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x58085)[0x7f2e71565085]
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_check+0x1f1)[0x7f2e6dc3e101]
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4c690)[0x7f2e6dc3e690]
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0xc2)[0x7f2e6dc3ea82]
gimp-2.10(app_run+0x350)[0x5617580c3470]
gimp-2.10(main+0x37c)[0x5617580c2d3c]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f2e6d061bf7]
gimp-2.10(_start+0x2a)[0x5617580c2eda]

```

** Affects: gimp (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/1925271

Title:
  ``` GNU Image Manipulation Program version 2.10.14 git-describe:
  GIMP_2_10_12-511-ga4f55d6c7e C compiler:   Using built-in specs.
  COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-
  gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none
  OFFLOAD_TARGET_DEFAULT=1Target: x86_64-linux-gnu
  Configured with: ../src/configure -v --with-pkgversion='Ubuntu
  7.4.0-1ubuntu1~18.04.1' --with-
  bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-
  languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr
  --with-gcc-major-version-only --program-suffix=-7 --program-
  prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
  --libexecdir=/usr/lib --without-included-gettext --enable-
  threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/
  --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-
  time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object
  --disable-vtable-verify --enable-libmpx --enable-plugin --enable-
  default-pie --with-system-zlib --with-target-system-zlib --enable-
  objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
  --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
  --with-tune=generic --enable-offload-targets=nvptx-none --without-
  cuda-driver --enable-checking=release --build=x86_64-linux-gnu
  --host=x86_64-linux-gnu --target=x86_64-linux-gnuThread model:
  posix 

[Bug 1913633] Re: nvidia-graphics-drivers-460 causes vlc to crash when taking video snapshot

2021-04-13 Thread Ciro Santilli 六四事件 法轮功
I'm on Ubuntu 20.10, default desktop, nvidia-driver-460, Quadro M1200
GPU, and VLC also crashes for me whenever I try to take a snapshot.

However, I don't get the gl information logs mentioned by OP, is just
says "segmentation fault".

I tried reverting to 450, and it still segfaults.

The `--verbose 2` messages corresponding to me clicking the take
snapshot button in both cases are:

```
[7f23600013b0] main vout display debug: VoutDisplayEvent 'mouse button' 2 
t=6
[7f23600013b0] main vout display debug: VoutDisplayEvent 'mouse button' 2 
t=7
[7f23600013b0] main vout display debug: auto hiding mouse cursor
[55c87ad2f7e0] pulse audio output debug: suspended
[55c87ad2f7e0] pulse audio output debug: changing sink 0: 
alsa_output.pci-_00_1f.3.analog-stereo (Built-in Audio Analogue Stereo)
[7f23a40c2d80] main encoder debug: looking for encoder module matching 
"any": 21 candidates
[7f23a40c2d80] main encoder debug: using encoder module "png"
[7f23a4708060] main filter debug: looking for video converter module 
matching "any": 23 candidates
[7f23a4708060] swscale filter debug: 1280x720 (1280x736) chroma: I420 -> 
1280x720 (1280x720) chroma: RV24 with scaling using Bicubic (good quality)
[7f23a4708060] main filter debug: using video converter module "swscale"
Segmentation fault (core dumped)
```

Also like OP mentioned, PrtSc does not work on full screen. Outside of
full screen it works.

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

Title:
  nvidia-graphics-drivers-460 causes vlc to crash when taking video
  snapshot

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

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

[Bug 1318327] Re: Can't open .webp files

2020-09-16 Thread Ciro Santilli 六四事件 法轮功
These are the upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=700751 |
https://gitlab.gnome.org/GNOME/eog/-/issues/45

** Bug watch added: bugzilla.gnome.org/ #700751
   https://bugzilla.gnome.org/show_bug.cgi?id=700751

** Bug watch added: gitlab.gnome.org/GNOME/eog/-/issues #45
   https://gitlab.gnome.org/GNOME/eog/-/issues/45

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

Title:
  Can't open .webp files

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

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

[Bug 1825511] Re: Menulibre does not start

2019-04-21 Thread Ciro Mazzardo
This solution works for me too.
Grazie mille man.

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

Title:
  Menulibre does not start

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

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

[Bug 1825511] [NEW] Menulibre does not start

2019-04-19 Thread Ciro Mazzardo
Public bug reported:

1) ~$ lsb_release -rd
Description:Ubuntu 19.04
Release:19.04

2) ~$ apt-cache policy menulibre
menulibre:
  Installato: 2.2.0-2
  Candidato:  2.2.0-2
  Tabella versione:
 *** 2.2.0-2 500
500 http://it.archive.ubuntu.com/ubuntu disco/universe amd64 Packages
500 http://it.archive.ubuntu.com/ubuntu disco/universe i386 Packages
100 /var/lib/dpkg/status

3) I expected the program to start.

4) The program does not start.

When I boot it from the terminal:
~$ menulibre

(menulibre:20957): Gtk-WARNING **: 13:45:54.319:
gtk_menu_attach_to_widget(): menu already attached to GtkMenuButton

(menulibre:20957): Gtk-WARNING **: 13:45:54.366: gtk_menu_attach_to_widget(): 
menu already attached to GtkMenuButton
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 
2217, in do_activate
self.win = MenulibreWindow(self, headerbar)
  File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 
250, in __init__
self.configure_application_treeview(builder)
  File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 
589, in configure_application_treeview
self.treeview = MenulibreTreeview.Treeview(self, builder)
  File "/usr/lib/python3/dist-packages/menulibre/MenulibreTreeview.py", line 
48, in __init__
self._configure_treeview(builder)
  File "/usr/lib/python3/dist-packages/menulibre/MenulibreTreeview.py", line 
59, in _configure_treeview
treestore = MenuEditor.get_treestore()
  File "/usr/lib/python3/dist-packages/menulibre/MenuEditor.py", line 123, in 
get_treestore
return menu_to_treestore(treestore, None, menu)
  File "/usr/lib/python3/dist-packages/menulibre/MenuEditor.py", line 111, in 
menu_to_treestore
treestore = menu_to_treestore(treestore, treeiter, item[3])
  File "/usr/lib/python3/dist-packages/menulibre/MenuEditor.py", line 100, in 
menu_to_treestore
tooltip = escapeText(item[2]['comment'])
  File "/usr/lib/python3/dist-packages/menulibre/util.py", line 99, in 
escapeText
return GLib.markup_escape_text(text, len(text))
  File "/usr/lib/python3/dist-packages/gi/overrides/GLib.py", line 415, in 
markup_escape_text
return GLib.markup_escape_text(text, length)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 39: 
unexpected end of data

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: menulibre 2.2.0-2
ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
Uname: Linux 5.0.0-13-generic x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Apr 19 13:41:49 2019
InstallationDate: Installed on 2019-04-19 (0 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: menulibre
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug disco

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

Title:
  Menulibre does not start

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

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

[Bug 1802718] [NEW] Allow people to do sudo apt-get build-dep without any further configuration

2018-11-11 Thread Ciro Santilli 六四事件 法轮功
Public bug reported:

Or provide a reliable CLI method, a direct sed on /etc/atp/sources.list
does not feel clean.

Motivation: https://askubuntu.com/questions/496549/error-you-must-put-
some-source-uris-in-your-sources-list

This is specially important for Docker, but also a big annoyance on
desktop, as there is no clean CLI way of enabling it.

Why not just enable by default and save people the trouble?

** Affects: apt (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/1802718

Title:
  Allow people to do sudo apt-get build-dep without any further
  configuration

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

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

[Bug 1770403] Re: After computer wakes up from sleep the content of Chromium tabs stops updating / refreshing after update to 18.04

2018-09-07 Thread Ciro Santilli 六四事件 法轮功
No, I don't know what happened, but at some point it stopped happening,
I even forgot about it.

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  After computer wakes up from sleep the content of Chromium tabs stops
  updating / refreshing after update to 18.04

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

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

[Bug 759725] Re: The kernel is no longer readable by non-root users

2018-06-15 Thread Ciro Santilli 六四事件 法轮功
$ sudo dpkg-statoverride --add root root 0644 /boot/vmlinux-$(uname -r)
dpkg-statoverride: error: --add needs four arguments

only updated for a single kernel, and apparently not the one virt-make-
fs is using.

I then did:

sudo chmod +r /boot/vmlinuz-*

and virt-make-fs was happy.

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

Title:
  The kernel is no longer readable by non-root users

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

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

[Bug 1777058] Re: virt-make-fs fails with: "libguestfs: error: tar_in: write error on directory: /:"

2018-06-15 Thread Ciro Santilli 六四事件 法轮功
Upstream report: https://bugzilla.redhat.com/show_bug.cgi?id=1591617

** Bug watch added: Red Hat Bugzilla #1591617
   https://bugzilla.redhat.com/show_bug.cgi?id=1591617

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

Title:
  virt-make-fs fails with: "libguestfs: error: tar_in: write error on
  directory: /:"

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

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

[Bug 1777058] [NEW] virt-make-fs fails with: "libguestfs: error: tar_in: write error on directory: /:"

2018-06-15 Thread Ciro Santilli 六四事件 法轮功
Public bug reported:

Bionic beaver 18.04 libguetfs-tools 1:1.36.13-1ubuntu3:

sudo apt-get install libguestfs-tools
mkdir sysroot
# Just a test file.
dd if=/dev/urandom of=sysroot/myfile bs=1024 count=1024
sudo virt-make-fs --format=qcow2 --type=ext2 sysroot sysroot.ext2.qcow2 

fails with:

libguestfs: error: tar_in: write error on directory: /:

Without sudo:

virt-make-fs --format=qcow2 --type=ext2 sysroot sysroot.ext2.qcow2

fails with:

libguestfs: error: /usr/bin/supermin exited with error status 1.
To see full error messages you may need to enable debugging.
Do:
export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1
and run the command again.  For further information, read:
http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs
You can also run 'libguestfs-test-tool' and post the *complete* output
into a bug report or message to the libguestfs mailing list.

but I think it is  an unrelated problem.

Original command with debug vars:

sudo LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 virt-make-fs
--format=qcow2 --size=+200M sysroot/ output.img

attached as a file.

** Affects: libguestfs (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/1777058

Title:
  virt-make-fs fails with: "libguestfs: error: tar_in: write error on
  directory: /:"

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

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

[Bug 1777058] Re: virt-make-fs fails with: "libguestfs: error: tar_in: write error on directory: /:"

2018-06-15 Thread Ciro Santilli 六四事件 法轮功
** Attachment added: "debug-output.txt"
   
https://bugs.launchpad.net/ubuntu/+source/libguestfs/+bug/1777058/+attachment/5152853/+files/debug-output.txt

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

Title:
  virt-make-fs fails with: "libguestfs: error: tar_in: write error on
  directory: /:"

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

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

[Bug 1770403] Re: After computer wakes up from sleep the content of Chromium tabs stops updating / refreshing after update to 18.04

2018-05-11 Thread Ciro Santilli 六四事件 法轮功
Related old 2010 thread:
https://ubuntuforums.org/showthread.php?t=1409760

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

Title:
  After computer wakes up from sleep the content of Chromium tabs stops
  updating / refreshing after update to 18.04

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

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

[Bug 1770403] [NEW] After computer wakes up from sleep the content of Chromium tabs stops updating / refreshing after update to 18.04

2018-05-10 Thread Ciro Santilli 六四事件 法轮功
Public bug reported:

After update to 18.04:

- run chromium-browser on terminal and open two different google search tabs
- put compute to sleep through GUI on top right corner
- wake up computer

Outcome: Chromium GUI is unresponsive.

Ctrl + Tab does change the window tile, but if I try to click on the
pages, or the address bar, or type stuff, nothing visible happens on the
GUI.

Happens every time, and this error message seems to appear on the
terminal every time the problem happens:

[30557:30600:0510/135710.768084:ERROR:connection_factory_impl.cc(379)] Failed 
to connect to MCS endpoint with error -106
[30557:30557:0510/135742.742193:ERROR:gpu_process_transport_factory.cc(1019)] 
Lost UI shared context.

The error message also appears at:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1760612

Specs: chromium-browser 65.0.3325.181, Lenovo ThinkPad P51, NVIDIA
Quadro M1200 4GB GDDR5, driver nvidia-384

The only solution I can find is to close and reopen Chromium.

** Affects: chromium-browser (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/1770403

Title:
  After computer wakes up from sleep the content of Chromium tabs stops
  updating / refreshing after update to 18.04

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

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

[Bug 1527669] Re: Steam X error

2018-01-10 Thread Ciro Santilli 六四事件 法轮功
askubuntu thread: https://askubuntu.com/questions/762219/steam-wont-
start-on-ubuntu-16-04

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

Title:
  Steam X error

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

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

[Bug 1714881] Re: no gdm3 greeter with nvidia quadro and modeset=1, discrete nvidia (not optimus)

2017-11-14 Thread Ciro Santilli 六四事件 法轮功
"reproduced on two Thinkpad laptops with bios set to Discrete graphics"

Weird, I only get this problem if the bios is set to: "Hybrid Graphics",
and everything works on Discrete Graphics.

Details of how I've set those:
https://askubuntu.com/questions/973605/ubuntu-17-10-boot-stuck-at-
message-started-nvidia-persistence-daemon-after-ins/976578#976578

Lenovo P51, UEFI BIOS Version N1UE40W, NVIDIA Quadro M1200 Mobile,
nvidia-384 installed from software-properties-gtk.

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

Title:
  no gdm3 greeter with nvidia quadro and modeset=1, discrete nvidia (not
  optimus)

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

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

[Bug 1685026] Re: package mysql-server-5.7 5.7.17-0ubuntu0.16.04.2 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2017-04-26 Thread ciro santoro
Searching on the internet, I found the following solution that worked for me:
"Today I got the same problem, after trying many solutions i found that the 
problem was the command sudo systemctl disable mysql.service that i used to 
disable MySQL auto starting, so to get it working i re-enabled again MySQL 
server using the command sudo systemctl enable mysql.service and run again the 
upgrade process and it terminated perfectly."

This is one of the answer provided here:
https://askubuntu.com/questions/760724/16-04-upgrade-broke-mysql-server

It was because I disabled my mysql server form starting.
I have to close this bug?

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

Title:
  package mysql-server-5.7 5.7.17-0ubuntu0.16.04.2 failed to
  install/upgrade: il sottoprocesso installato script di post-
  installation ha restituito lo stato di errore 1

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

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


[Bug 1685026] [NEW] package mysql-server-5.7 5.7.17-0ubuntu0.16.04.2 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2017-04-20 Thread ciro santoro
Public bug reported:

I was installing updates

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-server-5.7 5.7.17-0ubuntu0.16.04.2
ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
Uname: Linux 4.4.0-72-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
AptOrdering:
 mysql-server-5.7: Configure
 mysql-server: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Thu Apr 20 23:27:39 2017
ErrorMessage: il sottoprocesso installato script di post-installation ha 
restituito lo stato di errore 1
InstallationDate: Installed on 2013-10-20 (1278 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['auto.cnf', 'performance_schema', 'sys', 'domandeDb', 
'mysql_upgrade_info', 'ib_logfile1', 'ib_buffer_pool', 
'ciro-Lenovo-IdeaPad-Z500.err', 'debian-5.7.flag', 'ib_logfile0', 'mysql', 
'test', 'debian-5.5.flag', 'ibdata1', 'phpmyadmin']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic.efi.signed 
root=UUID=f5ec38e9-e868-45fd-9421-4423732d0f7d ro quiet splash 
acpi_backlight=vendor vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: mysql-5.7
Title: package mysql-server-5.7 5.7.17-0ubuntu0.16.04.2 failed to 
install/upgrade: il sottoprocesso installato script di post-installation ha 
restituito lo stato di errore 1
UpgradeStatus: Upgraded to xenial on 2016-08-22 (241 days ago)

** Affects: mysql-5.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-package xenial

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

Title:
  package mysql-server-5.7 5.7.17-0ubuntu0.16.04.2 failed to
  install/upgrade: il sottoprocesso installato script di post-
  installation ha restituito lo stato di errore 1

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

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


[Bug 1586151] Re: Alt+tab only shows "Show Desktop" and "Restore Window" not any open windows

2016-05-31 Thread Ciro Santilli 六四事件 法轮功
@Andrea I'll check that next time the problem happens with `ps | grep
bamfdaemon`. Thanks.

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

Title:
  Alt+tab only shows "Show Desktop" and "Restore Window" not any open
  windows

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

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


[Bug 1586151] Re: Alt+tab only shows "Show Desktop" and "Restore Window" not not any open windows

2016-05-26 Thread Ciro Santilli 六四事件 法轮功
** Description changed:

  Upgraded from 15.10 to 16.04
  
  I don't know what I'm doing to trigger this.
  
  It seems to be while switching windows quickly, but I'm not sure.
  
  It has already happened about 5 times occasionally, so I'm reporting.
  
  The desktop enters a weird state, where when I press "Alt+tab" to switch
  windows, only "Show Desktop", not the open windows.
  
  But the non minimized windows are still visible on the screen, and I can
  switch between them by changing their size to make the background one
  visible and clicking on the background one.
  
  Then when I let go of "alt", the desktop is shown as normally happens
  when you select "Show Desktop".
  
- Then on "alt + tab" again, I see "Restore Window" and no other window.
+ Then on "alt + tab" again, I see "Restore Window" and no other window as
+ it normally shows.
  
  If I select it, the non-minimzed windows show again.
  
  When I logout and login again, the problem goes away.
  
+ super key still shows the dash as normal.
+ 
  Bug, or just some "multiple desktop" feature which I can't figure out?

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

Title:
  Alt+tab only shows "Show Desktop" and "Restore Window" not not any
  open windows

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

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


[Bug 1586151] Re: Alt+tab only shows "Show Desktop" and "Restore Window" not not any open windows

2016-05-26 Thread Ciro Santilli 六四事件 法轮功
** Attachment added: "Screenshot from 2016-05-26 21-39-52.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1586151/+attachment/4670925/+files/Screenshot%20from%202016-05-26%2021-39-52.png

** Description changed:

- Upgraded from 15.10 to 16.
+ Upgraded from 15.10 to 16.04
  
  I don't know what I'm doing to trigger this.
  
  It seems to be while switching windows quickly, but I'm not sure.
  
  It has already happened about 5 times occasionally, so I'm reporting.
  
  The desktop enters a weird state, where when I press "Alt+tab" to switch
  windows, only "Show Desktop", not the open windows.
  
  But the non minimized windows are still visible on the screen, and I can
  switch between them by changing their size to make the background one
  visible and clicking on the background one.
  
  Then when I let go of "alt", the desktop is shown as normally happens
  when you select "Show Desktop".
  
  Then on "alt + tab" again, I see "Restore Window" and no other window.
  
  If I select it, the non-minimzed windows show again.
  
  Bug, or just some "multiple desktop" feature which I can't figure out?

** Description changed:

  Upgraded from 15.10 to 16.04
  
  I don't know what I'm doing to trigger this.
  
  It seems to be while switching windows quickly, but I'm not sure.
  
  It has already happened about 5 times occasionally, so I'm reporting.
  
  The desktop enters a weird state, where when I press "Alt+tab" to switch
  windows, only "Show Desktop", not the open windows.
  
  But the non minimized windows are still visible on the screen, and I can
  switch between them by changing their size to make the background one
  visible and clicking on the background one.
  
  Then when I let go of "alt", the desktop is shown as normally happens
  when you select "Show Desktop".
  
  Then on "alt + tab" again, I see "Restore Window" and no other window.
  
  If I select it, the non-minimzed windows show again.
  
+ When I logout and login again, the problem goes away.
+ 
  Bug, or just some "multiple desktop" feature which I can't figure out?

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

Title:
  Alt+tab only shows "Show Desktop" and "Restore Window" not not any
  open windows

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

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


[Bug 1586151] [NEW] Alt+tab only shows "Show Desktop" and "Restore Window" not not any open windows

2016-05-26 Thread Ciro Santilli 六四事件 法轮功
Public bug reported:

Upgraded from 15.10 to 16.04

I don't know what I'm doing to trigger this.

It seems to be while switching windows quickly, but I'm not sure.

It has already happened about 5 times occasionally, so I'm reporting.

The desktop enters a weird state, where when I press "Alt+tab" to switch
windows, only "Show Desktop", not the open windows.

But the non minimized windows are still visible on the screen, and I can
switch between them by changing their size to make the background one
visible and clicking on the background one.

Then when I let go of "alt", the desktop is shown as normally happens
when you select "Show Desktop".

Then on "alt + tab" again, I see "Restore Window" and no other window as
it normally shows.

If I select it, the non-minimzed windows show again.

When I logout and login again, the problem goes away.

super key still shows the dash as normal.

Bug, or just some "multiple desktop" feature which I can't figure out?

** Affects: unity (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/1586151

Title:
  Alt+tab only shows "Show Desktop" and "Restore Window" not not any
  open windows

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

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


[Bug 1586151] Re: Alt+tab only shows "Show Desktop" and "Restore Window" not not any open windows

2016-05-26 Thread Ciro Santilli 六四事件 法轮功
** Attachment added: "Screenshot from 2016-05-26 21-39-11.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1586151/+attachment/4670923/+files/Screenshot%20from%202016-05-26%2021-39-11.png

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

Title:
  Alt+tab only shows "Show Desktop" and "Restore Window" not not any
  open windows

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

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


[Bug 1586151] Re: Alt+tab only shows "Show Desktop" and "Restore Window" not not any open windows

2016-05-26 Thread Ciro Santilli 六四事件 法轮功
** Attachment added: "Screenshot from 2016-05-26 21-39-43.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1586151/+attachment/4670924/+files/Screenshot%20from%202016-05-26%2021-39-43.png

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

Title:
  Alt+tab only shows "Show Desktop" and "Restore Window" not not any
  open windows

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

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


[Bug 1578546] Re: Fullscreen window that is not focused shows behind the menu of a focused maximized window

2016-05-10 Thread Ciro Santilli 六四事件 法轮功
@Andrea : the problem happens on Adwaita and High Contrast, but not
Ambiance (default) and Radiance, which are not transparent.

I didn't know menu transparency was a theme setting, good catch. I
forgot if those themes ship by default or if they're something I've
installed.

Maybe it would be better if the theme engine didn't allow transparent
menus like that, it always breaks UI.

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

Title:
  Fullscreen window that is not focused shows behind the menu of a
  focused maximized window

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

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


[Bug 1578546] [NEW] Fullscreen window that is not focused shows behind the menu of a focused maximized window

2016-05-05 Thread Ciro Santilli 六四事件 法轮功
Public bug reported:

Ubuntu 16.04, just upgraded from 15.10.

To reproduce:

- open gnome-terminal or any window that can become fullscreen and make it 
fullscreen (F11)
- open any other window maximized and give it focus

Outcome: the background fullscreen shows behind the menu, making it hard
to read.

See the top of the attached screenshot.

Do others reproduce on a fresh 16.04, or is it some package / setting
that broke from 15.10?

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot from 2016-05-05 10-47-32.png"
   
https://bugs.launchpad.net/bugs/1578546/+attachment/4656248/+files/Screenshot%20from%202016-05-05%2010-47-32.png

** Package changed: gallery-app (Ubuntu) => ubuntu

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

Title:
  Fullscreen window that is not focused shows behind the menu of a
  focused maximized window

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

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


[Bug 1395988] Re: apt-file cannot resolve mirror://mirrors.ubuntu.com/mirrors.txt

2016-02-12 Thread Ciro Santilli 六四事件 法轮功
Possible duplicate of: https://bugs.launchpad.net/ubuntu/+source/apt-
file/+bug/888316

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

Title:
  apt-file cannot resolve mirror://mirrors.ubuntu.com/mirrors.txt

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

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


[Bug 856892] Re: Please support a completely black second screen

2015-11-18 Thread Ciro Santilli 六四事件 法轮功
Superset: https://bugs.launchpad.net/unity/+bug/853865

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

Title:
  Please support a completely black second screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/856892/+subscriptions

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


[Bug 1495986] Re: Crashes when trying to download signature

2015-11-13 Thread Ciro Santilli 六四事件 法轮功
Bug on the project tracker: https://github.com/micahflee/torbrowser-
launcher/issues/192

Installing manually from
https://www.torproject.org/projects/torbrowser.html works.

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

Title:
  Crashes when trying to download signature

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

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


[Bug 1475902] Re: Segmentation fault on 15.10 wily

2015-10-31 Thread Ciro Santilli 六四事件 法轮功
I also segfaul with a model NVS 5400M , ThinkPad T430, Driver version
352.41 package nvidia-352. Only segfaults after installing the Nvidia
driver.

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

Title:
  Segmentation fault  on 15.10 wily

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

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


[Bug 901944] Re: gdbserver inside qemu does not stop on breakpoints

2015-08-12 Thread Ciro Santilli 六四事件 法轮功
As mentioned by Horst, hbreak is needed.

If you are getting Remote 'g' packet reply is too long, see:
https://sourceware.org/bugzilla/show_bug.cgi?id=13984

** Bug watch added: Sourceware.org Bugzilla #13984
   http://sourceware.org/bugzilla/show_bug.cgi?id=13984

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/901944

Title:
  gdbserver inside qemu does not stop on breakpoints

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 901944] Re: gdbserver inside qemu does not stop on breakpoints

2015-08-12 Thread Ciro Santilli 六四事件 法轮功
As mentioned by Horst, hbreak is needed.

If you are getting Remote 'g' packet reply is too long, see:
https://sourceware.org/bugzilla/show_bug.cgi?id=13984

** Bug watch added: Sourceware.org Bugzilla #13984
   http://sourceware.org/bugzilla/show_bug.cgi?id=13984

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

Title:
  gdbserver inside qemu does not stop on breakpoints

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

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


Re: [Bug 1431753] Re: Nvidia binary driver FTBS due to DKMS layer violation

2015-08-11 Thread ciro santoro
I installed last updates on my ubuntu 14.04 and, after reboot, it starts
and remains with a black screen.. I listened the ubuntu welcome sound and
nothing appens :(

2015-08-08 20:51 GMT+02:00 Nathanaël Naeri 1431...@bugs.launchpad.net:

 Packages nvidia-331-* are now transitional packages for version 340
 where this bug has been fixed, so I guess they can be marked as Fix
 Released too. Thanks everyone involved esp. Alberto for your work.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1409930).
 https://bugs.launchpad.net/bugs/1431753

 Title:
   Nvidia binary driver FTBS due to DKMS layer violation

 Status in nvidia-graphics-drivers-331 package in Ubuntu:
   Confirmed
 Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
   Confirmed
 Status in nvidia-graphics-drivers-340 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-346 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-331 source package in Trusty:
   Triaged
 Status in nvidia-graphics-drivers-331-updates source package in Trusty:
   Triaged
 Status in nvidia-graphics-drivers-340 source package in Trusty:
   Fix Released
 Status in nvidia-graphics-drivers-340-updates source package in Trusty:
   Fix Released
 Status in nvidia-graphics-drivers-346 source package in Trusty:
   Fix Released
 Status in nvidia-graphics-drivers-346-updates source package in Trusty:
   Fix Released

 Bug description:
   Filing this against the 340-updates version but possibly the same
   applies to older versions, too. The nvidia source package produces two
   individual dkms packages: nvidia-340-updates, nvidia-340-updates-uvm.
   The problem is that the DKMS build of the nvidia-uvm module runs
   compile steps inside the nvidia modules build directory. This is
   violating the DKMS assumption that each module can be build
   independently (there is no way of describing cross-modules
   dependencies and even more important, the autoinstall step after a new
   kernel is installed will run the modules build in parallel).

   Since nvidia and nvidia-uvm are very dependent on each other the right
   course of action seems to be to combine both sources in one DKMS
   module that produces two kernel modules (this is supported by DKMS).
   For the transition this resulting dkms package needs to have a
   breaks/replaces for the nvidia-uvm package.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1431753/+subscriptions



-- 
Ciro Santoro

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

Title:
  Nvidia binary driver FTBS due to DKMS layer violation

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

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

[Bug 1420556] Re: gdb source tests are failing in Ubuntu 15.04

2015-07-22 Thread Ciro Santilli 六四事件 法轮功
It is well known that GDB has many failing tests. The wiki says:
https://sourceware.org/gdb/wiki/TestingGDB

 One unfortunate characteristic of the GDB testsuite is that, even if
GDB is horribly broken, many tests will still pass.  You can't have much
confidence that things are basically working with 356 failures. You
should look through gdb.log and work through a bunch of them to get a
feel for the state of things.

See also this issue:
https://sourceware.org/bugzilla/show_bug.cgi?id=18067

** Bug watch added: Sourceware.org Bugzilla #18067
   http://sourceware.org/bugzilla/show_bug.cgi?id=18067

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

Title:
  gdb source tests are failing in Ubuntu 15.04

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

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


[Bug 1420556] Re: gdb source tests are failing in Ubuntu 15.04

2015-07-22 Thread Ciro Santilli 六四事件 法轮功
Their own Debian x86-64 buildbot CI has 16 currently: http://gdb-
build.sergiodj.net/builders/Debian-x86_64-native-
gdbserver-m64/builds/1403/steps/regressions/logs/stdio

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

Title:
  gdb source tests are failing in Ubuntu 15.04

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

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


[Bug 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with default configuration

2015-03-16 Thread Ciro Vargas
Hi, i have the same problem on the 14.10 ubuntu server:

http://serverfault.com/questions/675936/vsftpd-dont-start-listen-on-
ubuntu-14-10

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

Title:
  Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with
  default configuration

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

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


[Bug 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with default configuration

2015-03-16 Thread Ciro Vargas
Hi, i have the same problem on the 14.10 ubuntu server:

http://serverfault.com/questions/675936/vsftpd-dont-start-listen-on-
ubuntu-14-10

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/1313450

Title:
  Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with
  default configuration

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1426907] [NEW] package liborbit-2-0:amd64 1:2.14.19-0.3 failed to install/upgrade: package liborbit-2-0:amd64 is already installed and configured

2015-03-01 Thread Ciro
Public bug reported:

This error apperared on system startup.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: liborbit-2-0:amd64 1:2.14.19-0.3
ProcVersionSignature: Ubuntu 3.16.0-31.41~14.04.1-generic 3.16.7-ckt5
Uname: Linux 3.16.0-31-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.7
AptdaemonVersion: 1.1.1-1ubuntu5.1
Architecture: amd64
Date: Sat Feb 28 16:05:46 2015
DuplicateSignature: package:liborbit-2-0:amd64:1:2.14.19-0.3:package 
liborbit-2-0:amd64 is already installed and configured
ErrorMessage: package liborbit-2-0:amd64 is already installed and configured
InstallationDate: Installed on 2015-02-28 (1 days ago)
InstallationMedia: It
SourcePackage: dpkg
Title: package liborbit-2-0:amd64 1:2.14.19-0.3 failed to install/upgrade: 
package liborbit-2-0:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package need-duplicate-check trusty

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

Title:
  package liborbit-2-0:amd64 1:2.14.19-0.3 failed to install/upgrade:
  package liborbit-2-0:amd64 is already installed and configured

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

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


[Bug 551475] Re: amdcccle settings do not persist lucid

2015-02-10 Thread Ciro Santilli
Reproduce on 14.04. Settings don't even persist if I just close and
reopen amdcccle without reboot.

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

Title:
  amdcccle settings do not persist lucid

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

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


[Bug 1409930] [NEW] nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build during updates installation

2015-01-12 Thread ciro santoro
Public bug reported:

I was installing updates while using Google Chrome and Skype

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-44-generic
Date: Mon Jan 12 22:55:34 2015
InstallationDate: Installed on 2013-10-20 (449 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to trusty on 2014-08-20 (145 days ago)

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


** Tags: amd64 apport-package trusty

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build during updates installation

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

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


[Bug 999695] Re: Clicking Manage bookmarks does nothing

2014-03-04 Thread Ciro Duran Santilli
** Description changed:

  - lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  
  Cntl + D  Manage bookmarks does nothing.
  
- Probably a missing dependency problem on Konqueror.
+ This happens because of missing keditbookmarks
  
- - Possible duplicates.
+ Workaround (due to Ondřej Buriánek (zerem) #4 ):
  
- I thing this is the same as:
+ sudo apt-get install kde-baseapps-bin
  
- https://bugs.launchpad.net/ubuntu/+source/krusader/+bug/69016
+ Proposed solution: add keditbookmarks with the package. It is small, and
+ almost every Krusader user will want it.
+ 
+ Request for KDE to put up a warning if dependency missing:
+ 
+ https://bugs.kde.org/show_bug.cgi?id=300068
+ 
+ Same for konsole:
+ 
+ https://bugs.launchpad.net/ubuntu/+source/krusader/+bug/1003577
+ 
+ (now should have warning due to
+ https://bugs.kde.org/show_bug.cgi?id=300514)
+ 
+ # Possible duplicates
+ 
+ - https://bugs.launchpad.net/ubuntu/+source/krusader/+bug/69016
  
  but they said there that it was resolved (suggested dependencies would
  install by default) and that I should file a new bug, and maybe as:
  
- https://bugs.launchpad.net/ubuntu/+source/krusader/+bug/292273
+ - https://bugs.launchpad.net/ubuntu/+source/krusader/+bug/292273
  
  but I am not sure since I don't know what is the applet he is talking
  about.

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

Title:
  Clicking Manage bookmarks does nothing

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

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

[Bug 1059872] Re: Error formatting disk using disk utility

2014-02-10 Thread Ciro Vladimir Arreola Camacho
I'm using Ubuntu 13.10 on my laptop and still having this issue, this is
how I ended up here :(

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

Title:
  Error formatting disk using disk utility

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

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


[Bug 1244424] Re: package mysql-server-5.5 5.5.34-0ubuntu0.13.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-01-21 Thread ciro santoro
Reinstalling mysql-server as suggested here
(http://askubuntu.com/questions/125686/mysql-fails-to-start-after-
upgrade-installation-etc) seems worked for me, on Ubuntu 13.10

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

Title:
  package mysql-server-5.5 5.5.34-0ubuntu0.13.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 892730] Re: custom widget creation failed

2014-01-10 Thread ciro santoro
Ubuntu 13.10, same bug

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

Title:
  custom widget creation failed

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

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


[U-co] Samba 3 como controlador de dominio

2013-11-01 Thread Julián Ciro
Buenas noches.

Quisiera saber si alguien me puede orientar con respecto a la
implementación en Ubuntu de Samba 3 como controlador de dominio de Windows,
para añadirle a este un controlador de dominio de Windows Server 2008 R2.

Muchas gracias por su ayuda.

Julián Ciro Ramírez
-- 
Al escribir recuerde observar la etiqueta (normas) de esta lista: 
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en http://goo.gl/Nevnx


[Bug 1242360] Re: The keyboard is changed and HUD is opened after Suspend

2013-10-30 Thread Ciro Vladimir Arreola Camacho
I have the same problem. I have 2 input sources English and Spanish.
After suspend I can't even type my password correctly because of the
changed input (I was lucky to remember English keyboard distribution).

As a workaround, since my keyboard has a Spanish layout, I removed
English from input sources.

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

Title:
  The keyboard is changed and HUD is opened after Suspend

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

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


[Bug 1244424] [NEW] package mysql-server-5.5 5.5.34-0ubuntu0.13.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-10-24 Thread ciro santoro
Public bug reported:

I was installing updates

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: mysql-server-5.5 5.5.34-0ubuntu0.13.10.1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Thu Oct 24 23:02:38 2013
DuplicateSignature: package:mysql-server-5.5:5.5.34-0ubuntu0.13.10.1:subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-10-20 (4 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
Logs.var.log.daemon.log:
 
Logs.var.log.mysql.error.log: 
MarkForUpload: True
MySQLConf.etc.mysql.my.cnf: Error: [Errno 2] File o directory non esistente: 
'/etc/mysql/my.cnf'
MySQLVarLibDirListing: ['performance_schema', 'mysql_upgrade_info', 
'ib_logfile1', 'ib_logfile0', 'mysql', 'test', 'debian-5.5.flag', 'ibdata1']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic.efi.signed 
root=UUID=f5ec38e9-e868-45fd-9421-4423732d0f7d ro quiet splash vt.handoff=7
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 5.5.34-0ubuntu0.13.10.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.mysql.conf.d.mysqld.safe.syslog.cnf: [deleted]
modified.conffile..etc.mysql.debian.start: [deleted]

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package saucy

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

Title:
  package mysql-server-5.5 5.5.34-0ubuntu0.13.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1181746] Re: print to file always saves to home folder

2013-10-16 Thread ciro santoro
same appens using Firefox 24

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

Title:
  print to file always saves to home folder

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

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


[Bug 980519] Re: Random log off in Ubuntu 12.04 LTS

2013-08-18 Thread ciro santoro
Same problem on Ubuntu 12.04 with HP Pavilion dv5, nvidia geforce with
proprietary drivers. Usually I've always Chrome opened.

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

Title:
  Random log off in Ubuntu 12.04 LTS

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

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


[Bug 1197679] Re: Krusader crashes when closing certain popups with embedded terminal emulator open

2013-07-13 Thread Ciro Duran Santilli
Ok fixed for me! Thanks a lot for whoever was responsible! Is there a
way to change this to issue to closed, or should I leave it as Fix
Released?

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

Title:
  Krusader crashes when closing certain popups with embedded terminal
  emulator open

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

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


[Bug 1197679] Re: Krusader crashes when closing certain popups with embedded terminal emulator open

2013-07-06 Thread Ciro Duran Santilli
** Description changed:

  My krusader and its terminal emulator (Settings  Show terminal
- emulator) were working fine, when suddenly started crashing whenever the
- termianal emulator was open *and* I tried to either:
+ emulator) were working fine, when suddenly started crashing whenever all
+ of the following conditions are satisfied:
  
- - I would delete a file with right click  Delete  Delete (opens a popup)
- - I would close the embedded editor ( opened with F3, opens a popup )
+ - the termianal emulator was open
+ - I am using Unity and not Plasma desktop
+ 
+ *and* at the moment when I would either:
+ 
+ - delete a file with right click  Delete  Delete (opens a popup)
+ - dclose the embedded editor ( opened with F3, opens a popup )
  - close the krusader settings popup
  
  The terminal emulator itself works fine though.
  
  I imagined it was because of an update, so I backed up my config files and 
restarted without any config files (~/.kde/share/apps/krusader and 
~./kde/share/config/krusaderrc),
  and the problem is still there.
  
  Also, I noticed that a new problem: Krusader crashes immediately after
  startup if I:
  
  - remove the configuration files
  - start Krusader for the first time, he asks me for the initial 
configurations I go with defaults
  - select Settings  Configure Krusader  Startup  User interface  Show 
terminal emulator  Apply
  - restart krusader
  
  Now every time I start Krusader after that it crashes.
  
  If I erase the krusaderrc line:
  
  Show Terminal Emulator=true
  
  It can startup again as before.
  
  The error message on the terminal from which I launched krusader is the
  same in all cases:
  
  krusader(19916)/kdecore (KLibrary) findLibraryInternal: plugins should not 
have a 'lib' prefix: libkonsolepart.so
  The program 'krusader' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadWindow (invalid Window parameter)'.
    (Details: serial 1884 error_code 3 request_code 20 minor_code 0)
    (Note to programmers: normally, X errors are reported asynchronously;
     that is, you will receive the error a while after causing it.
     To debug your program, run it with the --sync command line
     option to change this behavior. You can then get a meaningful
     backtrace from your debugger if you break on the gdk_x_error() function.)
  A KUiServerJobTracker instance contains 1 stalled jobs
  krusader(19916)/konsole Konsole::SessionManager::~SessionManager: Konsole 
SessionManager destroyed with sessions still alive
  
  Specs:
  
  lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04
  
  apt-cache policy krusader
  krusader:
    Installed: 1:2.4.0~beta1+git76+de1ea35-1.1
    Candidate: 1:2.4.0~beta1+git76+de1ea35-1.1
    Version table:
   *** 1:2.4.0~beta1+git76+de1ea35-1.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages
  100 /var/lib/dpkg/status
  
  apt-cache policy konsole
  konsole:
    Installed: 4:4.10.4-0ubuntu0.1
    Candidate: 4:4.10.4-0ubuntu0.1
    Version table:
   *** 4:4.10.4-0ubuntu0.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring-updates/universe i386 
Packages
  100 /var/lib/dpkg/status
   4:4.10.2-0ubuntu1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages

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

Title:
  Krusader crashes when closing certain popups with embedded terminal
  emulator open

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

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

[Bug 1197679] Re: Krusader crashes when closing certain popups with embedded terminal emulator open

2013-07-06 Thread Ciro Duran Santilli
** Description changed:

  My krusader and its terminal emulator (Settings  Show terminal
  emulator) were working fine, when suddenly started crashing whenever all
  of the following conditions are satisfied:
  
  - the termianal emulator was open
- - I am using Unity and not Plasma desktop
+ - I am using Unity. All works fine for: KDE Plasma, Gnome 3, and Cinnamon 
desktops
  
  *and* at the moment when I would either:
  
  - delete a file with right click  Delete  Delete (opens a popup)
  - dclose the embedded editor ( opened with F3, opens a popup )
  - close the krusader settings popup
  
  The terminal emulator itself works fine though.
  
  I imagined it was because of an update, so I backed up my config files and 
restarted without any config files (~/.kde/share/apps/krusader and 
~./kde/share/config/krusaderrc),
  and the problem is still there.
  
  Also, I noticed that a new problem: Krusader crashes immediately after
  startup if I:
  
  - remove the configuration files
  - start Krusader for the first time, he asks me for the initial 
configurations I go with defaults
  - select Settings  Configure Krusader  Startup  User interface  Show 
terminal emulator  Apply
  - restart krusader
  
  Now every time I start Krusader after that it crashes.
  
  If I erase the krusaderrc line:
  
  Show Terminal Emulator=true
  
  It can startup again as before.
  
  The error message on the terminal from which I launched krusader is the
  same in all cases:
  
  krusader(19916)/kdecore (KLibrary) findLibraryInternal: plugins should not 
have a 'lib' prefix: libkonsolepart.so
  The program 'krusader' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadWindow (invalid Window parameter)'.
    (Details: serial 1884 error_code 3 request_code 20 minor_code 0)
    (Note to programmers: normally, X errors are reported asynchronously;
     that is, you will receive the error a while after causing it.
     To debug your program, run it with the --sync command line
     option to change this behavior. You can then get a meaningful
     backtrace from your debugger if you break on the gdk_x_error() function.)
  A KUiServerJobTracker instance contains 1 stalled jobs
  krusader(19916)/konsole Konsole::SessionManager::~SessionManager: Konsole 
SessionManager destroyed with sessions still alive
  
  Specs:
  
  lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04
  
  apt-cache policy krusader
  krusader:
    Installed: 1:2.4.0~beta1+git76+de1ea35-1.1
    Candidate: 1:2.4.0~beta1+git76+de1ea35-1.1
    Version table:
   *** 1:2.4.0~beta1+git76+de1ea35-1.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages
  100 /var/lib/dpkg/status
  
  apt-cache policy konsole
  konsole:
    Installed: 4:4.10.4-0ubuntu0.1
    Candidate: 4:4.10.4-0ubuntu0.1
    Version table:
   *** 4:4.10.4-0ubuntu0.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring-updates/universe i386 
Packages
  100 /var/lib/dpkg/status
   4:4.10.2-0ubuntu1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages

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

Title:
  Krusader crashes when closing certain popups with embedded terminal
  emulator open

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

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

[Bug 1197679] [NEW] Krusader crashes immediatelly after startup if show terminal emulator is selected

2013-07-04 Thread Ciro Duran Santilli
Public bug reported:

My krusader and its terminal emulator were working fine, when suddenly
started crashing whenever:

- I would delete a file with right click  Delete  Delete
- I would close the embedded editor ( opened with F3)

I imagined it was because of an update, so I backed up my config files and 
restarted without any config files (~/.kde/share/apps/krusader and 
~./kde/share/config/krusaderrc),
and the problem was gone, I could now delete the files and use the viewer just 
fine.

However, I noticed that a new problem cropped up: Krusader crashes
immediately after startup (different bug than before) if:

- select Settings  Configure Krusader  Startup  User interface  Show 
terminal emulator  Apply
- restart krusader

If I erase the krusaderrc line:

Show Terminal Emulator=true

It all comes back to normal, except of course I cannot use the embedded
terminal emulator anymore.

The error message on the terminal from which I launched krusader is the
same as before resetting my configs:

krusader(19916)/kdecore (KLibrary) findLibraryInternal: plugins should not have 
a 'lib' prefix: libkonsolepart.so
The program 'krusader' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 1884 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
A KUiServerJobTracker instance contains 1 stalled jobs
krusader(19916)/konsole Konsole::SessionManager::~SessionManager: Konsole 
SessionManager destroyed with sessions still alive

Specs:

lsb_release -rd
Description:Ubuntu 13.04
Release:13.04

apt-cache policy krusader
krusader:
  Installed: 1:2.4.0~beta1+git76+de1ea35-1.1
  Candidate: 1:2.4.0~beta1+git76+de1ea35-1.1
  Version table:
 *** 1:2.4.0~beta1+git76+de1ea35-1.1 0
500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages
100 /var/lib/dpkg/status

apt-cache policy konsole
konsole:
  Installed: 4:4.10.4-0ubuntu0.1
  Candidate: 4:4.10.4-0ubuntu0.1
  Version table:
 *** 4:4.10.4-0ubuntu0.1 0
500 http://fr.archive.ubuntu.com/ubuntu/ raring-updates/universe i386 
Packages
100 /var/lib/dpkg/status
 4:4.10.2-0ubuntu1 0
500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages

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

** Description changed:

  My krusader and its terminal emulator were working fine, when suddenly
  started crashing whenever:
  
  - I would delete a file with right click  Delete  Delete
  - I would close the embedded editor ( opened with F3)
  
- I imagined it was because of an update, so I backed up my config files
- and restarted without any config files (~/.kde/share/apps/krusader and
- ~./kde/share/config/krusaderrc)
+ I imagined it was because of an update, so I backed up my config files and 
restarted without any config files (~/.kde/share/apps/krusader and 
~./kde/share/config/krusaderrc),
+ and the problem was gone, I could now delete the files and use the viewer 
just fine.
  
- Now I restarted and after some investigation I noticed that Krusader
- crashes immediately after startup (different bug than before) if:
+ However, I noticed that a new problem cropped up: Krusader crashes
+ immediately after startup (different bug than before) if:
  
  - select Settings  Configure Krusader  Startup  User interface  Show 
terminal emulator  Apply
  - restart krusader
  
  If I erase the krusaderrc line:
  
- Show Terminal Emulator=true
+ Show Terminal Emulator=true
  
  It all comes back to normal, except of course I cannot use the embedded
  terminal emulator anymore.
  
  The error message on the terminal from which I launched krusader is the
  same as before resetting my configs:
  
  krusader(19916)/kdecore (KLibrary) findLibraryInternal: plugins should not 
have a 'lib' prefix: libkonsolepart.so
  The program 'krusader' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadWindow (invalid Window parameter)'.
-   (Details: serial 1884 error_code 3 request_code 20 minor_code 0)
-   (Note to programmers: normally, X errors are reported asynchronously;
-that is, you will receive the error a while after causing it.
-To debug your program, run it with the --sync command line
-option to change this behavior. You can then get a meaningful
-backtrace from your debugger if you break on the gdk_x_error() function.)
- A KUiServerJobTracker instance contains 1 stalled jobs 
- krusader(19916)/konsole Konsole::SessionManager::~SessionManager: Konsole 
SessionManager destroyed with sessions still 

[Bug 1197679] Re: Krusader crashes immediatelly after startup if show terminal emulator is selected

2013-07-04 Thread Ciro Duran Santilli
** Description changed:

  My krusader and its terminal emulator were working fine, when suddenly
  started crashing whenever:
  
  - I would delete a file with right click  Delete  Delete
  - I would close the embedded editor ( opened with F3)
  
  I imagined it was because of an update, so I backed up my config files and 
restarted without any config files (~/.kde/share/apps/krusader and 
~./kde/share/config/krusaderrc),
  and the problem was gone, I could now delete the files and use the viewer 
just fine.
  
  However, I noticed that a new problem cropped up: Krusader crashes
- immediately after startup (different bug than before) if:
+ immediately after startup (different bug than before) if I:
  
+ - remove the configuration files
+ - start Krusader for the first time, he asks me for the initial 
configurations I go with defaults
  - select Settings  Configure Krusader  Startup  User interface  Show 
terminal emulator  Apply
  - restart krusader
+ 
+ Now every time I start Krusader it crashes.
  
  If I erase the krusaderrc line:
  
  Show Terminal Emulator=true
  
  It all comes back to normal, except of course I cannot use the embedded
- terminal emulator anymore.
+ terminal emulator any more.
  
  The error message on the terminal from which I launched krusader is the
  same as before resetting my configs:
  
  krusader(19916)/kdecore (KLibrary) findLibraryInternal: plugins should not 
have a 'lib' prefix: libkonsolepart.so
  The program 'krusader' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadWindow (invalid Window parameter)'.
    (Details: serial 1884 error_code 3 request_code 20 minor_code 0)
    (Note to programmers: normally, X errors are reported asynchronously;
     that is, you will receive the error a while after causing it.
     To debug your program, run it with the --sync command line
     option to change this behavior. You can then get a meaningful
     backtrace from your debugger if you break on the gdk_x_error() function.)
  A KUiServerJobTracker instance contains 1 stalled jobs
  krusader(19916)/konsole Konsole::SessionManager::~SessionManager: Konsole 
SessionManager destroyed with sessions still alive
  
  Specs:
  
  lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04
  
  apt-cache policy krusader
  krusader:
    Installed: 1:2.4.0~beta1+git76+de1ea35-1.1
    Candidate: 1:2.4.0~beta1+git76+de1ea35-1.1
    Version table:
   *** 1:2.4.0~beta1+git76+de1ea35-1.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages
  100 /var/lib/dpkg/status
  
  apt-cache policy konsole
  konsole:
    Installed: 4:4.10.4-0ubuntu0.1
    Candidate: 4:4.10.4-0ubuntu0.1
    Version table:
   *** 4:4.10.4-0ubuntu0.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring-updates/universe i386 
Packages
  100 /var/lib/dpkg/status
   4:4.10.2-0ubuntu1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages

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

Title:
  Krusader crashes immediatelly after startup if show terminal emulator
  is selected

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

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

[Bug 1197679] Re: Krusader crashes immediately after startup if show terminal emulator is selected and if I delete a file with the terminal open

2013-07-04 Thread Ciro Duran Santilli
** Summary changed:

- Krusader crashes immediatelly after startup if show terminal emulator is 
selected
+ Krusader crashes immediately after startup if show terminal emulator is 
selected and if I delete a file with the terminal open

** Summary changed:

- Krusader crashes immediately after startup if show terminal emulator is 
selected and if I delete a file with the terminal open
+ Krusader crashes immediately after startup if show terminal emulator is 
selected and if I delete a file with the terminal emulator open

** Description changed:

  My krusader and its terminal emulator were working fine, when suddenly
  started crashing whenever:
  
  - I would delete a file with right click  Delete  Delete
  - I would close the embedded editor ( opened with F3)
  
  I imagined it was because of an update, so I backed up my config files and 
restarted without any config files (~/.kde/share/apps/krusader and 
~./kde/share/config/krusaderrc),
  and the problem was gone, I could now delete the files and use the viewer 
just fine.
  
  However, I noticed that a new problem cropped up: Krusader crashes
  immediately after startup (different bug than before) if I:
  
  - remove the configuration files
  - start Krusader for the first time, he asks me for the initial 
configurations I go with defaults
  - select Settings  Configure Krusader  Startup  User interface  Show 
terminal emulator  Apply
  - restart krusader
  
  Now every time I start Krusader it crashes.
  
  If I erase the krusaderrc line:
  
  Show Terminal Emulator=true
  
- It all comes back to normal, except of course I cannot use the embedded
- terminal emulator any more.
+ It all comes back to normal.
+ 
+ Also, I can use my embedded terminal emulator normally if I open it with
+ Settings  Show terminal emulator, so I am guessing that this is a
+ problem with the configurations only.
+ 
+ If I leave the emulator open and close Krusader, next time it starts
+ normally with the emulator closed, even though I selected
  
  The error message on the terminal from which I launched krusader is the
  same as before resetting my configs:
  
  krusader(19916)/kdecore (KLibrary) findLibraryInternal: plugins should not 
have a 'lib' prefix: libkonsolepart.so
  The program 'krusader' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadWindow (invalid Window parameter)'.
    (Details: serial 1884 error_code 3 request_code 20 minor_code 0)
    (Note to programmers: normally, X errors are reported asynchronously;
     that is, you will receive the error a while after causing it.
     To debug your program, run it with the --sync command line
     option to change this behavior. You can then get a meaningful
     backtrace from your debugger if you break on the gdk_x_error() function.)
  A KUiServerJobTracker instance contains 1 stalled jobs
  krusader(19916)/konsole Konsole::SessionManager::~SessionManager: Konsole 
SessionManager destroyed with sessions still alive
  
  Specs:
  
  lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04
  
  apt-cache policy krusader
  krusader:
    Installed: 1:2.4.0~beta1+git76+de1ea35-1.1
    Candidate: 1:2.4.0~beta1+git76+de1ea35-1.1
    Version table:
   *** 1:2.4.0~beta1+git76+de1ea35-1.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages
  100 /var/lib/dpkg/status
  
  apt-cache policy konsole
  konsole:
    Installed: 4:4.10.4-0ubuntu0.1
    Candidate: 4:4.10.4-0ubuntu0.1
    Version table:
   *** 4:4.10.4-0ubuntu0.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring-updates/universe i386 
Packages
  100 /var/lib/dpkg/status
   4:4.10.2-0ubuntu1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages

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

Title:
  Krusader crashes immediately after startup if show terminal emulator
  is selected and if I delete a file with the terminal emulator open

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

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

[Bug 1197679] Re: Krusader crashes when closing certain popups with embedded terminal emulator open

2013-07-04 Thread Ciro Duran Santilli
** Summary changed:

- Krusader crashes immediately after startup if show terminal emulator is 
selected and if I delete a file with the terminal emulator open
+ Krusader crashes when closing certain popups with embedded terminal emulator 
open

** Description changed:

- My krusader and its terminal emulator were working fine, when suddenly
- started crashing whenever:
+ My krusader and its terminal emulator (Settings  Show terminal
+ emulator) were working fine, when suddenly started crashing whenever the
+ termianal emulator was open *and* I tried to either:
  
- - I would delete a file with right click  Delete  Delete
- - I would close the embedded editor ( opened with F3)
+ - I would delete a file with right click  Delete  Delete (opens a popup)
+ - I would close the embedded editor ( opened with F3, opens a popup )
+ - close the krusader settings popup
+ 
+ The terminal emulator itself works fine though.
  
  I imagined it was because of an update, so I backed up my config files and 
restarted without any config files (~/.kde/share/apps/krusader and 
~./kde/share/config/krusaderrc),
- and the problem was gone, I could now delete the files and use the viewer 
just fine.
+ and the problem is still there.
  
- However, I noticed that a new problem cropped up: Krusader crashes
- immediately after startup (different bug than before) if I:
+ Also, I noticed that a new problem: Krusader crashes immediately after
+ startup if I:
  
  - remove the configuration files
  - start Krusader for the first time, he asks me for the initial 
configurations I go with defaults
  - select Settings  Configure Krusader  Startup  User interface  Show 
terminal emulator  Apply
  - restart krusader
  
- Now every time I start Krusader it crashes.
+ Now every time I start Krusader after that it crashes.
  
  If I erase the krusaderrc line:
  
  Show Terminal Emulator=true
  
- It all comes back to normal.
- 
- Also, I can use my embedded terminal emulator normally if I open it with
- Settings  Show terminal emulator, so I am guessing that this is a
- problem with the configurations only.
- 
- If I leave the emulator open and close Krusader, next time it starts
- normally with the emulator closed, even though I selected
+ It can startup again as before.
  
  The error message on the terminal from which I launched krusader is the
- same as before resetting my configs:
+ same in all cases:
  
  krusader(19916)/kdecore (KLibrary) findLibraryInternal: plugins should not 
have a 'lib' prefix: libkonsolepart.so
  The program 'krusader' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadWindow (invalid Window parameter)'.
    (Details: serial 1884 error_code 3 request_code 20 minor_code 0)
    (Note to programmers: normally, X errors are reported asynchronously;
     that is, you will receive the error a while after causing it.
     To debug your program, run it with the --sync command line
     option to change this behavior. You can then get a meaningful
     backtrace from your debugger if you break on the gdk_x_error() function.)
  A KUiServerJobTracker instance contains 1 stalled jobs
  krusader(19916)/konsole Konsole::SessionManager::~SessionManager: Konsole 
SessionManager destroyed with sessions still alive
  
  Specs:
  
  lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04
  
  apt-cache policy krusader
  krusader:
    Installed: 1:2.4.0~beta1+git76+de1ea35-1.1
    Candidate: 1:2.4.0~beta1+git76+de1ea35-1.1
    Version table:
   *** 1:2.4.0~beta1+git76+de1ea35-1.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages
  100 /var/lib/dpkg/status
  
  apt-cache policy konsole
  konsole:
    Installed: 4:4.10.4-0ubuntu0.1
    Candidate: 4:4.10.4-0ubuntu0.1
    Version table:
   *** 4:4.10.4-0ubuntu0.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring-updates/universe i386 
Packages
  100 /var/lib/dpkg/status
   4:4.10.2-0ubuntu1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ raring/universe i386 Packages

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

Title:
  Krusader crashes when closing certain popups with embedded terminal
  emulator open

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

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

[Bug 1181259] Re: package libwagon2-java (not installed) failed to install/upgrade: trying to overwrite '/usr/share/java/wagon-tck-http.jar', which is also in package libwagon-java 1.0.0-2ubuntu2

2013-05-19 Thread Ciro Vladimir Arreola Camacho
*** This bug is a duplicate of bug 1171056 ***
https://bugs.launchpad.net/bugs/1171056

** This bug has been marked a duplicate of bug 1171056
   [SRU] 2.2-3+nmu1 upgrade fails on conflict with libwagon-java

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

Title:
  package libwagon2-java (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/java/wagon-tck-http.jar', which is
  also in package libwagon-java 1.0.0-2ubuntu2

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

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


[Bug 915079] Re: Extended Partition misaligned by 1024 bytes

2013-02-24 Thread ciro
Hi,
I have the same problem with my Ubuntu 12.04 on my HP Pavilion (I changed the 
hard disk with Western Digital too).
I think this is the reason why, sometimes, my sistem crashes with a message 
like:
Could not write bytes: broken pipes.
This appens while running Chrome or Steam. With Firefox things work
It's a bug of the Disk Manager, or partitioning with Anvanced Format doesn't 
work?
I have to reinstall Ubuntu?

(sorry for my poor english)

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

Title:
  Extended Partition misaligned by 1024 bytes

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

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


[Bug 999695] Re: Clicking Manage bookmarks does nothing

2012-11-30 Thread Ciro Duran Santilli
Update: Krusader needs keditbookmarks and not Konqueror. Not sure there
is a package containing only keditbookmarks though.

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

Title:
  Clicking Manage bookmarks does nothing

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

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


[Bug 1001132] Re: Webcam turns on/off randomly

2012-10-04 Thread Ciro Vladimir Arreola Camacho
I had a similar problem. The webcam led flashed constantly. Apparently is 
caused by the flash plugin Chrome uses by default (libpepflashplayer.so).
Open a tab and enter about:plugins or chrome://plugins/ in the address bar. 
Once the page loads click the +Details in the up right corner to see the 
files implementing the flash plugin. Disable libpepflashplayer.so but keep 
libflashplayer.so enabled. Restart Chrome and the webcam led will not flash.

Source:
http://productforums.google.com/forum/#!msg/chrome/TU74PFU9NNQ/RG7ey9fYAo4J

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

Title:
  Webcam turns on/off randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/laptop-mode-tools/+bug/1001132/+subscriptions

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


[Bug 1003577] [NEW] terminal emulator konqueror dependency missing

2012-05-23 Thread Ciro Duran Santilli
Public bug reported:

After installing Krusader trying to show the terminal emulator does
nothing (Settings  Show terminal emulator)

After installing Konsole it works as expected, so it is a missing
dependency.

I have already submitted another similar bug for the Bookmarks manager
at:

https://bugs.launchpad.net/ubuntu/+source/krusader/+bug/999695

so there may be more.

Also, I am asking Krusader guys to at least put a missing Konsole
warning here at their bug tracker at:

https://bugs.kde.org/show_bug.cgi?id=300514

Please confirm that feature request if you are for it.

Please instruct me if this

- is not the right place to submit this kind of report (and where it should be 
done)
- if you think that there is no better solution behavior from the ubuntu 
package point of view .

# Reproduce

1. sudo apt-get install krusader
2. krusader
3. Settings  Show terminal emulator

## Expected

Open terminal emulator

## Seen

Nothing happens

# Fix

sudo apt-get install Konsole

# My specs:

Ubuntu 12.04

sudo apt-cache policy krusader
krusader:
  Installed: 1:2.4.0~beta1-0ubuntu1
  Candidate: 1:2.4.0~beta1-0ubuntu1
  Version table:
 *** 1:2.4.0~beta1-0ubuntu1 0
500 http://fr.archive.ubuntu.com/ubuntu/ precise/universe i386 Packages
100 /var/lib/dpkg/status

** Affects: krusader (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/1003577

Title:
  terminal emulator konqueror dependency missing

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

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


[Bug 999695] Re: Clicking Manage bookmarks does nothing

2012-05-23 Thread Ciro Duran Santilli
Also I get the same for the terminal emulator. If you also think like
me, please confirm the following requests:

Add depency for Konsole terminal emulator:
https://bugs.launchpad.net/ubuntu/+source/krusader/+bug/1003577

Add missing bookmarks warning feature request at the Krusader bugtracker:
https://bugs.kde.org/show_bug.cgi?id=300068

Add missing Konqueror terminal emulator warning feature request at the Krusader 
bugtracker:
https://bugs.kde.org/show_bug.cgi?id=300514


** Bug watch added: KDE Bug Tracking System #300068
   https://bugs.kde.org/show_bug.cgi?id=300068

** Bug watch added: KDE Bug Tracking System #300514
   https://bugs.kde.org/show_bug.cgi?id=300514

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

Title:
  Clicking Manage bookmarks does nothing

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

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


[Bug 999695] [NEW] Clicking Manage bookmarks does nothing

2012-05-15 Thread Ciro Duran Santilli
Public bug reported:

- lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04

Cntl + D  Manage bookmarks does nothing.

Probably a missing dependency problem on Konqueror.

- Possible duplicates.

I thing this is the same as:

https://bugs.launchpad.net/ubuntu/+source/krusader/+bug/69016

but they said there that it was resolved (suggested dependencies would
install by default) and that I should file a new bug, and maybe as:

https://bugs.launchpad.net/ubuntu/+source/krusader/+bug/292273

but I am not sure since I don't know what is the applet he is talking
about.

** Affects: krusader (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/999695

Title:
  Clicking Manage bookmarks does nothing

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

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


[Bug 957972] Re: Trekstor 3

2012-03-20 Thread Ciro
Ciao

*
si@WWWARGO:/home$ apt-cache policy calibre calibre-bin
calibre:
  Installiert: 0.8.8+dfsg-1ubuntu1
  Kandidat:0.8.8+dfsg-1ubuntu1
  Versions-Tabelle:
 *** 0.8.8+dfsg-1ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ oneiric/universe i386 Packages
100 /var/lib/dpkg/status
calibre-bin:
  Installiert: 0.8.8+dfsg-1ubuntu1
  Kandidat:0.8.8+dfsg-1ubuntu1
  Versions-Tabelle:
 *** 0.8.8+dfsg-1ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ oneiric/universe i386 Packages
100 /var/lib/dpkg/status
si@WWWARGO:/home$ 
**
sudo apt-get -f install dont find the package in the directory
**
si@WWWARGO:/home$ sudo apt-get -f install 
'/home/si/Dokumente/calibre_0.8.38+dfsg-1~ppa_all.deb' 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut   
Status-Informationen einlesen... Fertig
E: Paket /home/si/Dokumente kann nicht gefunden werden
si@WWWARGO:/home$ 
***

regards
ciro

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

Title:
  Trekstor 3

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

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

[Bug 957972] Re: Trekstor 3

2012-03-19 Thread Ciro
Hi Fabrice

the deb package have dependencie problem.




si@WWWARGO:~/Downloads$ sudo dpkg -i calibre_0.8.38+dfsg-1~ppa_all.deb 
Vormals abgewähltes Paket calibre wird gewählt.
(Lese Datenbank ... 399090 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacken von calibre (aus calibre_0.8.38+dfsg-1~ppa_all.deb) ...
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von calibre:
 calibre hängt ab von python-mechanize; aber:
  Paket python-mechanize ist nicht installiert.
 calibre hängt ab von python-beautifulsoup; aber:
  Paket python-beautifulsoup ist nicht installiert.
 calibre hängt ab von python-cssutils (= 0.9.7~); aber:
  Paket python-cssutils ist nicht installiert.
 calibre hängt ab von python-cherrypy3 (= 3.1.1); aber:
  Paket python-cherrypy3 ist nicht installiert.
 calibre hängt ab von python-qt4 (= 4.8.5-0ubuntu2); aber:
  Paket python-qt4 ist nicht installiert.
 calibre hängt ab von python-pyparsing; aber:
  Paket python-pyparsing ist nicht installiert.
 calibre hängt ab von python-routes; aber:
  Paket python-routes ist nicht installiert.
? calibre hängt ab von calibre-bin (= 0.8.38+dfsg-1~ppa); aber: 1
 ? Version von calibre-bin auf dem System ist 0.8.8+dfsg-1ubuntu1.1
dpkg: Fehler beim Bearbeiten von calibre (--install):
 Abhängigkeitsprobleme - verbleibt unkonfiguriert
Trigger für bamfdaemon werden verarbeitet ...
Rebuilding /usr/share/applications/bamf.index...
Trigger für desktop-file-utils werden verarbeitet ...
Trigger für gnome-menus werden verarbeitet ...
Trigger für man-db werden verarbeitet ...
Fehler traten auf beim Bearbeiten von:
 calibre
si@WWWARGO:~/Downloads$ 

*
danks and best regards
ciro

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

Title:
  Trekstor 3

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

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

[Bug 957972] [NEW] Trekstor 3

2012-03-17 Thread Ciro
Public bug reported:

Version: 0.8.8
USB devices on system:
[['0x1e68', '0x52', '0x2', 'TrekStor', 'eBook-Reader 3.0', '2008041123209967'],
 ['0x1d6b',
  '0x1',
  '0x300',
  'Linux 3.0.0-16-generic-pae uhci_hcd',
  'UHCI Host Controller',
  ':00:1d.2'],
 ['0x5e3', '0x608', '0x702', '', 'USB2.0 Hub', ''],
 ['0x4a9', '0x220d', '0x100', 'Canon', 'CanoScan', ''],
 ['0x1d6b',
  '0x1',
  '0x300',
  'Linux 3.0.0-16-generic-pae uhci_hcd',
  'UHCI Host Controller',
  ':00:1a.0'],
 ['0x45e', '0x721', '0x100', 'Microsoft', 'Microsoft LifeCam NX-3000', ''],
 ['0x1d6b',
  '0x1',
  '0x300',
  'Linux 3.0.0-16-generic-pae uhci_hcd',
  'UHCI Host Controller',
  ':00:1a.1'],
 ['0x1d6b',
  '0x2',
  '0x300',
  'Linux 3.0.0-16-generic-pae ehci_hcd',
  'EHCI Host Controller',
  ':00:1a.7'],
 ['0x1d6b',
  '0x1',
  '0x300',
  'Linux 3.0.0-16-generic-pae uhci_hcd',
  'UHCI Host Controller',
  ':00:1d.1'],
 ['0x1d6b',
  '0x2',
  '0x300',
  'Linux 3.0.0-16-generic-pae ehci_hcd',
  'EHCI Host Controller',
  ':00:1d.7'],
 ['0x58f', '0x6254', '0x100', '', '', ''],
 ['0x1d6b',
  '0x1',
  '0x300',
  'Linux 3.0.0-16-generic-pae uhci_hcd',
  'UHCI Host Controller',
  ':00:1d.0'],
 ['0x413c', '0x2003', '0x306', 'Dell', 'Dell USB Keyboard', ''],
 ['0x46d', '0xc03f', '0x2000', 'Logitech', 'USB-PS/2 Optical Mouse', ''],
 ['0x3f0',
  '0xe17',
  '0x100',
  'Hewlett-Packard',
  'hp LaserJet 1015',
  '00CNFD175612']]
Available plugins: ADAM ALEX ALURATEK_COLOR ANDROID ARCHOS7O AVANT AZBOOKA 
BAMBOOK
BLACKBERRY BOEYE_BDX BOEYE_BEX BOOQ BOOX COOL_ER CYBOOK DBOOK E52 E71X
EB511 EB600 EBK52 ECLICTO EDGE EEEREADER ELONEX ESLICK
FOLDER_DEVICE_FOR_CONFIG GEMEI GER2 HANLINV3 HANLINV5 ILIAD INVESBOOK
IPAPYRUS IREXDR1000 IREXDR800 IRIVER_STORY ITALICA JETBOOK
JETBOOK_MINI KINDLE KINDLE2 KINDLE_DX KOBO LIBREAIR LUMIREAD MENTOR
MOOVYBOOK N516 N770 N810 NEWSMY NEXTBOOK NOOK NOOK_COLOR NUUT2 ORIZON
PALMPRE PDNOVEL PDNOVEL_KOBO PICO POCKETBOOK301 POCKETBOOK360
POCKETBOOK360P POCKETBOOK602 POCKETBOOK701 PRS505 README S60 SHINEBOOK
SNE SOVOS SPECTRA STASH SUNSTECH_EB700 SWEEX TECLAST_K3 THEBOOK
TREKSTOR USER_DEFINED VELOCITYMICRO WEXLER
 
Looking for devices...
 
Devices possibly connected: None

** Affects: calibre (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/957972

Title:
  Trekstor 3

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

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


[Bug 874446] Re: The contacts window closes

2011-12-02 Thread Ciro Vladimir Arreola Camacho
*** This bug is a duplicate of bug 862812 ***
https://bugs.launchpad.net/bugs/862812

I was trying to link Accounts but was impossible due to the window was being 
closed. Some times the first time worked but then again failed, I launched 
empathy from cli to see log error messages but just printed a line wich said 
Segmentation Fault. 
I'm using Empathy 3.2.0.1 on Ubuntu 11.10 64 bits.

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

Title:
  The contacts window closes

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

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


[Bug 484377] Re: Image Collection does not update selected image display when multi-selecting to the left

2011-05-21 Thread Ciro
Just downloaded and tested Natty as requested.  The problem is still
present in both Lucid (LTS) and Natty.

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

Title:
  Image Collection does not update selected image display when multi-
  selecting to the left

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


[Bug 774892] [NEW] package virtualbox-ose-dkms (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 5

2011-05-01 Thread Ciro Cardone
Public bug reported:

Binary package hint: virtualbox-ose

I try to install package on Natty

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: virtualbox-ose-dkms (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sun May  1 15:51:00 2011
ErrorMessage: subprocess new pre-installation script returned error exit status 
5
SourcePackage: virtualbox-ose
Title: package virtualbox-ose-dkms (not installed) failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 5
UpgradeStatus: Upgraded to natty on 2011-05-01 (0 days ago)
VirtualBoxOse.DpkgList:
 ii  linux-headers-2.6.38-8 2.6.38-8.42 
 Header files related to Linux kernel version 2.6.38
 ii  linux-headers-2.6.38-8-generic 2.6.38-8.42 
 Linux kernel headers for version 2.6.38 on x86/x86_64
 ii  linux-headers-generic  2.6.38.8.22 
 Generic Linux kernel headers
 iU  virtualbox-ose 4.0.4-dfsg-1ubuntu4 
 x86 virtualization solution - base binaries
 iU  virtualbox-ose-qt  4.0.4-dfsg-1ubuntu4 
 x86 virtualization solution - Qt based user interface
VirtualBoxOse.ModInfo:

** Affects: virtualbox-ose (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package virtualbox-ose-dkms (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 5

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


[Bug 774892] Re: package virtualbox-ose-dkms (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 5

2011-05-01 Thread Ciro Cardone
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774892

Title:
  package virtualbox-ose-dkms (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 5

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


[Bug 659106] Re: Maverick installer lost Windows partitions

2011-01-06 Thread Ciro Nocerino
** Changed in: ubiquity (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) = Ciro 
Nocerino (ci-nocerino82)

** Changed in: ubiquity (Ubuntu)
 Assignee: Ciro Nocerino (ci-nocerino82) = (unassigned)

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

Title:
  Maverick installer lost Windows partitions

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


Re: [Bug 624650] Re: gwibber-accounts crashed with HTTPError in http_error_default()

2010-10-09 Thread ciro auriemma
 Il 08/10/2010 18:55, Kamus ha scritto:
 Actually support for Google Buz is broken this time but recent release of 
 gwibber should not crashed when you can't get all data.
 Just for curiosity you are not using a proxy in your system right?

No, I'm not.

-- 
gwibber-accounts crashed with HTTPError in http_error_default()
https://bugs.launchpad.net/bugs/624650
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 636221] [NEW] package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-09-12 Thread ciro auriemma
Public bug reported:

i don't know what's happen. i'll just doing the advancing to 10.10...

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: blcr-dkms 0.8.2-13
ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
Uname: Linux 2.6.35-19-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Sep 12 09:44:55 2010
ErrorMessage: blcr kernel module failed to build
PackageArchitecture: all
PackageVersion: 0.8.2-13
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module 
failed to build

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


** Tags: apport-package i386 maverick

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/636221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   >