[Bug 1885344] Re: nvidia-340 340.108-0ubuntu2: nvidia-340 kernel module failed to build (oem 5.6 kernel)

2020-10-14 Thread Witold Krecicki
Same thing happens on fresh install of 20.10 with 5.8.0-23-generic
kernel.

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

Title:
  nvidia-340 340.108-0ubuntu2: nvidia-340 kernel module failed to build
  (oem 5.6 kernel)

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

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

[Bug 1810154] Re: ply_boot_client_process_incoming_replies: Assertion `request_node != NULL' failed

2019-12-12 Thread Witold Krecicki
To clarify, as those questions were asked on IRC:
1. I'm the author of the patch.
2. The bug exists only in Ubuntu, not in upstream version of plymouth - it's 
caused by the changes included in "misc-changes.patch" (that I'm not touching 
with at 30 foot pole).

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

Title:
  ply_boot_client_process_incoming_replies: Assertion `request_node !=
  NULL' failed

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

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

[Bug 1852406] Re: Double-escape in initramfs DECRYPT_CMD

2019-11-25 Thread Witold Krecicki
@colin-king I got it (0.8.1-1ubuntu14.2) from eoan-proposed, and yes -
this version fixes the issue.

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

Title:
  Double-escape in initramfs DECRYPT_CMD

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

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

[Bug 1852406] Re: Double-escape in initramfs DECRYPT_CMD

2019-11-25 Thread Witold Krecicki
@colin-king I just checked and, with the plymouth fix also applied, the
issue is fixed in 0.8.1-1ubuntu14.2

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

Title:
  Double-escape in initramfs DECRYPT_CMD

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

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

[Bug 1852711] [NEW] vax780 problem with integer overflow

2019-11-15 Thread Witold Krecicki
Public bug reported:

VAX780 depends on signed overflow (which is an undefined behaviour), and 
gcc/clang optimization breaks it and the simulator doesn't work at all.
The code is virtually unmaintained (and really unmaintainable..) so it'd be 
hard to do a proper fix,  but there is a simple workaround - disabling the 
specific optimization. Patch attached.

** Affects: simh (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/1852711

Title:
  vax780 problem with integer overflow

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

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

[Bug 1852406] Re: Double-escape in initramfs DECRYPT_CMD

2019-11-14 Thread Witold Krecicki
btw, there's another bug in plymouth package that breaks root on encrypted zfs 
in some cases, the patch is there but it's waiting for review: 
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1810154

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

Title:
  Double-escape in initramfs DECRYPT_CMD

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

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

[Bug 1852406] [NEW] Double-escape in initramfs DECRYPT_CMD

2019-11-13 Thread Witold Krecicki
Public bug reported:

initramfs/scripts/zfs.in incorrectly quotes ${ENCRYPTIONROOT} on line
414:

DECRYPT_CMD="${ZFS} load-key '${ENCRYPTIONROOT}'"

This is OK when the line is executed by shell, such as in line 430 or
436, but when plymouth is used it results in plymouth executing "zfs
load-key 'rpool'" - and zfs  is unable to find pool called "'rpool'".

If I understand
https://docs.oracle.com/cd/E23824_01/html/821-1448/gbcpt.html correctly
zfs pool name is always 'shell-friendly', so removing the quotation
marks would be a proper fix for that.

** Affects: zfs-linux (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "zfs-encryptionroot-quote.patch"
   
https://bugs.launchpad.net/bugs/1852406/+attachment/5305012/+files/zfs-encryptionroot-quote.patch

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

Title:
  Double-escape in initramfs DECRYPT_CMD

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

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

[Bug 1810154] Re: ply_boot_client_process_incoming_replies: Assertion `request_node != NULL' failed

2019-11-11 Thread Witold Krecicki
There's a bug in processing cached password replies from plymouthd which
causes this assertion,  the attached patch fixes this issue (it happens
e.g. when using ZFS with native encryption).

** Patch added: "cached-password-fix.patch"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1810154/+attachment/5304592/+files/cached-password-fix.patch

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

Title:
  ply_boot_client_process_incoming_replies: Assertion `request_node !=
  NULL' failed

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

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

[Bug 1826274] [NEW] Headset keeps disconnecting after upgrade to Disco

2019-04-24 Thread Witold Krecicki
Public bug reported:

I'm using Bose QC35 headset and Dell XPS 9570 laptop. It was working
perfectly on Cosmic, after upgrade to Disco when headsed is switched to
HSP/HFP mode in pavucontrol I'm getting bursts of following messages in
dmesg:

Apr 24 23:27:28 daffy kernel: [53021.123542] Bluetooth: hci0: SCO packet for 
unknown connection handle 65534
Apr 24 23:27:28 daffy kernel: [53021.123551] Bluetooth: hci0: SCO packet for 
unknown connection handle 0
Apr 24 23:27:28 daffy kernel: [53021.143555] Bluetooth: hci0: SCO packet for 
unknown connection handle 63744
Apr 24 23:27:28 daffy kernel: [53021.153575] Bluetooth: hci0: SCO packet for 
unknown connection handle 1
Apr 24 23:27:28 daffy kernel: [53021.173563] Bluetooth: hci0: SCO packet for 
unknown connection handle 63744

Then, after at most a few minutes, after one of bursts like above,
pulseaudio reports:

Apr 24 23:27:28 daffy pulseaudio[2733]: W: [bluetooth] module-
bluez5-device.c: SCO packet received of unaligned size: 5 (the size
differs between runs)

And the headset is getting disconnected from pulseaudio - it's still
connected via Bluetooth, but it's status in pavucontrol switches to
'Disabled'.

** Affects: bluez (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/1826274

Title:
  Headset keeps disconnecting after upgrade to Disco

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

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

[Bug 1811803] Re: Crash on "ip link add foo type ipip"

2019-01-15 Thread Witold Krecicki
Due to the fact that networking stops working when the crash I can't
collect anything using apport-collect, I believe dmesg above should be
enough.

** 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/1811803

Title:
  Crash on "ip link add foo type ipip"

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

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

[Bug 1811803] [NEW] Crash on "ip link add foo type ipip"

2019-01-15 Thread Witold Krecicki
Public bug reported:

On 4.18.0-13-generic #14-Ubuntu SMP Wed Dec 5 09:04:24 UTC 2018 x86_64
x86_64 x86_64 GNU/Linux

When I executed "sudo ip link add foo type ipip" kernel crashed, leaving
the system working but mostly unusable (networking was flaky). dmesg
showed:


[156541.500970] ipip: IPv4 and MPLS over IPv4 tunneling driver
[156541.502201] BUG: unable to handle kernel NULL pointer dereference at 
0108
[156541.502207] PGD 0 P4D 0 
[156541.502210] Oops:  [#1] SMP PTI
[156541.502213] CPU: 9 PID: 29001 Comm: ip Tainted: G   OE 
4.18.0-13-generic #14-Ubuntu
[156541.502215] Hardware name: Dell Inc. XPS 15 9570/0HWTMH, BIOS 1.6.0 
11/02/2018
[156541.502223] RIP: 0010:ipip_netlink_fan.isra.11+0x5/0x250 [ipip]
[156541.502224] Code: d9 fe ff ff 48 8d 93 78 09 00 00 eb 93 48 89 de 4c 89 e7 
e8 cd 78 fe ff eb c3 e8 c6 79 5d e8 66 0f 1f 44 00 00 0f 1f 44 00 00 <48> 8b 87 
08 01 00 00 48 85 c0 0f 84 1a 02 00 00 8b 12 85 d2 0f 85 
[156541.502245] RSP: 0018:bac005a2b588 EFLAGS: 00010246
[156541.502246] RAX:  RBX:  RCX: 

[156541.502248] RDX: bac005a2b5d0 RSI: 9c1122439900 RDI: 

[156541.502249] RBP: bac005a2b600 R08:  R09: 
bac005a2b594
[156541.502250] R10: c0cb9120 R11:  R12: 
9c1122439000
[156541.502251] R13: 9c1122439900 R14: bac005a2b930 R15: 
aa805780
[156541.502253] FS:  7fe219348680() GS:9c136be4() 
knlGS:
[156541.502254] CS:  0010 DS:  ES:  CR0: 80050033
[156541.502255] CR2: 0108 CR3: 00010f724001 CR4: 
003606e0
[156541.502257] DR0:  DR1:  DR2: 

[156541.502258] DR3:  DR6: fffe0ff0 DR7: 
0400
[156541.502259] Call Trace:
[156541.502265]  ? ipip_newlink+0x8c/0xc6 [ipip]
[156541.502273]  rtnl_newlink+0x67b/0x8c0
[156541.502279]  ? nla_parse+0x35/0xe0
[156541.502280]  ? rtnl_newlink+0x12e/0x8c0
[156541.502288]  ? get_page_from_freelist+0xf7e/0x1320
[156541.502298]  ? mem_cgroup_commit_charge+0x82/0x530
[156541.502302]  ? lru_cache_add_active_or_unevictable+0x39/0xb0
[156541.502309]  ? handle_pte_fault+0x52c/0xbe0
[156541.502313]  rtnetlink_rcv_msg+0x213/0x300
[156541.502318]  ? copy_user_generic_unrolled+0x89/0xc0
[156541.502320]  ? rtnl_calcit.isra.33+0x100/0x100
[156541.502327]  netlink_rcv_skb+0x52/0x130
[156541.502329]  rtnetlink_rcv+0x15/0x20
[156541.502331]  netlink_unicast+0x1a4/0x260
[156541.502333]  netlink_sendmsg+0x20b/0x3d0
[156541.502340]  sock_sendmsg+0x3e/0x50
[156541.502342]  ___sys_sendmsg+0x295/0x2f0
[156541.502344]  ? handle_pte_fault+0x539/0xbe0
[156541.502347]  ? __handle_mm_fault+0x42c/0x5b0
[156541.502350]  __sys_sendmsg+0x5c/0xa0
[156541.502353]  __x64_sys_sendmsg+0x1f/0x30
[156541.502358]  do_syscall_64+0x5a/0x110
[156541.502361]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[156541.502364] RIP: 0033:0x7fe219682234
[156541.502365] Code: 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b5 0f 1f 80 00 
00 00 00 48 8d 05 c9 d4 0c 00 8b 00 85 c0 75 13 b8 2e 00 00 00 0f 05 <48> 3d 00 
f0 ff ff 77 54 c3 0f 1f 00 41 54 41 89 d4 55 48 89 f5 53 
[156541.502390] RSP: 002b:7ffe5887fbe8 EFLAGS: 0246 ORIG_RAX: 
002e
[156541.502392] RAX: ffda RBX: 5c3dbcf0 RCX: 
7fe219682234
[156541.502393] RDX:  RSI: 7ffe5887fc50 RDI: 
0003
[156541.502394] RBP:  R08: 0001 R09: 

[156541.502396] R10: 0008 R11: 0246 R12: 
0001
[156541.502397] R13: 5597e7c6c020 R14: 7ffe5887fd4c R15: 

[156541.502399] Modules linked in: ipip tunnel4 ip_tunnel veth sctp libcrc32c 
ses enclosure scsi_transport_sas uas usb_storage ath10k_pci thunderbolt rfcomm 
pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) ccm arc4 cmac 
bnep binfmt_misc nls_iso8859_1 snd_hda_codec_hdmi snd_hda_codec_realtek 
snd_hda_codec_generic dell_wmi wmi_bmof mxm_wmi intel_wmi_thunderbolt 
snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm intel_rapl 
x86_pkg_temp_thermal dell_laptop intel_powerclamp ath10k_core dell_smbios 
coretemp dell_wmi_descriptor kvm_intel snd_seq_midi dcdbas snd_seq_midi_event 
ath snd_rawmidi mac80211 kvm snd_seq irqbypass uvcvideo intel_cstate 
videobuf2_vmalloc intel_rapl_perf snd_seq_device videobuf2_memops snd_timer 
videobuf2_v4l2 btusb serio_raw videobuf2_common btrtl btbcm snd rtsx_pci_ms
[156541.502470]  videodev btintel soundcore cfg80211 memstick cdc_acm media 
input_leds bluetooth ecdh_generic mei_me joydev mei hid_multitouch idma64 
virt_dma processor_thermal_device intel_soc_dts_iosf intel_pch_thermal 
ucsi_acpi typec_ucsi typec int3403_thermal int340x_thermal_zone int3400_thermal 
mac_hid acpi_thermal_rel dell_smo8800 intel_hid wmi sparse_keymap acpi_pad 
sch_fq_codel parport_pc ppdev lp parport ip_tables 

[Bug 1744296] [NEW] After ifdown on underlay interface ifup fails with 'already configured'

2018-01-19 Thread Witold Krecicki
Public bug reported:

With following setup:
<...>
2: ens192:  mtu 1500 qdisc mq state UP group 
default qlen 1000
link/ether 00:50:56:86:31:a8 brd ff:ff:ff:ff:ff:ff
inet 10.245.40.80/18 brd 10.245.63.255 scope global ens192
   valid_lft forever preferred_lft forever
inet6 fe80::250:56ff:fe86:31a8/64 scope link 
   valid_lft forever preferred_lft forever
<...>
4: fan-254:  mtu 1450 qdisc noqueue state UP 
group default qlen 1000
link/ether 8a:f3:53:e5:11:37 brd ff:ff:ff:ff:ff:ff
inet 254.161.64.1/8 scope global fan-254
   valid_lft forever preferred_lft forever
inet6 fe80::88f3:53ff:fee5:1137/64 scope link 
   valid_lft forever preferred_lft forever
5: ftun0:  mtu 1450 qdisc noqueue master 
fan-254 state UNKNOWN group default qlen 1000
link/ether 8a:f3:53:e5:11:37 brd ff:ff:ff:ff:ff:ff
inet6 fe80::88f3:53ff:fee5:1137/64 scope link 
   valid_lft forever preferred_lft forever


Doing ifdown ens192; ifup ens192 results in an error:
# ifdown ens192; echo $?; ifup ens192; echo $?
Killed old client process
<... isc-dhcp stuff ...>
0
<... isc-dhcp stuff ...>
/usr/sbin/fanctl: fan-254: already configured
/usr/sbin/fanctl: /etc/network/fan:40 10.245.0.0/18 254.0.0.0/8  -- failed err=1
run-parts: /etc/network/if-up.d/ubuntu-fan exited with return code 1
Failed to bring up ens192.
1

** Affects: ubuntu-fan (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/1744296

Title:
  After ifdown on underlay interface ifup fails with 'already
  configured'

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

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

[Bug 1716877] Re: /etc/network/interfaces is left unconfigured when installing in an v6-only environment

2017-10-06 Thread Witold Krecicki
I've verified this on current ubuntu-16.04.3-server-amd64.iso
(SHA1=f3532991e031cae75bcf5e695afb844dd278fff9)

The scenario I used this time was a VM with two NICs, first one
connected to v6 only network (with dhcpv6), second one disconnected.
When installing Ubuntu everything is ok, it configures the network and
downloads packages, but after first boot it's as above - /e/n/i doesn't
have any entries for NICs, just lo.

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

Title:
  /etc/network/interfaces is left unconfigured when installing in an
  v6-only environment

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

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

[Bug 1719733] Re: stale file handle when restarting ntp on overlayfs (maas)

2017-09-28 Thread Witold Krecicki
Version 20170927 seems to have fixed it.

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

Title:
  stale file handle when restarting ntp on overlayfs (maas)

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

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

[Bug 1719733] Re: stale file handle when restarting ntp on overlayfs (maas)

2017-09-27 Thread Witold Krecicki
I hit the same problem with current
(http://images.maas.io/ephemeral-v3/daily/artful/amd64/20170926/)
version.

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

Title:
  stale file handle when restarting ntp on overlayfs (maas)

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

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

[Bug 1717287] Re: maas-enlist doesn't work when provided with serverurl with IPv6 address

2017-09-20 Thread Witold Krecicki
Could this fix be backported to current releases too?

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

Title:
  maas-enlist doesn't work when provided with serverurl with IPv6
  address

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

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

[Bug 1718127] [NEW] Network manager wait-online takes a long time (~3 minutes) during boot

2017-09-19 Thread Witold Krecicki
Public bug reported:

On 17.10 there is a 3 minute pause during boot when network manager is
waiting to get online (as a dependency for lxd.service) - as this is a
laptop that's only using wifi, without system connections, it'll never
get online during boot process. It's a regression from 17.04 where boot
process was robust.

** Affects: network-manager (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/1718127

Title:
  Network manager wait-online takes a long time (~3 minutes) during boot

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

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

[Bug 1717287] Re: maas-enlist doesn't work when provided with serverurl with IPv6 address

2017-09-14 Thread Witold Krecicki
The fix is a proper api_url regex:

--- maas-enlist~2017-09-14 17:24:38.0 +0200
+++ maas-enlist 2017-09-14 23:16:38.574202964 +0200
@@ -185,7 +185,7 @@
 if echo "$serverurl" | egrep -q '(^[a-z]+://|^)[a-z0-9\.]+($|/$)'; then
api_url="MAAS/api/1.0/nodes/"
 else
-   api_url=`echo $serverurl | sed 
's#^\(\|[a-z]\+://\)[a-zA-Z0-9\.]\+\(\|\:[0-9]\+\)/##'`
+   api_url=`echo $serverurl | sed 
's#^\(\|[a-z]\+://\)\([a-zA-Z0-9\.]\+\|\(\[[0-9a-fA-F:]\+\]\)\)\(\|\:[0-9]\+\)/##'`
 fi
 
 #TODO: Auto-detect hostname?

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

Title:
  maas-enlist doesn't work when provided with serverurl with IPv6
  address

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

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

[Bug 1717287] [NEW] maas-enlist doesn't work when provided with serverurl with IPv6 address

2017-09-14 Thread Witold Krecicki
Public bug reported:

There is a bug in parsing URLs that contain IPv6 addresses:
$ bash -x ./maas-enlist --serverurl 
http://[2001:db8::1]:5240/MAAS/api/2.0/machines/
(...)
+ wget -q -O/dev/null 
'http://[2001:db8::1]:5240/http://[2001:db8::1]:5240/MAAS/api/2.0/machines/' 
'--post-data=op=new(...)'

** Affects: maas-enlist (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/1717287

Title:
  maas-enlist doesn't work when provided with serverurl with IPv6
  address

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

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

[Bug 1716874] [NEW] ipv6-only installation uses ipv4-only archive mirrors

2017-09-13 Thread Witold Krecicki
Public bug reported:

After installing ubuntu 16.04 in a v6-only environment
/etc/apt/sources.list is populated with (e.g.) pl.archive.ubuntu.com
entries which are v4-only.

** Affects: debian-installer (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/1716874

Title:
  ipv6-only installation uses ipv4-only archive mirrors

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

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

[Bug 1716877] [NEW] /etc/network/interfaces is left unconfigured when installing in an v6-only environment

2017-09-13 Thread Witold Krecicki
Public bug reported:

When installing 16.04 in a v6-only environment (with dhcpv6 RA)
/etc/network/interfaces is left unconfigured, I'd expect it to have an
entry like:

auto eno1
iface eno1 inet6 auto
or
iface eno1 inet6 dhcp

But there's no entry for anything but loopback.

** Affects: debian-installer (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/1716877

Title:
  /etc/network/interfaces is left unconfigured when installing in an
  v6-only environment

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

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

[Bug 1715383] [NEW] Gnome tweak tool extensions settings button launches another gnome tweak tool window

2017-09-06 Thread Witold Krecicki
Public bug reported:

With dashtodock extension installed clicking on settings (cog) icon in
the 'Extensions' panel launches a window with extensions panel, only
then clicking the cog launches the settings for this extensions - as
seen on screenshot (the bottom window is the gnome tweak tool, clicking
on cog there launches the middle - here dimmed - window, and then
clicking on a cog there launches dash to dock settings and dims the
middle window).

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

** Attachment added: "dashtodock.png"
   
https://bugs.launchpad.net/bugs/1715383/+attachment/4945340/+files/dashtodock.png

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

Title:
  Gnome tweak tool extensions settings button launches another gnome
  tweak tool window

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

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

[Bug 1715184] Re: crash desktop with dashtodock (if activate with the button)

2017-09-06 Thread Witold Krecicki
I confirm that the version from Artful crashes whole gnome-shell when
any icon is clicked, git master works correctly.

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

Title:
  crash desktop with dashtodock (if activate with the button)

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

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

[Bug 781977] Re: Suspend only works once, fails second time

2012-01-11 Thread Witold Krecicki
I have the same problem on Dell Latitude E6500. It was working perfectly
on 11.04, bug was introduced in 11.10.

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

Title:
  Suspend only works once, fails second time

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

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