gufw wont detect the enabled state of ufw in karmic

Bug #459554 reported by PresuntoRJ
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gufw
Fix Released
High
costales
Ubuntu Translations
Invalid
Undecided
Unassigned
ufw
Invalid
Undecided
Jamie Strandboge
gui-ufw (Ubuntu)
Fix Released
Undecided
costales

Bug Description

When I try sudo ufw status it actualy tells the me the correct state of ufw, which currently enabled but when I run gufw it aways shows falsely the firewall as beeing disabled...

I can click on the "enable" box and read the rules set, but this is not working properly.

Is there any log files or configuration file you might need to understand what is going on, please advise.

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 1e300c4dcabd3d4e98aa97343f38ec25
CheckboxSystem: daed2f3d6643b4a84b4520a2427f8c2b
Date: Sat Oct 24 01:33:00 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: gufw 9.10.3-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=pt_BR.UTF-8
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic-pae
SourcePackage: gui-ufw
Uname: Linux 2.6.31-14-generic-pae i686

Related branches

Revision history for this message
PresuntoRJ (fabio-tleitao) wrote :
Revision history for this message
costales (costales) wrote :

Hi!
Can you do this test in the Terminal, please? Thanks!
sudo ufw disable
sudo ufw status
sudo ufw enable
sudo ufw status

And tell me the exit of this commands :)
Regards.

Revision history for this message
PresuntoRJ (fabio-tleitao) wrote : Re: [Bug 459554] Re: gufw wont detect the enabled state of ufw in karmic

Sure,

The output is in pt-BR, but I will try to translate to you after the
transcription:

leitao@amz:~$ sudo ufw disable
[sudo] password for leitao:
Filtro parado e desabilitado na inicialização do sistema
leitao@amz:~$ sudo ufw status
Estado: inativo
leitao@amz:~$ sudo ufw enable
Firewall está ativo e ativado no início do sistema
leitao@amz:~$ sudo ufw status
Estado: ativo

Para Ação De
---- ------ --
Apache Full ALLOW Anywhere
Bazaar ALLOW Anywhere
Samba ALLOW Anywhere
OpenSSH ALLOW Anywhere
CUPS ALLOW Anywhere
3306 ALLOW Anywhere
7234 ALLOW Anywhere
Redmine ALLOW Anywhere

The disable option has stopped the filters, as expected, and confirmed by
the following status option.

The enable option has restarted the funcions, as expected, and confirmed by
the following status option.

I can also confirm it since I have set my apache rule to allow access to a
different port than the traditional 80, but my apache settings still listen
to port 80 too. With the ufw disabled, I could navigate from other PC to
this IP:80 on a browser (amongst other obvious tests I did), and with ufw
enabled, I no longer could.

I the meantime, gufw never noticed any change, assuming it was always
disabled.

2009/10/24 Marcos <email address hidden>

> Hi!
> Can you do this test in the Terminal, please? Thanks!
> sudo ufw disable
> sudo ufw status
> sudo ufw enable
> sudo ufw status
>
> And tell me the exit of this commands :)
> Regards.
>
> --
> gufw wont detect the enabled state of ufw in karmic
> https://bugs.launchpad.net/bugs/459554
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
Fábio Leitão
..-. .- -... .. --- .-.. . .. - .- --- ...-.-
&#70;&#97;&#98;&#105;&#111;&#32;&#76;&#101;&#105;&#74;&#97;&#111;
h0x46 h0x61 h0x62 h0x69 h0x6F h0x20 h0x4C h0x65 h0x69 h0x74 h0x61 h0x6F

Revision history for this message
costales (costales) wrote :

Hi!
Uhm... I don't undertand why Gufw fails...
Gufw reads the exit of command "ufw status" (in english), and it finds "inactive"/"active".
We must do a few test.

Revision history for this message
costales (costales) wrote :

Can you send me the folder /usr/share/gufw, please?

Revision history for this message
PresuntoRJ (fabio-tleitao) wrote :

Well,

Here is my /usr/share/gufw folder as in my system (fully updated)

Reading form your previous message got me wondering, and a quick fgrep for inactive (en) or inativo (pt-BR) have not found any matches.

How exactaly is this parse from the ufw status command should work?

Revision history for this message
costales (costales) wrote :

Hi! I confirm this bug.
If the ufw language is translated, the commands fail.
I ask help in Ubuntu Forums: http://acurti.es/Oga
I must find the solution for send a command in english to the terminal.
Thanks by bug PresuntoRJ.

Changed in gui-ufw:
status: New → Confirmed
importance: Undecided → High
Changed in gui-ufw (Ubuntu):
status: New → Confirmed
Changed in gui-ufw:
assignee: nobody → Marcos (marcos.alvarez.costales)
Changed in gui-ufw (Ubuntu):
assignee: nobody → Marcos (marcos.alvarez.costales)
Revision history for this message
costales (costales) wrote :

Uhm... I don't undertand!
In Ubuntu 9.10 the setting LANG=en not works...

But in Ubuntu 9.04 works! (See attachment file)

Revision history for this message
Devid Antonio Filoni (d.filoni) wrote :

@Marcos: LANG=en seems to work in my Karmic installation

dfiloni@dfiloni-desktop:~$ sudo ufw status
Stato: inattivo
dfiloni@dfiloni-desktop:~$ LANG=en sudo ufw status
Status: inactive
dfiloni@dfiloni-desktop:~$

Revision history for this message
costales (costales) wrote :

In PresuntoRJ system and my system not works :S
Anybody can do more tests, please? Thanks!
The test is report the exit of this 2 commands:
sudo ufw status
LANG=en sudo ufw status
But with your system in other language != English.

Revision history for this message
costales (costales) wrote :

I attach a video with my ufw exit.
My Ubuntu language in the video is Spanish.

Revision history for this message
costales (costales) wrote :

@Devid, I record a video with my system in Italian, not works for me.
Any idea?

Revision history for this message
Devid Antonio Filoni (d.filoni) wrote :

@Marcos: I really don't know, what do you think about trying with LC_ALL ? We need to fix this issue ASAP (or the fix will not be available in Karmic).

Revision history for this message
costales (costales) wrote :

I don't understand...
If I run another command with LANG=en works! But ufw not!
Jamie, can be a ufw bug maybe?
PresuntoRJ can you try anothers commands != ufw in terminal with "LANG=en", please? I need know if the exists are in english.
I found that with LANGUAGE=en ufw works. Why? I need help about this anormal run. Any idea, please?
PresuntoRJ can you try in terminal?: LANGUAGE=en sudo ufw status
Thanks.

marcos@marcos-laptop:~$ chmod +x --verbose test
el modo de «test» cambia a 0755 (rwxr-xr-x)
marcos@marcos-laptop:~$ LANG=en chmod +x --verbose test
mode of `test' retained as 0755 (rwxr-xr-x)
marcos@marcos-laptop:~$ sudo ufw status
Estado: activo

A Acción De
- ------- --
51413/tcp ALLOW Anywhere

marcos@marcos-laptop:~$ LANG=en sudo ufw status
Estado: activo

A Acción De
- ------- --
51413/tcp ALLOW Anywhere

marcos@marcos-laptop:~$
marcos@marcos-laptop:~$ chown -v marcos:marcos test
el propietario de «test» permanece como marcos:marcos
marcos@marcos-laptop:~$ LANG=en chown -v marcos:marcos test
ownership of `test' retained as marcos:marcos
marcos@marcos-laptop:~$

Revision history for this message
costales (costales) wrote :

I have 2 partitions:
- A new instalation of Ubuntu 9.10
- Ubuntu 9.10 upgraded from Ubuntu 9.04

The result of command: LANG=en sudo ufw status is:
- A new instalation of Ubuntu 9.10: WORKS
- Ubuntu 9.10 upgraded from Ubuntu 9.04: NOT WORKS

The result of command: LANGUAGE=en sudo ufw status
- A new instalation of Ubuntu 9.10: WORKS
- Ubuntu 9.10 upgraded from Ubuntu 9.04: WORKS

But I don't undertand, LANG=en must be works. Is it LANGUAGE a valid command?

PresuntoRJ, did you upgrade from Ubuntu 9.04? or it was a new install of Ubunu 9.10? Thanks

Revision history for this message
costales (costales) wrote :

PresuntoRJ can you do this test?
Overwrite the file /usr/share/gufw/model/Variable.py with the attached file
And check if Gufw works fine. Thanks.

Revision history for this message
PresuntoRJ (fabio-tleitao) wrote :

it was an upgrade from 9.04 (and previously from 8.10)

2009/10/25 Marcos <email address hidden>

> I have 2 partitions:
> - A new instalation of Ubuntu 9.10
> - Ubuntu 9.10 upgraded from Ubuntu 9.04
>
> The result of command: LANG=en sudo ufw status is:
> - A new instalation of Ubuntu 9.10: WORKS
> - Ubuntu 9.10 upgraded from Ubuntu 9.04: NOT WORKS
>
> The result of command: LANGUAGE=en sudo ufw status
> - A new instalation of Ubuntu 9.10: WORKS
> - Ubuntu 9.10 upgraded from Ubuntu 9.04: WORKS
>
> But I don't undertand, LANG=en must be works. Is it LANGUAGE a valid
> command?
>
> PresuntoRJ, did you upgrade from Ubuntu 9.04? or it was a new install of
> Ubunu 9.10? Thanks
>
> --
> gufw wont detect the enabled state of ufw in karmic
> https://bugs.launchpad.net/bugs/459554
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
Fábio Leitão
..-. .- -... .. --- .-.. . .. - .- --- ...-.-
&#70;&#97;&#98;&#105;&#111;&#32;&#76;&#101;&#105;&#74;&#97;&#111;
h0x46 h0x61 h0x62 h0x69 h0x6F h0x20 h0x4C h0x65 h0x69 h0x74 h0x61 h0x6F

Revision history for this message
PresuntoRJ (fabio-tleitao) wrote :

Hey,

After I have replaced the package file with the one sent here it seemed to
work for me without any LANG options.

2009/10/25 Marcos <email address hidden>

> PresuntoRJ can you do this test?
> Overwrite the file /usr/share/gufw/model/Variable.py with the attached file
> And check if Gufw works fine. Thanks.
>
>
> ** Attachment added: "Variable.py"
> http://launchpadlibrarian.net/34358859/Variable.py
>
> --
> gufw wont detect the enabled state of ufw in karmic
> https://bugs.launchpad.net/bugs/459554
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
Fábio Leitão
..-. .- -... .. --- .-.. . .. - .- --- ...-.-
&#70;&#97;&#98;&#105;&#111;&#32;&#76;&#101;&#105;&#74;&#97;&#111;
h0x46 h0x61 h0x62 h0x69 h0x6F h0x20 h0x4C h0x65 h0x69 h0x74 h0x61 h0x6F

Revision history for this message
PresuntoRJ (fabio-tleitao) wrote :

As requested:

leitao@amz:~$ touch test
leitao@amz:~$ chmod +x --verbose test
modo de `test' alterado para 0755 (rwxr-xr-x)
leitao@amz:~$ LANG=en chmod +x --verbose test
mode of `test' retained as 0755 (rwxr-xr-x)
leitao@amz:~$ sudo ufw status
Estado: ativo

Para Ação De
---- ------ --
Apache Full ALLOW Anywhere
Bazaar ALLOW Anywhere
Samba ALLOW Anywhere
OpenSSH ALLOW Anywhere
CUPS ALLOW Anywhere
3306 ALLOW Anywhere
7234 ALLOW Anywhere
Redmine ALLOW Anywhere

leitao@amz:~$ LANG=en sudo ufw status
Estado: ativo

Para Ação De
---- ------ --
Apache Full ALLOW Anywhere
Bazaar ALLOW Anywhere
Samba ALLOW Anywhere
OpenSSH ALLOW Anywhere
CUPS ALLOW Anywhere
3306 ALLOW Anywhere
7234 ALLOW Anywhere
Redmine ALLOW Anywhere

2009/10/25 Marcos <email address hidden>

> I don't understand...
> If I run another command with LANG=en works! But ufw not!
> Jamie, can be a ufw bug maybe?
> PresuntoRJ can you try anothers commands != ufw in terminal with "LANG=en",
> please? I need know if the exists are in english.
> I found that with LANGUAGE=en ufw works. Why? I need help about this
> anormal run. Any idea, please?
> PresuntoRJ can you try in terminal?: LANGUAGE=en sudo ufw status
> Thanks.
>
>
> marcos@marcos-laptop:~$ chmod +x --verbose test
> el modo de «test» cambia a 0755 (rwxr-xr-x)
> marcos@marcos-laptop:~$ LANG=en chmod +x --verbose test
> mode of `test' retained as 0755 (rwxr-xr-x)
> marcos@marcos-laptop:~$ sudo ufw status
> Estado: activo
>
> A Acción De
> - ------- --
> 51413/tcp ALLOW Anywhere
>
> marcos@marcos-laptop:~$ LANG=en sudo ufw status
> Estado: activo
>
> A Acción De
> - ------- --
> 51413/tcp ALLOW Anywhere
>
> marcos@marcos-laptop:~$
> marcos@marcos-laptop:~$ chown -v marcos:marcos test
> el propietario de «test» permanece como marcos:marcos
> marcos@marcos-laptop:~$ LANG=en chown -v marcos:marcos test
> ownership of `test' retained as marcos:marcos
> marcos@marcos-laptop:~$
>
>
>
> ** Also affects: ufw
> Importance: Undecided
> Status: New
>
> --
> gufw wont detect the enabled state of ufw in karmic
> https://bugs.launchpad.net/bugs/459554
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
Fábio Leitão
..-. .- -... .. --- .-.. . .. - .- --- ...-.-
&#70;&#97;&#98;&#105;&#111;&#32;&#76;&#101;&#105;&#74;&#97;&#111;
h0x46 h0x61 h0x62 h0x69 h0x6F h0x20 h0x4C h0x65 h0x69 h0x74 h0x61 h0x6F

Revision history for this message
PresuntoRJ (fabio-tleitao) wrote :
Download full text (3.6 KiB)

Just to confirm, this info I have sent Marco by GTalk (so it was still
undocummented)

In my env it says LANG=pt_BR.UTF-8, LANGUAGE=pt_BR.UTF-8
and GDM_LANG=pt_BR.UTF-8

2009/10/25 Fabio T. Leitao <email address hidden>

> As requested:
>
> leitao@amz:~$ touch test
> leitao@amz:~$ chmod +x --verbose test
> modo de `test' alterado para 0755 (rwxr-xr-x)
> leitao@amz:~$ LANG=en chmod +x --verbose test
> mode of `test' retained as 0755 (rwxr-xr-x)
> leitao@amz:~$ sudo ufw status
> Estado: ativo
>
> Para Ação De
> ---- ------ --
> Apache Full ALLOW Anywhere
> Bazaar ALLOW Anywhere
> Samba ALLOW Anywhere
> OpenSSH ALLOW Anywhere
> CUPS ALLOW Anywhere
> 3306 ALLOW Anywhere
> 7234 ALLOW Anywhere
> Redmine ALLOW Anywhere
>
> leitao@amz:~$ LANG=en sudo ufw status
> Estado: ativo
>
> Para Ação De
> ---- ------ --
> Apache Full ALLOW Anywhere
> Bazaar ALLOW Anywhere
> Samba ALLOW Anywhere
> OpenSSH ALLOW Anywhere
> CUPS ALLOW Anywhere
> 3306 ALLOW Anywhere
> 7234 ALLOW Anywhere
> Redmine ALLOW Anywhere
>
>
> 2009/10/25 Marcos <email address hidden>
>
>> I don't understand...
>>
>> If I run another command with LANG=en works! But ufw not!
>> Jamie, can be a ufw bug maybe?
>> PresuntoRJ can you try anothers commands != ufw in terminal with
>> "LANG=en", please? I need know if the exists are in english.
>> I found that with LANGUAGE=en ufw works. Why? I need help about this
>> anormal run. Any idea, please?
>> PresuntoRJ can you try in terminal?: LANGUAGE=en sudo ufw status
>> Thanks.
>>
>>
>> marcos@marcos-laptop:~$ chmod +x --verbose test
>> el modo de «test» cambia a 0755 (rwxr-xr-x)
>> marcos@marcos-laptop:~$ LANG=en chmod +x --verbose test
>> mode of `test' retained as 0755 (rwxr-xr-x)
>> marcos@marcos-laptop:~$ sudo ufw status
>> Estado: activo
>>
>> A Acción De
>> - ------- --
>> 51413/tcp ALLOW Anywhere
>>
>> marcos@marcos-laptop:~$ LANG=en sudo ufw status
>> Estado: activo
>>
>> A Acción De
>> - ------- --
>> 51413/tcp ALLOW Anywhere
>>
>> marcos@marcos-laptop:~$
>> marcos@marcos-laptop:~$ chown -v marcos:marcos test
>> el propietario de «test» permanece como marcos:marcos
>> marcos@marcos-laptop:~$ LANG=en chown -v marcos:marcos test
>> ownership of `test' retained as marcos:marcos
>> marcos@marcos-laptop:~$
>>
>>
>>
>> ** Also affects: ufw
>> Importance: Undecided
>> Status: New
>>
>> --
>> gufw wont detect the enabled state of ufw in karmic
>> https://bugs.launchpad.net/bugs/459554
>> You received this bug notification because you are a direct sub...

Read more...

Revision history for this message
costales (costales) wrote :

PresuntoRJ could you do the last test, please? :)
LANGUAGE=en sudo ufw status
Thanks very much!

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package gui-ufw - 9.10.4-0ubuntu1

---------------
gui-ufw (9.10.4-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #459554).
  * Fix unused-override lintian info.

 -- Devid Antonio Filoni <email address hidden> Sun, 25 Oct 2009 20:48:24 +0100

Changed in gui-ufw (Ubuntu):
status: Confirmed → Fix Released
costales (costales)
Changed in gui-ufw:
status: Confirmed → Fix Committed
status: Fix Committed → Fix Released
Revision history for this message
PresuntoRJ (fabio-tleitao) wrote :

As requested...

leitao@amz:~$ LANGUAGE=en sudo ufw status
[sudo] password for leitao:
Status: active

To Action From
-- ------ ----
Apache Full ALLOW Anywhere
Bazaar ALLOW Anywhere
Samba ALLOW Anywhere
OpenSSH ALLOW Anywhere
CUPS ALLOW Anywhere
3306 ALLOW Anywhere
7234 ALLOW Anywhere
Redmine ALLOW Anywhere

2009/10/25 Marcos <email address hidden>

> ** Changed in: gui-ufw
> Status: Confirmed => Fix Committed
>
> ** Changed in: gui-ufw
> Status: Fix Committed => Fix Released
>
> --
> gufw wont detect the enabled state of ufw in karmic
> https://bugs.launchpad.net/bugs/459554
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
Fábio Leitão
..-. .- -... .. --- .-.. . .. - .- --- ...-.-
&#70;&#97;&#98;&#105;&#111;&#32;&#76;&#101;&#105;&#74;&#97;&#111;
h0x46 h0x61 h0x62 h0x69 h0x6F h0x20 h0x4C h0x65 h0x69 h0x74 h0x61 h0x6F

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Marking ufw task as Invalid per description.

Changed in ufw:
status: New → Invalid
Revision history for this message
costales (costales) wrote :

But it's a important bug in ufw :O

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

It is not clear to me what the bug is in ufw. Based on comment #3, ufw seems to be working fine. Can you explain?

Revision history for this message
costales (costales) wrote :

Hi Jamie ;) Of course.
If I run another command with LANG=en in Ubuntu the exit is in english:
marcos@marcos-laptop:~$ chmod +x --verbose test
el modo de «test» cambia a 0755 (rwxr-xr-x) <------- Spanish
marcos@marcos-laptop:~$ LANG=en chmod +x --verbose test
mode of `test' retained as 0755 (rwxr-xr-x) <------ English

But in a system with other language != english and ufw translated, the exit of command it's always in the systema language:
marcos@marcos-laptop:~$ sudo ufw status
Estado: activo <------------ Spanish

A Acción De
- ------- --
51413/tcp ALLOW Anywhere

marcos@marcos-laptop:~$ LANG=en sudo ufw status
Estado: activo <---------------- ERROR (It's in spanish, not in english).

A Acción De
- ------- --
51413/tcp ALLOW Anywhere

Best regards.

Changed in ufw:
status: Invalid → New
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

This seems to be working ok in Ubuntu 10.04 (ufw 0.29.3) now. Eg:
$ echo $LANG
es_MX.utf8

$ sudo ufw status
Estado: activo

$ LANG=en sudo ufw status
Status: active

$ LANGUAGE=en sudo ufw status
Status: active

Can someone else confirm?

Changed in ufw:
assignee: nobody → Jamie Strandboge (jdstrand)
status: New → Incomplete
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

I wonder if the 'en' translations weren't fully installed/generated. For people who see this issue, what is the output of 'locale -a'? Also, shouldn't that be LANG=en_US or similar?

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

I would also recommend that if setting LANG or LANGUAGE or whatever in gufw, that that perhaps be changed to 'LANG=C', since there are different english translations available.

Revision history for this message
costales (costales) wrote :

Hi Jamie.
   "This seems to be working ok in Ubuntu 10.04 (ufw 0.29.3) now. Eg:
   $ echo $LANG
   es_MX.utf8"
This will not works because the MX isn't translated in Launchpad.
https://translations.launchpad.net/ubuntu/karmic/+source/ufw/+pots/ufw

You must get a translated language, as Spanish:
marcos@marcos-desktop:~$ sudo ufw status
[sudo] password for marcos:
Estado: activo

A Acción De
- ------- --
5900/tcp ALLOW Anywhere

marcos@marcos-desktop:~$ LANG=en sudo ufw status
Estado: activo <---- In SPANISH!

A Acción De
- ------- --
5900/tcp ALLOW Anywhere

marcos@marcos-desktop:~$ echo $LANG
es_ES.UTF-8
marcos@marcos-desktop:~$

marcos@marcos-desktop:~$ locale -a
ast_ES.utf8
C
en_AG
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NG
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
es_AR.utf8
es_BO.utf8
es_CL.utf8
es_CO.utf8
es_CR.utf8
es_DO.utf8
es_EC.utf8
es_ES.utf8
es_GT.utf8
es_HN.utf8
es_MX.utf8
es_NI.utf8
es_PA.utf8
es_PE.utf8
es_PR.utf8
es_PY.utf8
es_SV.utf8
es_US.utf8
es_UY.utf8
es_VE.utf8
fr_BE.utf8
fr_CA.utf8
fr_CH.utf8
fr_FR.utf8
fr_LU.utf8
POSIX
marcos@marcos-desktop:~$

Best regards.

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Hmm. I still can't reproduce:
$ echo $LANG
es_ES.utf8

$ sudo ufw status
Estado: activo

$ LANG=en sudo ufw status
Status: active

$ LANGUAGE=en sudo ufw status
Status: active

Revision history for this message
costales (costales) wrote :

Hi! Only in updated versions from Ubuntu 9.04 :O
If you install Ubuntu 9.10 with a fresh instalation, you can't reproduce it.

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

I talked to David Planella (translations guru and member of ubuntu-translations) and he said that you should really be using 'C' and not 'en'. Added an ubuntu-translations task per David.

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Per David's comments, I am going to mark the ufw portion of this bug as 'Invalid'. If it is determined there is a bug in ufw, we can reopen.

Changed in ufw:
status: Incomplete → Invalid
Revision history for this message
costales (costales) wrote :

Ok! ;)
I changed the gufw code to LANG=C.
Best regards!

Revision history for this message
David Planella (dpm) wrote :

Marcos,

Here's some more info you might find useful regarding the use of 'en' as a language name but not as a valid locale name:

  http://www.gnu.org/software/gettext/FAQ.html#localename

In any case, seeing that the issue is solved and it did not seem to involve a translations problem, I'm closing the ubuntu-translations task as Invalid. Feel free to reopen it if necessary.

Thanks!

Changed in ubuntu-translations:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.