[Bug 2007742] Re: Can't update stage views actor (regarding MetaWindowGroup, MetaWindowActorX11, MetaSurfaceActorX11)

2024-04-29 Thread jean-christophe manciot
Same issue on Ubuntu 24.04 noble LTS:

- gnome-shell: 46.0-0ubuntu5
- linux 6.8.0-19-generic #19-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 14 14:56:46 UTC 
2024 x86_64
- DisplayManager: lightdm 1.30.0-0ubuntu14

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

Title:
  Can't update stage views actor  (regarding MetaWindowGroup,
  MetaWindowActorX11, MetaSurfaceActorX11)

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


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

[Bug 1977689] [NEW] Wrong error msg: "state file /var/lib/logrotate/status is world-readable" although it is not

2022-06-05 Thread jean-christophe manciot
Public bug reported:

Ubuntu 22.04
logrotate 3.19.0-1ubuntu1.1

Every hour, I receive this wrong message:

Subject:Cron >cd / && run-parts --report 
/etc/cron.hourly
/etc/cron.hourly/logrotate:
error: state file /var/lib/logrotate/status is world-readable and thus can be 
locked from other unprivileged users. Skipping lock acquisition...

despite:

# ls -al /var/lib/logrotate
total 40
drwxr-x---  2 root root  4096 Jun  5 17:17 .
drwxr-xr-x 66 root root  4096 Jun  3 20:02 ..
-rw-r-  1 root root 31974 Jun  5 17:17 status

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

** Description changed:

  Ubuntu 22.04
  logrotate 3.19.0-1ubuntu1.1
  
  Every hour, I receive this wrong message:
+ 
+ Subject:  Cron >cd / && run-parts --report 
/etc/cron.hourly
  /etc/cron.hourly/logrotate:
  error: state file /var/lib/logrotate/status is world-readable and thus can be 
locked from other unprivileged users. Skipping lock acquisition...
  
  despite:
  
  # ls -al /var/lib/logrotate
  total 40
  drwxr-x---  2 root root  4096 Jun  5 17:17 .
  drwxr-xr-x 66 root root  4096 Jun  3 20:02 ..
  -rw-r-  1 root root 31974 Jun  5 17:17 status

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

Title:
  Wrong error msg: "state file /var/lib/logrotate/status is world-
  readable" although it is not

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


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

[Bug 1920615] Re: getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd despite correct connection to https://database.clamav.net when symlinks are used for configuration and/or

2021-03-27 Thread jean-christophe manciot
Thnaks for your backchannel with the upstream. :-)

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

Title:
  getcvd: Can't download daily.cvd from
  https://database.clamav.net/daily.cvd despite correct connection to
  https://database.clamav.net when symlinks are used for configuration
  and/or database folders

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

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

[Bug 1920615] Re: getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd despite correct connection to https://database.clamav.net when symlinks are used for configuration and/or

2021-03-23 Thread jean-christophe manciot
** Summary changed:

- getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd 
despite correct connection to https://database.clamav.net
+ getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd 
despite correct connection to https://database.clamav.net when symlinks are 
used for configuration and/or database folders

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

Title:
  getcvd: Can't download daily.cvd from
  https://database.clamav.net/daily.cvd despite correct connection to
  https://database.clamav.net when symlinks are used for configuration
  and/or database folders

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

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

[Bug 1920615] Re: getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd despite correct connection to https://database.clamav.net

2021-03-23 Thread jean-christophe manciot
@Lucas Kanashiro (lucaskanashiro) 
Thanks for taking the time to read and answer it.

You're right, it is not a bug per se, more a serious shortcoming.
If we install the required packages, everything works fine.

However, if we modify one of the aforementioned folders to a symlink
which points to another folder with the same contents, then the issue
described in this thread pops up.

This is the first time I encounter this strange "symlink sensitivity" by
any Ubuntu package and I believe this should never happen on Linux.

I understand that clamav is also implemented on Windows and this could
explain this undesired behavior on Linux.

I have already posted a "feature request" on the clamav-
de...@lists.clamav.net mailing list, but there is no response so far.

@Utkarsh Gupta (utkarsh)
Try this:
# sudo systemctl stop clamav-daemon
# sudo systemctl stop clamav-freshclam
# sudo mv -f /etc/clamav /etc/clamav.sav
# sudo ln -fsv /etc/clamav.sav /etc/clamav
'/etc/clamav' -> '/etc/clamav.sav'
# sudo systemctl restart clamav-daemon
# sudo systemctl restart clamav-freshclam
# sudo systemctl status clamav-freshclam
● clamav-freshclam.service - ClamAV virus database updater
 Loaded: loaded (/lib/systemd/system/clamav-freshclam.service; enabled; 
vendor preset: enabled)
 Active: failed (Result: exit-code) since Tue 2021-03-23 18:45:15 CET; 5s 
ago
   Docs: man:freshclam(1)
 man:freshclam.conf(5)
 https://www.clamav.net/documents
Process: 2460871 ExecStart=/usr/bin/freshclam -d --foreground=true 
(code=exited, status=2)
   Main PID: 2460871 (code=exited, status=2)

Mar 23 18:45:15 host systemd[1]: Started ClamAV virus database updater.
Mar 23 18:45:15 host freshclam[2460871]: ERROR: Can't open/parse the config 
file /etc/clamav/freshclam.conf
Mar 23 18:45:15 host systemd[1]: clamav-freshclam.service: Main process exited, 
code=exited, status=2/INVALIDARGUMENT
Mar 23 18:45:15 host systemd[1]: clamav-freshclam.service: Failed with result 
'exit-code'.

Then back to normal:
# sudo rm -f /etc/clamav
# sudo mv -f /etc/clamav.sav /etc/clamav
# sudo systemctl restart clamav-daemon
# sudo systemctl restart clamav-freshclam
# sudo systemctl status clamav-freshclam
● clamav-freshclam.service - ClamAV virus database updater
 Loaded: loaded (/lib/systemd/system/clamav-freshclam.service; enabled; 
vendor preset: enabled)
 Active: active (running) since Tue 2021-03-23 18:55:53 CET; 5s ago
   Docs: man:freshclam(1)
 man:freshclam.conf(5)
 https://www.clamav.net/documents
   Main PID: 2511510 (freshclam)
  Tasks: 1 (limit: 18975)
 Memory: 2.1M
 CGroup: /system.slice/clamav-freshclam.service
 └─2511510 /usr/bin/freshclam -d --foreground=true

Mar 23 18:55:53 host systemd[1]: Started ClamAV virus database updater.
Mar 23 18:55:53 host freshclam[2511510]: Tue Mar 23 18:55:53 2021 -> ClamAV 
update process started at Tue Mar 23 18:55:53 2021
Mar 23 18:55:53 host freshclam[2511510]: Tue Mar 23 18:55:53 2021 -> daily.cld 
database is up to date (version: 26118, sigs: 3965203, f-level: 63,>
Mar 23 18:55:53 host freshclam[2511510]: Tue Mar 23 18:55:53 2021 -> main.cld 
database is up to date (version: 59, sigs: 4564902, f-level: 60, bui>
Mar 23 18:55:53 host freshclam[2511510]: Tue Mar 23 18:55:53 2021 -> 
bytecode.cvd database is up to date (version: 333, sigs: 92, f-level: 63, bui>

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

Title:
  getcvd: Can't download daily.cvd from
  https://database.clamav.net/daily.cvd despite correct connection to
  https://database.clamav.net

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

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

[Bug 1920615] Re: getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd despite correct connection to https://database.clamav.net

2021-03-22 Thread jean-christophe manciot
I have found the cause of the issue: clamav does not support symlinks for any 
of the following:
- /etc/clamav
- /etc/ssl
- /etc/ssl/certs
- /var/lib/clamav

If I make sure there is no symlink anymore for any of the above folders, then 
the issue is worked around:
# freshclam --debug --verbose
...
*   Trying 104.16.219.84:443...
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; 
CN=sni.cloudflaressl.com
*  start date: Aug 15 00:00:00 2020 GMT
*  expire date: Aug 15 12:00:00 2021 GMT
*  subjectAltName: host "database.clamav.net" matched cert's 
"database.clamav.net"
*  issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x55631ca7a1e0)
> GET /safebrowsing.cvd HTTP/2
Host: database.clamav.net
user-agent: ClamAV/0.103.0 (OS: linux-gnu, ARCH: x86_64, CPU: x86_64)
accept: */*

I'm not sure whether this symlink sensitivity is by design or a bug.

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

Title:
  getcvd: Can't download daily.cvd from
  https://database.clamav.net/daily.cvd despite correct connection to
  https://database.clamav.net

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

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

[Bug 1920615] Re: getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd despite correct connection to https://database.clamav.net

2021-03-20 Thread jean-christophe manciot
** Description changed:

  Ubuntu 21.04
  clamav-freshclam: 0.103.0+dfsg-3.1
+ 
+ /etc/clamav/freshclam.conf:
+ --
+ DatabaseOwner clamav
+ UpdateLogFile /var/log/clamav/freshclam.log
+ LogVerbose false
+ LogSyslog false
+ LogFacility LOG_LOCAL6
+ LogFileMaxSize 0
+ LogRotate true
+ LogTime true
+ Foreground false
+ Debug true
+ MaxAttempts 5
+ DatabaseDirectory /var/lib/clamav
+ DNSDatabaseInfo current.cvd.clamav.net
+ ConnectTimeout 30
+ ReceiveTimeout 30
+ TestDatabases yes
+ ScriptedUpdates yes
+ CompressLocalDatabase no
+ SafeBrowsing true
+ Bytecode true
+ NotifyClamd /etc/clamav/clamd.conf
+ # Check for new database 24 times a day
+ Checks 24
+ DatabaseMirror db.fr.clamav.net
+ DatabaseMirror database.clamav.net
  
  Commands executed as root:
  # systemctl stop clamav-freshclam
  # freshclam --debug --verbose
  Sat Mar 20 16:00:21 2021 -> ClamAV update process started at Sat Mar 20 
16:00:21 2021
  Sat Mar 20 16:00:21 2021 -> *Current working dir is /var/lib/clamav/
  Sat Mar 20 16:00:21 2021 -> *Querying current.cvd.clamav.net
  Sat Mar 20 16:00:21 2021 -> *TTL: 1623
  Sat Mar 20 16:00:21 2021 -> *fc_dns_query_update_info: Software version from 
DNS: 0.103.1
  Sat Mar 20 16:00:21 2021 -> *Current working dir is /var/lib/clamav/
  Sat Mar 20 16:00:21 2021 -> *check_for_new_database_version: No local copy of 
"daily" database.
  Sat Mar 20 16:00:21 2021 -> *query_remote_database_version: daily.cvd version 
from DNS: 26115
  Sat Mar 20 16:00:21 2021 -> daily database available for download (remote 
version: 26115)
  Sat Mar 20 16:00:21 2021 -> *Retrieving https://database.clamav.net/daily.cvd
  Sat Mar 20 16:00:21 2021 -> *downloadFile: Download source:  
https://database.clamav.net/daily.cvd
  Sat Mar 20 16:00:21 2021 -> *downloadFile: Download destination: 
/var/lib/clamav/tmp.5ee08cf0a0/clamav-746b5f842a022ff02206be76e0c77fe8.tmp
  *   Trying 104.16.219.84:443...
  * Connected to database.clamav.net (104.16.219.84) port 443 (#0)
  * ALPN, offering h2
  * ALPN, offering http/1.1
  * error setting certificate verify locations:  CAfile: 
/etc/ssl/certs/ca-certificates.crt CApath: /etc/ssl/certs
  * Closing connection 0
  Sat Mar 20 16:00:21 2021 -> ^Download failed (77) Sat Mar 20 16:00:21 2021 -> 
^ Message: Problem with the SSL CA cert (path? access rights?)
  Sat Mar 20 16:00:21 2021 -> ^getcvd: Can't download daily.cvd from 
https://database.clamav.net/daily.cvd
  Sat Mar 20 16:00:21 2021 -> Trying again in 5 secs...
  
  The alleged "error setting certificate verify locations" is false:
  # sudo -u clamav -EH ls -al /etc/ssl/certs/ca-certificates.crt
  -rw-r--r-- 1 root root 186336 Mar 15 08:45 /etc/ssl/certs/ca-certificates.crt
  # sudo -u clamav -EH ls -al /etc/ssl/certs
  total 556
  drwxr-xr-x  3 root root  12288 Mar 15 08:45 .
  ...
  
  Also, it is possible to contact the website as clamav user, meaning there is 
no CA access issue for that user:
  # sudo -u clamav -EH wget https://database.clamav.net
  --2021-03-20 16:21:12--  https://database.clamav.net/
  Resolving database.clamav.net (database.clamav.net)... 104.16.219.84, 
104.16.218.84, 2606:4700::6810:da54, ...
  Connecting to database.clamav.net (database.clamav.net)|104.16.219.84|:443... 
connected.
  HTTP request sent, awaiting response... 200 OK
  Length: unspecified [text/html]
  Saving to: ‘index.html’
  
  index.html  [ <=>
  ]   1.14K  --.-KB/sin 0s
  
  2021-03-20 16:21:12 (21.3 MB/s) - ‘index.html’ saved [1166]
  
  # more index.html
  
  
  
-   
-   http://www.clamav.net; http-equiv="Refresh">
-   ClamAV database mirror
+   
+   http://www.clamav.net; http-equiv="Refresh">
+   ClamAV database mirror
  
  
  
  
  
+  src="//www.clamav.net/assets/clamav-trademark.png">
  
  
  
  
  
  You reached one of ClamAV virus database mirrors: http://database.clamav.net;>database.clamav.net
+  style="font-style: italic;" 
href="http://database.clamav.net;>database.clamav.net
  is a round robin record that tries to equally balance the traffic
  between all the database mirrors.
  For a complete list of our mirrors visit http://www.clamav.net/mirrors.html;>http://www.clamav.net/mirrors.html
+  
href="http://www.clamav.net/mirrors.html;>http://www.clamav.net/mirrors.html
  
  
  You'll be redirected to ClamAV home page (http://www.clamav.net;>http://www.clamav.net) in 15
+  href="http://www.clamav.net;>http://www.clamav.net) in 15
  seconds...
  
  
  This
  mirror is sponsored by 
  
  
  
  
  
  
  This is a very strange issue.
  Any suggestion on how to debug/workaround that issue?

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

Title:
  getcvd: Can't download daily.cvd from
  https://database.clamav.net/daily.cvd despite correct connection to
  https://database.clamav.net

To manage notifications about this bug go to:

[Bug 1920615] Re: getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd despite correct connection to https://database.clamav.net

2021-03-20 Thread jean-christophe manciot
There is no such issue on another Ubuntu device with the **exact** same
SSL and freshclam configurations and located on the same private network
as the failing device sharing the same IP public address.

Is it possible that cloudflare enforces a limit on the number of devices
which are allowed to download from
https://database.clamav.net/daily.cvd?

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

Title:
  getcvd: Can't download daily.cvd from
  https://database.clamav.net/daily.cvd despite correct connection to
  https://database.clamav.net

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

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

[Bug 1920615] [NEW] getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd despite correct connection to https://database.clamav.net

2021-03-20 Thread jean-christophe manciot
Public bug reported:

Ubuntu 21.04
clamav-freshclam: 0.103.0+dfsg-3.1

Commands executed as root:
# systemctl stop clamav-freshclam
# freshclam --debug --verbose
Sat Mar 20 16:00:21 2021 -> ClamAV update process started at Sat Mar 20 
16:00:21 2021
Sat Mar 20 16:00:21 2021 -> *Current working dir is /var/lib/clamav/
Sat Mar 20 16:00:21 2021 -> *Querying current.cvd.clamav.net
Sat Mar 20 16:00:21 2021 -> *TTL: 1623
Sat Mar 20 16:00:21 2021 -> *fc_dns_query_update_info: Software version from 
DNS: 0.103.1
Sat Mar 20 16:00:21 2021 -> *Current working dir is /var/lib/clamav/
Sat Mar 20 16:00:21 2021 -> *check_for_new_database_version: No local copy of 
"daily" database.
Sat Mar 20 16:00:21 2021 -> *query_remote_database_version: daily.cvd version 
from DNS: 26115
Sat Mar 20 16:00:21 2021 -> daily database available for download (remote 
version: 26115)
Sat Mar 20 16:00:21 2021 -> *Retrieving https://database.clamav.net/daily.cvd
Sat Mar 20 16:00:21 2021 -> *downloadFile: Download source:  
https://database.clamav.net/daily.cvd
Sat Mar 20 16:00:21 2021 -> *downloadFile: Download destination: 
/var/lib/clamav/tmp.5ee08cf0a0/clamav-746b5f842a022ff02206be76e0c77fe8.tmp
*   Trying 104.16.219.84:443...
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* error setting certificate verify locations:  CAfile: 
/etc/ssl/certs/ca-certificates.crt CApath: /etc/ssl/certs
* Closing connection 0
Sat Mar 20 16:00:21 2021 -> ^Download failed (77) Sat Mar 20 16:00:21 2021 -> ^ 
Message: Problem with the SSL CA cert (path? access rights?)
Sat Mar 20 16:00:21 2021 -> ^getcvd: Can't download daily.cvd from 
https://database.clamav.net/daily.cvd
Sat Mar 20 16:00:21 2021 -> Trying again in 5 secs...

The alleged "error setting certificate verify locations" is false:
# sudo -u clamav -EH ls -al /etc/ssl/certs/ca-certificates.crt
-rw-r--r-- 1 root root 186336 Mar 15 08:45 /etc/ssl/certs/ca-certificates.crt
# sudo -u clamav -EH ls -al /etc/ssl/certs
total 556
drwxr-xr-x  3 root root  12288 Mar 15 08:45 .
...

Also, it is possible to contact the website as clamav user, meaning there is no 
CA access issue for that user:
# sudo -u clamav -EH wget https://database.clamav.net
--2021-03-20 16:21:12--  https://database.clamav.net/
Resolving database.clamav.net (database.clamav.net)... 104.16.219.84, 
104.16.218.84, 2606:4700::6810:da54, ...
Connecting to database.clamav.net (database.clamav.net)|104.16.219.84|:443... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘index.html’

index.html  [ <=>
]   1.14K  --.-KB/sin 0s

2021-03-20 16:21:12 (21.3 MB/s) - ‘index.html’ saved [1166]

# more index.html



  
  http://www.clamav.net; http-equiv="Refresh">
  ClamAV database mirror










You reached one of ClamAV virus database mirrors: http://database.clamav.net;>database.clamav.net
is a round robin record that tries to equally balance the traffic
between all the database mirrors.
For a complete list of our mirrors visit http://www.clamav.net/mirrors.html;>http://www.clamav.net/mirrors.html


You'll be redirected to ClamAV home page (http://www.clamav.net;>http://www.clamav.net) in 15
seconds...


This
mirror is sponsored by 






This is a very strange issue.
Any suggestion on how to debug/workaround that issue?

** Affects: clamav (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/1920615

Title:
  getcvd: Can't download daily.cvd from
  https://database.clamav.net/daily.cvd despite correct connection to
  https://database.clamav.net

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

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

[Bug 1919341] Re: kernel package linux-headers-5.11.0-11-generic is not supported

2021-03-17 Thread jean-christophe manciot
Solved by:

xtables-addons-common: 3.13-1ubuntu2
xtables-addons-dkms: 3.13-1ubuntu2

Preparing to unpack .../xtables-addons-common_3.13-1ubuntu2_amd64.deb ...
Unpacking xtables-addons-common (3.13-1ubuntu2) over (3.13-1) ...
Preparing to unpack .../xtables-addons-dkms_3.13-1ubuntu2_all.deb ...
...
Building initial module for 5.11.0-11-generic
Done.

xt_ACCOUNT.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

compat_xtables.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_pknock.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_CHAOS.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_DELUDE.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_DHCPMAC.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_DNETMAP.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_ECHO.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_IPMARK.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_LOGMARK.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_PROTO.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_SYSRQ.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_TARPIT.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_condition.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_fuzzy.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_geoip.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_iface.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_ipp2p.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_ipv4options.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_length2.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_lscan.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_psd.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

xt_quota2.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.11.0-11-generic/updates/dkms/

depmod

DKMS: 

[Bug 1919341] [NEW] kernel package linux-headers-5.11.0-11-generic is not supported

2021-03-16 Thread jean-christophe manciot
Public bug reported:

Ubuntu 21.04
xtables-addons-common: 3.13-1
xtables-addons-dkms: 3.13-1

Upgrading the linux kernel leads to:
Setting up linux-headers-5.11.0-11-generic (5.11.0-11.12) ...
/etc/kernel/header_postinst.d/dkms:
 * dkms: running auto installation service for kernel 5.11.0-11-generic

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...
make -j8 KERNELRELEASE=5.11.0-11-generic -C 
/lib/modules/5.11.0-11-generic/build 
M=/var/lib/dkms/xtables-addons/3.13/build/extensions 
XA_ABSTOPSRCDIR=/var/lib/dkms/xtables-
addons/3.13/build XA_TOPSRCDIR=/var/lib/dkms/xtables-addons/3.13/build V=1 
modules ; find /var/lib/dkms/xtables-addons/3.13/build -name '*.ko' -exec mv -v 
{} /var/lib/dkms/
xtables-addons/3.13/build \;...
ERROR (dkms apport): kernel package linux-headers-5.11.0-11-generic is not 
supported
Error!  Build of xt_ACCOUNT.ko failed for: 5.11.0-11-generic (x86_64)
Make sure the name of the generated module is correct and at the root of the
build directory, or consult make.log in the build directory
/var/lib/dkms/xtables-addons/3.13/build/ for more information.
   ...done.

/var/lib/dkms/xtables-addons/3.13/build/make.log is attached.

** Affects: xtables-addons (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "make.log"
   https://bugs.launchpad.net/bugs/1919341/+attachment/5477272/+files/make.log

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

Title:
  kernel package linux-headers-5.11.0-11-generic is not supported

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

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

[Bug 1890611] Re: Client cannot connect to remote mysql-server when the latter is configured with ssl parameters using a public CA

2020-08-27 Thread jean-christophe manciot
Same issue with mysql-server 8.0.21-1 on groovy.

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

Title:
  Client cannot connect to remote mysql-server when the latter is
  configured with ssl parameters using a public CA

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

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

[Bug 1890611] Re: Client cannot connect to remote mysql-server when the latter is configured with ssl parameters using a public CA

2020-08-21 Thread jean-christophe manciot
Sorry: I have inadvertently tested with a port matching another service
(853 instead of 3306), so my previous post must be ignored.

This issue is still there, even on groovy. Let me answer your questions
again:

0) with a service answering correctly to TLS connections requests, we get with 
a wildcard server certificate:
...
SSL_connect:SSLv3/TLS write finished
---
Certificate chain
 0 s:CN = *.domain
   i:C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
-BEGIN CERTIFICATE-

As my first post shows, there is an initial error in the connection preventing 
openssl to show the CA used or the server certificate:
...
SSL_connect:error in error
139858538362176:error:1408F10B:SSL routines:ssl3_get_record:wrong version 
number:../ssl/record/ssl3_record.c:331:
---
no peer certificate available
---

1) The full SSL configuration (besides the 3 parameters already described in my 
first post) also includes the following parameters which are IMHO not relevant 
because his issue still happens if I remove them:
ssl-cipher=...
tls-version=...
require_secure_transport=ON

2) You don't seem to understand this issue. The client don't need
special configuration, other than at least one matching cipher and
required TLS version if they are specified on the server side.

3)I have already tried that: same issue.

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

Title:
  Client cannot connect to remote mysql-server when the latter is
  configured with ssl parameters using a public CA

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

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

[Bug 1890611] Re: Client cannot connect to remote mysql-server when the latter is configured with ssl parameters using a public CA

2020-08-21 Thread jean-christophe manciot
** Changed in: mysql-8.0 (Ubuntu)
   Status: Fix Released => New

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

Title:
  Client cannot connect to remote mysql-server when the latter is
  configured with ssl parameters using a public CA

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

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

[Bug 1890611] Re: Client cannot connect to remote mysql-server when the latter is configured with ssl parameters using a public CA

2020-08-21 Thread jean-christophe manciot
1. already shared in my first post
2. You don't seem to understand this issue.
Not a problem, because in the meantime, I have upgraded to groovy with:

mysql-server-8.0:
  Installed: 8.0.21-0ubuntu4

Now I get:
...
SSL_connect:SSLv3/TLS write finished
---
Certificate chain
 0 s:CN = *.domain
   i:C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
-BEGIN CERTIFICATE-

This issue has been solved on groovy.

FYI, the systemd service continues to show an incorrect warning:
[Warning] [MY-010068] [Server] CA certificate ca.pem is self signed

** Changed in: mysql-8.0 (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Client cannot connect to remote mysql-server when the latter is
  configured with ssl parameters using a public CA

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

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

[Bug 1890611] Re: Client cannot connect to remote mysql-server when the latter is configured with ssl parameters using a public CA

2020-08-19 Thread jean-christophe manciot
I suggest you try to configure your mysql-server with SSL parameters
using a public CA, since this is the use case of this issue.

** Changed in: mysql-8.0 (Ubuntu)
   Status: Incomplete => New

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

Title:
  Client cannot connect to remote mysql-server when the latter is
  configured with ssl parameters using a public CA

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

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

[Bug 1890611] Re: Client cannot connect to remote mysql-server when the latter is configured with ssl parameters using a public CA

2020-08-19 Thread jean-christophe manciot
I changed the title to better reflect the core issue of this thread.

** Summary changed:

- mysql-server does not take into account configured ssl parameters
+ Client cannot connect to remote mysql-server when the latter is configured 
with ssl parameters using a public CA

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

Title:
  Client cannot connect to remote mysql-server when the latter is
  configured with ssl parameters using a public CA

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

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

[Bug 1890611] Re: mysql-server does not take into account configured ssl parameters

2020-08-15 Thread jean-christophe manciot
I meant let's encrypt as a public certificate ... authority.

Also, if it is of any help:
mysql> status
--
mysql  Ver 8.0.21-0ubuntu4 for Linux on x86_64 ((Ubuntu))

Connection id:  31
Current database:   
Current user:   root@localhost
SSL:Not in use
Current pager:  stdout
Using outfile:  ''
Using delimiter:;
Server version: 8.0.21-0ubuntu4 (Ubuntu)
Protocol version:   10
Connection: Localhost via UNIX socket
Server characterset:utf8mb4
Db characterset:utf8mb4
Client characterset:utf8mb4
Conn.  characterset:utf8mb4
UNIX socket:/var/run/mysqld/mysqld.sock
Binary data as: Hexadecimal
Uptime: 15 hours 45 min 24 sec

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

Title:
  mysql-server does not take into account configured ssl parameters

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

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

[Bug 1890611] Re: mysql-server does not take into account configured ssl parameters

2020-08-15 Thread jean-christophe manciot
I appreciate the time you took to answer.
However, your example is a different use case: you're using a self-signed 
certificate with a private CA.

My use case use a public CA (namely let's encrypt, but it could be anything 
else).
In my setup, client and servers are on totally different machines. They should 
be able to communicate over TLS like you're using your browser right now to 
communicate over https with the remote server https://bugs.launchpad.net/ which 
happens to also use let's encrypt as a public certificate. 

I am aware that the official mysql doc only displays SSL examples using only a 
private CA.
I suspect this issue to come from an inability to perform correctly with a 
public CA/certificate.


** Changed in: mysql-8.0 (Ubuntu)
   Status: Incomplete => New

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

Title:
  mysql-server does not take into account configured ssl parameters

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

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

[Bug 1891020] Re: No IPv4 iptable kernel module can be loaded

2020-08-12 Thread jean-christophe manciot
Yes, the issue is solved:
# uname -r
5.8.0-16-generic

# lsmod | grep iptable_
iptable_filter 16384  1
iptable_nat16384  1
nf_nat 49152  3 ip6table_nat,iptable_nat,xt_MASQUERADE
iptable_mangle 16384  1
ip_tables  32768  13 iptable_filter,iptable_nat,iptable_mangle
x_tables   45056  19 
ebtables,ip6table_filter,xt_conntrack,iptable_filter,xt_NFLOG,xt_tcpudp,xt_addrtype,xt_CHECKSUM,ip6t_rt,xt_geoip,ip6_tables,ipt_REJECT,ip_tables,xt_limit,xt_hl,ip6table_mangle,xt_MASQUERADE,ip6t_REJECT,iptable_mangle

# systemctl status netfilter-persistent
● netfilter-persistent.service - netfilter persistent configuration
 Loaded: loaded (/lib/systemd/system/netfilter-persistent.service; enabled; 
vendor preset: enabled)
Drop-In: /etc/systemd/system/netfilter-persistent.service.d
 └─iptables.conf
 Active: active (exited) since Thu 2020-08-13 00:45:54 CEST; 6min ago
   Docs: man:netfilter-persistent(8)
   Main PID: 1073 (code=exited, status=0/SUCCESS)
  Tasks: 0 (limit: 18998)
 Memory: 0B
 CGroup: /system.slice/netfilter-persistent.service

Aug 13 00:45:53 samsung5-ubuntu systemd[1]: Starting netfilter persistent 
configuration...
Aug 13 00:45:53 samsung5-ubuntu netfilter-persistent[1084]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Aug 13 00:45:54 samsung5-ubuntu netfilter-persistent[1084]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Aug 13 00:45:54 samsung5-ubuntu systemd[1]: Finished netfilter persistent 
configuration.

** Changed in: linux (Ubuntu)
   Status: Confirmed => 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/1891020

Title:
  No IPv4 iptable kernel module can be loaded

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

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

[Bug 1891020] Re: No IPv4 iptable kernel module can be loaded

2020-08-12 Thread jean-christophe manciot
** 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/1891020

Title:
  No IPv4 iptable kernel module can be loaded

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

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

[Bug 1891020] Re: No IPv4 iptable kernel module can be loaded

2020-08-12 Thread jean-christophe manciot
Something has changed since my first post: now, right after boot, 
iptable_filter is loaded, but not the other IPv4 iptable kernel modules:
# lsmod | grep iptable_
iptable_filter 16384  0
ip_tables  32768  1 iptable_filter
x_tables   45056  14 
ebtables,ip6table_filter,xt_conntrack,iptable_filter,xt_NFLOG,xt_tcpudp,ip6t_rt,xt_geoip,ip6_tables,ip_tables,xt_limit,xt_hl,ip6table_mangle,ip6t_REJECT

# systemctl status netfilter-persistent
● netfilter-persistent.service - netfilter persistent configuration
 Loaded: loaded (/lib/systemd/system/netfilter-persistent.service; enabled; 
vendor preset: enabled)
Drop-In: /etc/systemd/system/netfilter-persistent.service.d
 └─iptables.conf
 Active: failed (Result: exit-code) since Wed 2020-08-12 10:09:33 CEST; 
5min ago
   Docs: man:netfilter-persistent(8)
Process: 1108 ExecStart=/usr/sbin/netfilter-persistent start (code=exited, 
status=1/FAILURE)
   Main PID: 1108 (code=exited, status=1/FAILURE)

Aug 12 10:09:32 samsung5-ubuntu systemd[1]: Starting netfilter persistent 
configuration...
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1113]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1126]: iptables-restore 
v1.8.5 (legacy): iptables-restore: unable to initialize table 'mangle'
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1126]: Error occurred at 
line: 2
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1126]: Try 
`iptables-restore -h' or 'iptables-restore --help' for more information.
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1113]: run-parts: 
/usr/share/netfilter-persistent/plugins.d/15-ip4tables exited with return code 2
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1113]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Aug 12 10:09:33 samsung5-ubuntu systemd[1]: netfilter-persistent.service: Main 
process exited, code=exited, status=1/FAILURE
Aug 12 10:09:33 samsung5-ubuntu systemd[1]: netfilter-persistent.service: 
Failed with result 'exit-code'.
Aug 12 10:09:33 samsung5-ubuntu systemd[1]: Failed to start netfilter 
persistent configuration.

It is possible to load the other IPv4 iptable kernel modules, but it seems 
useless since the iptables cannot be loaded:
# for module in iptable_nat iptable_mangle
> do 
> insmod 
> /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/${module}.ko
> done

# lsmod | grep iptable_
iptable_mangle 16384  0
iptable_nat16384  0
iptable_filter 16384  0
nf_nat 49152  2 ip6table_nat,iptable_nat
ip_tables  32768  3 iptable_filter,iptable_nat,iptable_mangle
x_tables   45056  15 
ebtables,ip6table_filter,xt_conntrack,iptable_filter,xt_NFLOG,xt_tcpudp,ip6t_rt,xt_geoip,ip6_tables,ip_tables,xt_limit,xt_hl,ip6table_mangle,ip6t_REJECT,iptable_mangle

# systemctl restart netfilter-persistent
Job for netfilter-persistent.service failed because the control process exited 
with error code.
See "systemctl status netfilter-persistent.service" and "journalctl -xe" for 
details.

# systemctl status netfilter-persistent
● netfilter-persistent.service - netfilter persistent configuration
 Loaded: loaded (/lib/systemd/system/netfilter-persistent.service; enabled; 
vendor preset: enabled)
Drop-In: /etc/systemd/system/netfilter-persistent.service.d
 └─iptables.conf
 Active: failed (Result: exit-code) since Wed 2020-08-12 10:18:55 CEST; 3s 
ago
   Docs: man:netfilter-persistent(8)
Process: 5762 ExecStart=/usr/sbin/netfilter-persistent start (code=exited, 
status=1/FAILURE)
   Main PID: 5762 (code=exited, status=1/FAILURE)

Aug 12 10:18:55 samsung5-ubuntu systemd[1]: Starting netfilter persistent 
configuration...
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5764]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5766]: iptables-restore 
v1.8.5 (legacy): iptables-restore: unable to initialize table 'mangle'
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5766]: Error occurred at 
line: 2
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5766]: Try 
`iptables-restore -h' or 'iptables-restore --help' for more information.
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5764]: run-parts: 
/usr/share/netfilter-persistent/plugins.d/15-ip4tables exited with return code 2
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5764]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Aug 12 10:18:55 samsung5-ubuntu systemd[1]: netfilter-persistent.service: Main 
process exited, code=exited, status=1/FAILURE
Aug 12 10:18:55 samsung5-ubuntu systemd[1]: netfilter-persistent.service: 
Failed with result 'exit-code'.
Aug 12 10:18:55 samsung5-ubuntu systemd[1]: Failed to start netfilter 
persistent 

[Bug 1891020] Re: No IPv4 iptable kernel module can be loaded

2020-08-11 Thread jean-christophe manciot
** Summary changed:

- iptable_filter and ip6table_filter cannot be loaded with 5.8 kernel
+ No IPv4 iptable kernel module can be loaded

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

Title:
  No IPv4 iptable kernel module can be loaded

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

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

[Bug 1866875] Re: option 'geoip-directory' was not enabled at compile time

2020-03-11 Thread jean-christophe manciot
I don't know what you mean by "MIR"; the following libmaxminddb0 was
already installed before I upgraded bind9 to **1:9.16.0-1ubuntu3**:

# apt-cache policy libmaxminddb0
libmaxminddb0:
  Installed: 1.3.2-1
  Candidate: 1.3.2-1
  Version table:
 *** 1.3.2-1 500
500 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status

I had no such issue with previous bind9 versions in 
/etc/bind/named.conf.options:
options {
...
geoip-directory "/usr/share/some/geoip/folder";
...
};

Upgrading to bind9 **1:9.16.0-1ubuntu4** does NOT solve this issue:
bind9:
  Installed: 1:9.16.0-1ubuntu4
# systemctl restart bind9
# systemctl status bind9
● named.service - BIND Domain Name Server
 Loaded: loaded (/lib/systemd/system/named.service; enabled; vendor preset: 
enabled)
 Active: failed (Result: exit-code) since Wed 2020-03-11 19:44:18 CET; 5s 
ago
   Docs: man:named(8)
Process: 57887 ExecStart=/usr/sbin/named -f $OPTIONS (code=exited, 
status=1/FAILURE)
   Main PID: 57887 (code=exited, status=1/FAILURE)

Mar 11 19:44:18 samsung6-ubuntu named[57887]: adjusted limit on open files from 
524288 to 1048576
Mar 11 19:44:18 samsung6-ubuntu named[57887]: found 8 CPUs, using 8 worker 
threads
Mar 11 19:44:18 samsung6-ubuntu named[57887]: using 8 UDP listeners per 
interface
Mar 11 19:44:18 samsung6-ubuntu named[57887]: using up to 21000 sockets
Mar 11 19:44:18 samsung6-ubuntu named[57887]: loading configuration from 
'/etc/bind/named.conf'
Mar 11 19:44:18 samsung6-ubuntu named[57887]: /etc/bind/named.conf.options:48: 
option 'geoip-directory' was not enabled at compile time
Mar 11 19:44:18 samsung6-ubuntu named[57887]: loading configuration: failure
Mar 11 19:44:18 samsung6-ubuntu named[57887]: exiting (due to fatal error)
Mar 11 19:44:18 samsung6-ubuntu systemd[1]: named.service: Main process exited, 
code=exited, status=1/FAILURE
Mar 11 19:44:18 samsung6-ubuntu systemd[1]: named.service: Failed with result 
'exit-code'.

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

Title:
  option 'geoip-directory' was not enabled at compile time

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

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

[Bug 1866875] [NEW] option 'geoip-directory' was not enabled at compile time

2020-03-10 Thread jean-christophe manciot
Public bug reported:

Ubuntu 20.04
bind9 1:9.16.0-1ubuntu3

# systemctl status bind9
● named.service - BIND Domain Name Server
 Loaded: loaded (/lib/systemd/system/named.service; enabled; vendor preset: 
enabled)
 Active: failed (Result: exit-code) since Tue 2020-03-10 18:22:42 CET; 2min 
21s ago
   Docs: man:named(8)
   Main PID: 46665 (code=exited, status=1/FAILURE)

Mar 10 18:22:42 samsung6-ubuntu named[46665]: adjusted limit on open files from 
524288 to 1048576
Mar 10 18:22:42 samsung6-ubuntu named[46665]: found 8 CPUs, using 8 worker 
threads
Mar 10 18:22:42 samsung6-ubuntu named[46665]: using 8 UDP listeners per 
interface
Mar 10 18:22:42 samsung6-ubuntu named[46665]: using up to 21000 sockets
Mar 10 18:22:42 samsung6-ubuntu named[46665]: loading configuration from 
'/etc/bind/named.conf'
Mar 10 18:22:42 samsung6-ubuntu named[46665]: /etc/bind/named.conf.options:48: 
option 'geoip-directory' was not enabled at compile time
Mar 10 18:22:42 samsung6-ubuntu named[46665]: loading configuration: failure
Mar 10 18:22:42 samsung6-ubuntu named[46665]: exiting (due to fatal error)
Mar 10 18:22:42 samsung6-ubuntu systemd[1]: named.service: Main process exited, 
code=exited, status=1/FAILURE
Mar 10 18:22:42 samsung6-ubuntu systemd[1]: named.service: Failed with result 
'exit-code'.

** Affects: bind9 (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/1866875

Title:
  option 'geoip-directory' was not enabled at compile time

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

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

[Bug 1866377] Re: update-initramfs fails on plymouth hook due to missing target dir

2020-03-09 Thread jean-christophe manciot
I confirm that it is fixed on Ubuntu 20.04.

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

Title:
  update-initramfs fails on plymouth hook due to missing target dir

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

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

[Bug 1866377] Re: update-initramfs fails on plymouth hook due to missing target dir

2020-03-06 Thread jean-christophe manciot
Same issue on Ubuntu focal with linux 5.4.0-17-generic x86_64.

Purging plymouth then installing it back with all upstream dependencies does 
not change anything:
# apt purge plymouth
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following package was automatically installed and is no longer required:
  libplymouth5
Use 'apt autoremove' to remove it.
The following packages will be REMOVED:
  lightdm* plymouth* plymouth-label* plymouth-theme-spinner* 
plymouth-theme-ubuntu-gnome-logo* plymouth-theme-ubuntu-gnome-text* 
plymouth-theme-ubuntu-logo*
  plymouth-theme-ubuntu-text* slick-greeter*
0 upgraded, 0 newly installed, 9 to remove and 38 not upgraded.
1 not fully installed or removed.
After this operation, 4,028 kB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 747060 files and directories currently installed.)
...

update-alternatives: warning: alternative 
/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth (part 
of link group default.plymouth) doesn't exist; removi
ng from list of alternatives
update-alternatives: warning: /etc/alternatives/default.plymouth is dangling; 
it will be updated with best choice
update-alternatives: using /usr/share/plymouth/themes/bgrt/bgrt.plymouth to 
provide /usr/share/plymouth/themes/default.plymouth (default.plymouth) in auto 
mode
update-initramfs: deferring update (trigger activated)
...

# apt autoremove
...
# apt install lightdm plymouth plymouth-label plymouth-theme-spinner 
plymouth-theme-ubuntu-gnome-logo plymouth-theme-ubuntu-gnome-text 
plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text slick-greeter
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  libplymouth5
Suggested packages:
  bindfs plymouth-themes
The following NEW packages will be installed:
  libplymouth5 lightdm plymouth plymouth-label plymouth-theme-spinner 
plymouth-theme-ubuntu-gnome-logo plymouth-theme-ubuntu-gnome-text 
plymouth-theme-ubuntu-logo
  plymouth-theme-ubuntu-text slick-greeter
0 upgraded, 10 newly installed, 0 to remove and 38 not upgraded.
Need to get 98.8 kB/896 kB of archives.
After this operation, 4,453 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 libplymouth5 amd64 
0.9.4git20200109-0ubuntu6 [98.8 kB]
Fetched 98.8 kB in 0s (426 kB/s)   
Preconfiguring packages ...
Selecting previously unselected package libplymouth5:amd64.
...
update-initramfs: Generating /boot/initrd.img-5.4.0-17-generic
cp: cannot create regular file 
'/var/tmp/mkinitramfs_K7OV2b/usr/share/plymouth/themes/spinner/watermark.png': 
No such file or directory
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1.
update-initramfs: failed for /boot/initrd.img-5.4.0-17-generic with 1.
dpkg: error processing package initramfs-tools (--configure):
 installed initramfs-tools package post-installation script subprocess returned 
error exit status 1
Errors were encountered while processing:
 initramfs-tools

# apt-file search /usr/share/plymouth/themes/spinner/watermark.png
#

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

Title:
  update-initramfs fails on plymouth hook due to missing target dir

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

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

[Bug 1811724] Re: libbd_mdraid.so.2: cannot open shared object file

2020-03-05 Thread jean-christophe manciot
Ubuntu focal
linux 5.4.0-17-generic x86_64
udisks2 2.8.4-1ubuntu1
libblockdev-crypto2 2.23-2ubuntu3

Same issue:
udisksd[1920]: Failed to load the 'mdraid' libblockdev plugin

Installing libblockdev-mdraid2 pulls in mdadm which is not a solution on
systems which don't implement RAID.

On such systems, udisksd should not try to load the 'mdraid' libblockdev
plugin.

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

Title:
  libbd_mdraid.so.2: cannot open shared object file

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

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

[Bug 1851144] Re: Switching from unity-greeter to lightdm-gtk-greeter prevents lightdm.service from starting

2019-11-05 Thread jean-christophe manciot
No such issue with eaon.

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

Title:
  Switching from unity-greeter to lightdm-gtk-greeter prevents
  lightdm.service from starting

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

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

[Bug 1851144] [NEW] Switching from unity-greeter to lightdm-gtk-greeter prevents lightdm.service from starting

2019-11-03 Thread jean-christophe manciot
Public bug reported:

Ubuntu 20.04
lightdm 1.30.0-0ubuntu2
lightdm-gtk-greeter 2.0.6-0ubuntu1

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: lightdm 1.30.0-0ubuntu2
ProcVersionSignature: Ubuntu 5.3.0-21.22-generic 5.3.7
Uname: Linux 5.3.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu9
Architecture: amd64
Date: Sun Nov  3 16:15:54 2019
InstallationDate: Installed on 2015-04-28 (1650 days ago)
InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: lightdm
UpgradeStatus: Upgraded to focal on 2019-11-03 (0 days ago)
modified.conffile..etc.apport.crashdb.conf: [modified]
mtime.conffile..etc.apport.crashdb.conf: 2018-10-30T10:37:29

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


** Tags: amd64 apport-bug focal

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

Title:
  Switching from unity-greeter to lightdm-gtk-greeter prevents
  lightdm.service from starting

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

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

[Bug 1658233] Re: missing apparmor rules

2019-08-19 Thread jean-christophe manciot
On eoan, we need to add even more lines (I prefer to use 
/etc/apparmor.d/local/usr.sbin.mysqld):
  dbus send
bus=system
path=/org/freedesktop/systemd1
interface=org.freedesktop.systemd1.Manager
member=GetDynamicUsers
peer=(name=org.freedesktop.systemd1),
  capability dac_read_search,
  /proc/*/status r,
  /sys/devices/system/node/ r,
  /sys/devices/system/node/** r,

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

Title:
  missing apparmor rules

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

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

[Bug 1785693] Re: package mysql-server-5.7 5.7.23-0ubuntu0.18.04.1 failed to install/upgrade: installed mysql-server-5.7 package post-installation script subprocess returned error exit status 1

2019-07-24 Thread jean-christophe manciot
A very similar issue happened with 5.7.27-0ubuntu2 which needs to upgrade the 
database; in my setup, the datadir was not in the default folder /var/lib/mysql.
This means that the variable datadir describing a non-default location in 
/etc/mysql/mysql.cnf pointed by /etc/mysql/my.cnf has been overlooked.

A workaround is to:
- stop mysql.service
- rsync all data located in the folder pointed by datadir into /var/lib/mysql
- upgrade mysql-server-5.7
- stop mysql.service
- rsync all upgraded data back to its original non-default location
- restart mysql.service

Et voilà!

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

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

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

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

[Bug 1785693] Re: package mysql-server-5.7 5.7.23-0ubuntu0.18.04.1 failed to install/upgrade: installed mysql-server-5.7 package post-installation script subprocess returned error exit status 1

2019-07-24 Thread jean-christophe manciot
** Changed in: mysql-5.7 (Ubuntu)
   Status: Incomplete => New

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

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

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

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

[Bug 1830961] Re: Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-branch’ and ‘-fcf-protection’ are not compatible]

2019-07-13 Thread jean-christophe manciot
I confirm that on Ubuntu Eoan with:
- linux kernel 5.2.0-8.9
- gcc-9 9.1.0-8ubuntu1

I am able to:
- build DPDK 19.05
- install xtables-addons-dkms.

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

Title:
  Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-
  branch’ and ‘-fcf-protection’ are not compatible]

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

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

[Bug 1830961] Re: Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-branch’ and ‘-fcf-protection’ are not compatible]

2019-07-09 Thread jean-christophe manciot
Same issue with:

Ubuntu 19.10
xtables-addons-dkms 3.2-1ubuntu2
linux kernel 5.0.0-17 and 5.0.0-20
gcc-9: 9.1.0-6ubuntu2

The compilation complains that:
 echo >&2;  \
 echo >&2 "  ERROR: Kernel configuration is invalid.";  \
 echo >&2 " include/generated/autoconf.h or include/config/auto.conf 
are missing.";\
 echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix 
it."; \

but both files are present. Later on, I get a huge number of similar errors 
like the following:
 ./include/linux/compiler.h:192:1: error: ‘-mindirect-branch’ and 
‘-fcf-protection’ are not compatible

Switching to gcc-8 works around this critical issue.

** Attachment added: "/var/crash/xtables-addons-dkms.0.crash"
   
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1830961/+attachment/5275942/+files/xtables-addons-dkms.0.crash

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

Title:
  Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-
  branch’ and ‘-fcf-protection’ are not compatible]

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

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

[Bug 1830961] Re: Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-branch’ and ‘-fcf-protection’ are not compatible]

2019-07-09 Thread jean-christophe manciot
** Also affects: xtables-addons (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/1830961

Title:
  Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-
  branch’ and ‘-fcf-protection’ are not compatible]

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

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

[Bug 1464064] Re: Ubuntu apt repos are not available via HTTPS

2019-05-24 Thread jean-christophe manciot
I cannot believe that Canonical has not decided to use https for all their apt 
repositories.
- it is very easy to setup https sites
- the users should at least have the choice between http and https to 
accommodate with die hard http fans (fanatics?)

Maybe those year old arguments in favor of https may sway some votes:
https://blog.packagecloud.io/eng/2018/02/21/attacks-against-secure-apt-
repositories

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

Title:
  Ubuntu apt repos are not available via HTTPS

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

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

[Bug 1671974] Re: CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

2019-02-12 Thread jean-christophe manciot
I have just found the following message in syslog:
Feb 12 13:25:56 samsung5-ubuntu colord-sane: message repeated 2 times: [ [bjnp] 
create_broadcast_socket: ERROR - bind socket to local address failed - Cannot 
assign requested address]
that matches:
● colord.service - Manage, Install and Generate Color Profiles
   Loaded: loaded (/lib/systemd/system/colord.service; static; vendor preset: 
enabled)
   Active: active (running) since Tue 2019-02-12 02:30:41 CET; 11h ago
 Main PID: 2098 (colord)
Tasks: 3 (limit: 4915)
   Memory: 14.9M
   CGroup: /system.slice/colord.service
   └─2098 /usr/lib/colord/colord

Feb 12 02:30:41 samsung5-ubuntu systemd[1]: Starting Manage, Install and 
Generate Color Profiles...
Feb 12 02:30:41 samsung5-ubuntu systemd[1]: Started Manage, Install and 
Generate Color Profiles.
Feb 12 02:30:42 samsung5-ubuntu colord[2098]: failed to get session [pid 2118]: 
No data available
Feb 12 02:30:42 samsung5-ubuntu colord-sane[2240]: [bjnp] 
create_broadcast_socket: ERROR - bind socket to local address failed - Cannot 
assign requested address

This lead me to investigate the SANE scanner and more specifically 
/etc/sane.d/dll.conf which seems to list image scanner hardware drivers, 
including canon ones. 
However, commenting out 'net' or all canon-related lines does not change 
anything:
# systemctl restart colord
# systemctl status colord
● colord.service - Manage, Install and Generate Color Profiles
   Loaded: loaded (/lib/systemd/system/colord.service; static; vendor preset: 
enabled)
   Active: active (running) since Tue 2019-02-12 14:21:12 CET; 4s ago
 Main PID: 31838 (colord)
Tasks: 4 (limit: 4915)
   Memory: 8.0M
   CGroup: /system.slice/colord.service
   └─31838 /usr/lib/colord/colord

Feb 12 14:21:12 samsung5-ubuntu systemd[1]: Starting Manage, Install and 
Generate Color Profiles...
Feb 12 14:21:12 samsung5-ubuntu systemd[1]: Started Manage, Install and 
Generate Color Profiles.
Feb 12 14:21:13 samsung5-ubuntu colord-sane[31859]: [bjnp] 
create_broadcast_socket: ERROR - bind socket to local address failed - Cannot 
assign requested address

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

Title:
  CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

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

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

[Bug 1671974] Re: CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

2019-02-12 Thread jean-christophe manciot
I ha

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

Title:
  CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

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

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

[Bug 1671974] Re: CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

2019-02-06 Thread jean-christophe manciot
If anyone knows a way to pinpoint some process which sends some specific
packets, I'd be glad to investigate further.

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

Title:
  CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

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

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

[Bug 1671974] Re: CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

2019-02-06 Thread jean-christophe manciot
I experience the same symptoms on Ubuntu 19.04 disco, but there is no
cups* packages installed:

# apt-cache policy cups*| grep Installed | grep -v none
# 

The issue is definitely unrelated to CUPS.

Some other process sends many strange IPv6/UDP packets to all IPv6 local nodes 
with 2 different types; the wireshark trace shows 2 types of "Discover scanner 
commands":
1. source port 8612 (canon-bjnp2) --> dest port 8610 (canon-mfnp)
2. source port 8612 (canon-bjnp2) --> dest port 8612 (canon-bjnp2)

I have no canon device on the network nor on the server and no USB device 
connected on the server.
There is no canon related package/kernel module installed.

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

Title:
  CUPS - Excessive Amounts of UDP Multicast Traffic for BJNP

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

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

[Bug 1800464] Re: CRITICAL gnome-shell error: segfault error 4 in libmozjs-60.so.0.0.0

2018-11-07 Thread jean-christophe manciot
Upgrading to disco 19.04 does not solve 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/1800464

Title:
  CRITICAL gnome-shell error: segfault error 4 in libmozjs-60.so.0.0.0

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

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

[Bug 1800464] Re: CRITICAL gnome-shell error: segfault error 4 in libmozjs-60.so.0.0.0

2018-10-30 Thread jean-christophe manciot
1. When I try "ubuntu-bug crashfile.crash" to send the report, the screen 
becomes endlessly filled with dots.
2. The last report is 2 years old.
3. - Applying workaround (commenting out line 23 ("'problem_types': ['Bug', 
'Package'],") in '/etc/apport/crashdb.conf')
   - rebooting & crashing (no login)
   - rebooting in recovery mode
   - realizing that no new crash file has been generated
   - apt install python-launchpadlib to solve issue from first step
   - ubuntu-bug /var/crash/crashfile.crash 

It has been privately reported as "gnome-control-center crashed with
SIGABRT".

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

Title:
  CRITICAL gnome-shell error: segfault error 4 in libmozjs-60.so.0.0.0

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

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

[Bug 1800464] Re: CRITICAL gnome-shell error: segfault error 4 in libmozjs-60.so.0.0.0

2018-10-29 Thread jean-christophe manciot
On a different Cosmic platform, the symptoms are a little bit different: 
"traps: gnome-shell general protection error:0 in libglib-2.0.so.0.5800.1"
...
Oct 28 22:00:24 msi-ge60-ubuntu kernel: [   77.307798] traps: gnome-shell[4865] 
general protection ip:7f7b32927c00 sp:7fff46026330 error:0 in 
libglib-2.0.so.0.5800.1[7f7b32907000+7d000]
Oct 28 22:00:25 msi-ge60-ubuntu gnome-session[4202]: 
gnome-session-binary[4202]: WARNING: Application 'org.gnome.Shell.desktop' 
killed by signal 11
Oct 28 22:00:25 msi-ge60-ubuntu gnome-session[4202]: 
gnome-session-binary[4202]: WARNING: App 'org.gnome.Shell.desktop' respawning 
too quickly
Oct 28 22:00:25 msi-ge60-ubuntu kernel: [   77.469526] rfkill: input handler 
enabled
Oct 28 22:00:25 msi-ge60-ubuntu gnome-session[4202]: 
gnome-session-binary[4202]: CRITICAL: We failed, but the fail whale is dead. 
Sorry
Oct 28 22:00:25 msi-ge60-ubuntu gnome-session-binary[4202]: WARNING: 
Application 'org.gnome.Shell.desktop' killed by signal 11
Oct 28 22:00:25 msi-ge60-ubuntu gnome-session-binary[4202]: Unrecoverable 
failure in required component org.gnome.Shell.desktop
Oct 28 22:00:25 msi-ge60-ubuntu pulseaudio[4495]: ICE default IO error handler 
doing an exit(), pid = 4495, errno = 11
Oct 28 22:00:25 msi-ge60-ubuntu kdeconnectd.desktop[4721]: ICE default IO error 
handler doing an exit(), pid = 4721, errno = 11
Oct 28 22:00:25 msi-ge60-ubuntu at-spi-bus-launcher[]: XIO:  fatal IO error 
11 (Resource temporarily unavailable) on X server ":1"

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

Title:
  CRITICAL gnome-shell error: segfault error 4 in libmozjs-60.so.0.0.0

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

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

[Bug 1800464] [NEW] CRITICAL gnome-shell error: segfault error 4 in libmozjs-60.so.0.0.0

2018-10-29 Thread jean-christophe manciot
Public bug reported:

Ubuntu 18.10
gnome-shell 3.30.1-2ubuntu1
libmozjs-60-0 60.2.3-1

>From /var/log/syslog:
...
Oct 29 13:50:40 samsung5-ubuntu gnome-shell[4827]: g_dir_open_with_errno: 
assertion 'path != NULL' failed
Oct 29 13:50:40 samsung5-ubuntu gnome-shell[4827]: g_filename_to_utf8: 
assertion 'opsysstring != NULL' failed
Oct 29 13:50:40 samsung5-ubuntu gnome-shell[4827]: JS WARNING: 
[resource:///org/gnome/shell/ui/status/system.js 268]: reference to undefined 
property "names"
Oct 29 13:50:40 samsung5-ubuntu gnome-shell[4827]: JS ERROR: TypeError: 
app.app_info.get_icon(...).names is 
undefined#012_createSubMenu@resource:///org/gnome/shell/ui/status/system.js:268:33#012wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22#012_init@resource:///org/gnome/shell/ui/status/system.js:126:9#012wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22#012_Base.prototype._construct@resource:///org/gnome/gjs/modules/_legacy.js:18:5#012newClass@resource:///org/gnome/gjs/modules/_legacy.js:114:32#012_init@resource:///org/gnome/shell/ui/panel.js:721:24#012wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22#012_Base.prototype._construct@resource:///org/gnome/gjs/modules/_legacy.js:18:5#012newClass@resource:///org/gnome/gjs/modules/_legacy.js:114:32#012_ensureIndicator@resource:///org/gnome/shell/ui/panel.js:1132:25#012wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22#012_updateBox@resource:///org/gnome/shell/ui/panel.js:1143:29#012wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22#012_updatePanel@resource:///org/gnome/shell/ui/panel.js:1053:9#012wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22#012_init@resource:///org/gnome/shell/ui/panel.js:831:9#012wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22#012_Base.prototype._construct@resource:///org/gnome/gjs/modules/_legacy.js:18:5#012newClass@resource:///org/gnome/gjs/modules/_legacy.js:114:32#012_initializeUI@resource:///org/gnome/shell/ui/main.js:187:13#012start@resource:///org/gnome/shell/ui/main.js:136:5#012@:1:31
Oct 29 13:50:40 samsung5-ubuntu gnome-shell[4827]: Execution of main.js threw 
exception: Script  threw an exception
Oct 29 13:50:40 samsung5-ubuntu kernel: [   34.380764] gnome-shell[4827]: 
segfault at 168 ip 7ffb177078ae sp 7ffcb7739a00 error 4 in 
libmozjs-60.so.0.0.0[7ffb1767b000+709000]
Oct 29 13:50:40 samsung5-ubuntu kernel: [   34.380769] Code: fe ff ff 49 8b 54 
24 40 48 89 95 a8 fe ff ff 48 8d 9d a0 fe ff ff 49 89 5c 24 40 49 8b 94 24 a8 
00 00 00 48 8b 92 c8 2a 00 00 <48> 3b 82 68 01 00 00 0f 84 a3 66 00 00 49 8b 45 
f8 48 89 85 f0 fe 
Oct 29 13:50:40 samsung5-ubuntu gnome-session[4565]: 
gnome-session-binary[4565]: WARNING: Application 'org.gnome.Shell.desktop' 
killed by signal 11
Oct 29 13:50:40 samsung5-ubuntu gnome-session[4565]: 
gnome-session-binary[4565]: WARNING: App 'org.gnome.Shell.desktop' respawning 
too quickly
Oct 29 13:50:40 samsung5-ubuntu gnome-session-binary[4565]: WARNING: 
Application 'org.gnome.Shell.desktop' killed by signal 11
Oct 29 13:50:40 samsung5-ubuntu gnome-session-binary[4565]: Unrecoverable 
failure in required component org.gnome.Shell.desktop
Oct 29 13:50:40 samsung5-ubuntu gnome-session[4565]: 
gnome-session-binary[4565]: CRITICAL: We failed, but the fail whale is dead. 
Sorry
Oct 29 13:50:40 samsung5-ubuntu gnome-session-binary[4565]: WARNING: App 
'org.gnome.Shell.desktop' respawning too quickly
Oct 29 13:50:40 samsung5-ubuntu gnome-session-binary[4565]: CRITICAL: We 
failed, but the fail whale is dead. Sorry
Oct 29 13:50:40 samsung5-ubuntu at-spi-bus-launcher[4567]: XIO:  fatal IO error 
11 (Resource temporarily unavailable) on X server ":0"
...

I tried to uninstall all gnome-shell-extensions packages, but the
behavior is exactly the same.

** Affects: gnome-shell (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/1800464

Title:
  CRITICAL gnome-shell error: segfault error 4 in libmozjs-60.so.0.0.0

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

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

[Bug 1752081] Re: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2

2018-05-16 Thread jean-christophe manciot
Same issue on Cosmic.

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

Title:
  platform regulatory.0: Direct firmware load for regulatory.db failed
  with error -2

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

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

[Bug 1741672] [NEW] Cannot build 235-3ubuntu3 due to missing ... libsystemd-shared-235.so

2018-01-06 Thread jean-christophe manciot
Public bug reported:

Ubuntu 17.10
systemd 234-2ubuntu12.1

Building 235-3ubuntu3 from sources with:
dpkg-buildpackage --no-sign --build=binary

leads to:
...
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-journal-remote/lib/systemd/systemd-journal-remote (ELF format: 
'elf64-x86-64' abi: '0201003e'; RPATH: '/lib/systemd')
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-journal-remote/lib/systemd/systemd-journal-upload (ELF format: 
'elf64-x86-64' abi: '0201003e'; RPATH: '/lib/systemd')
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-journal-remote/lib/systemd/systemd-journal-gatewayd (ELF format: 
'elf64-x86-64' abi: '0201003e'; RPATH: '/lib/systemd')
...
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-container/lib/systemd/systemd-machined (ELF format: 
'elf64-x86-64' abi: '0201003e'; RPATH: '/lib/systemd')
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-container/bin/machinectl (ELF format: 'elf64-x86-64' abi: 
'0201003e'; RPATH: '/lib/systemd')
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-container/lib/systemd/systemd-export (ELF format: 'elf64-x86-64' 
abi: '0201003e'; RPATH: '/lib/systemd')
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-container/usr/bin/systemd-nspawn (ELF format: 'elf64-x86-64' 
abi: '0201003e'; RPATH: '/lib/systemd')
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-container/lib/systemd/systemd-importd (ELF format: 
'elf64-x86-64' abi: '0201003e'; RPATH: '/lib/systemd')
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-container/lib/systemd/systemd-import (ELF format: 'elf64-x86-64' 
abi: '0201003e'; RPATH: '/lib/systemd')
dpkg-shlibdeps: error: cannot find library libsystemd-shared-235.so needed by 
debian/systemd-container/lib/systemd/systemd-pull (ELF format: 'elf64-x86-64' 
abi: '0201003e'; RPATH: '/lib/systemd')

It's the first time I meet such a catch 22 issue when building a
package.

** Affects: systemd (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/1741672

Title:
  Cannot build 235-3ubuntu3 due to missing ... libsystemd-shared-235.so

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

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

[Bug 1738403] Re: iptables-save duplicates libvirt rules

2017-12-15 Thread jean-christophe manciot
It appears that this issue concerns all Linux bridges:

# cat iptables/rules.v4 | grep lxcbr0 | sort | uniq -c
  7 -A FORWARD -i lxcbr0 -j ACCEPT
  7 -A FORWARD -o lxcbr0 -j ACCEPT
  7 -A INPUT -i lxcbr0 -p tcp -m tcp --dport 53 -j ACCEPT
  7 -A INPUT -i lxcbr0 -p tcp -m tcp --dport 67 -j ACCEPT
  7 -A INPUT -i lxcbr0 -p udp -m udp --dport 53 -j ACCEPT
  7 -A INPUT -i lxcbr0 -p udp -m udp --dport 67 -j ACCEPT
 13 -A POSTROUTING -o lxcbr0 -p udp -m udp --dport 68 -j CHECKSUM 
--checksum-fill

** Summary changed:

- iptables-save duplicates libvirt rules
+ iptables-save duplicates all rules related to Linux bridges

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

Title:
  iptables-save duplicates all rules related to Linux bridges

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

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

[Bug 1738403] [NEW] iptables-save duplicates libvirt rules

2017-12-15 Thread jean-christophe manciot
Public bug reported:

Ubuntu 17.10
iptables 1.6.1-2ubuntu1

Before "iptables-save > /etc/iptables/rules.v4"
---
# cat iptables/rules.v4 | grep virbr0 | sort | uniq -c
 14 -A FORWARD -d 192.168.122.0/24 -o virbr0 -m conntrack --ctstate 
RELATED,ESTABLISHED -j ACCEPT
 14 -A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable
 14 -A FORWARD -i virbr0 -o virbr0 -j ACCEPT
 14 -A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable
 14 -A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT
 14 -A INPUT -i virbr0 -p tcp -m tcp --dport 53 -j ACCEPT
 14 -A INPUT -i virbr0 -p tcp -m tcp --dport 67 -j ACCEPT
 14 -A INPUT -i virbr0 -p udp -m udp --dport 53 -j ACCEPT
 14 -A INPUT -i virbr0 -p udp -m udp --dport 67 -j ACCEPT
 14 -A OUTPUT -o virbr0 -p udp -m udp --dport 68 -j ACCEPT
 33 -A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM 
--checksum-fill
  1 -A ufw-user-input -i virbr0 -j ACCEPT
  1 -A ufw-user-output -o virbr0 -j ACCEPT

After "iptables-save > /etc/iptables/rules.v4"
--
# cat iptables/rules.v4 | grep virbr0 | sort | uniq -c
 15 -A FORWARD -d 192.168.122.0/24 -o virbr0 -m conntrack --ctstate 
RELATED,ESTABLISHED -j ACCEPT
 15 -A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable
 15 -A FORWARD -i virbr0 -o virbr0 -j ACCEPT
 15 -A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable
 15 -A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT
 15 -A INPUT -i virbr0 -p tcp -m tcp --dport 53 -j ACCEPT
 15 -A INPUT -i virbr0 -p tcp -m tcp --dport 67 -j ACCEPT
 15 -A INPUT -i virbr0 -p udp -m udp --dport 53 -j ACCEPT
 15 -A INPUT -i virbr0 -p udp -m udp --dport 67 -j ACCEPT
 15 -A OUTPUT -o virbr0 -p udp -m udp --dport 68 -j ACCEPT
 34 -A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM 
--checksum-fill
  1 -A ufw-user-input -i virbr0 -j ACCEPT
  1 -A ufw-user-output -o virbr0 -j ACCEPT

It looks like iptables-save is confused by virbrn entries and duplicates
them each time it is run.

** Affects: iptables (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/1738403

Title:
  iptables-save duplicates libvirt rules

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

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

[Bug 1731428] Re: gnome-session-binary: Unrecoverable failure in required component org.gnome.SettingsDaemon.Color.desktop

2017-11-10 Thread jean-christophe manciot
There is no TryExec in gnome-settings-daemon.desktop:

[Desktop Entry]
Type=Application
Name=GNOME Settings Daemon
Exec=/usr/lib/gnome-settings-daemon/gnome-settings-daemon-localeexec
OnlyShowIn=GNOME;
NoDisplay=false
X-GNOME-Autostart-Phase=Initialization
X-GNOME-Autostart-Notify=true
X-GNOME-AutoRestart=true
X-Ubuntu-Gettext-Domain=gnome-settings-daemon

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

Title:
  gnome-session-binary: Unrecoverable failure in required component
  org.gnome.SettingsDaemon.Color.desktop

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

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

[Bug 1731428] [NEW] gnome-session-binary: Unrecoverable failure in required component org.gnome.SettingsDaemon.Color.desktop

2017-11-10 Thread jean-christophe manciot
Public bug reported:

On Ubuntu 17.10 artful
gnome-session 3.26.1-0ubuntu6
gnome-settings-daemon 3.26.1-0ubuntu5

Nov 10 09:18:44 samsung-ubuntu gnome-session[6947]: gnome-session-binary[6947]: 
WARNING: Application 'org.gnome.SettingsDaemon.Color.desktop' failed to 
register before timeout
Nov 10 09:18:44 samsung-ubuntu gnome-session-binary[6947]: WARNING: Application 
'org.gnome.SettingsDaemon.Color.desktop' failed to register before timeout
Nov 10 09:18:44 samsung-ubuntu gnome-session-binary[6947]: Unrecoverable 
failure in required component org.gnome.SettingsDaemon.Color.desktop
Nov 10 09:18:44 samsung-ubuntu gnome-session[6947]: gnome-session-binary[6947]: 
CRITICAL: We failed, but the fail whale is dead. Sorry
Nov 10 09:18:44 samsung-ubuntu gnome-session-binary[6947]: CRITICAL: We failed, 
but the fail whale is dead. Sorry

There is no other mention of org.gnome.SettingsDaemon.Color.desktop
before in syslog and kern.log, which is odd.

However, I found the following lines earlier in syslog regarding 
gnome-settings-daemon:
Nov 10 09:17:12 samsung-ubuntu gnome-session[6947]: gnome-session-binary[6947]: 
WARNING: Could not parse desktop file gnome-settings-daemon.desktop or it 
references a not found TryExec binary
Nov 10 09:17:12 samsung-ubuntu gnome-session-binary[6947]: WARNING: Could not 
parse desktop file gnome-settings-daemon.desktop or it references a not found 
TryExec binary

I'll try to reinstall gnome-settings-daemon.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-settings-daemon 3.26.1-0ubuntu5
Uname: Linux 4.13.0-16-generic x86_64
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Nov 10 09:18:44 2017

** Affects: gnome-session (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/1731428

Title:
  gnome-session-binary: Unrecoverable failure in required component
  org.gnome.SettingsDaemon.Color.desktop

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

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

[Bug 1692073] Re: check_clamav test fails

2017-08-17 Thread jean-christophe manciot
If, and only if, I add the following 2 lines to debian/rules, the build passes:
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info

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

Title:
  check_clamav test fails

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

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


[Bug 1692073] Re: check_clamav test fails

2017-08-17 Thread jean-christophe manciot
Building 0.99.2+dfsg-6ubuntu2 in **Zesty**:

dpkg-shlibdeps: error: no dependency information found for 
/usr/lib/libxml2.so.2 (used by 
debian/libclamav7/usr/lib/x86_64-linux-gnu/libclamav.so.7.1.1)
Hint: check if the library actually comes from a package.
dh_shlibdeps: dpkg-shlibdeps -Tdebian/libclamav7.substvars 
debian/libclamav7/usr/lib/x86_64-linux-gnu/libclamav.so.7.1.1 returned exit 
code 2
dh_shlibdeps: Aborting due to earlier error
debian/rules:71: recipe for target 'binary' failed
make: *** [binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

Although:
# apt-cache policy libxml2-dev
libxml2-dev:
  Installed: 2.9.4+dfsg1-2.2

It turns out that the requested file does not exist in Zesty:
# apt-file search /usr/lib/libxml2.so.2
#

However, the same requested lib file is offered in another location by libxml2:
1) in Zesty:
---
# apt-file search libxml2.so.2
...
libxml2: /usr/lib/x86_64-linux-gnu/libxml2.so.2
...

2) in Artful:

# dpkg --contents libxml2_2.9.4+dfsg1-3build2_amd64.deb | grep libxml2.so.2
-rw-r--r-- root/root   1801528 2017-08-02 22:08 
./usr/lib/x86_64-linux-gnu/libxml2.so.2.9.4
lrwxrwxrwx root/root 0 2017-08-02 22:08 
./usr/lib/x86_64-linux-gnu/libxml2.so.2 -> libxml2.so.2.9.4

In both Ubuntu releases, the file libxml2.so.2 is located in:
/usr/lib/x86_64-linux-gnu

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

Title:
  check_clamav test fails

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

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


[Bug 1692073] Re: check_clamav test fails

2017-07-13 Thread jean-christophe manciot
I tried to build it with:

apt-cache policy llvm
llvm:
  Installed: 1:4.0-34ubuntu2

I also had no issue when building from the exact same clamav sources
(0.99.2+dfsg-6) while on Ubuntu yakkety which uses llvm-3.9.

It seems that the issue originates from incompatibility(ies) between
clamav and llvm-4.0.

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

Title:
  check_clamav test fails

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

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


[Bug 1647166] [NEW] systemd-networkd Lost wlan0 carrier although it is always there and strong

2016-12-04 Thread jean-christophe manciot
Public bug reported:

On Ubuntu 16.10 4.8 with systemd 231-9ubuntu1

Wlan0 carrier is lost now and then although there is no apparent reason:
the signal which is broadcasted by the nearby AP remains always strong
just a few feet away.

All the related logs are attached.

What could trigger the error message "systemd-networkd[2940]: wlan0:
Lost carrier" (line 577 in log) other than a weak signal?

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


** Tags: lost-carrier systemd-networkd

** Attachment added: "Logs"
   
https://bugs.launchpad.net/bugs/1647166/+attachment/4787322/+files/WiFi-troubleshoot.log

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

Title:
  systemd-networkd Lost wlan0 carrier although it is always there and
  strong

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

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


[Bug 1573464] Re: Could not install 'fwupdate' during upgrade 15.10 -> 16.04

2016-11-04 Thread jean-christophe manciot
It"s much too late.

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

Title:
  Could not install 'fwupdate' during upgrade 15.10 -> 16.04

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

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


[Bug 1619870] [NEW] fatal error during build: runtime: type offset out of range

2016-09-03 Thread jean-christophe manciot
Public bug reported:

Ubuntu 16.04 4.4.0-36
snapd git sources 2.14.2.16.04

echo 
echo Cleaning
echo 
cd git-snapd
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/cheggaaa/pb
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/mvo5/uboot-go
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/yaml.v2
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gorilla/context
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gorilla/mux
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/kr/pty
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/macaroon.v1
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/tomb.v2
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/tylerb/graceful.v1
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gorilla/websocket
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gosexy/gettext
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/jessevdk/go-flags
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/peterh/liner
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/testing-cabal/subunit-go
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/coreos/go-systemd
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/mvo5/goconfigparser
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/golang.org/x/crypto
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/check.v1
git checkout master
git reset --hard
git clean -fxd :/
git pull -v --progress --rebase
git checkout ${release_number}

echo ---
echo Checking Build Dependencies
echo ---
dpkg-checkbuilddeps
godeps -t -u dependencies.tsv

echo 
echo Building
echo 
dpkg-buildpackage -b -m"Jean-Christophe Manciot 
<manciot.jeanchristo...@gmail.com>"
...
src/github.com/snapcore/snapd/i18n/i18n.go
runtime: typeOff 0x50dcc0 out of range 0x4f9000 - 0x55087f
fatal error: runtime: type offset out of range

runtime stack:
runtime.throw(0x542785, 0x21)
/usr/lib/go/src/runtime/panic.go:566 +0x95 fp=0x7fff24bea460 
sp=0x7fff24bea440
runtime.(*_type).typeOff(0x52d4c0, 0x50dcc0, 0x0)
/usr/lib/go/src/runtime/type.go:233 +0x353 fp=0x7fff24bea4c0 
sp=0x7fff24bea460
runtime.additab(0x5ce100, 0x7fff24be0001)
/usr/lib/go/src/runtime/iface.go:112 +0x1fb fp=0x7fff24bea5b0 
sp=0x7fff24bea4c0
runtime.itabsinit()
/usr/lib/go/src/runtime/iface.go:149 +0x79 fp=0x7fff24bea5f0 
sp=0x7fff24bea5b0
runtime.schedinit()
/usr/lib/go/src/runtime/proc.go:444 +0x6e fp=0x7fff24bea630 
sp=0x7fff24bea5f0
runtime.rt0_go(0x7fff24bea668, 0x3dd, 0x7fff24bea668, 0x0, 0x0, 0x3dd, 
0x7fff24bed885, 0x7fff24bed8f4, 0x7fff24bed8f7, 0x7fff24bed95d, ...)
/usr/lib/go/src/runtime/asm_amd64.s:145 +0x14f fp=0x7fff24bea638 
sp=0x7fff24bea630

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

** Summary changed:

- fatal error: runtime: type offset out of range
+ fatal error during build: runtime: type offset out of range

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

Title:
  fatal error during build: runtime: type offset out of range

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

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


[Bug 1608179] Re: Multiple failed tests during 2.11 build

2016-09-01 Thread jean-christophe manciot
First off, your successful tests are not conclusive in this situation: you're 
using 16.10 beta when I'm using stable 16.04.
Secondly, I am able to successfully build other go packages, so I don't think 
my environment has an issue, but I remain open to all suggestions.
Third, in the meantime, I have found a way (unique to this package) to overcome 
the previous error messages with:
echo 
echo Cleaning
echo 
cd git-snapd
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/cheggaaa/pb
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/mvo5/uboot-go
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/yaml.v2
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gorilla/context
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gorilla/mux
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/kr/pty
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/macaroon.v1
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/tomb.v2
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/tylerb/graceful.v1
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gorilla/websocket
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gosexy/gettext
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/jessevdk/go-flags
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/peterh/liner
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/testing-cabal/subunit-go
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/coreos/go-systemd
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/mvo5/goconfigparser
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/golang.org/x/crypto
rm -rv --dir 
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/check.v1
git checkout master
git reset --hard
git clean -fxd :/
git pull -v --progress --rebase
git checkout ${release_number}

echo ---
echo Checking Build Dependencies
echo ---
dpkg-checkbuilddeps
godeps -t -u dependencies.tsv
...
This forces the fetch of new versions:
update gopkg.in/macaroon.v1 failed; trying to fetch newer version
gopkg.in/macaroon.v1 now at ab3940c6c16510a850e1c2dd628b919f0f3f1464
update gopkg.in/tomb.v2 failed; trying to fetch newer version
gopkg.in/tomb.v2 now at 14b3d72120e8d10ea6e6b7f87f7175734b1faab8
update github.com/cheggaaa/pb failed; trying to fetch newer version
github.com/cheggaaa/pb now at e8c7cc515bfde3e267957a3b110080ceed51354e
update gopkg.in/yaml.v2 failed; trying to fetch newer version
gopkg.in/yaml.v2 now at 49c95bdc21843256fb6c4e0d370a05f24a0bf213
update github.com/coreos/go-systemd failed; trying to fetch newer version
github.com/coreos/go-systemd now at f743bc15d6bddd23662280b4ad20f7c874cdd5ad
update github.com/testing-cabal/subunit-go failed; trying to fetch newer version
github.com/testing-cabal/subunit-go now at 
00b258565a5cf3adaa24b68d31c9e6ec3d2cdbe7
update gopkg.in/check.v1 failed; trying to fetch newer version
gopkg.in/check.v1 now at 64131543e7896d5bcc6bd5a76287eb75ea96c673
update github.com/jessevdk/go-flags failed; trying to fetch newer version
github.com/jessevdk/go-flags now at 6b9493b3cb60367edd942144879646604089e3f7
update gopkg.in/tylerb/graceful.v1 failed; trying to fetch newer version
gopkg.in/tylerb/graceful.v1 now at 842f31108f8d3512ce3176d00bf1a32db1d5e3af
update github.com/gorilla/context failed; trying to fetch newer version
github.com/gorilla/context now at 1c83b3eabd45b6d76072b66b746c20815fb2872d
update github.com/gorilla/websocket failed; trying to fetch newer version
github.com/gorilla/websocket now at 234959944d9cf05229b02e8b386e5cffe1e4e04a
update github.com/gosexy/gettext failed; trying to fetch newer version
github.com/gosexy/gettext now at 98b7b91596d20b96909e6b60d57411547dd9959c
update github.com/mvo5/uboot-go failed; trying to fetch newer version
github.com/mvo5/uboot-go now at 361f6ebcbb54f389d15dc9faefa000e996ba3e37
update github.com/mvo5/goconfigparser failed; trying to fetch newer version
github.com/mvo5/goconfigparser now at 26426272dda20cc76aa1fa44286dc743d2972fe8
update golang.org/x/crypto failed; trying to fetch newer version
golang.org/x/crypto now at 611beeb3d5df450a45f4b67f9e25235f54beda72
update github.com/gorilla/mux failed; trying to fetch newer version
github.com/gorilla/mux now at 

[Bug 1608179] Re: Multiple failed tests during 2.11 build

2016-08-07 Thread jean-christophe manciot
I have overlooked some errors during the "godeps -t -u dependencies.tsv" step:
/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/cheggaaa/pb"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/mvo5/uboot-go"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/yaml.v2" is 
not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gorilla/context"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gorilla/mux"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/kr/pty" 
is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/macaroon.v1"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/tomb.v2" is 
not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/tylerb/graceful.v1"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gorilla/websocket"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/gosexy/gettext"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/jessevdk/go-flags"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/peterh/liner"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/testing-cabal/subunit-go"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/coreos/go-systemd"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/github.com/mvo5/goconfigparser"
 is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/golang.org/x/crypto" 
is not clean; will not update
godeps: 
"/home/actionmystique/Program-Files/Ubuntu/GO-Packages/src/gopkg.in/check.v1" 
is not clean; will not update

How can I correct this?

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

Title:
  Multiple failed tests during 2.11 build

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

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


[Bug 1608179] [NEW] Multiple failed tests during 2.11 build

2016-07-31 Thread jean-christophe manciot
Public bug reported:

Ubuntu 16.04 4.4.0-31
snapd sources 2.11 from https://github.com/snapcore/snapd

echo ---
echo Checking Build Dependencies
echo ---
apt-get update
apt-get build-dep snapd
cd snapd
godeps -t -u dependencies.tsv

echo 
echo Cleaning
echo 
git reset --hard
git clean -fxd :/
git checkout master
git pull -v --progress --rebase
git checkout 2.11

echo 
echo Building
echo 
dpkg-buildpackage -b -m"Jean-Christophe Manciot 
<manciot.jeanchristo...@gmail.com>"
...
--
FAIL: fsbackstore_test.go:53: fsBackstoreSuite.TestOpenCreateFail

fsbackstore_test.go:61:
c.Assert(err, ErrorMatches, "cannot create assert storage root: .*")
... value = nil
... regex string = "cannot create assert storage root: .*"
... Error value is nil
...
--
FAIL: io_test.go:77: AtomicWriteTestSuite.TestAtomicWriteFileSymlinkNoFollow

io_test.go:88:
c.Assert(err, NotNil)
... value = nil


--
FAIL: io_test.go:77: AtomicWriteTestSuite.TestAtomicWriteFileSymlinkNoFollow

io_test.go:88:
c.Assert(err, NotNil)
... value = nil
...
--
FAIL: policy_test.go:103: policySuite.TestIterOpBadTargetdir

policy_test.go:105:
c.Check(err, ErrorMatches, `.*unable.*make.*directory.*`)
... error string = "unable to do policyOp(42) for /.Trash-0: not a regular file"
... regex string = ".*unable.*make.*directory.*"


--
FAIL: policy_test.go:120: policySuite.TestIterOpInstallBadFilemode

policy_test.go:124:
c.Check(err, ErrorMatches, ".*unable to open.*")
... value = nil
... regex string = ".*unable to open.*"
... Error value is nil


--
FAIL: policy_test.go:127: policySuite.TestIterOpInstallBadTarget

policy_test.go:131:
c.Check(err, ErrorMatches, ".*unable to create.*")
... value = nil
... regex string = ".*unable to create.*"
... Error value is nil


--
FAIL: policy_test.go:134: policySuite.TestIterOpRemoveBadDirmode

policy_test.go:140:
c.Assert(err, ErrorMatches, ".*unable to remove.*")
... value = nil
... regex string = ".*unable to remove.*"
... Error value is nil

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

** Attachment added: "Whole build log"
   
https://bugs.launchpad.net/bugs/1608179/+attachment/4710735/+files/Multiple%20failed%20tests%20during%20snpad%202.11%20build.txt

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

Title:
  Multiple failed tests during 2.11 build

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

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


[Bug 1586620] Re: debian/clean: config.log: not found

2016-05-29 Thread jean-christophe manciot
Thanks a lot for clarifying that.

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

Title:
  debian/clean: config.log: not found

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

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


[Bug 1586620] Re: debian/clean: config.log: not found

2016-05-28 Thread jean-christophe manciot
I haven't touch in any way "debian/clean".
Regardless, you (or the person responsible for this) could format the version 
number in such a way that we could still link it to an upstream commit when it 
does not match a tag; for instance, there are 7.2p2-4ubuntu1, 7.2p2-4, 
7.2p2-5... when the latest tag is 7.2p2, so we can't know which commit matches 
which version.
However, if the version had a format such as 7.2p3~git20160520.39c0ceca, we 
would be able to map it to a known commit.

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

Title:
  debian/clean: config.log: not found

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

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


[Bug 1586623] [NEW] debian/clean: debian/openssh-server.sshd.pam: not found

2016-05-28 Thread jean-christophe manciot
Public bug reported:

Ubuntu 16.04 4.4.0-22
Openssh debian 7.2p2-5

 echo 
 echo Cleaning
 echo 
 cd git-openssh
 git reset --hard
 git clean -fxd :/
 git fetch --progress --prune origin

 echo ---
 echo "Copying Debian control folder in the expected location"
 echo ---
 rsync -av ../debian .

 echo 
 echo Building
 echo 
 dpkg-buildpackage -m"Jean-Christophe Manciot 
<manciot.jeanchristo...@gmail.com>"

...
make[1]: Leaving directory 
'/home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh'
   dh_autoreconf_clean
   dh_clean
/home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh/debian/clean: 1: 
/home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh/debian/clean: 
config.log: not found
/home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh/debian/clean: 2: 
/home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh/debian/clean: 
debian/openssh-server.sshd.pam: not found
dh_clean: problem reading debian/clean: 
debian/rules:122: recipe for target 'clean' failed
make: *** [clean] Error 127
dpkg-buildpackage: error: debian/rules clean gave error exit status 2

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

** Attachment added: "debian-clean config.log not found.txt"
   
https://bugs.launchpad.net/bugs/1586623/+attachment/4671771/+files/debian-clean%20config.log%20not%20found.txt

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

Title:
  debian/clean: debian/openssh-server.sshd.pam: not found

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

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


[Bug 1586620] [NEW] debian/clean: config.log: not found

2016-05-28 Thread jean-christophe manciot
Public bug reported:

Ubuntu 16.04 4.4.0-22
Openssh debian 7.2p2-5

echo 
echo Cleaning
echo 
cd git-openssh
git reset --hard
git clean -fxd :/
git fetch --progress --prune origin

echo ---
echo "Copying Debian control folder in the expected location"
echo ---
rsync -av ../debian .

echo 
echo Building
echo 
dpkg-buildpackage -m"Jean-Christophe Manciot 
<manciot.jeanchristo...@gmail.com>"

...
make[1]: Leaving directory 
'/home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh'
   dh_autoreconf_clean
   dh_clean
/home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh/debian/clean: 1: 
/home/actionmystique/Program-Files/Ubuntu/OpenSSH/git-openssh/debian/clean: 
config.log: not found
...

** Affects: openssh (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/1586620

Title:
  debian/clean: config.log: not found

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

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


[Bug 1586620] Re: debian/clean: config.log: not found

2016-05-28 Thread jean-christophe manciot
** Attachment added: "Full log"
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1586620/+attachment/4671770/+files/debian-clean%20config.log%20not%20found.txt

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

Title:
  debian/clean: config.log: not found

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

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


[Bug 1582986] [NEW] NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
Public bug reported:

Ubuntu 16.04 4.4.0-22
systemd 229-4
network-manager 1.1.93
network-manager-gnome 1.2.0

Multiple services and targets are deleted by systemd to "break ordering
cycle" (cf. boot.log), but NetworkManager is the only one of them
(network.target,rpcbind,sysinit.target,open-iscsi.service,remote-fs-
pre.target,iscsid.service,zfs-fuse.service - cf. their respective logs)
which is not started after bootup:

sudo systemctl status NetworkManager.service
● NetworkManager.service - Network Manager
   Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead)

May 18 05:00:10 samsung-ubuntu systemd[1]: NetworkManager.service: Job
NetworkManager.service/verify-active deleted to break ordering cycle
starting with network.target/start

Attachments:
---
- journalctl -l -b0 --system _COMM=systemd > boot.log
- systemctl -l status rpcbind  > rpcbind.log
- systemctl -l status network.target  > network.target.txt
- systemctl -l status remote-fs-pre.target  > remote-fs-pre.target.log
- systemctl -l status sysinit.target  > sysinit.target.log
- systemctl -l status zfs-fuse.service  > zfs-fuse.service.log
- systemctl -l status open-iscsi.service  > open-iscsi.service.log
- systemctl -l status iscsid.service  > iscsid.service.log

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: service startup systemd

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

Title:
  NetworkManager service does not start during bootup

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

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

[Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status sysinit.target"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665101/+files/sysinit.target.log

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

Title:
  NetworkManager service does not start during bootup

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

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


[Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status rpcbind.service"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665098/+files/rpcbind.log

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

Title:
  NetworkManager service does not start during bootup

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

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


[Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status remote-fs-pre.target"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665100/+files/remote-fs-pre.target.log

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

Title:
  NetworkManager service does not start during bootup

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

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


[Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status open-iscsi.service"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665103/+files/open-iscsi.service.log

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

Title:
  NetworkManager service does not start during bootup

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

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


[Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status zfs-fuse.service"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665102/+files/zfs-fuse.service.log

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

Title:
  NetworkManager service does not start during bootup

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

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


[Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status iscsid.service"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665104/+files/iscsid.service.log

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

Title:
  NetworkManager service does not start during bootup

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

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


[Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-17 Thread jean-christophe manciot
** Attachment added: "systemctl -l status network.target"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582986/+attachment/4665099/+files/network.target.log

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

Title:
  NetworkManager service does not start during bootup

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

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-05-05 Thread jean-christophe manciot
After exiting from Synaptic, is it expected for the file
/var/cache/apt/archives/lock to be still there?

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

Title:
  /root/.synaptic/ not created due to locking status

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

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


[Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-29 Thread jean-christophe manciot
Are you suggesting that the change was motivated to make libvirt support 
multiple architectures?
You can check that debian has the same path for the libvirt libraries across 
multiple architectures at the bottom of this page: 
https://packages.debian.org/sid/libvirt0.

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10 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/libvirt/+bug/1574566/+subscriptions

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


[Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-29 Thread jean-christophe manciot
I don't get your point... at all. Are you suggesting th
Debian has not changed the path for the libraries: File list of package 
libvirt0 1.3.3 in sid of architecture amd64

/usr/lib/libvirt-admin.so.0
/usr/lib/libvirt-admin.so.0.1003.3
/usr/lib/libvirt-lxc.so.0
/usr/lib/libvirt-lxc.so.0.1003.3
/usr/lib/libvirt-qemu.so.0
/usr/lib/libvirt-qemu.so.0.1003.3
/usr/lib/libvirt.so.0
/usr/lib/libvirt.so.0.1003.3
/usr/share/doc/libvirt0/changelog.Debian.gz
/usr/share/doc/libvirt0/changelog.gz
/usr/share/doc/libvirt0/copyright

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10 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/libvirt/+bug/1574566/+subscriptions

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


[Bug 1575069] Re: [Enhancement] Provide pkg-config file for libvirt to avoid the need to set environment variables

2016-04-28 Thread jean-christophe manciot
** Changed in: libvirt (Ubuntu)
   Status: New => Invalid

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

Title:
  [Enhancement] Provide pkg-config file for libvirt to avoid the need to
  set environment variables

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

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


[Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-28 Thread jean-christophe manciot
as a POC with libvirt 1.3.3 installed:

sudo rm -v /usr/lib/x86_64-linux-gnu/libvirt*
removed '/usr/lib/x86_64-linux-gnu/libvirt-admin.so.0'
removed '/usr/lib/x86_64-linux-gnu/libvirt-admin.so.0.1003.1'
removed '/usr/lib/x86_64-linux-gnu/libvirt-lxc.so.0'
removed '/usr/lib/x86_64-linux-gnu/libvirt-lxc.so.0.1003.1'
removed '/usr/lib/x86_64-linux-gnu/libvirt-qemu.so.0'
removed '/usr/lib/x86_64-linux-gnu/libvirt-qemu.so.0.1003.1'
removed '/usr/lib/x86_64-linux-gnu/libvirt.so.0'
removed '/usr/lib/x86_64-linux-gnu/libvirt.so.0.1003.1'

sudo ldconfig
sudo systemctl stop libvirt-bin
sudo systemctl start libvirt-bin
sudo systemctl status libvirt-bin
● libvirt-bin.service - Virtualization daemon
   Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Thu 2016-04-28 20:00:40 CEST; 5s ago
 Docs: man:libvirtd(8)
   http://libvirt.org
 Main PID: 15862 (libvirtd)
Tasks: 16
   Memory: 8.8M
  CPU: 426ms
   CGroup: /system.slice/libvirt-bin.service
   └─15862 /usr/sbin/libvirtd

sudo libvirtd version
libvirtd (libvirt) 1.3.3

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10 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/libvirt/+bug/1574566/+subscriptions

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

[Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-28 Thread jean-christophe manciot
Do I need to open a new "bug report"?

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10 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/libvirt/+bug/1574566/+subscriptions

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


[Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-28 Thread jean-christophe manciot
There is an issue, although it is not directly related to the title of
this thread.

It used to be possible to install libvirt 1.3.3 over 1.2.16 on Ubuntu 15.10 
***without any issue.***
Now, on Ubuntu 16.10, trying to install libvirt 1.3.3 from the ***same 
sources*** triggers the error already depicted above:
systemctl status libvirt-bin
● libvirt-bin.service - Virtualization daemon
   Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead) (Result: exit-code) since Thu 2016-04-28 19:10:19 
CEST; 1min 3s ago
 Docs: man:libvirtd(8)
   http://libvirt.org
  Process: 11398 ExecStart=/usr/sbin/libvirtd $libvirtd_opts (code=exited, 
status=1/FAILURE)
 Main PID: 11398 (code=exited, status=1/FAILURE)

Apr 28 19:10:19 samsung-ubuntu systemd[1]: Failed to start Virtualization 
daemon.
Apr 28 19:10:19 samsung-ubuntu systemd[1]: libvirt-bin.service: Unit entered 
failed state.
Apr 28 19:10:19 samsung-ubuntu systemd[1]: libvirt-bin.service: Failed with 
result 'exit-code'.
Apr 28 19:10:19 samsung-ubuntu systemd[1]: libvirt-bin.service: Service 
hold-off time over, scheduling restart.
Apr 28 19:10:19 samsung-ubuntu systemd[1]: Stopped Virtualization daemon.
Apr 28 19:10:19 samsung-ubuntu systemd[1]: libvirt-bin.service: Start request 
repeated too quickly.
Apr 28 19:10:19 samsung-ubuntu systemd[1]: Failed to start Virtualization 
daemon.

What has changed?
I finally figured it out.
On Ubuntu 15.10, we had the shared libraries in /usr/lib as expected:
dpkg --contents libvirt0_1.2.16-2ubuntu11_amd64.deb | grep so
-rw-r--r-- root/root   3607776 2015-09-29 03:02 ./usr/lib/libvirt.so.0.1002.16
-rw-r--r-- root/root 10168 2015-09-29 03:02 
./usr/lib/libvirt-lxc.so.0.1002.16
-rw-r--r-- root/root 14264 2015-09-29 03:02 
./usr/lib/libvirt-qemu.so.0.1002.16
lrwxrwxrwx root/root 0 2015-09-29 03:02 ./usr/lib/libvirt-qemu.so.0 -> 
libvirt-qemu.so.0.1002.16
lrwxrwxrwx root/root 0 2015-09-29 03:02 ./usr/lib/libvirt.so.0 -> 
libvirt.so.0.1002.16
lrwxrwxrwx root/root 0 2015-09-29 03:02 ./usr/lib/libvirt-lxc.so.0 -> 
libvirt-lxc.so.0.1002.16

Since libvirt 1.3.3 installs its libraries over the previous ones in the same 
folder, everything worked fine:
dpkg --contents libvirt_1.3.3-14_amd64.deb | grep so
...
-rwxr-xr-x root/root   3718272 2016-04-28 19:09 ./usr/lib/libvirt.so.0.1003.3
-rwxr-xr-x root/root 34952 2016-04-28 19:09 
./usr/lib/libvirt-admin.so.0.1003.3
-rwxr-xr-x root/root 14272 2016-04-28 19:09 
./usr/lib/libvirt-qemu.so.0.1003.3
-rwxr-xr-x root/root 14272 2016-04-28 19:09 
./usr/lib/libvirt-lxc.so.0.1003.3
-rwxr-xr-x root/root264496 2016-04-28 19:09 ./usr/lib/libnss_libvirt.so.2
lrwxrwxrwx root/root 0 2016-04-28 19:09 ./usr/lib/libvirt.so -> 
libvirt.so.0.1003.3
lrwxrwxrwx root/root 0 2016-04-28 19:09 ./usr/lib/libvirt-qemu.so.0 -> 
libvirt-qemu.so.0.1003.3
lrwxrwxrwx root/root 0 2016-04-28 19:09 ./usr/lib/libvirt-admin.so.0 -> 
libvirt-admin.so.0.1003.3
lrwxrwxrwx root/root 0 2016-04-28 19:09 ./usr/lib/libvirt-lxc.so.0 -> 
libvirt-lxc.so.0.1003.3
lrwxrwxrwx root/root 0 2016-04-28 19:09 ./usr/lib/libvirt.so.0 -> 
libvirt.so.0.1003.3
lrwxrwxrwx root/root 0 2016-04-28 19:09 ./usr/lib/libvirt-admin.so -> 
libvirt-admin.so.0.1003.3
lrwxrwxrwx root/root 0 2016-04-28 19:09 ./usr/lib/libvirt-qemu.so -> 
libvirt-qemu.so.0.1003.3
lrwxrwxrwx root/root 0 2016-04-28 19:09 ./usr/lib/libvirt-lxc.so -> 
libvirt-lxc.so.0.1003.3

Alas! Someone in Canonical decided to change that and now the libraries have 
moved to a different folder:
dpkg --contents libvirt0_1.3.1-1ubuntu10_amd64.deb | grep so
-rw-r--r-- root/root 10168 2016-04-15 09:15 
./usr/lib/x86_64-linux-gnu/libvirt-lxc.so.0.1003.1
-rw-r--r-- root/root 14264 2016-04-15 09:15 
./usr/lib/x86_64-linux-gnu/libvirt-qemu.so.0.1003.1
-rw-r--r-- root/root 30680 2016-04-15 09:15 
./usr/lib/x86_64-linux-gnu/libvirt-admin.so.0.1003.1
-rw-r--r-- root/root   3689792 2016-04-15 09:15 
./usr/lib/x86_64-linux-gnu/libvirt.so.0.1003.1
lrwxrwxrwx root/root 0 2016-04-15 09:15 
./usr/lib/x86_64-linux-gnu/libvirt-admin.so.0 -> libvirt-admin.so.0.1003.1
lrwxrwxrwx root/root 0 2016-04-15 09:15 
./usr/lib/x86_64-linux-gnu/libvirt-qemu.so.0 -> libvirt-qemu.so.0.1003.1
lrwxrwxrwx root/root 0 2016-04-15 09:15 
./usr/lib/x86_64-linux-gnu/libvirt.so.0 -> libvirt.so.0.1003.1
lrwxrwxrwx root/root 0 2016-04-15 09:15 
./usr/lib/x86_64-linux-gnu/libvirt-lxc.so.0 -> libvirt-lxc.so.0.1003.1

That explains the confusion:
Apr 28 19:18:45 samsung-ubuntu systemd[1]: Stopped Virtualization daemon.
Apr 28 19:18:45 samsung-ubuntu systemd[1]: Starting Virtualization daemon...
Apr 28 19:18:45 samsung-ubuntu libvirtd[12918]: /usr/sbin/libvirtd: 
/usr/lib/x86_64-linux-gnu/libvirt-admin.so.0: version 
`LIBVIRT_ADMIN_PRIVATE_1.3.3' not found (required by /usr/sbin/libvirtd)
Apr 28 19:18:45 samsung-ubuntu 

[Bug 1575069] Re: [Enhancement] Provide pkg-config file for libvirt to avoid the need to set environment variables

2016-04-26 Thread jean-christophe manciot
It is already provided within libvirt-dev.

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

Title:
  [Enhancement] Provide pkg-config file for libvirt to avoid the need to
  set environment variables

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

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


[Bug 1575069] [NEW] [Enhancement] Provide pkg-config file for libvirt to avoid the need to set environment variables

2016-04-26 Thread jean-christophe manciot
Public bug reported:

Ubuntu 16.04 4.4.0
Libvirt-bin 1.3.1
For example, when configuring libvirt-glib 0.2.3 upstream sources with 
libvirt-bin installed:
...
checking pkg-config is at least version 0.9.0... yes
checking for LIBVIRT... no
configure: error: Package requirements (libvirt >= 1.1.1) were not met:

No package 'libvirt' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBVIRT_CFLAGS
and LIBVIRT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

There is no /usr/lib/libvirt.pc.
Since it is available upstream, it could very easily be shipped within the 
package.

** Affects: libvirt (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/1575069

Title:
  [Enhancement] Provide pkg-config file for libvirt to avoid the need to
  set environment variables

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

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


[Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-26 Thread jean-christophe manciot
Yes, I did. If you don't, you get a warning.

However, after thorough research, I noticed some leftovers from a previously 
installed libvirt 1.3.3 from sources over 1.3.1.
Uninstalling the latter did not uninstall everything, hence the mess.
After cleaning everything and reinstalling libvirt 1.3.1 without 1.3.3, I was 
even able to correctly start libvirt-bin without having to modify the service 
file.
I then modified it with NotifyAccess=all, systemctl daemon-reload & systemctl 
restart libvirt-bin: everything works fine so far:
systemctl status libvirt-bin
● libvirt-bin.service - Virtualization daemon
   Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Tue 2016-04-26 10:03:09 CEST; 6s ago
 Docs: man:libvirtd(8)
   http://libvirt.org
 Main PID: 17108 (libvirtd)
Tasks: 18
   Memory: 33.5M
  CPU: 666ms
   CGroup: /system.slice/libvirt-bin.service
   ├─14707 /usr/sbin/dnsmasq 
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro 
--dhcp-script=/usr/lib/libvirt/libvirt_leaseshel
   ├─14708 /usr/sbin/dnsmasq 
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro 
--dhcp-script=/usr/lib/libvirt/libvirt_leaseshel
   └─17108 /usr/sbin/libvirtd

Apr 26 10:03:09 samsung-ubuntu systemd[1]: Starting Virtualization daemon...
Apr 26 10:03:09 samsung-ubuntu systemd[1]: Started Virtualization daemon.
Apr 26 10:03:09 samsung-ubuntu dnsmasq[14707]: read /etc/hosts - 29 addresses
Apr 26 10:03:09 samsung-ubuntu dnsmasq[14707]: read 
/var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
Apr 26 10:03:09 samsung-ubuntu dnsmasq-dhcp[14707]: read 
/var/lib/libvirt/dnsmasq/default.hostsfile

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10 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/libvirt/+bug/1574566/+subscriptions

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

[Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-25 Thread jean-christophe manciot
Adding NotifyAccess=all in /lib/systemd/system/libvirt-bin.service does
not solve the issue:

sudo systemctl restart libvirt-bin 
sudo systemctl -l status libvirt-bin 
● libvirt-bin.service - Virtualization daemon
   Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead) (Result: exit-code) since Mon 2016-04-25 19:42:23 
CEST; 56s ago
 Docs: man:libvirtd(8)
   http://libvirt.org
  Process: 2319 ExecStart=/usr/sbin/libvirtd $libvirtd_opts (code=exited, 
status=1/FAILURE)
 Main PID: 2319 (code=exited, status=1/FAILURE)

Apr 25 19:42:22 samsung-ubuntu systemd[1]: libvirt-bin.service: Unit entered 
failed state.
Apr 25 19:42:22 samsung-ubuntu systemd[1]: libvirt-bin.service: Failed with 
result 'exit-code'.
Apr 25 19:42:23 samsung-ubuntu systemd[1]: libvirt-bin.service: Service 
hold-off time over, scheduling restart.
Apr 25 19:42:23 samsung-ubuntu systemd[1]: Stopped Virtualization daemon.
Apr 25 19:42:23 samsung-ubuntu systemd[1]: libvirt-bin.service: Start request 
repeated too quickly.
Apr 25 19:42:23 samsung-ubuntu systemd[1]: Failed to start Virtualization 
daemon.

Despite: cat /lib/systemd/system/libvirt-bin.service
[Unit]
Description=Virtualization daemon
Before=libvirt-guests.service
After=network.target
After=dbus.service
After=iscsid.service
After=apparmor.service
After=local-fs.target
After=remote-fs.target
Documentation=man:libvirtd(8)
Documentation=http://libvirt.org

[Service]
Type=notify
EnvironmentFile=-/etc/default/libvirt-bin
ExecStart=/usr/sbin/libvirtd $libvirtd_opts
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
LimitNOFILE=infinity
LimitNPROC=infinity
TasksMax=infinity
NotifyAccess=all

[Install]
WantedBy=multi-user.target
Also=virtlockd.socket
Also=virtlogd.socket

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10 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/libvirt/+bug/1574566/+subscriptions

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

[Bug 1573464] [NEW] Could not install 'fwupdate' during upgrade 15.10 -> 16.04

2016-04-22 Thread jean-christophe manciot
Public bug reported:

Ubuntu 15.10 4.2.0-35
apt 1.2.10

subprocess installed post-installation script returned error exit status
1

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

Title:
  Could not install 'fwupdate' during upgrade 15.10 -> 16.04

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

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


[Bug 1568560] [NEW] nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed

2016-04-10 Thread jean-christophe manciot
Public bug reported:

Hello,
On Ubuntu 15.10 4.2.0-35, with network-manager 1.0.4-0ubuntu5.3
My WiFi connection is very unstable and I have to  often restart NetworkManager 
service (~ a dozen times every day...):

sudo systemctl -l status NetworkManager
● NetworkManager.service - Network Manager
   Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor 
preset: enabled)
   Active: active (running) since dim. 2016-04-10 18:17:07 CEST; 2min 58s ago
 Main PID: 27832 (NetworkManager)
   Memory: 13.8M
  CPU: 1.729s
   CGroup: /system.slice/NetworkManager.service
   ├─ 2703 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground 
--no-hosts --bind-interfaces 
--pid-file=/run/sendsigs.omit.d/network-manager.dnsmasq.pid 
--listen-address=127.0.1.1 --conf-file=/var/run/NetworkManager/dnsmasq.conf 
--cache-size=0 --proxy-dnssec 
--enable-dbus=org.freedesktop.NetworkManager.dnsmasq 
--conf-dir=/etc/NetworkManager/dnsmasq.d
   ├─27832 /usr/sbin/NetworkManager --no-daemon
   └─30448 /sbin/dhclient -d -q -sf 
/usr/lib/NetworkManager/nm-dhcp-helper -pf 
/run/sendsigs.omit.d/network-manager.dhclient-wlan0.pid -lf 
/var/lib/NetworkManager/dhclient-7ec429cb-9dde-4ea4-8eda-f259b66e38a7-wlan0.lease
 -cf /var/lib/NetworkManager/dhclient-wlan0.conf wlan0

avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]:   keyfile: add 
connection in-memory (068de9b1-513a-46f0-b4be-93462d19f68b,"lxcbr0")
avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]:   (lxcbr0): 
device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 
20 41]
avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]:   (lxcbr0): 
device state change: unavailable -> disconnected (reason 'connection-assumed') 
[20 30 41]
avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]:   (lxcbr0): 
Activation: starting connection 'lxcbr0' (068de9b1-513a-46f0-b4be-93462d19f68b)
avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]:   (virbr1-nic): 
new Tun device (carrier: OFF, driver: 'tun', ifindex: 34)
avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]:   (virbr1): 
bridge port virbr1-nic was attached
avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]:   (virbr1-nic): 
enslaved to virbr1
avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]:   (virbr0): new 
Bridge device (carrier: OFF, driver: 'bridge', ifindex: 29)
avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]: 
nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
avril 10 18:17:08 samsung-ubuntu NetworkManager[27832]:   failed to 
enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: 
The name org.ofono was not provided by any .service files

Also, each time I restart my desktop, NetworkManager generates a crash report: 
cf. attached screenshots.
I have tried an Ubuntu VM with the same packages related to networking and the 
exact same releases (same repositories), the crash never happens; the 
difference appears to be only the type of network connection: WiFi for the 
desktop vs Ethernet for the VM.

Any suggestion?

** Affects: network-manager
 Importance: Undecided
 Status: New

** Package changed: ubuntu => network-manager

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

Title:
  nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed

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

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

[Bug 1568528] [NEW] ERROR:test-link.c:303:test_software: assertion failed (value == "789"): ("788" == "789")

2016-04-10 Thread jean-christophe manciot
Public bug reported:

Ubuntu 15.10 4.2.0-35
network-manager Ubuntu sources: network-manager_1.0.4.orig.tar.xz built with:

dpkg-buildpackage -b -m"Jean-Christophe Manciot
<manciot.jeanchristo...@gmail.com>"

...
=
   NetworkManager 1.0.4: src/platform/tests/test-suite.log
=

# TOTAL: 29
# PASS:  27
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 2

.. contents:: :depth: 2

ERROR: test-link-linux
==

# random seed: R02S51e6130ccfacff746e76534eba2e4658
1..7
# Start of link tests
ok 1 /link/bogus
PASS: test-link-linux 1 /link/bogus
ok 2 /link/loopback
PASS: test-link-linux 2 /link/loopback
ok 3 /link/internal
PASS: test-link-linux 3 /link/internal
ok 4 /link/external
PASS: test-link-linux 4 /link/external
**
NetworkManager:ERROR:test-link.c:303:test_software: assertion failed (value == 
"789"): ("788" == "789")
# Start of software tests
Aborted (core dumped)
# NetworkManager:ERROR:test-link.c:303:test_software: assertion failed (value 
== "789"): ("788" == "789")
ERROR: test-link-linux - too few tests run (expected 7, got 4)
ERROR: test-link-linux - exited with status 134 (terminated by signal 6?)

Full log attached.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Full log"
   
https://bugs.launchpad.net/bugs/1568528/+attachment/4631500/+files/Error%20building%201.0.4.log

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

Title:
  ERROR:test-link.c:303:test_software: assertion failed (value ==
  "789"): ("788" == "789")

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

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


[Bug 1550726] Re: [apt-utils] Some packages are missing in Packages built by apt-ftparchive

2016-03-19 Thread jean-christophe manciot
Actually, the story is not over: it is not definitive to have only one section 
to workaround this issue.
All the packages which are missing from "Packages" have a common point: all of 
them have at least a different value in one of the fields in their "control" 
file than their previous release.

For example, one of gns3-gui_1.4.5 dependencies has changed as compared
to gns3-gui_1.4.4: gns3-net-converter instead of gns3-converter; here
are both control files:

Package: gns3-gui
Priority: extra
Section: net
Installed-Size: 23396
Maintainer: Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>
Architecture: amd64
Version: 1.4.4-11
Depends: 
gns3-converter,python3,python3-setuptools,python3-pyqt5,python3-pyqt5.qtsvg,python3-pyqt5.qtwebkit,python3-libcloud,python3-requests,python3-paramiko,python3-configobj
Provides: gns3-gui
Description: GNS3 GUI controls the server using a HTTP REST API.

Package: gns3-gui
Priority: extra
Section: net
Installed-Size: 23344
Maintainer: Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>
Architecture: amd64
Version: 1.4.5-11
Depends: 
gns3-net-converter,python3,python3-setuptools,python3-pyqt5,python3-pyqt5.qtsvg,python3-pyqt5.qtwebkit,python3-libcloud,python3-requests,python3-paramiko,python3-configobj
Provides: gns3-gui
Description: GNS3 GUI controls the server using a HTTP REST API.

In that case, the last package - gns3-gui_1.4.5 - is missing from
'Packages".

Another example: I have changed the section and maintainer values
between virt-viewer_3.0 and virt-viewer_3.1:

Package: virt-viewer
Priority: extra
Section: checkinstall
Installed-Size: 6488
Maintainer: manciot.jeanchristo...@gmail.com
Architecture: amd64
Version: 3.0-11
Depends: openssh-client,desktop-file-utils,spice-client-gtk,libcelt051
Provides: virt-viewer
Description: The virt-viewer application is a lightweight interface for 
interacting with the graphical display of virtualized guest OS.
 It can display VNC or SPICE, and uses libvirt to lookup the graphical 
connection details.

Package: virt-viewer
Priority: extra
Section: utils
Installed-Size: 6620
Maintainer: Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>
Architecture: amd64
Version: 3.1-11
Depends: openssh-client,desktop-file-utils,spice-client-gtk,libcelt051
Provides: virt-viewer
Description: The virt-viewer application is a lightweight interface for 
interacting with the graphical display of virtualized guest OS.
 It can display VNC or SPICE, and uses libvirt to lookup the graphical 
connection details.

Again, the last version - virt-viewer_3.1 is missing from "Packages".

Obviously, not all fields are affected by this issue; apt-ftparchive
accepts that some of them may change (Installed-Size, Version,...), but
others cannot when they could.

I will change the title of this thread to reflect that.


** Summary changed:

- [apt-utils] Some packages are missing in Packages built by apt-ftparchive
+ [apt-utils] Changing "Section", "Maintainer" or "Depends" (and probably some 
others) fields in a control file makes apt-ftparchive miss the new package in 
"Packages" file.

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

Title:
  [apt-utils] Changing "Section", "Maintainer" or "Depends" (and
  probably some others) fields in a control file makes apt-ftparchive
  miss the new package in "Packages" file.

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

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


[Bug 1550726] Re: [apt-utils] Changing "Section", "Maintainer" or "Depends" (and probably some others) fields in a control file makes apt-ftparchive miss the new package in "Packages" file.

2016-03-19 Thread jean-christophe manciot
I've just added apt 1.2.7 to the repository and the following packages are not 
included in "Packages":
- apt-utils_1.2.7; I've noticed that only "Version" and apt version in 
"Depends" have changed, and the "Installed Size" has not changed.
- libapt-inst2.0_1.2.7
- libapt-pkg-doc_1.2.7_all.deb

However, I've just found a workaround: if I delete packages-amd64.db and
rerun apt-ftparchive, all packages are present in "Packages".

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

Title:
  [apt-utils] Changing "Section", "Maintainer" or "Depends" (and
  probably some others) fields in a control file makes apt-ftparchive
  miss the new package in "Packages" file.

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

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


[Bug 1550726] Re: [apt-utils] Some packages are missing in Packages built by apt-ftparchive

2016-03-15 Thread jean-christophe manciot
If I remove all sections but one in the tree and in the configuration file 
(apt-ftparchive.conf" here), the apt-ftparchive-generated Packages contains the 
exact number of packages.
I won't check whether there is a lower number of sections which triggers that 
issue (<8) or not, but it's fair to say it has been localized.

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

Title:
  [apt-utils] Some packages are missing in Packages built by apt-
  ftparchive

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

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


[Bug 1550726] Re: [apt-utils] Some packages are missing in Packages built by apt-ftparchive

2016-03-08 Thread jean-christophe manciot
With latest release 1.2.6, the issue remains.

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

Title:
  [apt-utils] Some packages are missing in Packages built by apt-
  ftparchive

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

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


[Bug 1550726] Re: [apt-utils] apt-ftparchive misses some packages in Packages

2016-03-05 Thread jean-christophe manciot
Packages has been built the same way with:
apt-ftparchive generate --contents=off ./apt-ftparchive.conf

** Summary changed:

- [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages
+ [apt-utils] apt-ftparchive misses some packages in Packages

** Summary changed:

- [apt-utils] apt-ftparchive misses some packages in Packages
+ [apt-utils] Some packages are missing in Packages built by apt-ftparchive

** Description changed:

  On Linux 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 2016 x86_64 
GNU/Linux
- with apt-utils  1.0.10.2
+ with apt-utils  1.0.10.2 corresponding to previously named issue 
"apt-ftparchive reports wrong file size and checksums in Packages"
+ Cf. post #2 which matches the current bug description with apt-utils 1.2.4.
  
  Generating Packages with (apt-ftparchive.conf is attached below.):
  apt-ftparchive generate --contents=off ./apt-ftparchive.conf
  Generated Packages contains:
  #
  Package: nemo
  ...
  Installed-Size: 9508
  ...
  Version: 2.8.6-11
  ...
  Filename: dists/wily/system-tools/binary-amd64/nemo_2.8.6-11_amd64.deb
  Size: 1392338
  MD5sum: de162d539df28402f54761f671259278
  SHA1: fb5ebacfc032071d3715dce18640deb649732048
  SHA256: d0c52eb9bd8224e3d876dc6426ccc1ed49f975038152c53faacd5e71e0a19a33
  SHA512: 
e1cc7eb9865c9f3f5a8d4a8f4406862617e285a080bf6c894b3295088a4406a149b53e27ae379c43335a4231e60966f7068412e93173a6e9bfaa8c48b43ac616
  #
  
  However, on disk, we have very different file size & checksums:
  ll nemo*
  -rw-r--r-- 1 actionmystique actionmystique 1082324 Feb 27 15:01 
nemo_2.8.6-11_amd64.deb
  
  md5sum nemo_2.8.6-11_amd64.deb
  68d5c945d9ccd9d3d2807ba46e33cc42  nemo_2.8.6-11_amd64.deb
  
  If we generate Packages differently with:
  apt-ftparchive packages . > Packages
  Generated Packages contains this time correct file size & checksums:
  #
  Package: nemo
  ...
  Installed-Size: 5284
  ...
  Version: 2.8.6-11
  ...
  Filename: ./nemo_2.8.6-11_amd64.deb
  Size: 1082324
  MD5sum: 68d5c945d9ccd9d3d2807ba46e33cc42
  SHA1: eecee7a24c20843c15997adcddcd3dad38c9c831
  SHA256: 83451ab9c9975dc7e18d43f2a7d223000c4ee84c9383e82a6461bffef641760a
  SHA512: 
ce715c1d480607e347511562f6d29d10eddb900d2ced3a82d1db08e2bc1a9c24974d3c59cc1e1e83b19ba5dac90d0cc80c7288606e6e3ac06d3551df3550ad09
  #
  
  What is very strange is that all other packages in the same folder are
  correctly described by Packages when using the first method for
  generating Packages.
  
  I have the same issue with another package in another folder.
  
  I have also uploaded the deb.
  Any suggestion?
  
  N.B: I can upload the second package if necessary.

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

Title:
  [apt-utils] Some packages are missing in Packages built by apt-
  ftparchive

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

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


[Bug 1550726] Re: [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages

2016-03-05 Thread jean-christophe manciot
With apt-utils 1.2.4, the behavior has changed: 5 packages are not even
listed in Packages anymore, including nemo_2.8.6-11_amd64.deb package:

Here, 24 packages are located in the folder:

Ubuntu/dists/wily/system-tools/binary-amd64# ll *.deb
-rw-r--r-- 1 root   root1116256 Mar  5 12:19 
apt_1.2.4_amd64.deb
-rw-r--r-- 1 root   root 342418 Mar  5 12:19 
apt-doc_1.2.4_all.deb
-rw-r--r-- 1 root   root 151352 Mar  5 12:19 
apt-transport-https_1.2.4_amd64.deb
-rw-r--r-- 1 root   root 387240 Mar  5 12:19 
apt-utils_1.2.4_amd64.deb
-rw-r--r-- 1 actionmystique actionmystique 12244162 Feb 28 16:02 
gimp_2.9.2-11_amd64.deb
-rw-rw-r-- 1 actionmystique actionmystique  3663042 Feb 23 11:21 
git_2.6.0-11_amd64.deb
-rw-rw-r-- 1 actionmystique actionmystique  3647806 Feb 23 11:21 
git_2.6.3-11_amd64.deb
-rw-r--r-- 1 actionmystique actionmystique  3684722 Feb 28 12:03 
git_2.7.2-11_amd64.deb
-rw-rw-r-- 1 actionmystique actionmystique  1646294 Feb 23 11:21 
gparted_0.24.0-11_amd64.deb
-rw-rw-r-- 1 actionmystique actionmystique  1653508 Feb 28 15:32 
gparted_0.25.0-11_amd64.deb
-rw-r--r-- 1 root   root 180902 Mar  5 12:19 
libapt-inst2.0_1.2.4_amd64.deb
-rw-r--r-- 1 root   root 813750 Mar  5 12:19 
libapt-pkg5.0_1.2.4_amd64.deb
-rw-r--r-- 1 root   root 221594 Mar  5 12:19 
libapt-pkg-dev_1.2.4_amd64.deb
-rw-r--r-- 1 root   root 994680 Mar  5 12:20 
libapt-pkg-doc_1.2.4_all.deb
-rw-r--r-- 1 actionmystique actionmystique   408538 Feb 28 14:21 
libbabl-0.1-0_0.1.16-11_amd64.deb
-rw-r--r-- 1 actionmystique actionmystique 21538808 Feb 28 14:00 
libgegl-0.3-0_0.3.4-11_amd64.deb
-rw-r--r-- 1 actionmystique actionmystique  1072388 Mar  5 12:46 
nemo_2.8.6-11_amd64.deb
-rw-rw-r-- 1 actionmystique actionmystique25388 Feb 23 11:21 
nemo-fileroller_2.8.1-11_amd64.deb
-rw-r--r-- 1 actionmystique actionmystique   129268 Feb 23 11:21 
nemo-gtkhash_0.7.0-11_amd64.deb
-rw-r--r-- 1 actionmystique actionmystique   779684 Mar  2 11:45 
realtek-wifi-drivers_4.2.6-10_amd64.deb
-rw-rw-r-- 1 actionmystique actionmystique   781530 Feb 23 11:21 
realtek-wifi-drivers_4.2-rc1-10_amd64.deb
-rw-rw-r-- 1 actionmystique actionmystique   533770 Feb 23 11:21 
redis-server_3.0.4-10_amd64.deb
-rw-r--r-- 1 actionmystique actionmystique   538628 Feb 23 11:21 
redis-server_3.0.7-10_amd64.deb
-rw-rw-r-- 1 actionmystique actionmystique  1071418 Feb 23 11:21 
xca_1.3.2-10_amd64.deb

Only 19 packages are described in Packages (cf. attached file).
I have also uploaded the config file I use for apt-ftparchive.

I can't find what the 5 missing packages have in common to explain this
issue.


** Attachment added: "Packages file"
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1550726/+attachment/4589424/+files/Packages

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

Title:
  [apt-utils] Some packages are missing in Packages built by apt-
  ftparchive

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

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


[Bug 1550726] Re: [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages

2016-03-05 Thread jean-christophe manciot
** Attachment added: "apt-ftparchive.conf"
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1550726/+attachment/4589425/+files/apt-ftparchive.conf

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

Title:
  [apt-utils] Some packages are missing in Packages built by apt-
  ftparchive

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

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


[Bug 1550726] [NEW] [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages

2016-02-27 Thread jean-christophe manciot
Public bug reported:

On Linux 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 2016 x86_64 
GNU/Linux
with apt-utils  1.0.10.2

Generating Packages with (apt-ftparchive.conf is attached below.):
apt-ftparchive generate --contents=off ./apt-ftparchive.conf
Generated Packages contains:
#
Package: nemo
...
Installed-Size: 9508
...
Version: 2.8.6-11
...
Filename: dists/wily/system-tools/binary-amd64/nemo_2.8.6-11_amd64.deb
Size: 1392338
MD5sum: de162d539df28402f54761f671259278
SHA1: fb5ebacfc032071d3715dce18640deb649732048
SHA256: d0c52eb9bd8224e3d876dc6426ccc1ed49f975038152c53faacd5e71e0a19a33
SHA512: 
e1cc7eb9865c9f3f5a8d4a8f4406862617e285a080bf6c894b3295088a4406a149b53e27ae379c43335a4231e60966f7068412e93173a6e9bfaa8c48b43ac616
#

However, on disk, we have very different file size & checksums:
ll nemo*
-rw-r--r-- 1 actionmystique actionmystique 1082324 Feb 27 15:01 
nemo_2.8.6-11_amd64.deb

md5sum nemo_2.8.6-11_amd64.deb
68d5c945d9ccd9d3d2807ba46e33cc42  nemo_2.8.6-11_amd64.deb

If we generate Packages differently with:
apt-ftparchive packages . > Packages
Generated Packages contains this time correct file size & checksums:
#
Package: nemo
...
Installed-Size: 5284
...
Version: 2.8.6-11
...
Filename: ./nemo_2.8.6-11_amd64.deb
Size: 1082324
MD5sum: 68d5c945d9ccd9d3d2807ba46e33cc42
SHA1: eecee7a24c20843c15997adcddcd3dad38c9c831
SHA256: 83451ab9c9975dc7e18d43f2a7d223000c4ee84c9383e82a6461bffef641760a
SHA512: 
ce715c1d480607e347511562f6d29d10eddb900d2ced3a82d1db08e2bc1a9c24974d3c59cc1e1e83b19ba5dac90d0cc80c7288606e6e3ac06d3551df3550ad09
#

What is very strange is that all other packages in the same folder are
correctly described by Packages when using the first method for
generating Packages.

I have the same issue with another package in another folder.

I have also uploaded the deb.
Any suggestion?

N.B: I can upload the second package if necessary.

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


** Tags: checksums packages size

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

Title:
  [apt-utils] apt-ftparchive reports wrong file size and checksums in
  Packages

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

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


[Bug 1550726] Re: [apt-utils] apt-ftparchive reports wrong file size and checksums in Packages

2016-02-27 Thread jean-christophe manciot
** Attachment added: "Nemo package related to the bug report"
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1550726/+attachment/4582639/+files/nemo_2.8.6-11_amd64.deb

** Description changed:

  On Linux 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 2016 x86_64 
GNU/Linux
  with apt-utils  1.0.10.2
  
  Generating Packages with (apt-ftparchive.conf is attached below.):
  apt-ftparchive generate --contents=off ./apt-ftparchive.conf
  Generated Packages contains:
  #
  Package: nemo
  ...
  Installed-Size: 9508
  ...
  Version: 2.8.6-11
  ...
  Filename: dists/wily/system-tools/binary-amd64/nemo_2.8.6-11_amd64.deb
  Size: 1392338
  MD5sum: de162d539df28402f54761f671259278
  SHA1: fb5ebacfc032071d3715dce18640deb649732048
  SHA256: d0c52eb9bd8224e3d876dc6426ccc1ed49f975038152c53faacd5e71e0a19a33
  SHA512: 
e1cc7eb9865c9f3f5a8d4a8f4406862617e285a080bf6c894b3295088a4406a149b53e27ae379c43335a4231e60966f7068412e93173a6e9bfaa8c48b43ac616
  #
  
  However, on disk, we have very different file size & checksums:
  ll nemo*
  -rw-r--r-- 1 actionmystique actionmystique 1082324 Feb 27 15:01 
nemo_2.8.6-11_amd64.deb
  
- md5sum nemo_2.8.6-11_amd64.deb 
+ md5sum nemo_2.8.6-11_amd64.deb
  68d5c945d9ccd9d3d2807ba46e33cc42  nemo_2.8.6-11_amd64.deb
  
  If we generate Packages differently with:
  apt-ftparchive packages . > Packages
  Generated Packages contains this time correct file size & checksums:
  #
  Package: nemo
  ...
  Installed-Size: 5284
  ...
  Version: 2.8.6-11
  ...
  Filename: ./nemo_2.8.6-11_amd64.deb
  Size: 1082324
  MD5sum: 68d5c945d9ccd9d3d2807ba46e33cc42
  SHA1: eecee7a24c20843c15997adcddcd3dad38c9c831
  SHA256: 83451ab9c9975dc7e18d43f2a7d223000c4ee84c9383e82a6461bffef641760a
  SHA512: 
ce715c1d480607e347511562f6d29d10eddb900d2ced3a82d1db08e2bc1a9c24974d3c59cc1e1e83b19ba5dac90d0cc80c7288606e6e3ac06d3551df3550ad09
  #
  
- What is very strange is that all other packages are correctly described
- by Packages when using the first method for generating Packages.
+ What is very strange is that all other packages in the same folder are
+ correctly described by Packages when using the first method for
+ generating Packages.
+ 
+ I have the same issue with another package in another folder.
  
  I have also uploaded the deb.
  Any suggestion?
+ 
+ N.B: I can upload the second package if necessary.

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

Title:
  [apt-utils] apt-ftparchive reports wrong file size and checksums in
  Packages

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

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


[Bug 1528136] Re: [1.2.16] Failed to initialize KVM & other internal errors

2015-12-21 Thread jean-christophe manciot
Thanks for the quick answer.

I've installed libvirt-bin 1.2.16 from official repo.

I've just found a workaround in /etc/libvirt/qemu.conf:

user= "root"
group= "root"

I'm not sure why we have to specify these now:

 systemctl status libvirt-bin
● libvirt-bin.service - Virtualization daemon
   Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Mon 2015-12-21 19:22:28 CET; 1s ago
 Docs: man:libvirtd(8)
   http://libvirt.org
 Main PID: 10758 (libvirtd)
   CGroup: /system.slice/libvirt-bin.service
   ├─10758 /usr/sbin/libvirtd
   ├─32126 /usr/sbin/dnsmasq 
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro 
--dhcp-script=/usr/lib/libvirt/libvirt_leases...
   └─32129 /usr/sbin/dnsmasq 
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro 
--dhcp-script=/usr/lib/libvirt/libvirt_leases...

Dec 21 19:22:28 msi-ge60-ubuntu systemd[1]: Starting Virtualization daemon...
Dec 21 19:22:28 msi-ge60-ubuntu systemd[1]: Started Virtualization daemon.
Dec 21 19:22:28 msi-ge60-ubuntu dnsmasq[32126]: read /etc/hosts - 11 addresses
Dec 21 19:22:28 msi-ge60-ubuntu dnsmasq[32126]: read 
/var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
Dec 21 19:22:28 msi-ge60-ubuntu dnsmasq-dhcp[32126]: read 
/var/lib/libvirt/dnsmasq/default.hostsfile

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

Title:
  [1.2.16] Failed to initialize KVM & other internal errors

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

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

[Bug 1528136] Re: [1.2.16] Failed to initialize KVM & other internal errors

2015-12-21 Thread jean-christophe manciot
ls -al /dev/kvm
crw-rw+ 1 root root 10, 232 Dec 21 18:57 /dev/kvm

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

Title:
  [1.2.16] Failed to initialize KVM & other internal errors

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

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


[Bug 1528136] Re: [1.2.16] Failed to initialize KVM & other internal errors

2015-12-21 Thread jean-christophe manciot
grep libvirt /etc/group
libvirtd:x:1001:actionmystique

kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used

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

Title:
  [1.2.16] Failed to initialize KVM & other internal errors

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

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


[Bug 1528136] [NEW] [1.2.16] Failed to initialize KVM & other internal errors

2015-12-21 Thread jean-christophe manciot
Public bug reported:

On Ubuntu Server 4.2.0-22-generic #27-Ubuntu SMP Thu Dec 17 22:57:08 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux

sudo systemctl status libvirt-bin
● libvirt-bin.service - Virtualization daemon
   Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Mon 2015-12-21 09:47:02 CET; 3s ago
 Docs: man:libvirtd(8)
   http://libvirt.org
 Main PID: 20980 (libvirtd)
   CGroup: /system.slice/libvirt-bin.service
   └─20980 /usr/sbin/libvirtd

Dec 21 09:47:02 msi-ge60-ubuntu libvirtd[20980]: libvirt version: 1.2.16, 
package: 1.2.16-2ubuntu11.15.10.1
Dec 21 09:47:02 msi-ge60-ubuntu libvirtd[20980]: internal error: Unknown qemu 
capabilities flag vhost-user-multiqueue
Dec 21 09:47:02 msi-ge60-ubuntu libvirtd[20980]: Failed to load cached caps 
from 
'/var/cache/libvirt/qemu/capabilities/2d1567fa77de202a8d45125ec58eadc9538916e0d21b9ecbc092...-multiqueue
Dec 21 09:47:03 msi-ge60-ubuntu libvirtd[20980]: internal error: QEMU / QMP 
failed: Could not access KVM kernel module: Permission denied
 failed to initialize KVM: 
Permission denied
Dec 21 09:47:03 msi-ge60-ubuntu libvirtd[20980]: Failed to probe capabilities 
for /usr/bin/kvm: internal error: QEMU / QMP failed: Could not access KVM 
kernel module: Permission denied
 failed to initialize KVM: 
Permission denied
Dec 21 09:47:03 msi-ge60-ubuntu libvirtd[20980]: internal error: Unknown qemu 
capabilities flag vhost-user-multiqueue
Dec 21 09:47:03 msi-ge60-ubuntu libvirtd[20980]: Failed to load cached caps 
from 
'/var/cache/libvirt/qemu/capabilities/2d1567fa77de202a8d45125ec58eadc9538916e0d21b9ecbc092...-multiqueue
Dec 21 09:47:03 msi-ge60-ubuntu libvirtd[20980]: internal error: QEMU / QMP 
failed: Could not access KVM kernel module: Permission denied
 failed to initialize KVM: 
Permission denied
Dec 21 09:47:03 msi-ge60-ubuntu libvirtd[20980]: Failed to probe capabilities 
for /usr/bin/kvm: internal error: QEMU / QMP failed: Could not access KVM 
kernel module: Permission denied
 failed to initialize KVM: 
Permission denied
Dec 21 09:47:03 msi-ge60-ubuntu libvirtd[20980]: error creating bridge 
interface virbr0: File exists
Hint: Some lines were ellipsized, use -l to show in full.

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

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

Title:
  [1.2.16] Failed to initialize KVM & other internal errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1528136/+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


  1   2   >