/srv/irclogs.ubuntu.com/2007/07/24/#ubuntu-classroom.txt

=== n2diy_ [n=darryl@sip128-697285.dialupwb.pennswoods.net] has joined #ubuntu-classroom
=== merriam__ [n=merriam@82-133-115-120.dyn.gotadsl.co.uk] has joined #ubuntu-classroom
=== xeruno [n=xeruno@cable201-233-40-134.epm.net.co] has joined #ubuntu-classroom
=== ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom
=== ryanakca [n=ryan@d235-228-172.home1.cgocable.net] has joined #ubuntu-classroom
=== xeruno [n=xeruno@cable201-233-40-134.epm.net.co] has left #ubuntu-classroom ["Abandonando"]
=== DreamThief [n=mathias@gateway.3vilh4x0r.net] has joined #ubuntu-classroom
=== boredand1logging [n=nali@c-24-98-177-125.hsd1.ga.comcast.net] has joined #ubuntu-classroom
=== ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom
=== ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom
=== ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom
=== neversfelde|mobi [n=neversfe@82.113.121.1] has joined #ubuntu-classroom
=== never|mobi [n=neversfe@82.113.106.1] has joined #ubuntu-classroom
=== zween_ [n=zween@Z5acf.z.pppool.de] has joined #ubuntu-classroom
=== nalioth_ [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #ubuntu-classroom
=== nalioth__ [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #ubuntu-classroom
=== n2diy__ [n=darryl@sip70-697285.dialupwb.pennswoods.net] has joined #ubuntu-classroom
=== neversfelde|mobi [n=neversfe@82.113.106.1] has joined #ubuntu-classroom
=== allee [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-classroom
=== needle [n=nevle@cust2347.vic01.dataco.com.au] has joined #ubuntu-classroom
=== Steck [n=Steck@c-24-12-49-58.hsd1.in.comcast.net] has joined #ubuntu-classroom
=== jikanter [n=jordan@Leapfrog-Online-1143628.cust-rtr.ameritech.net] has joined #ubuntu-classroom
=== PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-classroom
=== boredandblogging [n=nali@c-24-98-177-125.hsd1.ga.comcast.net] has joined #ubuntu-classroom
=== neversfelde|mobi [n=neversfe@82.113.106.1] has joined #ubuntu-classroom
=== neuratix [n=lorents@static149-203.adsl.no] has joined #ubuntu-classroom
=== neversfelde|mobi [n=neversfe@mue-88-130-106-235.dsl.tropolys.de] has joined #ubuntu-classroom
=== jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-classroom
=== allee [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-classroom
=== dk0r [n=dk0r@unaffiliated/dk0r] has joined #ubuntu-classroom
dk0rI need help learning the basics of installing via command line, synaptic and manually w/ tarballs. Anyone willing to hold my hand?07:02
=== phasenoise [n=rjacobs@5351559E.cable.casema.nl] has joined #ubuntu-classroom
=== phasenoise [n=rjacobs@5351559E.cable.casema.nl] has left #ubuntu-classroom []
=== neversfelde|mobi [n=neversfe@82.113.106.1] has joined #ubuntu-classroom
=== Polyneux [n=elm@c-69-180-72-40.hsd1.fl.comcast.net] has joined #ubuntu-classroom
jribk, where is the script?08:50
jrib2. what did you 'cd' to in the script?08:50
Polyneuxhttp://paste.ubuntu-nl.org/31141/08:51
PolyneuxI had cd to / but I took it out in the linked version.08:51
jribon your system I mean, what is the path to the script?08:51
PolyneuxIts in /ja08:51
jribyou don't have permission to write to /08:51
jribtry 'mkdir ~/.ja' in a terminal and then in your script, put 'cd ~/.ja'08:52
jriboh, but then you call files later on directly...08:53
jribdid you write this?08:53
jribwhat is /ja?08:53
PolyneuxDedicated server for a game.08:54
jribyou understand the issue right?  Your user can't write to /ja08:55
PolyneuxYes I think I can see that is there a way to change that?08:55
jribwell you can either make your user the owner or set up a group08:56
PolyneuxI thought my user was already the owner...08:57
jribwhat does 'ls -ld /ja' return?08:57
Polyneuxd-w-rwxrwx 8 elm elm 4096 2007-07-24 14:53 /ja08:57
=== never|mobi [n=neversfe@82.113.121.1] has joined #ubuntu-classroom
jribwhat does 'touch /ja/.temp' return?08:57
PolyneuxPermission denied08:58
PolyneuxSudo returns a regular prompt.08:58
jribwhat does 'ls -ld /ja/.temp' return?08:58
PolyneuxHad to sudo: -rw-r--r-- 1 root root 4335 2007-07-24 14:57 /ja/.temp08:59
jribalright08:59
jribdo this: 'sudo chmod 755 /ja && sudo rm /ja/.temp'08:59
PolyneuxDone09:00
PolyneuxNow one of the "permission denied" lines is gone when I try to run the .sh :D09:00
jribcheck for the other files now: ls -ld /ja/japlus_restart.txt /ja/log.txt09:00
Polyneux-rw-r--r-- 1 root root 53 2007-07-24 14:22 /ja/japlus_restart.txt09:01
Polyneux-rw-r--r-- 1 root root 62 2007-07-24 14:22 /ja/log.txt09:01
Polyneux-rw-r--r-- 1 root root 53 2007-07-24 14:22 /ja/japlus_restart.txt09:01
Polyneux-rw-r--r-- 1 root root 62 2007-07-24 14:22 /ja/log.txt09:01
PolyneuxOops :309:01
jribdelete them: sudo rm /ja/japlus_restart.txt /ja/log.txt09:01
jribif you sudo the script again, it will cause you issues again09:01
jribbtw, the script really should do 'cd /ja' at the second line09:01
PolyneuxIt works09:07
PolyneuxI love you09:07
=== never|mobi [n=neversfe@82.113.106.1] has joined #ubuntu-classroom
=== PupUsera54139 [n=PupUsera@S010600112f7bb878.vs.shawcable.net] has joined #ubuntu-classroom
=== PupUsera54139 [n=PupUsera@S010600112f7bb878.vs.shawcable.net] has left #ubuntu-classroom []
=== PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-classroom

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