=== LjL [n=ljl@unaffiliated/ljl] has joined #ubuntu-classroom === DM| [n=dm@cpe-65-31-7-98.insight.res.rr.com] has joined #ubuntu-classroom === Luzhin [n=chatzill@d205-250-2-245.bchsia.telus.net] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === hybrid [n=x@72.169.30.254] has joined #ubuntu-classroom === dou213_ [n=x@e176227011.adsl.alicedsl.de] has joined #ubuntu-classroom === hybrid [n=x@72.169.30.254] has joined #ubuntu-classroom === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom === hedix [i=usr6731@c1.edrana.lt] has joined #ubuntu-classroom === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-classroom === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-157-235.pools.arcor-ip.net] has joined #ubuntu-classroom === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === sky_walkie [n=hrdlo@193.85.244.121] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-classroom === finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-classroom === hedix [i=usr6951@c1.edrana.lt] has joined #ubuntu-classroom === jenda [n=jenda@ubuntu/member/jenda] has joined #ubuntu-classroom [12:19] jrib: c'mon and bring him here to share the bad news . . . === kraypius [n=kraypius@72.171.136.205] has joined #ubuntu-classroom [12:20] hel [12:20] o [12:20] when you say "web dev", does that mean /var/www? [12:21] no, its a fat32 partition i made so i can edit my web sites on both win and ubuntu [12:21] /media/SHARE [12:21] /dev/sda4 [12:21] kraypius: fat32 doesn't respond to chmod [12:21] kraypius: ah ok, in this case we just need to make sure that partition gets mounted with proper permissions. Can you paste the relevant line from your /etc/fstab? [12:22] kraypius: please don't ever chmod -R your linux directories === Cyan_Ronin [n=Cyan@213.55.82.19] has joined #ubuntu-classroom [12:22] /dev/sda4 /media/SHARE vfat rw,umask=000 0 0 [12:22] all other folders in /media/share are fine [12:22] but /media/share/webs is locked for writing === `Lucas [n=luke@pool-72-84-41-59.clrkwv.east.verizon.net] has joined #ubuntu-classroom [12:23] that should be working. Try unmounting and mounting it again with this command: sudo umount /dev/sda4 && sudo mount /dev/sda4 [12:24] device is busy [12:24] dont know why it would be busy [12:24] nm there it goes [12:24] okay its fine now [12:25] so my chmod didnt bork anything up? [12:25] kraypius: nope, fat32 doesn't actually store any permission info [12:25] k [12:25] why not use ext3 btw? [12:26] because windows needs to play nice [12:26] jrib: shared drive? vestigial windows storage partition? [12:26] kraypius: you can read and write to ext3 in windows using fs-driver.org if you are interested [12:27] cool [12:27] i would not trust it === Cyan_Ronin [n=Cyan@213.55.82.19] has left #ubuntu-classroom [] === traizor [i=traizor@89.98.88.188] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === jenda` [n=jenda@83.217.70.247] has joined #ubuntu-classroom === jenda` [n=jenda@83.217.70.247] has joined #ubuntu-classroom === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom === jenda` [n=jenda@83.217.70.247] has joined #ubuntu-classroom === hybrid [n=x@72.169.30.254] has joined #ubuntu-classroom === kjempe [n=paul@i59F7199F.versanet.de] has joined #ubuntu-classroom [01:26] seems more quiet here [01:26] yes [01:26] where did you get this script btw? [01:26] the script worked well and was delivered with a remova-script [01:26] then i tried a different howto [01:27] the removal-instructions that wrecked my firefox were these: https://help.ubuntu.com/community/FirefoxNewVersion#head-51054869b8a40ea50859b0163c806e76f882499c [01:27] you still have diversions [01:27] yes [01:27] but part of the removal process there is to remove diversions [01:28] i then tried to reinstall firefox by synaptic, which didn't work [01:28] oh, sorry i misunderstood diversions [01:28] kjempe: what is the output of this command: dpkg-divert --list '*firefox*' [01:28] i have no firefox-diversions whatsoever in my /usr/bin [01:28] local diversion of /usr/bin/firefox.ubuntu to /usr/bin/firefox [01:29] neither exist [01:29] because you deleted the files, you shouldn't do that. The package manager knows nothing about what you do with rm [01:29] yes, i was afraid that'd be by mistake [01:29] do this: sudo dpkg-divert --remove /usr/bin/firefox [01:29] any errors? [01:30] No diversion `any diversion of /usr/bin/firefox', none removed [01:30] kjempe: sudo touch /usr/bin/firefox.ubuntu [01:31] still nothing [01:31] now try sudo dpkg-divert --remove /usr/bin/firefox [01:31] same output [01:31] ok lets try: sudo touch /usr/bin/firefox [01:31] and then... sudo dpkg-divert --remove /usr/bin/firefox [01:31] maybe i oughta touche /usr/bin/firefox.ubuntu and the diversion /usr/bin/firefox [01:32] right, I was just curious about how it worked so I wanted to do it step by step :) [01:32] ok [01:32] last step still gives the same output [01:32] gives error? [01:32] erm [01:32] no [01:33] just No diversion `any diversion of /usr/bin/firefox', none removed === jenda` [n=jenda@83.217.70.247] has joined #ubuntu-classroom [01:33] hmm, what about sudo dpkg-divert --remove /usr/bin/firefox.ubuntu [01:33] ok [01:33] that worked? [01:34] i touched /usr/bin/firefox.ubuntu and did sudo ln /usr/bin/firefox.ubuntu /usr/bin/firefox [01:34] now i'll try the sudo dpkg-divert thing [01:34] output: No diversion `any diversion of /usr/bin/firefox', none removed [01:34] aaah [01:35] Removing `local diversion of /usr/bin/firefox.ubuntu to /usr/bin/firefox' [01:35] yes.... [01:35] thanks a whole bunch of lots! [01:35] ok [01:35] it worked! [01:35] great [01:35] i'll keep from fiddling with those files from now on, i guess [01:35] kjempe: get rid of the /usr/bin/firefox and /usr/bin/firefox.ubuntu now [01:35] since they are empty [01:36] /usr/bin/firefox starts firefox 2.0 now [01:36] weird [01:37] man, this is what i love about linux [01:37] you've lost me, did you do something after we removed the diversion? [01:38] i did the following [01:38] i touched /usr/bin/firefox.ubuntu and created the diversion /usr/bin/firefox [01:38] then i did sudo dpkg-divert --remove /usr/bin/firefox.ubuntu [01:39] and finally sudo apt-get install -f [01:39] ah ok [01:39] kjempe: but are you on dapper or edgy? [01:39] dapper [01:39] waiting for feisty [01:39] strange, i thought dapper didn't have firefox 2.0 [01:39] !info firefox dapper [01:39] firefox: lightweight web browser based on Mozilla. In component main, is optional. Version 1.5.dfsg+1.5.0.10-0ubuntu0.6.06.2 (dapper), package size 7761 kB, installed size 22992 kB [01:40] it doesn't === jenda` [n=jenda@195.47.80.185.adsl.nextra.cz] has joined #ubuntu-classroom [01:40] that's why i messed around with the .tar-gz from mozilla [01:40] but how is /usr/bin/firefox starting 2.0? [01:41] i did create a diversion from /opt/firefox/firefox to /usr/bin/firefox but that was before all the trouble started [01:41] ok well as long as you understand and have it working I guess [01:42] at least i got it working, understanding is a bit tricky [01:43] /usr/lib/firefox/firefox starts firefox 2.0 as well, which is weird === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom [01:43] kjempe: dpkg -S /usr/lib/firefox/firefox [01:43] what does it do? [01:43] that will tell you what package owns that file [01:44] firefox === jenda [n=jenda@ubuntu/member/jenda] has joined #ubuntu-classroom [01:44] apt-cache policy firefox [01:45] http://paste.ubuntu-nl.org/10601/ [01:46] ok maybe dapper just incorporates 2.0 updates and calls it 2.0, that's just my guess === dale [n=dale@81.104.120.17] has joined #ubuntu-classroom [01:47] hm [01:47] i dunno [01:47] now i'll have to redo all the plugins and stuff [01:48] yeah [01:48] damn [01:48] your extensions should still be there though [01:48] yes [01:48] they are [01:51] god [01:51] but at least the browser is working again [01:51] thanks again [01:51] where are you from btw? [01:52] US [01:52] ah, ok [01:56] i'll start setting firefox up now [01:56] thanks for the help and good bye! [01:56] bye [02:02] is there a device manager that can enable/disable devices? === jenda [n=jenda@ubuntu/member/jenda] has joined #ubuntu-classroom [02:09] or better yet how do you disable a device? [02:09] i need to disable my touch pad === LjL [n=ljl@unaffiliated/ljl] has joined #ubuntu-classroom [02:16] kraypius: #ubuntu is a better place to get help. There usually isn't anyone active in this room [02:17] kraypius: you can try 'synclient' [02:22] what about xorg.conf? === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom === rhk_ [n=rhk@a88-114-123-46.elisa-laajakaista.fi] has joined #ubuntu-classroom === F00 [n=F00BaR@82-42-56-84.cable.ubr06.knor.blueyonder.co.uk] has joined #ubuntu-classroom === StoneNote [n=StoneNot@unaffiliated/stonenote] has joined #ubuntu-classroom [04:43] hey StoneNote [04:43] hey F00 === kudda [n=mash@82-44-116-193.cable.ubr03.brad.blueyonder.co.uk] has joined #ubuntu-classroom [04:43] have you ever used VHCS === kudda [n=mash@82-44-116-193.cable.ubr03.brad.blueyonder.co.uk] has left #ubuntu-classroom [] [04:43] no [04:44] hmm [04:44] if i give you access [04:44] can you install ispconfig [04:45] with all these package things [04:46] no brother, I can't. I'm just answering a few question in the other channel in between compiles. good luck. you should paste the whole long error you are getting when you try to compile into pastebin and then ask for help. you're not giving enough information to diagnose the specific problem === StoneNote [n=StoneNot@unaffiliated/stonenote] has left #ubuntu-classroom [] === a1a121 [n=ubuntu@bzq-84-108-27-126.cablep.bezeqint.net] has joined #ubuntu-classroom [05:06] a1a121: hi [05:06] hey === Shrimpy_ [n=chatzill@199.76.161.88] has joined #ubuntu-classroom [05:06] what is the output of this command: mount [05:06] look all i need is to copy some files on my desktop to my windows partition (im on livecd) [05:07] http://paste.ubuntu-nl.org/10621/ [05:07] a1a121: yes, but I want to understand why /media is in its current state [05:07] this is the output [05:07] a1a121: don't mount to /media, mount to a subdirectory of /media [05:08] after you do that, then we can set the proper permissions [05:08] i know, it was my mistake :p [05:08] a1a121: how did you mount it? Did you use a 'mount' command or just a line in /etc/fstab? [05:09] a mount command [05:09] i umounted it now [05:09] a1a121: ok, is there anything in /media now? [05:10] i can list it [05:10] cypher1 is helping me @ #ubuntu [05:10] so you have stuff like cdrom, floppy, etc? [05:11] nah [05:11] only my windows partition mounted in /media [05:12] you should unmount it and do it properly in a subdirectory of /media, then you can use ntfs-3g to write. But mount it properly first [05:12] !ntfs3g [05:12] Sorry, I don't know anything about ntfs3g - try searching on http://bots.ubuntulinux.nl/factoids.cgi [05:12] !ntfs-3g [05:12] ntfs-3g is is a Linux driver which allows read/write access to NTFS partitions. It has been extensively tested but please remember to keep backups of critical data. Installation instructions at http://lunapark6.com/?p=1710 (Dapper) and http://ubuntuforums.org/showthread.php?t=217009/ (Edgy) [05:13] can i install it on livecd? === gnomefre1k [n=gnomefre@c-71-225-172-3.hsd1.pa.comcast.net] has joined #ubuntu-classroom [05:14] a1a121: you should be able to. But if you just want a livecd to write to ntfs, I'm sure you can find a livecd that does that ootb [05:14] bash: deb: command not found [05:14] i get this [05:15] read what it says, don't just copy commands === GaiaX11 [n=vagner@201.57.125.2] has joined #ubuntu-classroom [05:33] jrib: i just installed ntfs-3g, how do i move something from my desktop to my win partition? [05:33] a1a121: please don't double post questions, that's annoying [05:36] jrib: im just trying to get an answer asap [05:36] so is everyone else [05:36] when i do cp [05:36] i get this [05:36] it doesn't help if you ask the same question in two channels [05:37] cp: cannot create regular file `/media/RTL1xxx_1.02.pkg.zip': Read-only file system [05:37] then two people try to help you instead of helping someone else [05:37] a1a121: I've never used ntfs-3g, #ubuntu is your best bet [05:37] okay thanks === merriam [n=merriam@84-12-173-95.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === Turgon [n=Turgon@unaffiliated/turgon] has joined #ubuntu-classroom === c0nv1ct [n=convict@136hood163.hctc.com] has joined #ubuntu-classroom === c0nv1ct [n=convict@136hood163.hctc.com] has left #ubuntu-classroom ["quit"] === Pricey [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === macconline [n=macconli@190.37.40.32] has joined #ubuntu-classroom === foutrelis [n=foutreli@ppp239-64.adsl.forthnet.gr] has joined #ubuntu-classroom === foutrelis [n=foutreli@ppp239-64.adsl.forthnet.gr] has left #ubuntu-classroom [] === foutrelis [n=foutreli@ppp239-64.adsl.forthnet.gr] has joined #ubuntu-classroom [07:34] hey. Thanks [07:34] :) [07:34] Setting up libapache2-mod-php5 (5.1.6-1ubuntu2.3) ... [07:34] root@WNDR:~/tmp/vhcs2.2/configs# [07:34] done that too [07:35] F00: Could you please restart apache one more time? [07:35] F00: sudo /etc/init.d/apache2 restart [07:36] ok [07:36] done it said [K] [07:36] done it said [OK] [07:37] lets try [sudo a2enmod php5] too [07:37] root@WNDR:~# sudo a2enmod php5 [07:37] Module php5 installed; run /etc/init.d/apache2 force-reload to enable. [07:37] root@WNDR:~# [07:37] and restart apache once more :) [07:38] [OK] [07:38] huh [07:38] sudo a2enmod php5 [07:38] wtf [07:38] wrong paste. [07:38] root@WNDR:~# sudo a2enmod php5 [07:38] This module is already enabled! [07:38] root@WNDR:~# [07:39] sorry about that. wrong paste :) [07:39] np [07:39] well php5 is enabled but it wasn't autoconfigured. :\ [07:39] give me a minute [07:40] foutrelis, i just noticed... /var/www/phpmyadmin is a shortcut to /usr/share/phpmyadmin [07:40] is that right? [07:40] yes [07:40] ok [07:41] just give me 2 minutes to find what conf file we need to edit :) [07:41] ok [07:41] thanks [07:43] cd /etc/apache2/mods-enabled [07:44] cat php5.conf | grep php [07:44] what's its output? [07:44] root@WNDR:/etc/apache2/mods-enabled# cat php5.conf | grep php [07:44] cat: php5.conf: No such file or directory [07:44] root@WNDR:/etc/apache2/mods-enabled# [07:44] hmm [07:46] cd /etc/apache2/mods-enabled [07:46] sudo wget http://foutrelis.ath.cx/~foutrelis/php5.conf [07:46] sudo wget http://foutrelis.ath.cx/~foutrelis/php5.load [07:47] and then restart apache [07:47] I hope it works :) [07:47] root@WNDR:/etc/apache2/mods-enabled# /etc/init.d/apache2 restart * Forcing reload of apache 2.0 web server... Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load: [07:47] Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory [07:47] [fail] [07:47] root@WNDR:/etc/apache2/mods-enabled# [07:48] :\ [07:52] could you give me your root's password in private so I can login via ssh? === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom === foutrelis [n=foutreli@ppp225-94.adsl.forthnet.gr] has joined #ubuntu-classroom === foutrelis [n=foutreli@ppp250-157.adsl.forthnet.gr] has joined #ubuntu-classroom === Cyan_Ronin [n=Cyan@213.55.88.99] has joined #ubuntu-classroom === Cyan_Ronin [n=Cyan@213.55.88.99] has left #ubuntu-classroom [] === jenda_ [n=jenda@83.217.70.247] has joined #ubuntu-classroom === jenda_ [n=jenda@83.217.70.247] has joined #ubuntu-classroom === jenda_ [n=jenda@freenode/staff/ubuntu.member.jenda] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-155-091.pools.arcor-ip.net] has joined #ubuntu-classroom [10:01] teach me something :) === obstfliege [n=obstflie@p50926F04.dip.t-dialin.net] has joined #ubuntu-classroom === F0O teaches phewl to ask in #ubuntu [10:05] aw :( [10:18] phewl: a^p = a mod p === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom === foutrelis [n=foutreli@ppp250-157.adsl.forthnet.gr] has left #ubuntu-classroom [] === mode/#ubuntu-classroom [+o LjL] by ChanServ === mode/#ubuntu-classroom [+b *!*@82-42-56-84.cable.ubr06.knor.blueyonder.co.uk] by LjL === F0O [n=F00BaR@82-42-56-84.cable.ubr06.knor.blueyonder.co.uk] has left #ubuntu-classroom [requested] === mode/#ubuntu-classroom [-o LjL] by LjL === muppet [n=muppet@about/copyleft/muppet] has joined #ubuntu-classroom === merriam_ [n=merriam@84-12-81-29.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-classroom