| Linode Forum https://forum.linode.com/ |
|
| ufw missing in new Ubuntu images??? https://forum.linode.com/viewtopic.php?f=19&t=7877 |
Page 1 of 1 |
| Author: | devon [ Thu Oct 06, 2011 12:45 am ] |
| Post subject: | ufw missing in new Ubuntu images??? |
For some reason when I install a new image of 10.04 or 11.04 of ubuntu, there is no ufw. When I searched for "ufw" there is a ufw directory in /etc but nowhere is there a binary. When I tried installing ufw using aptitude on 10.04 it mentioned something about a corrupt ubuntu image. I had just rebuilt using a new 10.04 imagefrom the Linode Manager so I don't see how that can be. What am I missing here? |
|
| Author: | hoopycat [ Thu Oct 06, 2011 7:58 am ] |
| Post subject: | |
What's the exact error you get when you try to install it? Are you running 'apt-get update' (or whatever the Aptitude equivalent is) first? Ubuntu doesn't include ufw in the minimal installation, but it should install just fine. |
|
| Author: | devon [ Thu Oct 06, 2011 9:37 am ] |
| Post subject: | |
I just did another fresh install of 10.04 using the Linode Manager, I did: apt-get update apt-get upgrade --show-upgraded no errors. When I try ufw after all that: -bash: ufw: command not found It was my understanding that ufw was installed by default. I have 9.04 running on another instance and do not recall having to install it separately. That is why I am wondering. |
|
| Author: | devon [ Thu Oct 06, 2011 9:49 am ] |
| Post subject: | |
Ok, I went with the basics and did: Code: apt-get install ufw And that correctly installed it. When I use aptitude and select the ufw package from there it acts like it is reinstalling the ubuntu image and you get lots of errors. |
|
| Author: | hybinet [ Thu Oct 06, 2011 11:10 am ] |
| Post subject: | |
Although UFW has been gaining traction among Ubuntu users, it is still not considered part of a standard Linux stack, and it may never be (because there are other firewalls, too). So it's not surprising that it got left out. Also, some OS images are more bare-bones than others. Some VPS companies (not Linode) even supply CentOS images without yum. That's crazy. |
|
| Author: | hoopycat [ Thu Oct 06, 2011 11:39 am ] |
| Post subject: | |
Technically speaking, iptables isn't even part of the Ubuntu base installation: Code: rtucker@witte:~$ apt-cache showpkg ubuntu-minimal That's not to say that the Linode base image doesn't digress from ubuntu-minimal (eject is removed and openssh-server is added, for two examples), but it's clearly inspired by it. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|