[Bug 1855736] Re: Duplicity fails to start

2020-10-31 Thread Nikita Koval
Getting similar issue after upgrading to Ubuntu 20.10:

Traceback (innermost last):
  File "/usr/bin/duplicity", line 106, in 
with_tempdir(main)
  File "/usr/bin/duplicity", line 92, in with_tempdir
fn()
  File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 1538, in 
main
do_backup(action)
  File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 1674, in 
do_backup
incremental_backup(sig_chain)
  File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 655, in 
incremental_backup
bytes_written = dummy_backup(tarblock_iter)
  File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 224, in 
dummy_backup
while next(tarblock_iter):
  File "/usr/lib/python3/dist-packages/duplicity/diffdir.py", line 544, in 
__next__
result = self.process(next(self.input_iter))  # pylint: 
disable=assignment-from-no-return
  File "/usr/lib/python3/dist-packages/duplicity/diffdir.py", line 209, in 
get_delta_iter
for new_path, sig_path in collated:
  File "/usr/lib/python3/dist-packages/duplicity/diffdir.py", line 296, in 
collate2iters
relem1 = next(riter1)
  File "/usr/lib/python3/dist-packages/duplicity/selection.py", line 97, in 
__next__
return next(self.iter)
  File "/usr/lib/python3/dist-packages/duplicity/selection.py", line 181, in 
Iterate
subpath, val = next(diryield_stack[-1])
  File "/usr/lib/python3/dist-packages/duplicity/selection.py", line 148, in 
diryield
s = self.Select(new_path)
  File "/usr/lib/python3/dist-packages/duplicity/selection.py", line 210, in 
Select
result = sf(path)
  File "/usr/lib/python3/dist-packages/duplicity/selection.py", line 458, in 
exclude_sel_func
elif path.append(filename).exists():
  File "/usr/lib/python3/dist-packages/duplicity/path.py", line 566, in append
return self.__class__(self.base, self.index + (ext,))
  File "/usr/lib/python3/dist-packages/duplicity/path.py", line 539, in __init__
self.setdata()
  File "/usr/lib/python3/dist-packages/duplicity/path.py", line 549, in setdata
self.stat = os.lstat(self.name)
 PermissionError: [Errno 13] Permission denied: 
b'/home/nikodll/.hardinfo/.deja-dup-ignore'


-

$ python3 /usr/bin/duplicity --version
> duplicity 0.8.12

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

Title:
  Duplicity fails to start

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

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

[Bug 1855433] Re: Regression: system hangs after boot on Dell XPS 7390 2-in-1

2019-12-10 Thread Nikita Koval
I'm unable to run the "apport-collect 1855433" command because the
system hangs when booting from the affected kernel. I have attached the
kernel boot log instead.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Regression: system hangs after boot on Dell XPS 7390 2-in-1

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

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

[Bug 1855433] Re: Regression: system hangs after boot on Dell XPS 7390 2-in-1

2019-12-10 Thread Nikita Koval
** Attachment added: "Kernel log from the failed boot"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1855433/+attachment/5311399/+files/kern.log

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

Title:
  Regression: system hangs after boot on Dell XPS 7390 2-in-1

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

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

[Bug 1855433] [NEW] Regression: system hangs after boot on Dell XPS 7390 2-in-1

2019-12-06 Thread Nikita Koval
Public bug reported:

Package: linux-image-5.3.0-24-generic

System hangs right after starting X login screen. I didn't try to
blacklist intel_lpss_pci yet, but it was boot perfectly for me with
every kernel version after Eoan release. The system still bots normally
when 5.3.0-23 is selected in grub.

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


** Tags: 5.3.0-24 dell eoan hangs icelake kernel xps

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

Title:
  Regression: system hangs after boot on Dell XPS 7390 2-in-1

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

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

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-23 Thread Nikita Koval
Just hit the exactly same issue while trying to upgrade from 19.04 to
19.10

root@ferma:~# ls -l /usr/bin/python*
lrwxrwxrwx 1 root root  24 Oct 23 22:37 /usr/bin/python -> 
/etc/alternatives/python
lrwxrwxrwx 1 root root   9 Mar  4  2019 /usr/bin/python2 -> python2.7
-rwxr-xr-x 1 root root 3691008 Oct  7 19:36 /usr/bin/python2.7
lrwxrwxrwx 1 root root  25 Oct 23 22:52 /usr/bin/python3 -> 
/etc/alternatives/python3
-rwxr-xr-x 1 root root1797 Jul 12  2017 /usr/bin/python3-unidiff
-rwxr-xr-x 2 root root 4877888 Oct  7 14:56 /usr/bin/python3.7
-rwxr-xr-x 2 root root 4877888 Oct  7 14:56 /usr/bin/python3.7m
lrwxrwxrwx 1 root root  10 Mar 26  2019 /usr/bin/python3m -> python3.7m
root@ferma:~# ls -l /etc/alternatives/python
lrwxrwxrwx 1 root root 18 Oct 23 22:53 /etc/alternatives/python -> 
/usr/bin/python2.7
root@ferma:~# ls -l /etc/alternatives/python3
lrwxrwxrwx 1 root root 18 Oct 23 22:55 /etc/alternatives/python3 -> 
/usr/bin/python3.7
root@ferma:~# rm /usr/bin/python

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

Title:
  do-release-upgrade fails with "Your python3 install is corrupted" if
  /usr/bin/python points to /etc/alternatives/python

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

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

[Bug 1818547] Re: hid-sensor-hub spamming dmesg in 4.20

2019-10-12 Thread Nikita Koval
Also affects Dell XPS / Ubuntu Eoan 5.3.0-18-generic #19-Ubuntu

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

Title:
  hid-sensor-hub spamming dmesg in 4.20

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

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

[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2012-06-08 Thread Nikita Koval
The same issue for me, on Thinkpad x220t,  Centrino Ultimate-N 6300.
Kernels 3.3-3.4

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

Title:
  [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor
  networking, packet loss and very slow Lenovo X201 and T500 laptops

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

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