Comment 14 for bug 459554

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:~$