[Bug 1788841] Re: incomplete output of `virsh net-dhcp-leases`

2018-08-29 Thread Sebastian Wagner
Thanks very much!

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

Title:
  incomplete output of `virsh net-dhcp-leases`

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

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

[Bug 1788841] Re: incomplete output of `virsh net-dhcp-leases`

2018-08-29 Thread Sebastian Wagner
they have the same machine-id:

✗ ssh -l root 10.17.3.0  
kubic-kubadm-0:~ # cat /etc/machine-id 
c7bef5d652fb4229a74521503594f5a1
✗ ssh -l root 10.17.3.1
kubic-kubadm-1:~ # cat /etc/machine-id
c7bef5d652fb4229a74521503594f5a1
✗ ssh -l root 10.17.3.2
kubic-kubadm-2:~ # cat /etc/machine-id
c7bef5d652fb4229a74521503594f5a1

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

Title:
  incomplete output of `virsh net-dhcp-leases`

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

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

[Bug 1788841] Re: incomplete output of `virsh net-dhcp-leases`

2018-08-29 Thread Sebastian Wagner
** Attachment added: "DHCP config"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1788841/+attachment/5182031/+files/_kubic-dev-net.conf

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

Title:
  incomplete output of `virsh net-dhcp-leases`

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

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

[Bug 1788841] Re: incomplete output of `virsh net-dhcp-leases`

2018-08-29 Thread Sebastian Wagner
> Hi Sebastian,
> So you could help next time by pointing to it with a few more words :-)

I'd be glad if I could help you here.

> I can find the output of "net-dhcp-leases" at the end and see that it
only has one IP reported.

Exactly.

> I found above that you pinged a few adresses:
> - 10.17.3.0 -> the ?bridge?; replies
> - 10.17.3.1 -> the guest; replies
> - 10.17.3.2 -> ??, does not reply

No. These are all VMs started in the same go and all IPs have been
successfully assigned via DHCP and all have the same network config
(excpet for the IPs). There is no bridge involved here, instead
everything is done via NAT.

> I'd assume you'd want to set up three guests kubic-kubadm-[1-3] is
that right?

Exactly.

> I'd further assume that your root issue is that guests get either the
same or no dhcp IP is that correct?

Nope. The guests are all getting the correct designated IPs, but `net-
dhcp-leases` is incomplete.

> There are multiple things here that could be an issue, that come to my mind.
> 1. the net-dhcp-leases reads from the host dnsmasq files, so if there is 
> missing something it is actually a dnsmasq issue, but more important anything 
> not asking dnsmasq can't be shown there like "bridges with external dhcp 
> server" or "static IP configs in the guest"
> If anything like this applies it would never show up, but that you succeed 
> with "-parallelism=1" suggests this isn't the case.

I've added the content of `/var/lib/libvirt/dnsmasq/virbr2.status` and
`/var/lib/libvirt/dnsmasq/kubic-dev-net.hostsfile`. Is there another
`host dnsmasq files` that would be of any help?

> 2. I've seen bad guest cloning triggering issues like that.
> old dhcpd did not pass a client-id which will overrule almost all other UIDs 
> in dhcp processing. systemd-resolved / networkd will send a client ID. I have 
> seen cases where a guest was installed (creates UUID for client-id) and then 
> copied as a base image which > led to all guests having the same client-id. 
> That made dnsmasq mad and let it return only a lease to the first showing up.
> Your case doesn't perfectly match, but 3 macs in 
> /var/lib/libvirt/dnsmasq/virbr2.macs while only one client-id in 
> /var/lib/libvirt/dnsmasq/virbr2.status would be like that.

Well, I'm not that deep into libvirt and dnsmasq, but even creating the
guests sequentially, `/var/lib/libvirt/dnsmasq/virbr2.status` only
contains one entry. The actual cloning is done by
https://github.com/dmacvicar/terraform-provider-libvirt. Is there
anything I can ask the devs over there?

> I'd ask you to:
> - check for duplicate client-id's please

I'm still looking for a way to get that info. Interestingly,
`/var/lib/libvirt/dnsmasq/virbr2.status` is incomplete even after
starting the clones sequentially.

> - is the output complete "later"?

No.

> - do the other guests get an IP at all (check via virsh console)?

I'm getting an error here:

sudo virsh console kubic-kubadm-0
Connected to domain kubic-kubadm-0
Escape character is ^]
error: internal error: cannot find character device 


> - outline the guest network setup (how is there dhcp call configured)

Would adding the `kubic-dev-net.conf` help here? In general, I haven't
configured anything special, except for specifying "nat".

> - help to clarify more of your case as asked above while reading through logs
> I assume I need to sort out more details with you to be of any help :-)

I'd be glad, if I could help you here. Please feel free to ask for more
info.

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

Title:
  incomplete output of `virsh net-dhcp-leases`

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

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

[Bug 1788841] Re: incomplete output of `virsh net-dhcp-leases`

2018-08-29 Thread Sebastian Wagner
I'm working on it.

I've created an upstream issue: https://github.com/dmacvicar/terraform-
provider-libvirt/issues/383

** Bug watch added: github.com/dmacvicar/terraform-provider-libvirt/issues #383
   https://github.com/dmacvicar/terraform-provider-libvirt/issues/383

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

Title:
  incomplete output of `virsh net-dhcp-leases`

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

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

[Bug 1788841] Re: incomplete output of `virsh net-dhcp-leases`

2018-08-24 Thread Sebastian Wagner
`terraform apply -parallelism=1` seems to be a valid workaround.

** Also affects: terraform (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/1788841

Title:
  incomplete output of `virsh net-dhcp-leases`

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

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

[Bug 1788841] [NEW] incomplete output of `virsh net-dhcp-leases`

2018-08-24 Thread Sebastian Wagner
Public bug reported:

libvirt's dhcp leases database is out-of-sync.

Reproducible by running terraform apply as seen in the tf.log

tf.log contains:

1. output of `terraform apply`
2. reason why this is a libvirt issue
3. output of `virsh net-dhcp-leases`

Especially `virsh net-dhcp-leases` is clearly incomplete.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: libvirt0 4.0.0-1ubuntu8.3
ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
Uname: Linux 4.15.0-32-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: KDE
Date: Fri Aug 24 12:34:01 2018
InstallationDate: Installed on 2018-02-05 (199 days ago)
InstallationMedia: Ubuntu-Server 17.10 "Artful Aardvark" - Release amd64 
(20180108.1)
SourcePackage: libvirt
UpgradeStatus: Upgraded to bionic on 2018-08-21 (2 days ago)

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

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


** Tags: amd64 apport-bug bionic

** Attachment added: "terminal output"
   https://bugs.launchpad.net/bugs/1788841/+attachment/5180206/+files/tf.log

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

Title:
  incomplete output of `virsh net-dhcp-leases`

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

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

[Bug 1602608] Re: mailman crash for subscription in webinterface

2016-07-13 Thread Sebastian Wagner
Launchpad didn't gave be an opportunity to fill in version information, thus 
here as a comment:
mailman 1:2.1.16-2ubuntu0.1
Ubuntu 14.04.4 LTS

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

Title:
  mailman crash for subscription in webinterface

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

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


[Bug 1602608] [NEW] mailman crash for subscription in webinterface

2016-07-13 Thread Sebastian Wagner
Public bug reported:

A Traceback from mailman's logs for a subscription. The bug can be triggered 
with the following post-data:
language=''


Jul 11 20:29:34 2016 admin(29209):  
admin(29209): [- Mailman Version: 2.1.16 -] 
admin(29209): [- Traceback --] 
admin(29209): Traceback (most recent call last):
admin(29209):   File "/var/lib/mailman/scripts/driver", line 117, in run_main
admin(29209): main()
admin(29209):   File "/var/lib/mailman/Mailman/Cgi/subscribe.py", line 73, in 
main
admin(29209): language = cgidata.getvalue('language')
admin(29209):   File "/usr/lib/python2.7/cgi.py", line 548, in getvalue
admin(29209): if key in self:
admin(29209):   File "/usr/lib/python2.7/cgi.py", line 594, in __contains__
admin(29209): raise TypeError, "not indexable"
admin(29209): TypeError: not indexable
admin(29209): [- Python Information -] 
admin(29209): sys.version =   2.7.6 (default, Jun 22 2015, 17:58:13) 
[GCC 4.8.2] 
admin(29209): sys.executable  =   /usr/bin/python 
admin(29209): sys.prefix  =   /usr 
admin(29209): sys.exec_prefix =   /usr 
admin(29209): sys.path=   ['/var/lib/mailman/pythonlib', 
'/var/lib/mailman', '/usr/lib/mailman/scripts', '/var/lib/mailman', 
'/usr/lib/python2.7/', '/usr/lib/python2.7/plat-x86_64-linux-gnu', 
'/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', 
'/usr/lib/python2.7/lib-dynload', '/usr/lib/python2.7/site-packages'] 
admin(29209): sys.platform=   linux2 
admin(29209): [- Environment Variables -] 
admin(29209):   SSL_VERSION_INTERFACE: mod_ssl/2.4.7 
admin(29209):   HTTP_REFERER: 
https://mail.example.com/cgi-bin/mailman/subscribe/news 
admin(29209):   SSL_CIPHER_EXPORT: false 
admin(29209):   CONTEXT_DOCUMENT_ROOT: /usr/lib/cgi-bin/ 
admin(29209):   SERVER_SOFTWARE: Apache 
admin(29209):   CONTEXT_PREFIX: /cgi-bin/ 
admin(29209):   SSL_SERVER_A_KEY: rsaEncryption 
admin(29209):   QUERY_STRING:  
admin(29209):   SERVER_SIGNATURE:  
admin(29209):   REQUEST_METHOD: POST 
admin(29209):   PATH_INFO: /news 
admin(29209):   SERVER_PROTOCOL: HTTP/1.1 
admin(29209):   SSL_SERVER_S_DN: CN=mail.example.com
admin(29209):   SSL_CIPHER: ECDHE-RSA-AES128-GCM-SHA256 
admin(29209):   SSL_SERVER_V_START: Apr 17 16:42:00 2016 GMT 
admin(29209):   SSL_TLS_SNI: mail.example.com
admin(29209):   CONTENT_LENGTH: 106 
admin(29209):   SSL_CLIENT_VERIFY: NONE 
admin(29209):   HTTP_USER_AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) 
Gecko/20100101 Firefox/47.0 
admin(29209):   HTTP_CONNECTION: keep-alive 
admin(29209):   HTTP_COOKIE: PHPSESSID=... 
admin(29209):   SERVER_NAME: mail.example.com
admin(29209):   REMOTE_ADDR: 192.0.2.1
admin(29209):   SSL_CIPHER_ALGKEYSIZE: 128 
admin(29209):   SSL_SECURE_RENEG: true 
admin(29209):   PATH_TRANSLATED: /srv/web/mail/news 
admin(29209):   SSL_SERVER_I_DN_C: US 
admin(29209):   SSL_COMPRESS_METHOD: NULL 
admin(29209):   SSL_SERVER_M_VERSION: 3 
admin(29209):   SSL_SERVER_I_DN_O: Let's Encrypt 
admin(29209):   SERVER_ADDR: 192.0.2.2
admin(29209):   DOCUMENT_ROOT: /srv/web/mail 
admin(29209):   SERVER_PORT: 443 
admin(29209):   SSL_VERSION_LIBRARY: OpenSSL/1.0.1f 
admin(29209):   PYTHONPATH: /var/lib/mailman 
admin(29209):   SCRIPT_FILENAME: /usr/lib/cgi-bin/mailman/subscribe 
admin(29209):   SERVER_ADMIN: webmas...@example.com
admin(29209):   SSL_SESSION_RESUMED: Initial 
admin(29209):   SSL_SERVER_M_SERIAL: ... 
admin(29209):   SSL_SERVER_A_SIG: sha256WithRSAEncryption 
admin(29209):   HTTP_DNT: 1 
admin(29209):   HTTP_HOST: mail.example.com
admin(29209):   SCRIPT_NAME: /cgi-bin/mailman/subscribe 
admin(29209):   HTTPS: on 
admin(29209):   HTTP_CACHE_CONTROL: max-age=0 
admin(29209):   REQUEST_URI: /cgi-bin/mailman/subscribe/news 
admin(29209):   HTTP_ACCEPT: 
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 
admin(29209):   SSL_SERVER_S_DN_CN: mail.example.com
admin(29209):   GATEWAY_INTERFACE: CGI/1.1 
admin(29209):   SSL_SERVER_I_DN_CN: Let's Encrypt Authority X3 
admin(29209):   REMOTE_PORT: 40456 
admin(29209):   HTTP_ACCEPT_LANGUAGE: en-US,en;q=0.5 
admin(29209):   REQUEST_SCHEME: https 
admin(29209):   SSL_SERVER_V_END: Jul 16 16:42:00 2016 GMT 
admin(29209):   CONTENT_TYPE: text/plain;charset=UTF-8 
admin(29209):   SSL_PROTOCOL: TLSv1.2 
admin(29209):   SSL_CIPHER_USEKEYSIZE: 128 
admin(29209):   HTTP_ACCEPT_ENCODING: gzip, deflate, br 
admin(29209):   SSL_SERVER_I_DN: CN=Let's Encrypt Authority X3,O=Let's 
Encrypt,C=US

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

** Project changed: mailman => mailman (Ubuntu)

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

Title:
  mailman crash for subscription in webinterface

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

-- 
ubuntu-bugs mailing list

[Bug 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2016-02-17 Thread Sebastian Wagner
Here are some external descriptions of this problem:

https://askubuntu.com/questions/403279/sshd-wont-stop-start-properly
https://askubuntu.com/questions/406265/ssh-server-does-not-start-on-lubuntu-live-image
https://superuser.com/questions/931329/unable-to-setup-openssh-server-on-ubuntu
https://serverfault.com/questions/333943/cant-start-ssh-after-upgrade-ubuntu
http://aplawrence.com/Linux/ubuntu_start_bug.html
http://ubuntuforums.org/showthread.php?t=2260006
http://xbian.org/forum/thread-2473-post-24475.html
https://stackoverflow.com/questions/30568905/ubuntu-when-upstart-service-is-run-with-user-root-it-returns-unknown-job

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

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

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

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


[Bug 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2016-02-17 Thread Sebastian Wagner
I also have this problem on a client's machine. This leads to failing
chef-scripts, that's very annoying.

Does anyone have a solution or workaround, except the --system flag?

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

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

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

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


[Bug 1510437] Re: list index out of range

2015-11-17 Thread Sebastian Wagner
I successfully tested 0.63ubuntu1, thanks!

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  list index out of range

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

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


[Bug 1510437] [NEW] list index out of range

2015-10-27 Thread Sebastian Wagner
Public bug reported:

# checkrestart
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
  Output information may be incomplete.
Traceback (most recent call last):
  File "/usr/sbin/checkrestart", line 637, in 
main()
  File "/usr/sbin/checkrestart", line 131, in main
toRestart = lsofcheck(blacklist = blacklist)
  File "/usr/sbin/checkrestart", line 284, in lsofcheck
process = processes.setdefault(data,Process(int(data)))
  File "/usr/sbin/checkrestart", line 555, in __init__
m = re.match("^-", data[0])
IndexError: list index out of range

This bug is know upstream and has a patch: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=731386

Alternatively, the new upstream version 0.64 (trusty still has 0.63)
fixes this bug.

** Affects: debian-goodies (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "patch from Felix C. Stegerman (debian bugtracker)"
   
https://bugs.launchpad.net/bugs/1510437/+attachment/4506474/+files/checkrestart.patch

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

Title:
  list index out of range

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

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


[Bug 1475266] Re: CVE-2014-2324 not patched in 1.4.33-1+nmu2ubuntu2

2015-09-25 Thread Sebastian Wagner
I reported the issue upstream: https://redmine.lighttpd.net/issues/2671

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

Title:
  CVE-2014-2324 not patched in 1.4.33-1+nmu2ubuntu2

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

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


[Bug 1475266] Re: CVE-2014-2324 not patched in 1.4.33-1+nmu2ubuntu2

2015-09-25 Thread Sebastian Wagner
A fix won't be provided for Ubuntu 14.04 by the lighttpd team, the issue
has also been closed invalid. Thus, I consider the usage of lighttpd on
Ubuntu as highly discouraged.

However they have some backports at OpenSuSE, which can be used. See
https://redmine.lighttpd.net/projects/lighttpd/wiki/GetLighttpd#Debian-
based-systems

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

Title:
  CVE-2014-2324 not patched in 1.4.33-1+nmu2ubuntu2

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

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


[Bug 1153661] Re: The disk drive for /dev/mapper/cryptswap1 is not ready yet or not present

2015-05-20 Thread Sebastian Wagner
@linux-rog: Oh, yes. I could click the button Yes, it affects me a few
times for all the other people who complain at me.

I have written a short shell script I run every time when I need to fix
this issue:


 #!/usr/bin/env bash
 
 mkswap /dev/sda2 -U [UUID from /etc/crypttab] -L swap
 swapon /dev/sda2
 ecryptfs-setup-swap
 swapon -s

It works, but has the disadvantage that everytime it is called, a new
entry is created in both /etc/fstab and /etc/crypttab. But they do not
work anyway.

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

Title:
  The disk drive for /dev/mapper/cryptswap1 is not ready yet or not
  present

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

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


[Bug 1451851] Re: OK button in certificate manager's trust setting dialog is permanently greyed out

2015-05-05 Thread Sebastian Wagner
** Summary changed:

- OK button in certificate manager's trust setting dialog is permanently greyed
+ OK button in certificate manager's trust setting dialog is permanently greyed 
out

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

Title:
  OK button in certificate manager's trust setting dialog is permanently
  greyed out

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

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


[Bug 1182388] Re: macchanger-gtk misspells --ending option by --endding, changing a MAC address ending by option is therefore broken

2015-02-14 Thread Sebastian Wagner
When will this be resolved? It's very easy to fix, as it is just a
spelling issue.

** Patch added: macchanger-endding.patch
   
https://bugs.launchpad.net/ubuntu/+source/macchanger-gtk/+bug/1182388/+attachment/4319384/+files/macchanger-endding.patch

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

Title:
  macchanger-gtk misspells --ending option by --endding, changing a
  MAC address ending by option is therefore broken

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

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


[Bug 1410912] Re: Kdenlive depends on knotify4.desktop in kde-runtime

2015-01-14 Thread Sebastian Wagner
As kde-runtime-data only contains the .desktop file, not the actual
binary it depends on kde-runtime, which itself depends on kde-runtime-
data.

** Summary changed:

- Kdenlive depends on knotify4.desktop in kde-runtime-data
+ Kdenlive depends on knotify4.desktop in kde-runtime

** Tags added: packaging

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

Title:
  Kdenlive depends on knotify4.desktop in kde-runtime

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

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


[Bug 1410912] [NEW] Kdenlive depends on knotify4.desktop in kde-runtime-data

2015-01-14 Thread Sebastian Wagner
Public bug reported:

When clicking on 'Discover the features of this Kdenlive release' in the
'Config Wizard', it tries to launch 'knotify4.desktop', which is in the
package kde-runtime-data, but kdenlive does not depend on it.

$ kdenlive
kdenlive(5784): Couldn't start knotify from knotify4.desktop:  Could not find 
service 'knotify4.desktop'. 

kdenlive(5784)/kdeui (KNotification) KNotification::slotReceivedIdError:
Error while contacting notify daemon The name org.kde.knotify was not
provided by any .service files

$ apt-file find knotify4.desktop
kde-runtime-data: /usr/share/kde4/services/knotify4.desktop

** Affects: kdenlive (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/1410912

Title:
  Kdenlive depends on knotify4.desktop in kde-runtime-data

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

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


[Bug 1410912] Re: Kdenlive depends on knotify4.desktop in kde-runtime-data

2015-01-14 Thread Sebastian Wagner
** Attachment added: wizard which throws the error
   
https://bugs.launchpad.net/ubuntu/+source/kdenlive/+bug/1410912/+attachment/4298515/+files/SKKRYV%7E1.PNG

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

Title:
  Kdenlive depends on knotify4.desktop in kde-runtime-data

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

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


[Bug 1087206] Re: Evince often hangs on close

2015-01-07 Thread Sebastian Wagner
I can confirm it for Linux Mint Rebecca / Ubuntu trusty with version
3.12.2-0ubuntu1~trusty2. These are the last lines of strace-Output:

futex(0x7f086207a370, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f086207c050, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f0862076a60, FUTEX_WAKE_PRIVATE, 1) = 1
write(8, \1\0\0\0\0\0\0\0, 8) = 8
futex(0x7f086207a370, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f086207c050, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f0862574b24, FUTEX_WAIT_PRIVATE, 1, NULL unfinished ...
+++ killed by SIGKILL +++
Killed

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

Title:
  Evince often hangs on close

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

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