=== alef0 [n=alef0@M804P021.adsl.highway.telekom.at] has joined #ubuntu-classroom === stu-mc [n=stu@cpc1-ward1-0-0-cust201.manc.cable.ntl.com] has joined #ubuntu-classroom === OmegaCenti [n=omegacen@cpe-24-162-1-178.houston.res.rr.com] has joined #ubuntu-classroom [12:21] jrib: here [12:21] stu-mc: hi [12:21] hi [12:21] listening in. [12:21] stu-mc: what is the full path to the directory you want to modify? [12:21] it is /var/www/maison-paradis [12:22] what is the output of: ls -ld /var/www/maison-paradis [12:23] i have changed it by logging as the user who owns the dir. but the point of asking about it was that in future i would not know the pass of users i might want to change persmissions on folders to [12:23] drwxr-xr-x 78 omegacenti omegacenti === nalioth renames #ubuntu-classroom to #jribs-Ubuntu-Classroom [12:23] i can put back using the user to test with if you want [12:24] stu-mc: if you want to figure out what is going on, sure [12:24] it read rxwr-xr-x 5 maison-paradis [12:24] ok let me su back 2 mins === jrib asks nalioth to spit out his gum === OmegaCenti giggles at nalioth === nalioth renames #ubuntu-classroom to #ubuntu-classroom-featuring-jrib! [12:26] ok changed back ill get that line for you [12:26] drwxr-xr-x 5 maison-paradis maison-paradis 4096 2007-06-28 23:02 /var/www/maison-paradis [12:26] it's still 755 [12:26] 4096? is that size? [12:27] i just changed back to 755 using the user [12:27] ok, and what do you want to change it to now? [12:27] 775 [12:27] using anything but the actual user [12:27] I just not understood the 775... [12:27] Neato [12:27] whats the first second and third group? [12:27] alright, what is the output of: sudo chmod 775 /var/www/maison-paradis [12:27] Omega : http://www.linuxheadquarters.com/howto/basic/chmod.shtml [12:28] no output [12:28] user,group,everyone else [12:28] but does not change the permissions [12:28] and now, ls -ld /var/www/maison-paradis [12:29] drwxr-xr-x 5 maison-paradis maison-paradis 4096 2007-06-28 23:02 /var/www/maison-paradis [12:29] indeed... [12:29] ill give you a history see if it impacts on this [12:30] sudo ask you for password? [12:31] made dir as root, added it as a apache viretual site directory, then wanted to create a user with it as a home dir so i could use it as a ftp user, so chnaged the owner to the user for ftp (maison-ftp) this broke apache so i re a2ensite'ed it and that then allowed it to work [12:32] sorry owner is (maison-paradis) not (maison-ftp) [12:32] what does 'sudo echo hi' do? [12:32] does no output [12:32] sudo broke [12:32] what is the output of 'groups'? [12:33] for the current user shows : [12:33] stuart adm dialout cdrom floppy audio dip video plugdev scanner netdev lpadmin powerdev admin [12:33] however i am also a member of maison-paradis even though its not listed there [12:34] if i do id stuart i get : uid=1000(stuart) gid=1000(stuart) groups=1000(stuart),1001(maison-paradis) [12:34] hmm [12:35] stu-mc: 'getent passwd stuart' [12:35] this is why i keep going back to windows i break things to easily lol, but with windows i have the knowledge to fix them [12:35] stuart:x:1000:1000:stuart,,,:/home/stuart:/bin/bash [12:36] 'getent group admin' is what I meant [12:36] nothing should i sudo it ? [12:36] do you have any other users with sudo access? [12:36] nope [12:37] have you set a root password? [12:37] nope [12:37] i didnt think you could [12:37] not recommended, but would save some time now :) [12:37] 'grep admin /etc/group' [12:37] hehe [12:37] lpadmin:x:113: [12:37] admin:x:117: [12:38] alright, I guess you just managed to remove yourself from the "admin" group somehow (/me notes to ask users to use 'id' from now on). Try rebooting in recovery mode and issuing: adduser stuart admin [12:39] recovery mode? [12:39] yeah, should be an option in grub's boot menu [12:39] ok ill look [12:39] haha give me a few i cant reboot ill have to go to the box === OmegaCenti [n=omegacen@cpe-24-162-1-178.houston.res.rr.com] has joined #ubuntu-classroom [12:43] ok ther, sorry had to move lappy and goto the box [12:43] at # now [12:43] 'adduser stuart admin' [12:44] ok says done [12:44] reboot [12:44] ok i think when trying to add myself to maison-paradis group i screwed up. [12:44] you used usermod eh? [12:45] i did [12:45] without -a? [12:45] usermod -G [12:45] i think === sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-classroom [12:45] i tried about 5 diff commands, all examples of the net [12:45] yeah, without -a it replaces your current groups with the list you give [12:45] but when using groups it didnt show me so kept trying [12:45] it's easier to use adduser [12:46] but if i had used id then it would have shown [12:46] what a git lol [12:46] but ty v.much [12:46] np [12:47] ok sudo echo working. all fixed. you are a star. [12:47] great [12:56] jrib sorry to bother you again, i need to find the pid of a task ( i only know about top which doesnt show it) [12:59] stu-mc: I use: ps -ef | grep PROCESS [01:00] there's also system -> administration -> system monitor [01:00] i need to learn to use CLI as i will be ssh'ing when needed [01:00] !cli [01:00] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [01:01] http://rute.2038bug.com/ is really great === OmegaCenti [n=omegacen@cpe-24-162-1-178.houston.res.rr.com] has joined #ubuntu-classroom [01:03] ok what i expected to find isnt there, i belived firestarter was running by default ( i used it then decided against it). but its not listed. [01:04] it's just a gui to iptables [01:04] it sets up iptables rules so it doesn't need to be running for the rules to be active. Try 'sudo iptables -L' [01:05] if i load it in gui from system>admin and turn it off then i get access to my dns server (on the same box) === OmegaCenti [n=omegacen@cpe-24-162-1-178.houston.res.rr.com] has joined #ubuntu-classroom [01:07] ok for the record that list is far too long (when i do ipatbles -L) [01:09] yeah, those are the iptables rules you currently have set [01:09] !iptables [01:09] Ubuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed using the 'iptables' command (see https://help.ubuntu.com/community/IptablesHowTo), or GUI applications such as Firestarter (Gnome) or Guarddog (KDE). [01:09] can i stop iptables from running ( allow full access to and from the box? === alef0 [n=alef0@M804P021.adsl.highway.telekom.at] has left #ubuntu-classroom ["Konversation] [01:12] stu-mc: you can flush the rules [01:13] ok ill look into it, one last thing if ya dont mind, how do i find what services run at startup ? [01:13] it's on the page ubotu linked: iptables -F [01:13] (to flush taht is) [01:14] stu-mc: man update-rc.d will explain how it works. You may like to use sysv-rc-conf which is a nice ncurses interface to manipulating sysv init scripts [01:14] system -> admin -> services for the gui [01:15] ok ill look thanks ( ironicly i stop firestarter because it wouldnt let me add a network just ip's, even thought it states it should do network) [01:17] im behind a ipcop box so im safe. === OmegaCenti [n=omegacen@cpe-24-162-1-178.houston.res.rr.com] has joined #ubuntu-classroom === neuratix [n=lorents@static149-203.adsl.no] has joined #ubuntu-classroom === OmegaCenti [n=omegacen@cpe-24-162-1-178.houston.res.rr.com] has joined #ubuntu-classroom === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === merriam_ [n=merriam@85-211-239-240.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === PWill [n=paul@unaffiliated/pwill] has joined #ubuntu-classroom === boredand1logging [n=nali@c-24-98-177-125.hsd1.ga.comcast.net] has joined #ubuntu-classroom === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === OmegaCenti [n=omegacen@cpe-24-162-1-178.houston.res.rr.com] has joined #ubuntu-classroom === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === allee [n=ach@dialin-212-144-128-023.pools.arcor-ip.net] has joined #ubuntu-classroom === HarKoT [n=tony@bpb01-1-88-162-5-1.fbx.proxad.net] has joined #ubuntu-classroom === hjmf [n=hjmf@150.Red-83-44-175.dynamicIP.rima-tde.net] has joined #ubuntu-classroom === HarKoT [n=tony@bpb01-1-88-162-5-1.fbx.proxad.net] has joined #ubuntu-classroom === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-classroom === Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-classroom === Pirate_Hunter [n=Pirate_H@host86-135-146-93.range86-135.btcentralplus.com] has joined #ubuntu-classroom [01:33] hi [01:33] jrib: you here yet? [01:33] hi [01:33] kl [01:34] like i was saying i need to just hide or delete the folder from applications [01:34] run this: find ~/.local ! -user $USER [01:34] kk [01:35] it doesnt do nothing just says bash: /home/me/.local: is a directory [01:35] pastebin the command and all of its output [01:36] jrib: that was the only output [01:36] right, but I need to see what you typed [01:37] because that output doesn't make sense [01:38] me@medesktop:~$ ~/.local ! -user $USER [01:38] bash: /home/me/.local: is a directory === croppa_ [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom [01:39] right, that's not the command [01:39] run this: find ~/.local ! -user $USER [01:39] hmmm??? [01:39] you forgot "find" [01:39] ok [01:40] that gives me nothing as output [01:40] ok [01:40] what directory are you trying to hide? [01:40] u were expecting that? [01:40] well no, that doesn't explain why it isn't working :) [01:40] but that's normal, yes [01:40] transgaming folder in applcation, why it created a folder for itself i have no clue [01:41] run 'alacarte' in a terminal [01:42] done [01:43] actually, before that run this command: find ~/.config ! -user $USER [01:43] that does nothing [01:44] ok, carry on with alacarte, click the checkbox next to the transgaming folder [01:45] if i right click the folder the option are greyed out [01:46] what does this mean: (alacarte:6786): GnomeUI-WARNING **: gnome_icon_entry_gtk_entry deprecated, use changed signal! [01:46] ignore it [01:46] so what do i do from here [01:47] you have "applications" selected on the left and "transgaming" displayed on the right along with "accessories", "games", etc... [01:47] right? [01:47] yup === HarKoT [n=tony@bpb01-1-88-162-5-1.fbx.proxad.net] has joined #ubuntu-classroom [01:47] and if you click on the checkmark, there is no output? [01:47] transgaming has created an actual folder for itself even knowing i cna find it in games [01:48] yeah i get not output if i right click the transgaming folder [01:48] try just clicking on the checkmark next to "transgaming" [01:49] did that it unchecks the app inside the folder but i can still see it in application ti just checks itself [01:49] I don't understand, what do you mean by "uncheckes the app inside the folder"? [01:51] in alacarte/ left side is where all the folders are (menus) right side are the apps and i cna uncheck them not to show in menu but transgaming just acting weird [01:51] I might as well delete it aint using it now and delete all its folders which i dont know hwere they are [01:51] on the left side you select "applications" so that the folders show up on the right [01:52] yeah [01:53] how do i delete this completely and all its folder as well as setting [01:53] Pirate_Hunter: yes, I'm here... [01:53] :) [01:54] kk you could answer my last question [01:54] how did you install cedega? [01:55] rpm converted to .deb which is a no no than i got a .deb package an official package [01:55] you should be able to use synaptic to remove it [01:55] would it delete setting and folder as well as links if it made any [01:56] it should [01:56] hmmm...? [01:58] so, it should, but I can't predict the future :) === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-classroom === neversfelde|mobi [n=neversfe@nrbg-4d07134a.pool.mediaWays.net] has joined #ubuntu-classroom === sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-classroom === sunvald [n=sunvald@84.219.17.116] has joined #ubuntu-classroom === sunvald_ [n=sunvald@84.219.17.154] has joined #ubuntu-classroom === sunvald__ [n=sunvald@84.219.17.166] has joined #ubuntu-classroom === crdlb [n=crdlb@unaffiliated/crdlb] has joined #ubuntu-classroom === allee [n=ach@dialin-212-144-132-089.pools.arcor-ip.net] has joined #ubuntu-classroom === Martinp23_ [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-classroom === merriam_ [n=merriam@85-211-239-240.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === vdittgen [n=vdittgen@189.30.37.164] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-147-048.pools.arcor-ip.net] has joined #ubuntu-classroom === barsanuphe [n=barsanup@ver78-6-88-166-84-152.fbx.proxad.net] has joined #ubuntu-classroom === Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-classroom === ke4nt [n=viny1@dialup-4.226.66.220.Dial1.Dallas1.Level3.net] has joined #ubuntu-classroom === neuratix [n=lorents@static149-203.adsl.no] has joined #ubuntu-classroom === DreamThief [n=mathias@unaffiliated/dreamthief] has joined #ubuntu-classroom === newsmynews [n=reza@77-57-10-65.dclient.hispeed.ch] has joined #ubuntu-classroom === newsmynews [n=reza@77-57-10-65.dclient.hispeed.ch] has left #ubuntu-classroom [] === DerXero [n=patrick@dslb-082-083-147-048.pools.arcor-ip.net] has joined #ubuntu-classroom === mseney [n=mseney@cpe-74-76-58-88.nycap.res.rr.com] has joined #ubuntu-classroom === mseney [n=mseney@cpe-74-76-58-88.nycap.res.rr.com] has left #ubuntu-classroom ["Leaving"] === n2diy [n=darryl@wlk-barre-208-103-147-95.dynamic-dialup.coretel.net] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === ke4nt [n=viny1@dialup-4.226.66.27.Dial1.Dallas1.Level3.net] has joined #ubuntu-classroom === allee [n=ach@dialin-212-144-131-204.pools.arcor-ip.net] has joined #ubuntu-classroom === jenda [n=jenda@freenode/staff/ubuntu.member.jenda] has joined #ubuntu-classroom === barsanuphe [n=barsanup@ver78-6-88-166-84-152.fbx.proxad.net] has joined #ubuntu-classroom === neversfelde|mobi [n=neversfe@nrbg-4d07134a.pool.mediaWays.net] has joined #ubuntu-classroom [11:19] evening, I have created a user and set its home dir to a dir that already was there and not owned by the new user so it gave me an error, when i logged in under that user the home dir went back 1 place so instead of /var/www/if-guild it puts the user in /var/www/. I have then altered the the dir permissions using chown to the new user, i then usermod -d/var/www/if-guild . the prob is it still los the user in /var/www/ [11:20] stu-mc: you should use #ubuntu for support, this channel doesn't have as many eyes watching it [11:21] kk thanx === blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-classroom [11:45] jrib: ok ill sort out myself, thanks for help yesterday, it seems people only answer questions in there special area, and if its not they are just negative and un-helpful, critasise people for poor use of english, spelling, punctuation. end of the day i have been on widows using forums for years, the user base for linux maybe very large and so on these days but the most of them are actually less usfull than a floppy disk fo [11:46] sorry my english is crappy, but hey ho, im not english teacher nor do i expect others that speak to me to have perfect english. [11:47] so hey ho, have fun and thanks alot. but windows is calling me and beta server 2008 is now out. === neversfelde [n=neversfe@nrbg-4d07134a.pool.mediaWays.net] has joined #ubuntu-classroom === stu-mc [n=stu@cpc1-ward1-0-0-cust201.manc.cable.ntl.com] has left #ubuntu-classroom []