[Bug 1533639] Re: [ubuntu-cpc] please make /tmp a tmpfs in RAM

2016-02-21 Thread Jarno Suni
As for encrypting swap created by swapspace, I have a question: http://askubuntu.com/questions/726577/how-can-you-setup-encrypted-swap- with-swapspace -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 1533639] Re: [ubuntu-cpc] please make /tmp a tmpfs in RAM

2016-01-21 Thread Jarno Suni
swapspace sounds cool. I'll try it on my next installation of Ubuntu instead of reserving a separate partition. I think the Ubuntu installer could have an option for making /tmp a tmpfs and for making suitable swap configuration for that thus adapting to all needs. I use noatime option for

[Bug 1533639] Re: [ubuntu-cpc] please make /tmp a tmpfs in RAM

2016-01-21 Thread Jarno Suni
If user has chosen encrypted home directory during installation of Ubuntu, he/she probably wants encrypted swap, too. I am not sure, if that is possible with swapspace. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 1475968] Re: match function hangs

2015-11-15 Thread Jarno Suni
Alternative link for #2: https://github.com/ThomasDickey/original- mawk/issues/34 (This is actually different bug, and in a later version of mawk, but I guess it is somehow related. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mawk

[Bug 490736] Re: mawk 1.3.3-13ubuntu1 incorrectly handles / in [ ] expressions

2015-07-31 Thread Jarno Suni
Package 1.3.3-17ubuntu2 has this bug, too. It is part of the latest release of Ubuntu. ** Summary changed: - mawk 1.3.3-13ubuntu1 incorrectly handles / in [ ] expressions + mawk 1.3.3-17ubuntu2 incorrectly handles / in [ ] expressions ** Tags added: wily -- You received this bug notification

[Bug 1475968] Re: match function hangs

2015-07-31 Thread Jarno Suni
** Tags added: wily -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mawk in Ubuntu. https://bugs.launchpad.net/bugs/1475968 Title: match function hangs To manage notifications about this bug go to:

[Bug 1475968] Re: match function hangs

2015-07-30 Thread Jarno Suni
As for mawk 1.3.4 20150503, echo bacaa | mawk '{print match($0,/(a*)*/), RLENGTH}' prints 2 1 whereas GNU Awk 4.0.1, echo bacaa | gawk '{print match($0,/(a*)*/), RLENGTH}' prints 1 0 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1332114] Re: Please update mawk to latest upstream release

2015-07-30 Thread Jarno Suni
Also Xubuntu 14.04, and all latest releases of Lubuntu have only mawk installed, by default, not gawk (according to Distrowatch). -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mawk in Ubuntu. https://bugs.launchpad.net/bugs/1332114

[Bug 1475968] Re: match function hangs

2015-07-30 Thread Jarno Suni
See also https://code.google.com/p/original- mawk/issues/detail?id=34thanks=34ts=1438206605 ** Bug watch added: code.google.com/p/original-mawk/issues #34 https://code.google.com/p/original-mawk/issues/detail?id=34 -- You received this bug notification because you are a member of Ubuntu

[Bug 1462737] Re: mawk counts characters incorrectly

2015-07-29 Thread Jarno Suni
Or better, it should work same way as gawk, i.e. treat all input data as single-byte characters, only if -b or --characters-as-bytes option is used. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mawk in Ubuntu.

[Bug 1475968] [NEW] match function hangs

2015-07-19 Thread Jarno Suni
Public bug reported: Testcase: mawk '{print match($0,/(a*)*/)}' hangs with any input. I expect it to print an integer number for each line in input and exit thereafter. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: mawk 1.3.3-17ubuntu2 ProcVersionSignature: Ubuntu

[Bug 1462737] Re: mawk counts characters incorrectly

2015-07-19 Thread Jarno Suni
I guess it is design. I think some operations are faster, if you count bytes instead of characters. There could be an option to allow mawk count characters, though. ** Description changed: $ echo ä | mawk '{print length($0)}' - outputs 2. I expect 1. + outputs 2. I expect 1. $ echo äo |

[Bug 1332114] Re: Please update mawk to latest upstream release - mawk in Ubuntu is 15 years old and very buggy :(

2015-06-07 Thread Jarno Suni
Mythbuntu 14.04 uses mawk as default awk, so it is important to fixed it. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mawk in Ubuntu. https://bugs.launchpad.net/bugs/1332114 Title: Please update mawk to latest upstream release -

[Bug 1462737] [NEW] mawk counts characters incorrectly

2015-06-07 Thread Jarno Suni
Public bug reported: $ echo ä | mawk '{print length($0)}' outputs 2. I expect 1. $ echo äo | mawk '{print match($0,o)}' outputs 3. I expect 2. Probably this is due to the internal representation of UTF-8 characters; mawk counts bytes instead of characters. ProblemType: Bug DistroRelease: