=== 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 | ||
dk0r | I 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 | ||
jrib | k, where is the script? | 08:50 |
jrib | 2. what did you 'cd' to in the script? | 08:50 |
Polyneux | http://paste.ubuntu-nl.org/31141/ | 08:51 |
Polyneux | I had cd to / but I took it out in the linked version. | 08:51 |
jrib | on your system I mean, what is the path to the script? | 08:51 |
Polyneux | Its in /ja | 08:51 |
jrib | you don't have permission to write to / | 08:51 |
jrib | try 'mkdir ~/.ja' in a terminal and then in your script, put 'cd ~/.ja' | 08:52 |
jrib | oh, but then you call files later on directly... | 08:53 |
jrib | did you write this? | 08:53 |
jrib | what is /ja? | 08:53 |
Polyneux | Dedicated server for a game. | 08:54 |
jrib | you understand the issue right? Your user can't write to /ja | 08:55 |
Polyneux | Yes I think I can see that is there a way to change that? | 08:55 |
jrib | well you can either make your user the owner or set up a group | 08:56 |
Polyneux | I thought my user was already the owner... | 08:57 |
jrib | what does 'ls -ld /ja' return? | 08:57 |
Polyneux | d-w-rwxrwx 8 elm elm 4096 2007-07-24 14:53 /ja | 08:57 |
=== never|mobi [n=neversfe@82.113.121.1] has joined #ubuntu-classroom | ||
jrib | what does 'touch /ja/.temp' return? | 08:57 |
Polyneux | Permission denied | 08:58 |
Polyneux | Sudo returns a regular prompt. | 08:58 |
jrib | what does 'ls -ld /ja/.temp' return? | 08:58 |
Polyneux | Had to sudo: -rw-r--r-- 1 root root 4335 2007-07-24 14:57 /ja/.temp | 08:59 |
jrib | alright | 08:59 |
jrib | do this: 'sudo chmod 755 /ja && sudo rm /ja/.temp' | 08:59 |
Polyneux | Done | 09:00 |
Polyneux | Now one of the "permission denied" lines is gone when I try to run the .sh :D | 09:00 |
jrib | check for the other files now: ls -ld /ja/japlus_restart.txt /ja/log.txt | 09:00 |
Polyneux | -rw-r--r-- 1 root root 53 2007-07-24 14:22 /ja/japlus_restart.txt | 09:01 |
Polyneux | -rw-r--r-- 1 root root 62 2007-07-24 14:22 /ja/log.txt | 09:01 |
Polyneux | -rw-r--r-- 1 root root 53 2007-07-24 14:22 /ja/japlus_restart.txt | 09:01 |
Polyneux | -rw-r--r-- 1 root root 62 2007-07-24 14:22 /ja/log.txt | 09:01 |
Polyneux | Oops :3 | 09:01 |
jrib | delete them: sudo rm /ja/japlus_restart.txt /ja/log.txt | 09:01 |
jrib | if you sudo the script again, it will cause you issues again | 09:01 |
jrib | btw, the script really should do 'cd /ja' at the second line | 09:01 |
Polyneux | It works | 09:07 |
Polyneux | I love you | 09: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!