[Touch-packages] [Bug 1955347] Re: rsync works bad with encfs now

2022-01-30 Thread Mélodie
Hi Claude,

to reproduce the steps you could do it in a newly installed 20.04 up to
date install.

Once installed you will start fresh with a newly encrypted directory then you 
write on your note sheet (text editor for instance):
"Creating directory "MyEncryptedDir" (for instance), 
then continue with the install of encfs, then encrypt "MyEncryptedDir",

make it one line per step,

then show from there the rsync command line (from > to and options if
any, where "from" and "to" are the source and the destination).

Copy paste in your note sheet all the command lines used in the
terminal, until you get the errors.

This is what the devs can use to reproduce your steps, as if they were
right besides you while you are doing it.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1955347

Title:
  rsync works bad with encfs now

Status in rsync package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I think rsync works bad with encfs now.

  When root uses it, rsync cannot read a directory encrypted with encfs
  by a user. More precisely, it cannot read the mounted directory, the
  virtual one where the user can read the datas.

  Until now there was only a warning like this
  "rsync: readlink_stat("/home/claude/Documents_chiffres") failed:
  Permission denied (13)"
  and the software went on working (only ignoring the content of the mounted 
directory and of course without saving this content)

  But recently there is this more:
  "IO error encountered -- skipping file deletion"
  and because of this "skipping file deletion", the software can't work 
normally. The destination gets bigger more and more because the deleted files 
in the source are not deleted in the destination.

  Thanks for reading me.
  rsync 3.1.3-8ubuntu0.1
  Description:Ubuntu 20.04.3 LTS
  Release:20.04

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1768488] Re: dependency problem lightdm -> pam

2021-06-20 Thread Mélodie
The following other bugs reports say the same thing: #1861598 and
#1830079

I also find the same bug in Xubuntu 20.04 and in my own custom 20.04
Ubuntu. As the bug number here is the smallest, I'll assume it is the
first one that has reported it.

I stumbled upon this bug while trying to find why some good computer
would crash suddenly with Xubuntu 20.04. Another issue related to ACPI
is probably what was happening, however looking out for other bugs while
I am at it is something to be done. I also experience some crashes in my
own computer at home where no ACPI issue is mentioned in the logs, but
this “pam_kwallet*” related message is in my logs. (Not anymore next
session because I commented out the lines in the /etc/pam.d/lightdm and
lightdm-greeter files, but I know this might be a temporary turn-around
if it is not fixed upstream, right?)

Now my first question is : what package does this bug belong to? Is is
lightdm as it seems from this present bug report? I might say "yes",
because wajig gives information about the packages pam_kwallet belong
to, in particular, this part of the error message is interesting:

“ PAM adding faulty module: pam_kwallet.so ”

Well, there is no such file in the kwallet packages.

In details:

***
wajig whichpackage pam_kwallet
UNINSTALLED MATCHES (x3)

libpam-kwallet5: /lib/x86_64-linux-gnu/security/pam_kwallet5.so
libpam-kwallet-common: /etc/xdg/autostart/pam_kwallet_init.desktop
libpam-kwallet-common: /usr/share/libpam-kwallet-common/pam_kwallet_init
***

what files do libpam-kwallet5 and libpam-kwallet-common bring in? The wajig 
command will also answer this question:
***
wajig listfiles libpam-kwallet5
libpam-kwallet5: /lib/x86_64-linux-gnu/security/pam_kwallet5.so
libpam-kwallet5: /usr/share/doc/libpam-kwallet5/changelog.Debian.gz
libpam-kwallet5: /usr/share/doc/libpam-kwallet5/copyright
***

So first thing first, the lines relating to "pam_kwallet.so" should just
be removed from the files lightdm and lightdm-greeter, because it simply
does not exist, so I guess this is why the message states it is a
"faulty module".

As for the rest of the error message from the system, "PAM unable to 
dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared 
object file: No such file or directory" 
I have no idea what can be done, but surely we need to do something about it.
Does PAM provide other types of conditions when it comes to try to load 
modules? 

Or might there be another way to tell it not to try loading it if we are
not in a KDE environment?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1768488

Title:
  dependency problem lightdm -> pam

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I've installed Lubuntu 18.04 and found that problem:

  the display-manager service complains:

   ● lightdm.service - Light Display Manager
 Loaded: loaded (/lib/systemd/system/lightdm.service; indirect; vendor 
preset: enabled)
 Active: active (running) since Wed 2018-05-02 11:36:27 CEST; 1min 22s ago
   Docs: man:lightdm(1)
Process: 1717 ExecStartPre=/bin/sh -c [ "$(basename $(cat 
/etc/X11/default-display-manager 2>/dev/null))" = "lightdm" ] (code=exited, 
status=0/SUCCESS)
   Main PID: 1720 (lightdm)
  Tasks: 6 (limit: 4915)
 CGroup: /system.slice/lightdm.service
 ├─1720 /usr/sbin/lightdm
 ├─1726 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth 
/var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
 └─1786 lightdm --session-child 12 19

  Mai 02 11:36:29 pcdanisch lightdm[1735]: PAM unable to 
dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared 
object file: No such file or directory
  Mai 02 11:36:29 pcdanisch lightdm[1735]: PAM adding faulty module: 
pam_kwallet5.so
  Mai 02 11:36:29 pcdanisch lightdm[1735]: pam_unix(lightdm-greeter:session): 
session opened for user lightdm by (uid=0)
  Mai 02 11:36:30 pcdanisch lightdm[1786]: PAM unable to 
dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open 
shared object file: No such file or directory
  Mai 02 11:36:30 pcdanisch lightdm[1786]: PAM adding faulty module: 
pam_gnome_keyring.so
  Mai 02 11:36:30 pcdanisch lightdm[1786]: PAM unable to 
dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object 
file: No such file or directory
  Mai 02 11:36:30 pcdanisch lightdm[1786]: PAM adding faulty module: 
pam_kwallet.so
  Mai 02 11:36:30 pcdanisch lightdm[1786]: PAM unable to 
dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared 
object file: No such file or directory
  Mai 02 11:36:30 pcdanisch lightdm[1786]: PAM adding faulty module: 
pam_kwallet5.so
  Mai 02 11:36:30 pcdanisch lightdm[1786]: pam_succeed_if(lightdm:auth): 
requirement "user ingroup nopasswdlogin" not met by user "danisch"

  
  It's 

[Touch-packages] [Bug 1861598] Re: lightdm assumes pam-kwallet to be always installed

2021-06-20 Thread Mélodie
The following other bugs reports say the same thing: #1768488 and
#1830079

I also find the same bug in Xubuntu 20.04 and in my own custom 20.04
Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1861598

Title:
  lightdm assumes pam-kwallet to be always installed

Status in lightdm package in Ubuntu:
  New

Bug description:
  During boot, I see this error:

  > Feb 02 10:50:05 myhost lightdm[3224]: PAM unable to dlopen(pam_kwallet.so): 
/lib/security/pam_kwallet.so: cannot open shared object file: No such file or 
directory
  > Feb 02 10:50:05 myhost lightdm[3224]: PAM adding faulty module: 
pam_kwallet.so
  > Feb 02 10:50:05 myhost lightdm[3224]: PAM unable to 
dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared 
object file: No such file or directory
  > Feb 02 10:50:05 myhost lightdm[3224]: PAM adding faulty module: 
pam_kwallet5.so

  which I guess it's caused by this:

  > # grep kwallet /etc/pam.d/lightd*
  > /etc/pam.d/lightdm:authoptionalpam_kwallet.so
  > /etc/pam.d/lightdm:authoptionalpam_kwallet5.so
  > /etc/pam.d/lightdm:session optionalpam_kwallet.so auto_start
  > /etc/pam.d/lightdm:session optionalpam_kwallet5.so auto_start
  > /etc/pam.d/lightdm-greeter:authoptionalpam_kwallet.so
  > /etc/pam.d/lightdm-greeter:authoptionalpam_kwallet5.so
  > /etc/pam.d/lightdm-greeter:session optionalpam_kwallet.so auto_start
  > /etc/pam.d/lightdm-greeter:session optionalpam_kwallet5.so 
auto_start

  kwallet is a KDE program, which is not installed on MATE (and I think
  it shouldn't be), so I guess that such modules should not be
  [attempted to be] loaded.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: lightdm 1.26.0-0ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-28.30~18.04.1-generic 5.3.13
  Uname: Linux 5.3.0-28-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  Date: Sun Feb  2 11:03:53 2020
  InstallationDate: Installed on 2020-01-20 (12 days ago)
  InstallationMedia: Ubuntu-MATE 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1788321] Re: swapon failed: invalid argument

2020-08-12 Thread Mélodie
Hello,

thanks to clickwir, this has helped me solve it in Ubuntu 20.04 with
btrfs!

Best regards,
Mélodie

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788321

Title:
  swapon failed: invalid argument

Status in linux package in Ubuntu:
  Confirmed
Status in util-linux package in Ubuntu:
  Invalid

Bug description:
  Environment:
   - Ubuntu 18.04.1 LTS
   - Linux 4.15.0-32-generic i686

  Description:
  When I try to mount my swap partition or my swap file, I get "swapon failed: 
invalid argument" .

  Steps to reproduce:
  1) sudo bash
  2) dd if=/dev/zero of=/swapfile bs=1024 count=524288
  3) mkswap /swapfile
  4) chown root:root /swapfile
  5) chmod 0600 /swapfile
  6) swapon /swapfile
  Last execution returns "swapon failed: invalid argument" .

  I'm almost sure it's a bug because I have no problems using Linux
  4.15.0-29-generic instead of Linux 4.15.0-32-generic. Also, no
  problems using Ubuntu 18.04.1 LTS Live CD.

  Regards.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1844519] [NEW] software-properties-gtk crashes

2019-09-18 Thread Mélodie
Public bug reported:

Hi,

my version of software-properties does not work anymore. What should I
do?

My Ubuntu is Bionic fully up to date. Here are the logs from /var/crash:

https://paste.ubuntu.com/p/X6DBtQts5C/

http://paste.ubuntu.com/p/W6HWvFY22Y/

http://paste.ubuntu.com/p/CVBY2cNDNY/

All help and fix appreciated.

Best regards,
Mélodie

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1844519

Title:
  software-properties-gtk crashes

Status in software-properties package in Ubuntu:
  New

Bug description:
  Hi,

  my version of software-properties does not work anymore. What should I
  do?

  My Ubuntu is Bionic fully up to date. Here are the logs from
  /var/crash:

  https://paste.ubuntu.com/p/X6DBtQts5C/

  http://paste.ubuntu.com/p/W6HWvFY22Y/

  http://paste.ubuntu.com/p/CVBY2cNDNY/

  All help and fix appreciated.

  Best regards,
  Mélodie

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1545212] Re: Evolution 3.18.5.2-0ubuntu1 package does not include translations

2016-05-17 Thread Mélodie
Hi Bratmaxe,

I could not stand it anymore so I used your suggestion. Now my Evolution
displays the menus in French, that's much better!

I just compiled the po to mo using Poedit… a bit lazy. ^^

I also noticed that in "/usr/share/locale-langpack/fr/LC_MESSAGES/" I
could only find evolution-data-server-3.18.mo until I added
evolution-3.18.mo.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to language-pack-fr-base in
Ubuntu.
https://bugs.launchpad.net/bugs/1545212

Title:
  Evolution 3.18.5.2-0ubuntu1 package does not include translations

Status in langpack-o-matic:
  Fix Released
Status in language-pack-fr-base package in Ubuntu:
  Fix Committed

Bug description:
  Hello,
  I upgraded to Xenial (I need to follow what happens during the last weeks 
before the release) and I notice Evolution 3.18.4 does come with the 
translations, when downloading the tarball upstream, however in my system it's 
still in English and I can't find the French mo in my system. How come the 
package for Ubuntu does not get the translation which is ready to go upstream? 
(I opened the mo in Poedit and could see the chains are all translated).
  https://download.gnome.org/sources/evolution/3.18/evolution-3.18.4.tar.xz

  Thanks for a fix!

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/langpack-o-matic/+bug/1545212/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1545212] Re: Evolution 3.18.5.2-0ubuntu1 package does not include translations

2016-05-17 Thread Mélodie
Now I wonder why there are '/usr/share/locale/{LANG}/LC_MESSAGES/' and
'/usr/share/locale-langpack/{LANG}/LC_MESSAGES/' and how different can
their purpose be?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to language-pack-fr-base in
Ubuntu.
https://bugs.launchpad.net/bugs/1545212

Title:
  Evolution 3.18.5.2-0ubuntu1 package does not include translations

Status in langpack-o-matic:
  Fix Released
Status in language-pack-fr-base package in Ubuntu:
  Fix Committed

Bug description:
  Hello,
  I upgraded to Xenial (I need to follow what happens during the last weeks 
before the release) and I notice Evolution 3.18.4 does come with the 
translations, when downloading the tarball upstream, however in my system it's 
still in English and I can't find the French mo in my system. How come the 
package for Ubuntu does not get the translation which is ready to go upstream? 
(I opened the mo in Poedit and could see the chains are all translated).
  https://download.gnome.org/sources/evolution/3.18/evolution-3.18.4.tar.xz

  Thanks for a fix!

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/langpack-o-matic/+bug/1545212/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1545212] Re: Evolution 3.18.5.2-0ubuntu1 package does not include translations

2016-05-15 Thread Mélodie
Hello,

I have updated the title, as it's still not in French for me in the
3.18.5.2-0ubuntu1 version. I could try the trick that consists in adding
the .mo manually, but I'd rather stick to the plan that consists in
relying on the repositories.

If I don't, I won't know when it's really fixed for everyone speaking my
language.

So when will the fix fall in the repos?

Thanks for providing some information?


** Summary changed:

- Evolution 3.18.4 package does not include translations
+ Evolution 3.18.5.2-0ubuntu1 package does not include translations

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to language-pack-fr-base in
Ubuntu.
https://bugs.launchpad.net/bugs/1545212

Title:
  Evolution 3.18.5.2-0ubuntu1 package does not include translations

Status in langpack-o-matic:
  Fix Released
Status in language-pack-fr-base package in Ubuntu:
  Fix Committed

Bug description:
  Hello,
  I upgraded to Xenial (I need to follow what happens during the last weeks 
before the release) and I notice Evolution 3.18.4 does come with the 
translations, when downloading the tarball upstream, however in my system it's 
still in English and I can't find the French mo in my system. How come the 
package for Ubuntu does not get the translation which is ready to go upstream? 
(I opened the mo in Poedit and could see the chains are all translated).
  https://download.gnome.org/sources/evolution/3.18/evolution-3.18.4.tar.xz

  Thanks for a fix!

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/langpack-o-matic/+bug/1545212/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1545212] Re: Evolution 3.18.4 package does not include translations

2016-05-09 Thread Mélodie
venbea, Thanks for sharing!

At same time, this is not what I'd call a user friendly method, which
Ubuntu is supposed to be. So I can't wait to get the updates brought by
Martin Pitt's fix.

Best regards,
Mélodie

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to language-pack-fr-base in
Ubuntu.
https://bugs.launchpad.net/bugs/1545212

Title:
  Evolution 3.18.4 package does not include translations

Status in langpack-o-matic:
  Fix Released
Status in language-pack-fr-base package in Ubuntu:
  Fix Committed

Bug description:
  Hello,
  I upgraded to Xenial (I need to follow what happens during the last weeks 
before the release) and I notice Evolution 3.18.4 does come with the 
translations, when downloading the tarball upstream, however in my system it's 
still in English and I can't find the French mo in my system. How come the 
package for Ubuntu does not get the translation which is ready to go upstream? 
(I opened the mo in Poedit and could see the chains are all translated).
  https://download.gnome.org/sources/evolution/3.18/evolution-3.18.4.tar.xz

  Thanks for a fix!

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/langpack-o-matic/+bug/1545212/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1545212] Re: Evolution 3.18.4 package does not include translations

2016-05-01 Thread Mélodie
> Fixed in http://bazaar.launchpad.net/~ubuntu-
langpack/langpack-o-matic/main/revision/562. Adding another task for
rebuilding the actual langpacks.

Thanks Martin, I'm looking forward to it and reload my sources each day!

Best regards,
Mélodie

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to language-pack-fr-base in
Ubuntu.
https://bugs.launchpad.net/bugs/1545212

Title:
  Evolution 3.18.4 package does not include translations

Status in langpack-o-matic:
  Fix Released
Status in language-pack-fr-base package in Ubuntu:
  Fix Committed

Bug description:
  Hello,
  I upgraded to Xenial (I need to follow what happens during the last weeks 
before the release) and I notice Evolution 3.18.4 does come with the 
translations, when downloading the tarball upstream, however in my system it's 
still in English and I can't find the French mo in my system. How come the 
package for Ubuntu does not get the translation which is ready to go upstream? 
(I opened the mo in Poedit and could see the chains are all translated).
  https://download.gnome.org/sources/evolution/3.18/evolution-3.18.4.tar.xz

  Thanks for a fix!

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/langpack-o-matic/+bug/1545212/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1327610] Re: No valid active connection found and Unmanaged device found

2016-01-17 Thread Mélodie
Hi,

The IP of your machine maybe should not be 192.168.0.1, as it could be
conflicting with the one of your router. Can you type "sudo dhclient
em1" and give back the result? And if it connects your machine fine, can
you then type in "sudo route" and provide the result?

Besides that, what kind of machine is it? Tower or laptop? If a laptop,
do you use a workstation with it?

I don't think the language is relevant, but as I also use French in my
computers, I'll try to upgrade one to Wily and see if I also get
difficulties with the connection.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1327610

Title:
  No valid active connection found and Unmanaged device found

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I am using Ubuntu Trusty 64bits, with an Openbox environment, a tint2
  panel and nm-applet started with the session.

  $ apt-cache policy network-manager
  network-manager:
Installé : 0.9.8.8-0ubuntu7
Candidat : 0.9.8.8-0ubuntu7
   Table de version :
   *** 0.9.8.8-0ubuntu7 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status
  $ apt-cache policy network-manager-gnome
  network-manager-gnome:
Installé : 0.9.8.8-0ubuntu4.1
Candidat : 0.9.8.8-0ubuntu4.1
   Table de version :
   *** 0.9.8.8-0ubuntu4.1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.9.8.8-0ubuntu4 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  $ 

  Here is my hardware configuration:
  Ethernet:
  00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network 
Connection (rev 06)

  Wifi:
  Centrino Advanced-N 6200 driver=iwlwifi driverversion=3.13.0-29-generic 
firmware=9.221.4.1 

  Here is the problem: when I start the X session with wireless and
  ethernet both enabled, the nm-applet does show in the panel; once I
  deactivate the wifi in nm-applet, it just disappears;

  From there it does not reconnect to Ethernet (though the cable is
  plugged in). If I reboot completely, once logged into X (I use
  lightdm), the applet still doesn't show, however when I click on the
  panel where it is supposed to be, I see the menus : left-click, right-
  click : it is a ghost applet! Left click all entries except configure
  vpn are grayed, right click lets me access to all entries, and
  information about the connections states "Erreur lors de l'affichage
  des informations de connexion :

  Aucune connexion valide active trouvée !" (Error while displaying 
informations about connection : no valid active connection found!") and in 
/var/log/syslog:
  Jun  7 21:56:33 gazelle NetworkManager[1612]:  Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)

  (but #191889 is not the same as the one I am hitting here).

  If I use dhclient eth0 as root it will (re)connect same if I reboot
  completely.

  Thanks for fixing network-manager and it's applet!

  If you need me to bring more log files, I'll be around.

  Regards,
  Mélodie

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1510709] Re: In Wily libgtk-3-common pulls in adwaita-icon-theme which in return pulls in ubuntu-mono

2015-11-28 Thread Mélodie
the recommends turned off in the 
99synaptic file:
  *
  root@pourpier:~# apt-get install --no-install-recommends obconf
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:
    adwaita-icon-theme dconf-gsettings-backend dconf-service glib-networking
    glib-networking-common glib-networking-services gsettings-desktop-schemas
    hicolor-icon-theme humanity-icon-theme libatk-bridge2.0-0 libatk1.0-0
    libatk1.0-data libatspi2.0-0 libboost-filesystem1.58.0 libboost-system1.58.0
    libcairo-gobject2 libcolord2 libdconf1 libdrm-amdgpu1 libdrm-intel1
    libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libepoxy0 libgbm1 
libgl1-mesa-dri
    libgtk-3-0 libgtk-3-bin libgtk-3-common libjson-glib-1.0-0
    libjson-glib-1.0-common liblcms2-2 libllvm3.6v5 libmirclient9 libmircommon5
    libmirprotobuf3 libpciaccess0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0
    librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0
    libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-dri2-0
    libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
    libxkbcommon0 ubuntu-mono
  Suggested packages:
    gvfs liblcms2-utils
  Recommended packages:
    at-spi2-core colord libtxc-dxtn-s2tc0 libtxc-dxtn0
  The following NEW packages will be installed:
    adwaita-icon-theme dconf-gsettings-backend dconf-service glib-networking
    glib-networking-common glib-networking-services gsettings-desktop-schemas
    hicolor-icon-theme humanity-icon-theme libatk-bridge2.0-0 libatk1.0-0
    libatk1.0-data libatspi2.0-0 libboost-filesystem1.58.0 libboost-system1.58.0
    libcairo-gobject2 libcolord2 libdconf1 libdrm-amdgpu1 libdrm-intel1
    libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libepoxy0 libgbm1 
libgl1-mesa-dri
    libgtk-3-0 libgtk-3-bin libgtk-3-common libjson-glib-1.0-0
    libjson-glib-1.0-common liblcms2-2 libllvm3.6v5 libmirclient9 libmircommon5
    libmirprotobuf3 libpciaccess0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0
    librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0
    libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-dri2-0
    libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
    libxkbcommon0 obconf ubuntu-mono
  0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
  Need to get 19.6 MB of archives.
  After this operation, 187 MB of additional disk space will be used.
  Do you want to continue? [Y/n] n
  Abort.
  root@pourpier:~#

  *

  Thanks for fixing it.

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1510709/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1510709] Re: In Wily libgtk-3-common pulls in adwaita-icon-theme which in return pulls in ubuntu-mono

2015-11-12 Thread Mélodie
-icon-theme libatk-bridge2.0-0 libatk1.0-0
    libatk1.0-data libatspi2.0-0 libboost-filesystem1.58.0 libboost-system1.58.0
    libcairo-gobject2 libcolord2 libdconf1 libdrm-amdgpu1 libdrm-intel1
    libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libepoxy0 libgbm1 
libgl1-mesa-dri
    libgtk-3-0 libgtk-3-bin libgtk-3-common libjson-glib-1.0-0
    libjson-glib-1.0-common liblcms2-2 libllvm3.6v5 libmirclient9 libmircommon5
    libmirprotobuf3 libpciaccess0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0
    librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0
    libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-dri2-0
    libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
    libxkbcommon0 obconf ubuntu-mono
  0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
  Need to get 19.6 MB of archives.
  After this operation, 187 MB of additional disk space will be used.
  Do you want to continue? [Y/n] n
  Abort.
  root@pourpier:~#

  *

  Thanks for fixing it.

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1510709/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1510709] Re: In Wily GTK libs depend upon additional packages relative to Vivid

2015-11-11 Thread Mélodie
ib-networking-services gsettings-desktop-schemas
    hicolor-icon-theme humanity-icon-theme libatk-bridge2.0-0 libatk1.0-0
    libatk1.0-data libatspi2.0-0 libboost-filesystem1.58.0 libboost-system1.58.0
    libcairo-gobject2 libcolord2 libdconf1 libdrm-amdgpu1 libdrm-intel1
    libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libepoxy0 libgbm1 
libgl1-mesa-dri
    libgtk-3-0 libgtk-3-bin libgtk-3-common libjson-glib-1.0-0
    libjson-glib-1.0-common liblcms2-2 libllvm3.6v5 libmirclient9 libmircommon5
    libmirprotobuf3 libpciaccess0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0
    librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0
    libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-dri2-0
    libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
    libxkbcommon0 obconf ubuntu-mono
  0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
  Need to get 19.6 MB of archives.
  After this operation, 187 MB of additional disk space will be used.
  Do you want to continue? [Y/n] n
  Abort.
  root@pourpier:~#

  *

  In case anyone would have doubts about the recommends turned off in the 
99synaptic file:
  *
  root@pourpier:~# apt-get install --no-install-recommends obconf
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:
    adwaita-icon-theme dconf-gsettings-backend dconf-service glib-networking
    glib-networking-common glib-networking-services gsettings-desktop-schemas
    hicolor-icon-theme humanity-icon-theme libatk-bridge2.0-0 libatk1.0-0
    libatk1.0-data libatspi2.0-0 libboost-filesystem1.58.0 libboost-system1.58.0
    libcairo-gobject2 libcolord2 libdconf1 libdrm-amdgpu1 libdrm-intel1
    libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libepoxy0 libgbm1 
libgl1-mesa-dri
    libgtk-3-0 libgtk-3-bin libgtk-3-common libjson-glib-1.0-0
    libjson-glib-1.0-common liblcms2-2 libllvm3.6v5 libmirclient9 libmircommon5
    libmirprotobuf3 libpciaccess0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0
    librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0
    libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-dri2-0
    libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
    libxkbcommon0 ubuntu-mono
  Suggested packages:
    gvfs liblcms2-utils
  Recommended packages:
    at-spi2-core colord libtxc-dxtn-s2tc0 libtxc-dxtn0
  The following NEW packages will be installed:
    adwaita-icon-theme dconf-gsettings-backend dconf-service glib-networking
    glib-networking-common glib-networking-services gsettings-desktop-schemas
    hicolor-icon-theme humanity-icon-theme libatk-bridge2.0-0 libatk1.0-0
    libatk1.0-data libatspi2.0-0 libboost-filesystem1.58.0 libboost-system1.58.0
    libcairo-gobject2 libcolord2 libdconf1 libdrm-amdgpu1 libdrm-intel1
    libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libepoxy0 libgbm1 
libgl1-mesa-dri
    libgtk-3-0 libgtk-3-bin libgtk-3-common libjson-glib-1.0-0
    libjson-glib-1.0-common liblcms2-2 libllvm3.6v5 libmirclient9 libmircommon5
    libmirprotobuf3 libpciaccess0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0
    librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0
    libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-dri2-0
    libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
    libxkbcommon0 obconf ubuntu-mono
  0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
  Need to get 19.6 MB of archives.
  After this operation, 187 MB of additional disk space will be used.
  Do you want to continue? [Y/n] n
  Abort.
  root@pourpier:~#

  *

  Thanks for fixing it.

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1510709/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1510709] Re: In Wily GTK libs depend upon additional packages relative to Vivid

2015-11-05 Thread Mélodie
n-glib-1.0-0
    libjson-glib-1.0-common liblcms2-2 libllvm3.6v5 libmirclient9 libmircommon5
    libmirprotobuf3 libpciaccess0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0
    librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0
    libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-dri2-0
    libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
    libxkbcommon0 ubuntu-mono
  Suggested packages:
    gvfs liblcms2-utils
  Recommended packages:
    at-spi2-core colord libtxc-dxtn-s2tc0 libtxc-dxtn0
  The following NEW packages will be installed:
    adwaita-icon-theme dconf-gsettings-backend dconf-service glib-networking
    glib-networking-common glib-networking-services gsettings-desktop-schemas
    hicolor-icon-theme humanity-icon-theme libatk-bridge2.0-0 libatk1.0-0
    libatk1.0-data libatspi2.0-0 libboost-filesystem1.58.0 libboost-system1.58.0
    libcairo-gobject2 libcolord2 libdconf1 libdrm-amdgpu1 libdrm-intel1
    libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libepoxy0 libgbm1 
libgl1-mesa-dri
    libgtk-3-0 libgtk-3-bin libgtk-3-common libjson-glib-1.0-0
    libjson-glib-1.0-common liblcms2-2 libllvm3.6v5 libmirclient9 libmircommon5
    libmirprotobuf3 libpciaccess0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0
    librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0
    libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-dri2-0
    libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
    libxkbcommon0 obconf ubuntu-mono
  0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
  Need to get 19.6 MB of archives.
  After this operation, 187 MB of additional disk space will be used.
  Do you want to continue? [Y/n] n
  Abort.
  root@pourpier:~#

  *****

  Thanks for fixing it.

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1510709/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1510709] Re: In Wily GTK libs depend upon additional packages relative to Vivid

2015-10-28 Thread Mélodie
n-s2tc0 libtxc-dxtn0
  The following NEW packages will be installed:
    adwaita-icon-theme dconf-gsettings-backend dconf-service glib-networking
    glib-networking-common glib-networking-services gsettings-desktop-schemas
    hicolor-icon-theme humanity-icon-theme libatk-bridge2.0-0 libatk1.0-0
    libatk1.0-data libatspi2.0-0 libboost-filesystem1.58.0 libboost-system1.58.0
    libcairo-gobject2 libcolord2 libdconf1 libdrm-amdgpu1 libdrm-intel1
    libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libepoxy0 libgbm1 
libgl1-mesa-dri
    libgtk-3-0 libgtk-3-bin libgtk-3-common libjson-glib-1.0-0
    libjson-glib-1.0-common liblcms2-2 libllvm3.6v5 libmirclient9 libmircommon5
    libmirprotobuf3 libpciaccess0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0
    librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0
    libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-dri2-0
    libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
    libxkbcommon0 obconf ubuntu-mono
  0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
  Need to get 19.6 MB of archives.
  After this operation, 187 MB of additional disk space will be used.
  Do you want to continue? [Y/n] n
  Abort.
  root@pourpier:~#

  *

  Thanks for fixing it.

  Best regards,
  Mélodie

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1510709/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492767] Re: gdk-pixbuf packages update breaks the GUI in Trusty 14.04.3

2015-09-06 Thread Mélodie
It had seemed pretty bad, and I was in a wonder how something such as
that can even happen, so I tried to reproduce it by installing the same
ISO/Version in Virtualbox, and could not even reproduce it myself.

There is still the error message at post install, but it does not affect
the GUI in any way. I installed twice in a row in Virtualbox to be sure
of the result and each time after updating, I didn't get the GUI to go
wrong as it happened in that laptop.

So this bug report can be put aside, unless something new comes out with
gdkpixbuf.

Best regards,
Mélodie

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1492767

Title:
  gdk-pixbuf packages update breaks the GUI in Trusty 14.04.3

Status in gdk-pixbuf package in Ubuntu:
  New

Bug description:
  Hello,

  I did a fresh install with a Trusty 14.04.3 (x86_64) yesterday (custom
  Bento Openbox), and today, I updated the system (with the console,
  because other issues came first which led me to do a filesystem
  check). Then I started Synaptic, and oops! no GUI, only the borders of
  the window would show. Several other programs were affected and would
  not start (Geany, text editor), or show their content. After tests and
  research it appeared only GTK3 programs were affected. If using a
  theme with GTK2, or move the GTK configuration out of the way, the
  programs would work.

  The upgrade contained the following packages:
  gir1.2-gdkpixbuf-2.0_2.30.7
  libgdk-pixbuf2.0-0_2.30.7
  libgdk-pixbuf2.0-common_2.30.7

  I fixed the issue by booting to the Live USB I had used to install,
  and repackage the programs with dpkg-repack, then reinstalled them
  using "sudo dpkg -i *.deb". (copied from the live usb to the home in
  the install, rebooted and reinstalled there).

  Problem solved for this install, where I have for now blocked the
  update for these three packages.

  At post-install, after I had updated, I had the same message as the people 
who reported that bug:
  https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1282294

  
  (gtk-update-icon-cache-3.0:29671): GdkPixbuf-WARNING **: Cannot open pixbuf 
loader module file 
'/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file 
or directory

  This likely means that your installation is broken.
  Try running the command
    gdk-pixbuf-query-loaders > 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
  to make things work again for the time being.
  

  and when trying to do so, the console returned a message stating gdk-
  pixbuf-query-loaders was not installed. (no such package in the repos
  either).

  More information can be found at
  http://irclogs.ubuntu.com/2015/09/06/%23ubuntu-bugs.html

  where I discussed about this bug and my findings.

  Now I will try to produce this bug again in the Live USB (which has no
  persistence).

  Best regards,
  Mélodie

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492767] [NEW] gdk-pixbuf packages update breaks the GUI in Trusty 14.04.3

2015-09-06 Thread Mélodie
Public bug reported:

Hello,

I did a fresh install with a Trusty 14.04.3 (x86_64) yesterday, and
today, I updated the system (with the console, because other issues came
first which led me to do a filesystem check). Then I started Synaptic,
and oops! no GUI, only the borders of the window would show. Several
other programs were affected and would not start (Geany, text editor),
or show their content. After tests and research it appeared only GTK3
programs were affected. If using a theme with GTK2, or move the GTK
configuration out of the way, the programs would work.

The upgrade contained the following packages:
gir1.2-gdkpixbuf-2.0_2.30.7
libgdk-pixbuf2.0-0_2.30.7
libgdk-pixbuf2.0-common_2.30.7

I fixed the issue by booting to the Live USB I had used to install, and
repackage the programs with dpkg-repack, then reinstalled them using
"sudo dpkg -i *.deb". (copied from the live usb to the home in the
install, rebooted and reinstalled there).

Problem solved for this install, where I have for now blocked the update
for these three packages.

At post-install, after I had updated, I had the same message as the people who 
reported that bug:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1282294


(gtk-update-icon-cache-3.0:29671): GdkPixbuf-WARNING **: Cannot open pixbuf 
loader module file 
'/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file 
or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders > 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.


and when trying to do so, the console returned a message stating gdk-
pixbuf-query-loaders was not installed. (no such package in the repos
either).

More information can be found at
http://irclogs.ubuntu.com/2015/09/06/%23ubuntu-bugs.html

where I discussed about this bug and my findings.

Now I will try to produce this bug again in the Live USB (which has no
persistence).

Best regards,
Mélodie

** Affects: gdk-pixbuf (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gdkpixbuf

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1492767

Title:
  gdk-pixbuf packages update breaks the GUI in Trusty 14.04.3

Status in gdk-pixbuf package in Ubuntu:
  New

Bug description:
  Hello,

  I did a fresh install with a Trusty 14.04.3 (x86_64) yesterday, and
  today, I updated the system (with the console, because other issues
  came first which led me to do a filesystem check). Then I started
  Synaptic, and oops! no GUI, only the borders of the window would show.
  Several other programs were affected and would not start (Geany, text
  editor), or show their content. After tests and research it appeared
  only GTK3 programs were affected. If using a theme with GTK2, or move
  the GTK configuration out of the way, the programs would work.

  The upgrade contained the following packages:
  gir1.2-gdkpixbuf-2.0_2.30.7
  libgdk-pixbuf2.0-0_2.30.7
  libgdk-pixbuf2.0-common_2.30.7

  I fixed the issue by booting to the Live USB I had used to install,
  and repackage the programs with dpkg-repack, then reinstalled them
  using "sudo dpkg -i *.deb". (copied from the live usb to the home in
  the install, rebooted and reinstalled there).

  Problem solved for this install, where I have for now blocked the
  update for these three packages.

  At post-install, after I had updated, I had the same message as the people 
who reported that bug:
  https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1282294

  
  (gtk-update-icon-cache-3.0:29671): GdkPixbuf-WARNING **: Cannot open pixbuf 
loader module file 
'/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file 
or directory

  This likely means that your installation is broken.
  Try running the command
    gdk-pixbuf-query-loaders > 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
  to make things work again for the time being.
  

  and when trying to do so, the console returned a message stating gdk-
  pixbuf-query-loaders was not installed. (no such package in the repos
  either).

  More information can be found at
  http://irclogs.ubuntu.com/2015/09/06/%23ubuntu-bugs.html

  where I discussed about this bug and my findings.

  Now I will try to produce this bug again in the Live USB (which has no
  persistence).

  Best regards,
  Mélodie

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492767] Re: gdk-pixbuf packages update breaks the GUI in Trusty 14.04.3

2015-09-06 Thread Mélodie
** Description changed:

  Hello,
  
- I did a fresh install with a Trusty 14.04.3 (x86_64) custom version
- yesterday, and today, I updated the system (with the console, because
- other issues came first which led me to do a filesystem check). Then I
- started Synaptic, and oops! no GUI, only the borders of the window would
- show. Several other programs were affected and would not start (Geany,
- text editor), or show their content. After tests and research it
- appeared only GTK3 programs were affected. If using a theme with GTK2,
- or move the GTK configuration out of the way, the programs would work.
+ I did a fresh install with a Trusty 14.04.3 (x86_64) yesterday, and
+ today, I updated the system (with the console, because other issues came
+ first which led me to do a filesystem check). Then I started Synaptic,
+ and oops! no GUI, only the borders of the window would show. Several
+ other programs were affected and would not start (Geany, text editor),
+ or show their content. After tests and research it appeared only GTK3
+ programs were affected. If using a theme with GTK2, or move the GTK
+ configuration out of the way, the programs would work.
  
  The upgrade contained the following packages:
  gir1.2-gdkpixbuf-2.0_2.30.7
  libgdk-pixbuf2.0-0_2.30.7
  libgdk-pixbuf2.0-common_2.30.7
  
  I fixed the issue by booting to the Live USB I had used to install, and
  repackage the programs with dpkg-repack, then reinstalled them using
  "sudo dpkg -i *.deb". (copied from the live usb to the home in the
  install, rebooted and reinstalled there).
  
  Problem solved for this install, where I have for now blocked the update
  for these three packages.
  
  At post-install, after I had updated, I had the same message as the people 
who reported that bug:
  https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1282294
  
  
  (gtk-update-icon-cache-3.0:29671): GdkPixbuf-WARNING **: Cannot open pixbuf 
loader module file 
'/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file 
or directory
  
  This likely means that your installation is broken.
  Try running the command
-   gdk-pixbuf-query-loaders > 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
+   gdk-pixbuf-query-loaders > 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
  to make things work again for the time being.
  
  
  and when trying to do so, the console returned a message stating gdk-
  pixbuf-query-loaders was not installed. (no such package in the repos
  either).
  
- More information can be found at 
+ More information can be found at
  http://irclogs.ubuntu.com/2015/09/06/%23ubuntu-bugs.html
  
  where I discussed about this bug and my findings.
  
  Now I will try to produce this bug again in the Live USB (which has no
  persistence).
  
  Best regards,
  Mélodie

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1492767

Title:
  gdk-pixbuf packages update breaks the GUI in Trusty 14.04.3

Status in gdk-pixbuf package in Ubuntu:
  New

Bug description:
  Hello,

  I did a fresh install with a Trusty 14.04.3 (x86_64) yesterday, and
  today, I updated the system (with the console, because other issues
  came first which led me to do a filesystem check). Then I started
  Synaptic, and oops! no GUI, only the borders of the window would show.
  Several other programs were affected and would not start (Geany, text
  editor), or show their content. After tests and research it appeared
  only GTK3 programs were affected. If using a theme with GTK2, or move
  the GTK configuration out of the way, the programs would work.

  The upgrade contained the following packages:
  gir1.2-gdkpixbuf-2.0_2.30.7
  libgdk-pixbuf2.0-0_2.30.7
  libgdk-pixbuf2.0-common_2.30.7

  I fixed the issue by booting to the Live USB I had used to install,
  and repackage the programs with dpkg-repack, then reinstalled them
  using "sudo dpkg -i *.deb". (copied from the live usb to the home in
  the install, rebooted and reinstalled there).

  Problem solved for this install, where I have for now blocked the
  update for these three packages.

  At post-install, after I had updated, I had the same message as the people 
who reported that bug:
  https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1282294

  
  (gtk-update-icon-cache-3.0:29671): GdkPixbuf-WARNING **: Cannot open pixbuf 
loader module file 
'/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file 
or directory

  This likely means that your installation is broken.
  Try running the command
    gdk-pixbuf-query-loaders > 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
  to make things work again for the time being.
  

  and when trying to do so, the console returned a message stating gdk-
  pixbuf-query-loaders was not installed. (no such 

[Touch-packages] [Bug 1492767] Re: gdk-pixbuf packages update breaks the GUI in Trusty 14.04.3

2015-09-06 Thread Mélodie
** Description changed:

  Hello,
  
- I did a fresh install with a Trusty 14.04.3 (x86_64) yesterday, and
- today, I updated the system (with the console, because other issues came
- first which led me to do a filesystem check). Then I started Synaptic,
- and oops! no GUI, only the borders of the window would show. Several
- other programs were affected and would not start (Geany, text editor),
- or show their content. After tests and research it appeared only GTK3
- programs were affected. If using a theme with GTK2, or move the GTK
- configuration out of the way, the programs would work.
+ I did a fresh install with a Trusty 14.04.3 (x86_64) yesterday (custom
+ Bento Openbox), and today, I updated the system (with the console,
+ because other issues came first which led me to do a filesystem check).
+ Then I started Synaptic, and oops! no GUI, only the borders of the
+ window would show. Several other programs were affected and would not
+ start (Geany, text editor), or show their content. After tests and
+ research it appeared only GTK3 programs were affected. If using a theme
+ with GTK2, or move the GTK configuration out of the way, the programs
+ would work.
  
  The upgrade contained the following packages:
  gir1.2-gdkpixbuf-2.0_2.30.7
  libgdk-pixbuf2.0-0_2.30.7
  libgdk-pixbuf2.0-common_2.30.7
  
  I fixed the issue by booting to the Live USB I had used to install, and
  repackage the programs with dpkg-repack, then reinstalled them using
  "sudo dpkg -i *.deb". (copied from the live usb to the home in the
  install, rebooted and reinstalled there).
  
  Problem solved for this install, where I have for now blocked the update
  for these three packages.
  
  At post-install, after I had updated, I had the same message as the people 
who reported that bug:
  https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1282294
  
  
  (gtk-update-icon-cache-3.0:29671): GdkPixbuf-WARNING **: Cannot open pixbuf 
loader module file 
'/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file 
or directory
  
  This likely means that your installation is broken.
  Try running the command
    gdk-pixbuf-query-loaders > 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
  to make things work again for the time being.
  
  
  and when trying to do so, the console returned a message stating gdk-
  pixbuf-query-loaders was not installed. (no such package in the repos
  either).
  
  More information can be found at
  http://irclogs.ubuntu.com/2015/09/06/%23ubuntu-bugs.html
  
  where I discussed about this bug and my findings.
  
  Now I will try to produce this bug again in the Live USB (which has no
  persistence).
  
  Best regards,
  Mélodie

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1492767

Title:
  gdk-pixbuf packages update breaks the GUI in Trusty 14.04.3

Status in gdk-pixbuf package in Ubuntu:
  New

Bug description:
  Hello,

  I did a fresh install with a Trusty 14.04.3 (x86_64) yesterday (custom
  Bento Openbox), and today, I updated the system (with the console,
  because other issues came first which led me to do a filesystem
  check). Then I started Synaptic, and oops! no GUI, only the borders of
  the window would show. Several other programs were affected and would
  not start (Geany, text editor), or show their content. After tests and
  research it appeared only GTK3 programs were affected. If using a
  theme with GTK2, or move the GTK configuration out of the way, the
  programs would work.

  The upgrade contained the following packages:
  gir1.2-gdkpixbuf-2.0_2.30.7
  libgdk-pixbuf2.0-0_2.30.7
  libgdk-pixbuf2.0-common_2.30.7

  I fixed the issue by booting to the Live USB I had used to install,
  and repackage the programs with dpkg-repack, then reinstalled them
  using "sudo dpkg -i *.deb". (copied from the live usb to the home in
  the install, rebooted and reinstalled there).

  Problem solved for this install, where I have for now blocked the
  update for these three packages.

  At post-install, after I had updated, I had the same message as the people 
who reported that bug:
  https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1282294

  
  (gtk-update-icon-cache-3.0:29671): GdkPixbuf-WARNING **: Cannot open pixbuf 
loader module file 
'/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file 
or directory

  This likely means that your installation is broken.
  Try running the command
    gdk-pixbuf-query-loaders > 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
  to make things work again for the time being.
  

  and when trying to do so, the console returned a message stating gdk-
  pixbuf-query-loaders was not installed. (no such package in the repos
  either).

  More information can be found at
  http://irclogs.ubuntu.com/2015

[Touch-packages] [Bug 1325142] Re: failure to update libpam-systemd in 14.04 due to missing logind init script

2015-07-10 Thread Mélodie
Hi, also same here, as here #1326412

I can remove it with dpkg -r --force-depends but then the package
management is broken. When I reinstall it, the same error comes out:

*
# apt-get --reinstall install libpam-systemd
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  libpam-systemd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/25.3 kB of archives.
After this operation, 136 kB of additional disk space will be used.
Selecting previously unselected package libpam-systemd:i386.
(Reading database ... 176516 files and directories currently installed.)
Preparing to unpack .../libpam-systemd_204-5ubuntu20.12_i386.deb ...
Unpacking libpam-systemd:i386 (204-5ubuntu20.12) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libpam-systemd:i386 (204-5ubuntu20.12) ...
initctl: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart: Connection refused
invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
dpkg: error processing package libpam-systemd:i386 (--configure):
 subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
 libpam-systemd:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)


*

so, what do we do if a LTS fails to be updated?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1325142

Title:
  failure to update libpam-systemd in 14.04 due to missing logind init
  script

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Trusty:
  Triaged
Status in systemd source package in Utopic:
  Fix Released

Bug description:
  Hi,

  while running inside an i386 lubuntu 14.04 chroot, upgrading libpam-
  systemd to version 204-5ubuntu20.2 fails leaving dpkg in a broken
  state. 'apt-get -f install' from within the chroot will not fix it,
  but if the build is made bootable and put into a iso/VM you can
  recover that way in a live session.

  the problem seems to be the /var/lib/dpkg/info/libpam-systemd:i386.prerm 
script failing to bring down the logind daemon with 'invoke-rc.d systemd-logind 
stop', because invoke-rd.d is only looking for the /etc/init.d/ script (doesn't 
exist) and not /etc/init/systemd-logind.conf (does exist).
  ?

  
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages will be upgraded:
libpam-systemd
  1 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/25.2 kB of archives.
  After this operation, 1024 B of additional disk space will be used.
  (Reading database ... 113986 files and directories currently installed.)
  Preparing to unpack .../libpam-systemd_204-5ubuntu20.2_i386.deb ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: warning: subprocess old pre-removal script returned error exit status 
100
  dpkg: trying script from the new package instead ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error processing archive 
/var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb (--unpack):
   subprocess new pre-removal script returned error exit status 100
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error while cleaning up:
   subprocess installed post-installation script returned error exit status 100
  Errors were encountered while processing:
   /var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  Our build logs available upon request, but the scripts to setup the chroot to 
recreate it are here:

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/build_chroot_nightly.sh

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/inchroot_nightly.sh

  
  In a web-search I notice a few others running into the same bug,

  chatter on irc at [18:10], http://irclogs.ubuntu.com/2013/05/28
  /%23ubuntu-devel.txt

  someone else's build log:
  https://launchpad.net/~qutim/+archive/qutim/+build/6039800

  launchpad bug #1323575 seems to be a duplicate of this one.

  
  perhaps related to older launchpad bug #1305395 ?

  note we are also suffering from a failure with update-initramfs, not sure of 
the root cause of that one but I thought I'd mention it in case they were 
related, since they both started happening about the same time, a couple weeks 
ago. (launchpad bug #1317602)
  It all worked ok after the inital releases of 14.04, so something to do with 
a package update since then.

  
  thanks,
  Hamish

To manage notifications about this bug go to:

[Touch-packages] [Bug 1325142] Re: failure to update libpam-systemd in 14.04 due to missing logind init script

2015-07-10 Thread Mélodie
Hi, also same here, as here #1326412

I can remove it with dpkg -r --force-depends but then the package
management is broken. When I reinstall it, the same error comes out:

*
# apt-get --reinstall install libpam-systemd
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  libpam-systemd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/25.3 kB of archives.
After this operation, 136 kB of additional disk space will be used.
Selecting previously unselected package libpam-systemd:i386.
(Reading database ... 176516 files and directories currently installed.)
Preparing to unpack .../libpam-systemd_204-5ubuntu20.12_i386.deb ...
Unpacking libpam-systemd:i386 (204-5ubuntu20.12) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libpam-systemd:i386 (204-5ubuntu20.12) ...
initctl: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart: Connection refused
invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
dpkg: error processing package libpam-systemd:i386 (--configure):
 subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
 libpam-systemd:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)


*

so, what do we do if a LTS fails to be updated?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1325142

Title:
  failure to update libpam-systemd in 14.04 due to missing logind init
  script

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Trusty:
  Triaged
Status in systemd source package in Utopic:
  Fix Released

Bug description:
  Hi,

  while running inside an i386 lubuntu 14.04 chroot, upgrading libpam-
  systemd to version 204-5ubuntu20.2 fails leaving dpkg in a broken
  state. 'apt-get -f install' from within the chroot will not fix it,
  but if the build is made bootable and put into a iso/VM you can
  recover that way in a live session.

  the problem seems to be the /var/lib/dpkg/info/libpam-systemd:i386.prerm 
script failing to bring down the logind daemon with 'invoke-rc.d systemd-logind 
stop', because invoke-rd.d is only looking for the /etc/init.d/ script (doesn't 
exist) and not /etc/init/systemd-logind.conf (does exist).
  ?

  
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages will be upgraded:
libpam-systemd
  1 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/25.2 kB of archives.
  After this operation, 1024 B of additional disk space will be used.
  (Reading database ... 113986 files and directories currently installed.)
  Preparing to unpack .../libpam-systemd_204-5ubuntu20.2_i386.deb ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: warning: subprocess old pre-removal script returned error exit status 
100
  dpkg: trying script from the new package instead ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error processing archive 
/var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb (--unpack):
   subprocess new pre-removal script returned error exit status 100
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error while cleaning up:
   subprocess installed post-installation script returned error exit status 100
  Errors were encountered while processing:
   /var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  Our build logs available upon request, but the scripts to setup the chroot to 
recreate it are here:

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/build_chroot_nightly.sh

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/inchroot_nightly.sh

  
  In a web-search I notice a few others running into the same bug,

  chatter on irc at [18:10], http://irclogs.ubuntu.com/2013/05/28
  /%23ubuntu-devel.txt

  someone else's build log:
  https://launchpad.net/~qutim/+archive/qutim/+build/6039800

  launchpad bug #1323575 seems to be a duplicate of this one.

  
  perhaps related to older launchpad bug #1305395 ?

  note we are also suffering from a failure with update-initramfs, not sure of 
the root cause of that one but I thought I'd mention it in case they were 
related, since they both started happening about the same time, a couple weeks 
ago. (launchpad bug #1317602)
  It all worked ok after the inital releases of 14.04, so something to do with 
a package update since then.

  
  thanks,
  Hamish

To manage notifications about this bug go to: