| orc_orc | last still ways: At a bare minimum, you need an appropriately-sized root partition, and a swap partition equal to twice the amount of RAM you have on the system |
| goodshit | docta. but i use yum to install stuff |
| docta_v | you use yum to install rpm packages |
| goodshit | yes |
| docta_v | they're still rpm packages |
| goodshit | i use yum install httpd |
| docta_v | yeah, rpm -qa shows you all currently installed packages that's what you want right? |
| goodshit | docta. is that all my installed package? can i short them by A-Z |
| docta_v | sure rpm -qa|sort |
| goodshit | so when i do a rpm -qa thats how many package is installed? |
| docta_v | isn't that what i said? 14:52 < docta_v> yeah, rpm -qa shows you all currently installed packages |
| goodshit | thanks ;) |
| docta_v | np |
| goodshit | thats alot of stuff i got installed |
| eureka | I have an interesting question? I'm as a regular user wanted to create files on a particular dir which I have permissions to do so. Let's call this dir /export/home/test , and this is mounted on one of the disks. My prob is that I can't put anything under that dir /export/home/test, I can move stuff out of there but can't put anything there. Every time I try it complains about "No space left on device", so I thought there should b |
| docta_v | sounds like you're out of space |
| lancelan | goodshit, yum list will show you a lot more - because it will also show stuff that you dont have installed ... |
| eureka | docta_v, why as root I can put stuff on? is there a trick that I should know? |
| docta_v | there is usually 5% reserved for root if you run df -h /export/home/test what does it say |
| eureka | docta_v, I saw about 30M remaining it's 17 GB capacity so that should explain it, right? |
| docta_v | yeah looks like you're out of space since 5% is reserved for root |
| eureka | so that 30M is only for root? |
| docta_v | yeah |
| eureka | docta_v, you mean in every dir? |
| docta_v | yeah you need to remove some stuff |
| eureka | because this is on a seperate disk |
| docta_v | df shows the entire disk |