/srv/irclogs.ubuntu.com/2007/03/16/#ubuntu-classroom.txt

=== 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
naliothjrib: c'mon and bring him here to share the bad news . .  .12:19
=== kraypius [n=kraypius@72.171.136.205] has joined #ubuntu-classroom
kraypiushel12:20
kraypiuso12:20
jribwhen you say "web dev", does that mean /var/www?12:20
kraypiusno, its a fat32 partition i made so i can edit my web sites on both win and ubuntu12:21
kraypius /media/SHARE12:21
kraypius/dev/sda412:21
naliothkraypius: fat32 doesn't respond to chmod12:21
jribkraypius: 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:21
naliothkraypius: please don't ever chmod -R your linux directories12:22
=== Cyan_Ronin [n=Cyan@213.55.82.19] has joined #ubuntu-classroom
kraypius/dev/sda4 /media/SHARE vfat rw,umask=000 0 012:22
kraypiusall other folders in /media/share are fine12:22
kraypiusbut /media/share/webs is locked for writing12:22
=== `Lucas [n=luke@pool-72-84-41-59.clrkwv.east.verizon.net] has joined #ubuntu-classroom
jribthat should be working.  Try unmounting and mounting it again with this command:  sudo umount /dev/sda4 && sudo mount /dev/sda412:23
kraypiusdevice is busy12:24
kraypiusdont know why it would be busy12:24
kraypiusnm there it goes12:24
kraypiusokay its fine now12:24
kraypiusso my chmod didnt bork anything up?12:25
jribkraypius: nope, fat32 doesn't actually store any permission info12:25
kraypiusk12:25
jribwhy not use ext3 btw?12:25
kraypiusbecause windows needs to play nice12:26
naliothjrib: shared drive? vestigial windows storage partition?12:26
jribkraypius: you can read and write to ext3 in windows using fs-driver.org if you are interested12:26
kraypiuscool12:27
naliothi would not trust it12:27
=== 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
kjempeseems more quiet here01:26
jribyes01:26
jribwhere did you get this script btw?01:26
kjempethe script worked well and was delivered with a remova-script01:26
kjempethen i tried a different howto01:26
kjempethe removal-instructions that wrecked my firefox were these: https://help.ubuntu.com/community/FirefoxNewVersion#head-51054869b8a40ea50859b0163c806e76f882499c01:27
jribyou still have diversions01:27
kjempeyes01:27
jribbut part of the removal process there is to remove diversions01:27
kjempei then tried to reinstall firefox by synaptic, which didn't work01:28
kjempeoh, sorry i misunderstood diversions01:28
jribkjempe: what is the output of this command:  dpkg-divert --list '*firefox*'01:28
kjempei have no firefox-diversions whatsoever in my /usr/bin01:28
kjempelocal diversion of /usr/bin/firefox.ubuntu to /usr/bin/firefox01:28
kjempeneither exist01:29
jribbecause you deleted the files, you shouldn't do that.  The package manager knows nothing about what you do with rm01:29
kjempeyes, i was afraid that'd be by mistake01:29
jribdo this:  sudo dpkg-divert --remove /usr/bin/firefox01:29
jribany errors?01:29
kjempeNo diversion `any diversion of /usr/bin/firefox', none removed01:30
jribkjempe: sudo touch /usr/bin/firefox.ubuntu01:30
kjempestill nothing01:31
jribnow try sudo dpkg-divert --remove /usr/bin/firefox01:31
kjempesame output01:31
jribok lets try: sudo touch /usr/bin/firefox01:31
jriband then... sudo dpkg-divert --remove /usr/bin/firefox01:31
kjempemaybe i oughta touche /usr/bin/firefox.ubuntu and the diversion /usr/bin/firefox01:31
jribright, I was just curious about how it worked so I wanted to do it step by step :)01:32
kjempeok01:32
kjempelast step still gives the same output01:32
jribgives error?01:32
jriberm01:32
kjempeno01:32
kjempejust No diversion `any diversion of /usr/bin/firefox', none removed01:33
=== jenda` [n=jenda@83.217.70.247] has joined #ubuntu-classroom
jribhmm, what about sudo dpkg-divert --remove /usr/bin/firefox.ubuntu01:33
kjempeok01:33
jribthat worked?01:33
kjempei touched /usr/bin/firefox.ubuntu and did sudo ln /usr/bin/firefox.ubuntu /usr/bin/firefox01:34
kjempenow i'll try the sudo dpkg-divert thing01:34
kjempeoutput: No diversion `any diversion of /usr/bin/firefox', none removed01:34
kjempeaaah01:34
kjempeRemoving `local diversion of /usr/bin/firefox.ubuntu to /usr/bin/firefox'01:35
kjempeyes....01:35
kjempethanks a whole bunch of lots!01:35
jribok01:35
kjempeit worked!01:35
kjempegreat01:35
kjempei'll keep from fiddling with those files from now on, i guess01:35
jribkjempe: get rid of the /usr/bin/firefox and /usr/bin/firefox.ubuntu now01:35
jribsince they are empty01:35
kjempe/usr/bin/firefox starts firefox 2.0 now01:36
kjempeweird01:36
kjempeman, this is what i love about linux01:37
jribyou've lost me, did you do something after we removed the diversion?01:37
kjempei did the following01:38
kjempei touched /usr/bin/firefox.ubuntu and created the diversion /usr/bin/firefox01:38
kjempethen i did sudo dpkg-divert --remove /usr/bin/firefox.ubuntu01:38
kjempeand finally sudo apt-get install -f01:39
jribah ok01:39
jribkjempe: but are you on dapper or edgy?01:39
kjempedapper01:39
kjempewaiting for feisty01:39
jribstrange, i thought dapper didn't have firefox 2.001:39
jrib!info firefox dapper01:39
ubotufirefox: 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 kB01:39
kjempeit doesn't01:40
=== jenda` [n=jenda@195.47.80.185.adsl.nextra.cz] has joined #ubuntu-classroom
kjempethat's why i messed around with the .tar-gz from mozilla01:40
jribbut how is /usr/bin/firefox starting 2.0?01:40
kjempei did create a diversion from /opt/firefox/firefox to /usr/bin/firefox but that was before all the trouble started01:41
jribok well as long as you understand and have it working I guess01:41
kjempeat least i got it working, understanding is a bit tricky01:42
kjempe/usr/lib/firefox/firefox starts firefox 2.0 as well, which is weird01:43
=== PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom
jribkjempe: dpkg -S /usr/lib/firefox/firefox01:43
kjempewhat does it do?01:43
jribthat will tell you what package owns that file01:43
kjempefirefox01:44
=== jenda [n=jenda@ubuntu/member/jenda] has joined #ubuntu-classroom
jribapt-cache policy firefox01:44
kjempehttp://paste.ubuntu-nl.org/10601/01:45
jribok maybe dapper just incorporates 2.0 updates and calls it 2.0, that's just my guess01:46
=== dale [n=dale@81.104.120.17] has joined #ubuntu-classroom
kjempehm01:47
kjempei dunno01:47
kjempenow i'll have to redo all the plugins and stuff01:47
jribyeah01:48
kjempedamn01:48
jribyour extensions should still be there though01:48
kjempeyes01:48
kjempethey are01:48
kjempegod01:51
kjempebut at least the browser is working again01:51
kjempethanks again01:51
kjempewhere are you from btw?01:51
jribUS01:52
kjempeah, ok01:52
kjempei'll start setting firefox up now01:56
kjempethanks for the help and good bye!01:56
jribbye01:56
kraypiusis there a device manager that can enable/disable devices?02:02
=== jenda [n=jenda@ubuntu/member/jenda] has joined #ubuntu-classroom
kraypiusor better yet how do you disable a device?02:09
kraypiusi need to disable my touch pad02:09
=== LjL [n=ljl@unaffiliated/ljl] has joined #ubuntu-classroom
jribkraypius: #ubuntu is a better place to get help.  There usually isn't anyone active in this room02:16
jribkraypius: you can try 'synclient'02:17
kraypiuswhat about xorg.conf?02:22
=== 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
F00hey StoneNote04:43
StoneNotehey F0004:43
=== kudda [n=mash@82-44-116-193.cable.ubr03.brad.blueyonder.co.uk] has joined #ubuntu-classroom
F00have you ever used VHCS04:43
=== kudda [n=mash@82-44-116-193.cable.ubr03.brad.blueyonder.co.uk] has left #ubuntu-classroom []
StoneNoteno04:43
F00hmm04:44
F00if i give you access04:44
F00can you install ispconfig04:44
F00with all these package things04:45
StoneNoteno 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 problem04:46
=== StoneNote [n=StoneNot@unaffiliated/stonenote] has left #ubuntu-classroom []
=== a1a121 [n=ubuntu@bzq-84-108-27-126.cablep.bezeqint.net] has joined #ubuntu-classroom
jriba1a121: hi05:06
a1a121hey05:06
=== Shrimpy_ [n=chatzill@199.76.161.88] has joined #ubuntu-classroom
jribwhat is the output of this command: mount05:06
a1a121look all i need is to copy some files on my desktop to my windows partition (im on livecd)05:06
a1a121http://paste.ubuntu-nl.org/10621/05:07
jriba1a121: yes, but I want to understand why /media is in its current state05:07
a1a121this is the output05:07
jriba1a121: don't mount to /media, mount to a subdirectory of /media05:07
jribafter you do that, then we can set the proper permissions05:08
a1a121i know, it was my mistake :p05:08
jriba1a121: how did you mount it?  Did you use a 'mount' command or just a line in /etc/fstab?05:08
a1a121a mount command05:09
a1a121i umounted it now05:09
jriba1a121: ok, is there anything in /media now?05:09
a1a121i can list it05:10
a1a121cypher1 is helping me @ #ubuntu05:10
jribso you have stuff like cdrom, floppy, etc?05:10
a1a121nah05:11
a1a121only my windows partition mounted in /media05:11
jribyou should unmount it and do it properly in a subdirectory of /media, then you can use ntfs-3g to write.  But mount it properly first05:12
jrib!ntfs3g05:12
ubotuSorry, I don't know anything about ntfs3g - try searching on http://bots.ubuntulinux.nl/factoids.cgi05:12
jrib!ntfs-3g05:12
ubotuntfs-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:12
a1a121can i install it on livecd?05:13
=== gnomefre1k [n=gnomefre@c-71-225-172-3.hsd1.pa.comcast.net] has joined #ubuntu-classroom
jriba1a121: 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 ootb05:14
a1a121bash: deb: command not found05:14
a1a121i get this05:14
jribread what it says, don't just copy commands05:15
=== GaiaX11 [n=vagner@201.57.125.2] has joined #ubuntu-classroom
a1a121jrib: i just installed ntfs-3g, how do i move something from my desktop to my win partition?05:33
jriba1a121: please don't double post questions, that's annoying05:33
a1a121jrib: im just trying to get an answer asap05:36
jribso is everyone else05:36
a1a121when i do cp05:36
a1a121i get this05:36
jribit doesn't help if you ask the same question in two channels05:36
a1a121cp: cannot create regular file `/media/RTL1xxx_1.02.pkg.zip': Read-only file system05:37
jribthen two people try to help you instead of helping someone else05:37
jriba1a121: I've never used ntfs-3g, #ubuntu is your best bet05:37
a1a121okay thanks05:37
=== 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
F00hey. Thanks07:34
foutrelis:)07:34
F00Setting up libapache2-mod-php5 (5.1.6-1ubuntu2.3) ...07:34
F00root@WNDR:~/tmp/vhcs2.2/configs#07:34
F00done that too07:34
foutrelisF00: Could you please restart apache one more time?07:35
foutrelisF00: sudo /etc/init.d/apache2 restart07:35
F00ok07:36
F00done it said [K] 07:36
F00done it said [OK] 07:36
foutrelislets try [sudo a2enmod php5]  too07:37
F00root@WNDR:~# sudo a2enmod php507:37
F00Module php5 installed; run /etc/init.d/apache2 force-reload to enable.07:37
F00root@WNDR:~#07:37
foutrelisand restart apache once more :)07:37
F00[OK] 07:38
F00huh07:38
foutrelissudo a2enmod php507:38
F00wtf07:38
foutreliswrong paste.07:38
F00root@WNDR:~# sudo a2enmod php507:38
F00This module is already enabled!07:38
F00root@WNDR:~#07:38
foutrelissorry about that. wrong paste :)07:39
F00np07:39
foutreliswell php5 is enabled but it wasn't autoconfigured. :\07:39
foutrelisgive me a minute07:39
F00foutrelis, i just noticed... /var/www/phpmyadmin is a shortcut to /usr/share/phpmyadmin07:40
F00is that right?07:40
foutrelisyes07:40
F00ok07:40
foutrelisjust give me 2 minutes to find what conf file we need to edit :)07:41
F00ok07:41
F00thanks07:41
foutreliscd /etc/apache2/mods-enabled07:43
foutreliscat php5.conf | grep php07:44
foutreliswhat's its output?07:44
F00root@WNDR:/etc/apache2/mods-enabled# cat php5.conf | grep php07:44
F00cat: php5.conf: No such file or directory07:44
F00root@WNDR:/etc/apache2/mods-enabled#07:44
foutrelishmm07:44
foutreliscd /etc/apache2/mods-enabled07:46
foutrelissudo wget http://foutrelis.ath.cx/~foutrelis/php5.conf07:46
foutrelissudo wget http://foutrelis.ath.cx/~foutrelis/php5.load07:46
foutrelisand then restart apache07:47
foutrelisI hope it works :)07:47
F00root@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
F00Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory07:47
F00[fail] 07:47
F00root@WNDR:/etc/apache2/mods-enabled#07:47
foutrelis:\07:48
foutreliscould you give me your root's password in private so I can login via ssh?07:52
=== 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
phewlteach me something :)10:01
=== obstfliege [n=obstflie@p50926F04.dip.t-dialin.net] has joined #ubuntu-classroom
=== F0O teaches phewl to ask in #ubuntu
phewlaw :(10:05
jribphewl: a^p = a mod p10:18
=== 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

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!