@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> the filename that was there
<1> im gonna stop messing around, im just gonna relogin in
<1> yeah?
<1> its the exact same filename only it has .save after it
<0> remove .save :)
<1> i cant
<0> huh..
<1> everything is greyed ou
<1> t
<1> i cant even delete it
<0> I don't know why that would be..
<0> I'm just a newbie myself :)
<1> im gonna stop playing aroudn
<1> im gonna login under the username root
<1> and do it the easy way
<0> ok, good luck :)



<1> thanks
<1> be back in a bit
<1> it wont even let me do that
<1> god dmnait
<1> grrr!
<1> is awol around?
<1> the linux master
<2> Howdy, ubuntu folks; I'm trying to install on a new PC which has all its disks attached to a 3ware 9650SX RAID controller.
<2> I started a shell from the ubuntu installer and mounted the CD that ships with the 3ware card, but insmod gives me "3w_9xxx: disagrees about version of symbol struct_module", and the 3w-xxxx driver that actually comes on the ubuntu installer disc does not detect my controller
<2> Could anyone help me find a module that will load into the ubuntu installer kernel, or tell me if there's anything unusual I need to do to build one?
<3> hei AMAG
<2> I have found a link on the 3ware web site that might be helpful
<2> If not I'll cry on-channel again in a few minutes. :)
<2> oh gay it's not compiled
<3> AMAG: I guess it has build instructions or a setup file?
<3> I hope the liveCD is running gcc. I think it's shipped with it
<2> I'm just going to build it on another box
<2> Unfortunately it may take some time to compile linux 2.6 on Pentium II 350 ... :/
<1> i got a question for you again too mellar when you get done with the one youre workin on now
<2> arg, can't compile 64 bit binaries on this box because I don't have 64 bit gcc probably :/
<2> Okay, still no luck. Help!
<4> I hate this gay #. Efnet ****s ***, and all the opers **** *** too. If you wanna come to a new fast, linked network, come to neowonet.dyndns.org 6667 and enjoy the things you cant here. Only the 3ll33t are allowed, so most of you will be kicked. ;)
<5> so fast it has a dynamic ip!
<5> ;)
<6> when i'm trying to install the normal disc of xubuntu on an old AMD, it loads the live cd fine
<6> i can run all the programs in it, with no problem, but when i try to run the install ,it hangs up and eventually freezes
<6> any ideas?
<6> could it be because i only have 128mb of ram?
<7> How can I edit xorg through recovery mode? I made changes, no backup, and know what the problem is, I just need to know how to get to where I can edit it
<8> hey guys, i have a 1440x900 monitor and i want to get gnome using that resolution. i added that resolution to xorg.config in the resolutions settings but its not come up in the screen resolution selector in gnome. any hints?
<3> sudo dpkg-reconfigure xserver-xorg
<3> ctrl+alt+backspace after you have gone through that command
<8> ok ill try that now
<3> great
<9> =)
<9> and startx ?
<3> nope
<3> ctrl+alt+backspace restarts X
<8> ehm, how do i go back 1 step?
<3> you have to do it all over again
<8> nooooooooooooooooooooooooooooooooooooooooo
<8> :( its still stuck in 1280x1024
<8> the only option i left on the resolutions section was 1440x900
<3> MR-REznOr: only 1280x1024 in the dpkg-reconfigure menu?
<3> usually it's a pretty large list, of even resolution your screen can't handle
<8> yeah 1440x900 was there, it was the only option i left with a star. then i restared x server and it was on 1280x1024 and it looks horrible. in the gnome screen resolution picker there is only 1280x1024 1024x768 and 800x600! on restart the mouse is moving really slow, like 2 fpx or something
<8> *fps
<10> how do i set firefox to use php files, intead of asking me to save them?
<5> torn, firefox doesn't use php files, the server does that. If it's prompting you to save the file, it means the server isn't p***ing the php files to the php interpreter and displaying the information
<10> yeah, just found that out
<10> hrm
<10> well wtf
<10> theres no clear cut guides for this, all i want is apache and php to work together
<3> torn: that's an easy one
<3> you have installed apache2, right?
<10> yep
<3> and php5 or 4?
<10> php5
<10> yep
<3> sudo apt-cache search apache2 | grep php5
<10> torn@edgy:/var/www/apache2-default$ sudo apt-cache search apache2 | grep php5



<10> libapache2-mod-php5 - server-side, HTML-embedded scripting language (apache 2.0 module)
<10> php5-cgi - server-side, HTML-embedded scripting language (CGI binary)
<3> search for all apache2 packages containing php5 somewhere in the description
<3> yeah. and have you installed the first one?
<10> yeah, says its already the newest version
<3> and it restarted apache?
<10> just removed and reinstalled it
<3> and in /etc/apache2/mods-available/ you should have something like php5.load ?
<10> yep
<10> its in there
<3> is it also in /etc/apache2/mods-enabled/ ?
<10> nope
<10> cgi.load userdir.conf and userdir.load are the only ones in there
<3> you have /etc/apache2/mods-available/php4.conf right?
<3> if you have, then we can make symlinks and restart apache2
<10> yep
<10> i have php4 and php5 .confs
<3> sudo ln -s /etc/apache2/mods-available/php4.conf /etc/apache2/mods-enabled/php4.conf
<3> sudo ln -s /etc/apache2/mods-available/php4.load /etc/apache2/mods-enabled/php4.load
<3> sudo /etc/init.d/apache2 restart
<10> Cannot load /usr/lib/apache2/modules/libphp4.so into server: /usr/lib/apache2/modules/libphp4.so: cannot open shared object file: No such file or directory
<10> when i tried to restart
<3> sorry
<3> change all the php4 to php5 ;)
<3> I have php4 installed you see ;)
<10> ah np :P
<10> so, should i cp the confs over too, or no?
<3> no, make symlinks with ln -s
<10> hrm, i did that
<10> but now my apache isnt loaded, its showing that it reloads, etc
<10> but when i go to http://localhost
<3> yeah, and you have to remove the php4 sumlinks
<10> theres nothing
<10> ahhh ok
<10> haha!
<10> happy dance
<10> :D:D
<3> it worked?
<10> yep, lets me load my info.php
<3> great
<10> but, now when i try to go to phpmyadmin again, its asking me to save .phtml files again
<3> phtml?
<3> php-files are .php
<10> Mellar, something to do with phpmyadmin,
<10> to login i ***ume, i dont know why apache isnt using it, instead of asking me to save this now
<10> hrm, my info.php in my /var/www folder works, but, anything in /var/www/phpmyadmin/*.php ask me to save it... why would it not be parsing those as well?>
<10> nvm, had to clear browser cache
<3> :)
<3> typical ;)
<10> argh, but now its asking for my login and pw, but, my normal login and username dont work, and neither does my root...
<3> do you have a p***word in the mysql-database then?
<10> dunno, i "sudo mysql" and it logs me in, so i was ***uming that my pw for the phpmyadmin would be my normal login pw
<3> ok. maybe you should try to create a user in the mysql from commandline first then
<3> I ***ume you have installed all the connectors phpmyadmin/apache2/mysql/php5 needs
<10> yep
<10> so... hrm, i have to create a phpmyadmin user correct?
<10> or am i not thinking in the right terms?
<10> nvm found a tutorial, ill try this, and then ask if i cant get it :P
<3> ok
<11> http://youtube.com/watch?v=MWYmK2TcaXM , the power of linux is amazing
<11> check out the awsome video i made with lives
<10> Mellar, im havin some trouble again, think you could try to give a hand?
<3> just ask the question, and if can't answer, then maybe somebody else in the channel can
<10> well, i apt-get cacti, because thats what im trying to install currently, and instead of puttin it in /var/www, its in /usr/share/cacti/site
<10> sooo, should i just mv that dir to my www and be fine, or isnt it as simple as that?
<3> there should be a readme in either /usr/share/cacti or in /usr/doc/cacti
<3> maybe you are supposed to make a symlink, I don't know
<3> be sure to read the debian or the ubuntu README if it excists
<10> yeah, the reame's for this are pretty sparse, and non do it the same way, pretty close to giving up, almost a bit out of my reach
<3> ok. I don't know anything about cacti.
<3> but there should be som helpful docs in those directories. a google search might also help
<10> yeah, i have been googling for a while now, piecing together little bits at a time, since around noon
<10> they all say Now you need to Edit /var/www/cacti/include/config.php and specify the MySQL user, p***word
<10> i dont have that tho, which is where it loses me, its not like im installing from src or anything, im using apt-get to install it


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #ubuntu
or
Go to some related logs:

#computers
#computers
#gentoo
mrbucket logs
justin thiel
#3dsmax
password for mikeinbrazil.com
#nhl
#politics
#linuxhelp



Home  |  disclaimer  |  contact  |  submit quotes