| row | abrotman:cheers |
| abrotman | daeos: done yet? |
| jelly-home | solemnwarning: snoopy or ttysnoop |
| abrotman | daeos: error ? |
| daeos | http://channels.debian.net/paste/5974 |
| jetscreamer | daeos: that was dselect --expert btw, but let abrotman fumble a bit use aptitude |
| abrotman | wtf stop telling people to use dselect |
| jetscreamer | i didn't quit leaving |
| abrotman | daeos: let me see your sources again |
| daeos | ok |
| jetscreamer | daeos: i dont want you to try my method until NOTHING else works... then i will rub mr abrotman's nose in it... :p |
| abrotman | why? because dselect still sucks? |
| daeos | abrotman: http://channels.debian.net/paste/5975 |
| abrotman | it's like using sledgehammer to mold glass |
| jetscreamer | me? no because you said something incorrect about it |
| bunix | !nvidia |
| dpkg | extra, extra, read all about it, nvidia is Ask me about <nvidia one-liner> for a fast answer on 'how to install the Nvidia drivers'; for a long guide - see http://wiki.debian.org/NvidiaGraphicsDrivers. DO NOT use nvidia.com's installer (ask me about <nvidia-installer>). |
| pingouin | why does : update-rc.d apache2 stop 91 0 1 2 3 4 5 6 . spit me out : System startup links for /etc/init.d/apache2 already exist. what i did wrong ? (i just want apache2 not start at booting, only when i do /etc/init.d/apache2 start/stop ) ? |
| abrotman | daeos: what's the command you used to get the aforementioned error ? |
| jetscreamer | just remember how much i love you :o |
| abrotman | pingouin: because it's being started in 2345 most liekly daeos: aptitude update && aptitude dist-upgrade ? |
| jetscreamer | pingouin: chmod -x /etc/init.d/apache2 or don't abrotman: yes that was the command he said he used |
| abrotman | pingouin: instead of telling it to stop .. why not just use update-rc.d to remove the start links in 2345 |
| pingouin | abrotman: this is what i'm trying to do...following exemple in man update-rc.d...but obviously....i do wrong |
| abrotman | obviously :) |
| jetscreamer | why not just delete them manually.. what is all this update rc crap anyway i'm just asking |
| abrotman | jetscreamer: you do everything manually |
| jetscreamer | yeah, sometimes... i am into automation though |
| pingouin | maybe the -f option is the key ? |
| jetscreamer | rm /etc/rc.?/apache2 ? |