can not save change in terminal
This bug report was converted into a question: question #96949: can not save change in terminal.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: gnome-terminal
Can not save change in terminal about ufw. I would like to drop echo request.
I replaced
# ok icmp codes
-A ufw-before-input -p icmp --icmp-type destination-
-A ufw-before-input -p icmp --icmp-type source-quench -j ACCEPT
-A ufw-before-input -p icmp --icmp-type time-exceeded -j ACCEPT
-A ufw-before-input -p icmp --icmp-type parameter-problem -j ACCEPT
-A ufw-before-input -p icmp --icmp-type echo-request -j ACCEPT
with this:
# ok icmp codes
-A ufw-before-input -p icmp --icmp-type destination-
-A ufw-before-input -p icmp --icmp-type source-quench -j DROP
-A ufw-before-input -p icmp --icmp-type time-exceeded -j DROP
-A ufw-before-input -p icmp --icmp-type parameter-problem -j DROP
-A ufw-before-input -p icmp --icmp-type echo-request -j DROP
But I can not save the change.
ProblemType: Bug
Architecture: amd64
CheckboxSubmission: 8c25b16f0e1d1f7
CheckboxSystem: da9af3b901b5569
Date: Sun Jan 10 23:57:54 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelMo
Package: gnome-terminal 2.28.1-0ubuntu1
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: gnome-terminal
Uname: Linux 2.6.31-16-generic x86_64
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but it would make more sense to raise problems you are having in the support tracker at https:/ /answers. launchpad. net/ubuntu if you are uncertain if they are bugs. For help on reporting bugs, see https:/ /help.ubuntu. com/community/ ReportingBugs# When%20not% 20to%20file% 20a%20bug.