[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-05-19 Thread Martin Pitt
** Tags removed: systemd-boot

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-05-29 Thread Martin Pitt
Thanks! Uploaded with using LC_ALL, as that's stronger/safer than LANG.

** Changed in: zram-config (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-05-29 Thread Launchpad Bug Tracker
This bug was fixed in the package zram-config - 0.4

---
zram-config (0.4) wily; urgency=medium

  * Call "free" command under C locale to avoid it failing under non-English
locales. Thanks GamePad64 for the initial patch! (LP: #1448530)

 -- Martin Pitt   Fri, 29 May 2015 13:04:37
+0200

** Changed in: zram-config (Ubuntu)
   Status: Fix Committed => 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/1448530

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-06-15 Thread Didier Roche
** Also affects: zram-config (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Changed in: zram-config (Ubuntu Vivid)
   Importance: Undecided => High

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-06-15 Thread Didier Roche
** Description changed:

- The zram-config package install works without errors, but at swapon -s,
- no zram devices are listed.
+ [Impact] 
+  * People using some non English locale, zram devices are not loaded
+  * The service fails to stop and unloading zram module as well
+ 
+ [Test Case]
+  * Install the new zram-config package
+  * Reboot and check that the zram devices are created:
+ $ swapon -s
+ -> returns some zram devices
+  * $ sudo systemctl status -l zram-config.service
+ -> no error
+  * Stop the service:
+ $ sudo systemctl stop zram-config.service
+  * $ sudo systemctl status -l zram-config.service
+ -> no error
+  * swapon -s
+ -> no more zram device listed
+ 
+ [Regression Potential] 
+  * Services loading change may impact English-local user. However, the fix 
has already been confirmed to be working on wily.
+  * Stopping the service was already failing on unloading the module, so no 
additional regression is possible there.
+ 
+ -
+ 
+ 
+ The zram-config package install works without errors, but at swapon -s, no 
zram devices are listed.
  
  $ dmesg | grep zram
  [   26.933769] zram: Created 4 device(s) ...
  
  $ swapon -s
  Filename  TypeSizeUsedPriority
  /var/cache/swap/swap0 file4194300 223296  
-1
  
  This problem exist on my notebook and I can recreate it on a fresh 15.04
  vm install.
  
- 
  $ sudo systemctl status -l zram-config.service
  ● zram-config.service - Initializes zram swaping
-Loaded: loaded (/lib/systemd/system/zram-config.service; enabled; vendor 
preset: enabled)
-Active: failed (Result: exit-code) since Mi 2015-04-29 13:25:17 CEST; 4min 
39s ago
-   Process: 538 ExecStart=/usr/bin/init-zram-swapping (code=exited, status=255)
-  Main PID: 538 (code=exited, status=255)
+    Loaded: loaded (/lib/systemd/system/zram-config.service; enabled; vendor 
preset: enabled)
+    Active: failed (Result: exit-code) since Mi 2015-04-29 13:25:17 CEST; 4min 
39s ago
+   Process: 538 ExecStart=/usr/bin/init-zram-swapping (code=exited, status=255)
+  Main PID: 538 (code=exited, status=255)
  
  Apr 29 13:25:16 test-VirtualBox systemd[1]: Starting Initializes zram 
swaping...
  Apr 29 13:25:16 test-VirtualBox init-zram-swapping[538]: sh: echo: I/O error
  Apr 29 13:25:16 test-VirtualBox init-zram-swapping[538]: mkswap: error: swap 
area needs to be at least 40 KiB
  Apr 29 13:25:17 test-VirtualBox init-zram-swapping[538]: swapon: /dev/zram0: 
Swap-Header konnte nicht gelesen werden
  Apr 29 13:25:17 test-VirtualBox systemd[1]: zram-config.service: main process 
exited, code=exited, status=255/n/a
  Apr 29 13:25:17 test-VirtualBox systemd[1]: Failed to start Initializes zram 
swaping.
  Apr 29 13:25:17 test-VirtualBox systemd[1]: Unit zram-config.service entered 
failed state.
  Apr 29 13:25:17 test-VirtualBox systemd[1]: zram-config.service failed.
- 
  
  ---
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-04-25 (0 days ago)
  InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422.1)
  Package: zram-config 0.3
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

Title:
  zram-config is not working on non-English locales in vivid

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

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

[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-06-15 Thread Adam Conrad
Hello asgard2, or anyone else affected,

Accepted zram-config into vivid-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/zram-config/0.3.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: zram-config (Ubuntu Vivid)
   Status: New => Fix Committed

** Tags added: verification-needed

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-06-16 Thread Björn Schmidt
Hello,

finally its running :))

** Changed in: zram-config (Ubuntu Vivid)
   Status: Fix Committed => In Progress

** Changed in: zram-config (Ubuntu Vivid)
 Assignee: (unassigned) => Björn Schmidt (bjoern-schmidt)

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

Title:
  zram-config is not working on non-English locales in vivid

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

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

[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-06-16 Thread Björn Schmidt
Its running in the newest proposed Version0.31

** Changed in: zram-config (Ubuntu Vivid)
 Assignee: Björn Schmidt (bjoern-schmidt) => (unassigned)

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

Title:
  zram-config is not working on non-English locales in vivid

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

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

[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-06-16 Thread Björn Schmidt
How do i verifie that the patch works? Where is the button?

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-06-16 Thread asgard2
I can confirm that zram-config 0.3.1 is working.

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

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-04-29 Thread GamePad64
** Summary changed:

- zram not working on vivid
+ zram-config is not working on non-English locales in vivid

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-04-29 Thread asgard2
The patch works, thanks.

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-04-29 Thread Mélodie
That might be. I have started a

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-04-29 Thread Mélodie
sorry (there should be a mean to edit a comment). I started a Live desktop 
Vivid in Virtualbox and started it with English on. zram-config was not 
installed in that one ISO, I added it on the fly in the Live. Here is are the 
results:
http://paste.ubuntu.com/10946580/

Please notice, right after installing it isn't started, as shows the
output of "cat /proc/swaps" invoked immediately after. I would think the
post install script would take care of it.

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-04-29 Thread Ubuntu Foundations Team Bug Bot
The attachment "Added LANG=C before "free" command. Works like a charm."
seems to be a patch.  If it isn't, please remove the "patch" flag from
the attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-04-30 Thread GamePad64
** Changed in: zram-config (Ubuntu)
   Status: Fix Committed => Confirmed

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-05-01 Thread Alberto Salvia Novella
** Changed in: zram-config (Ubuntu)
   Importance: Undecided => High

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-06-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/zram-config

** Branch linked: lp:ubuntu/vivid-proposed/zram-config

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

Title:
  zram-config is not working on non-English locales in vivid

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

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


[Bug 1448530] Re: zram-config is not working on non-English locales in vivid

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package zram-config - 0.3.1

---
zram-config (0.3.1) vivid; urgency=medium

  * Backport 2 fixes from wily:
- Call "free" command under C locale to avoid it failing under non-English
locales. Thanks GamePad64 for the initial patch! (LP: #1448530)
- rmmod doesn't support -w anymore, ensure that the module is removed and
that the service stops properly (LP: #1449678)

 -- Didier Roche   Mon, 15 Jun 2015 10:13:05 +0200

** Changed in: zram-config (Ubuntu Vivid)
   Status: In Progress => 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/1448530

Title:
  zram-config is not working on non-English locales in vivid

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

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