/srv/irclogs.ubuntu.com/2008/03/30/#ubuntu-classroom.txt

tcpdumpgodw00t05:14
JonathanElli1jrib: Hello05:15
jribhi05:15
JonathanElli1Just waiting for reboot05:16
JonathanElli1Error message as follows: User's $Home/.dmrc file is being ignored. This prevents the default session and language from being saved. File should be owned by user and have 644 permissions. User's $HOME directory must be owned by user and not writable by other users.05:20
jribJonathanElli1: hmmm, did you recursively change the permissions on your HOME?05:21
JonathanElli1I think this was the error previously. In future I will always write error messages down rather than trying to rely on my memory!05:21
JonathanElli1Erm. It was a few days ago but I think yes, because it seemed the "easy" (sorry, lazy! - please forgive a recent convert from windows) way to set permissions on all the files and directories beneath /home/username. With hindsight I guess I should have changed permissions on /home/username/*.* recursively instead05:23
jribJonathanElli1: well you shouldn't have needed to change any05:23
jribJonathanElli1: can you get to a terminal now?05:24
JonathanElli1Yes. All applications start and I have opened a terminal. Presumably I now need to chmod /home/jonathan 644. Is that right before I break it again?!05:24
jribJonathanElli1: what does 'ls -ld ~/.dmrc' return?05:25
JonathanElli1-rw-rw-rw- 1 jonathan jonathan 2805:26
naliothJonathanElli1: no05:26
jribJonathanElli1: k, 'chmod 644 ~/.dmrc'05:26
naliothJonathanElli1: if you recursively change _all_ the files under your homedir, you will create a brick.05:26
JonathanElli1I dont understand why my laptop, logged on as the same username and password couldnt access the files05:26
naliothJonathanElli1: the permissions, that is05:26
naliothsorry to interrupt, jrib, but i thought i'd throw that in05:27
JonathanElli1Yes. I already discovered that the hard way! Now we are trying to fix it05:27
jribJonathanElli1: actually, my ~/.dmrc is 600, so do that instead05:27
jribsure nalioth05:27
naliotheasiest way is to back up your stuff you want to keep and reinstall  :(    ( just my opinion )05:27
* nalioth has done this ( recursively chmodded himself )05:28
JonathanElli1What is the difference between 644 and 600, and please don't say 44 :-(05:28
jribthe 44 means read for group and others05:28
jrib"read privileges"05:29
JonathanElli1Nalioth. Backing up an entire hard drive strikes me as a lot harder than typing half a dozen commands into a terminal!05:29
JonathanElli1Especially when I couldnt start any applications to actually do the backup05:29
jribnalioth: if he backs up the data in his home, it's going to retain the permissions anyway though, right?  I suppose he could delete all the dot files and let them be recreated05:30
naliothJonathanElli1: not the whole drive05:30
JonathanElli1So 600 is rwx for u, 644 is rwx for u plus r for go, correct?05:30
naliothjrib: i made myself a new user, actually05:31
JonathanElli1Why do I need to delete anything. Why cant we chmod them back to what they should be05:31
jribJonathanElli1: when you recursively changed the permissions on your HOME, you performed an operation that is impossible to reverse.  It is as though I change all the letters "A" and "B" to "X" and then ask you to tell me what was "A" and what was "B" in the word "XXXXX"05:31
naliothand transferred over the stuff i needed, as i needed it05:31
JonathanElli1OK05:31
naliothJonathanElli1: because they are all different05:31
naliothJonathanElli1: most are permissioned for you, but some the system has assigned specific perms05:32
JonathanElli1Yes, your answer came through just before I posted my question05:32
jribJonathanElli1: your statement about 600 and 644 was correct05:32
JonathanElli1So why do you suggest 600 when the error message suggested 644?05:33
jribJonathanElli1: on my system it is 600.  You can try both if you like.  Both will probably work05:33
JonathanElli1Hmm. No disrespect intended but I would prefer to do it by the book - ie 64405:34
jribgo for it05:34
JonathanElli1So I will do chmod 644 ~/.dmrc   Correct?05:34
jribyes05:34
JonathanElli1By the way, can you remind me what ~ is and what the . prefix does?05:35
jrib~ means /home/jonathan05:35
jrib. is part of the filename05:35
JonathanElli1Yes. There are lots of files prefixed .               They seem to be hidden. Does the dot make them hidden or designate them as system files?05:36
nalioththe dot designates a hidden file05:37
nalioth!cli05:37
ubotuThe 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/UsingTheTerminal05:37
JonathanElli1Thanks. OK. So now the permissions are -rw-r--r--05:38
JonathanElli1Now I think I need to create a new user and copy all my documents, music, videos etc to the new user. I guess this will mean that the new user profile (sorry for the windows speak - dont know the correct unix term yet) has correct permissions set for the essential files and directories?05:40
JonathanElli1Will I then be able to delete the buggered-up jonathan and rename the newuser to jonathan?05:41
JonathanElli1Or must I delete jonathan and recreate it and copy everything back again?05:41
jribJonathanElli1: create new user, copy data, transfer ownership of data to new user, delete old user, rename new user.  Unfortunately I have to go now though05:43
jribJonathanElli1: if you can live with a different username until someone else can help or you poke me tomorrow, you should be able to do steps 1-3 above05:43
JonathanElli1Thanks. I can probably manage 4 & 5 as well. Any idea why the laptop couldnt access the files even though it was logged in as the same user and pwd? Thats why I started the whole fiasco in the first place05:44
jribJonathanElli1: permissions are determined by uid05:45
jriba number05:45
JonathanElli1uid?05:45
JonathanElli1!uid05:45
ubotuSorry, I don't know anything about uid - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi05:45
jribJonathanElli1: type 'id' in your terminal05:45
JonathanElli1Both laptop and desktop show 1000 for jonathan05:46
jribJonathanElli1: then it probably should have worked.  How did you copy them?05:46
JonathanElli1So it seems to me that it should have worked05:46
JonathanElli1Using file manager and navigating to //desktop/jonathan/blahblah05:47
jribsamba?05:47
JonathanElli1Or possibly ///desktop/jonathan/blahblah05:47
JonathanElli1No. I shouldnt need samba cos both machines are running ubuntu05:48
jribhow did you copy them?05:48
jribor how are you accessing the other machine?05:48
JonathanElli1I dont want anything more to do with windows. By using drag and drop in file manager05:48
JonathanElli1The two machines are on the same subnet. I forgot to mention I mapped the ip address of the desktop to "desktop" in hosts on the laptop05:49
JonathanElli1But if you have to go, I can try to get to the bottom of that one another day since I have succesfully copied all the files I need to the laptop. I am very familar with windows networking but there are some peculiarities of ip in linux that I dont know yet05:51
JonathanElli1Thanks very very much for all your help05:51
jribJonathanElli1: I don't see what happened right away.  You could always repose the question in #ubuntu.05:51
jribno problem, good night05:52
JonathanElli1Goodnight - sorry morning05:52
jrib:)05:52
visualdeceptionare we still having our weekly meeting??18:56
HeartsbaneI am planning on it19:03
HeartsbaneI don't know where everyone else is19:03
visualdeceptionok19:03
visualdeceptioni have seen zelut twittering, so I assume he is around somewhere19:03
Heartsbaneanyone seen pleia2?19:04
Heartsbanevisualdeception: guess we were the only two who remembered to show19:09
visualdeceptionnice19:09
visualdeceptionZelut: ping19:10
visualdeceptionpleia2, ping19:10
Heartsbanevisualdeception: next time we will set them a hiveminder19:11
Heartsbane:)19:11
visualdeceptionlol one got created yesterday19:11
pleia2hey19:11
visualdeceptioni was just going through the tasks19:11
Heartsbanepleia2: hey 2 U19:11
visualdeceptionhey pleia2 how goes it19:12
pleia2it goes19:13
Heartsbanevisualdeception: what did you get as purposed slogans because I saw one on the mailing list that was good19:13
visualdeceptioni think the only ones were on the mailing list....19:14
visualdeceptionif we can get a consensus on one I'll work on getting it finished up/cleaned up19:14
HeartsbaneI liked Ubuntu Classroom - Learn something new every day, or ubuntu classroom - tweak it yourself19:15
visualdeceptionok19:16
visualdeceptionany other feedback?19:17
HeartsbaneThat is just me, maybe take all the submissions and put them in a list send it out the group since many of them are not here19:17
visualdeceptionhttp://linux.dudenhofer.net/ubuntuclassroom.png19:18
visualdeceptionthere is the base image19:18
pleia2I like the "learn something new every day" one too - not overly fond of the "tweak" one since I think it comes off as a bit nerdy19:18
visualdeceptionok, i think I can handle that19:19
HeartsbaneI guess we make a quorum 3 votes for 'learn something new everyday'19:19
visualdeceptionlol19:19
Heartsbanepleia2: any word from Belinda Lopez?19:20
pleia2Heartsbane: nope :\19:20
HeartsbaneI take it also no word from Jono either?19:20
Heartsbanemost likely because of LUG Radio Live?19:21
pleia2possibly, they're both there19:21
Heartsbanewho is going? I am planning on going19:21
pleia2I did get a note from one of the UOW organizers though, he sent out a call for sessions to all of us who had done them in the past19:21
Heartsbanenice, so I would imagine there is some progress there19:22
pleia2I forwarded the email to Zelut in case he wanted to follow up, but ..19:22
HeartsbaneWhat did you mean 'they're both there'?19:23
Heartsbaneya but ...19:23
pleia2Jono and Dinda are both involved with LUG Radio Live19:23
pleia2"We've begun planning the next Ubuntu Open Week. Right now we have19:23
pleia2April 28 to May 3rd penciled in as the dates."19:23
HeartsbaneOh I didn't know Dinda was involved19:23
visualdeceptiondo we know who is handling open week?19:24
pleia2Jorge Castro is the one who sent out the email19:25
pleia2I don't know him19:25
Zelutsorry, had to tend to the baby19:26
ZelutI know Jorge.. I can talk to him19:26
HeartsbaneIsn't that Jono's counterpart/assistant to Jono19:26
ZelutHeartsbane: yeah19:26
Heartsbanesorry Community Manager...19:26
Heartsbaneokay I guess that brings us to Classroom Guidelines, has anyone read this lately other than me?19:28
visualdeceptionlink?19:29
Heartsbanehttps://wiki.ubuntu.com/Classroom/Guidelines19:29
HeartsbaneI was going to start there, but the only interested in feeback about what still should apply was RyanC19:30
pleia2I don't like the GUI & CLI requirement19:30
Heartsbanereally because?19:31
pleia2people tend to do one or the other, not always easy to find an expert in both or two experts who are available and willing at the same time19:31
HeartsbaneI can understand that19:32
visualdeceptionand since we are starting over again, we will probably be recruiting people to teach rather than waiting on volunteers19:32
* pleia2 nods19:33
pleia2I think in general the guidelines were there back in the day for the off chance that someone did volunteer and wanted some instructions (there was a fair amount of recruiting and in house teaching then too)19:34
Heartsbaneother than that, anyone feel that anything needs to be changed19:35
pleia2I think we might consider changing the 1.2 section at some point - but leave modifying that until we have some experience as to what works19:36
pleia21.2.1 that is19:36
Heartsbanein what way, are you saying that +m to the channel probably won't be necessary, or atleast at the start?19:37
pleia2yeah, or the way of asking questions could be loosened up somehow19:38
Heartsbaneokay19:39
pleia2UOW tends not to set +m unless requested, and then the lesson people can always /msg the ops to change channel settings if things get out of hand, or they want freer conversation19:39
HeartsbaneUsually every UOW I have seen is +m, but we will see how it goes19:40
Heartsbaneokay I will make those adjustments, as well as work on incooperating it nicely into the front page, show it off next meeting :)19:40
visualdeceptioncool19:40
HeartsbaneLets go back to Logo/Slogan review for a second since we have 1 more now19:41
Heartsbaneis Christer still out there?19:41
Heartsbaneguess not, visualdeception lets just go with 'learn something new everyday'19:43
Heartsbanemake a submission to the mailing list so everyone can have their input19:43
Heartsbanethat would be my suggestion19:43
visualdeceptioni can handle that19:43
Heartsbanegive it a week, and then if that idea floats, we sail on it19:44
pleia2sounds good19:44
visualdeceptionok19:44
HeartsbaneI guy RyanC is still working a blootbot/mootbot/waytomanykindabots solution19:45
Heartsbanewe have a blootbot variant in my LoCo channel and I love it19:46
pleia2solution for?19:46
Heartsbanefactoids, editing 's/soltion/solutions/g'/reminders19:46
HeartsbaneI don't know, I was hoping to hear more about the idea19:47
pleia2ok19:48
Heartsbanepleia2: it was coded by Tim Riker, a Debian Dev19:48
HeartsbaneI know you are still use Debian or so I have read19:48
pleia2yeah, and I'm a package maintainer19:49
HeartsbaneI don't know if you know his name19:49
pleia2what does the bot do in your loco channel exactly?19:49
Heartsbaneonjoin reminders, factoids, logging, editting typos19:49
pleia2I see19:50
Heartsbanethat is all I have ever seen it do, I just want to hear RyanC ideas about what he wanted to do with it19:50
* pleia2 nods19:50
Heartsbaneso I guess that is still postponed19:51
HeartsbaneLast item, has anyone contacted anyone to present other than US Teams19:51
Zeluti have not19:52
Zelutlooks like i lost connection for 10min in there.  I'm going to have to get the logs later :(19:52
Heartsbaneany ideas? desktop? gasp? exaile? KDE? any thoughts?19:54
pleia2I think the Bug Squashing Team would be particularly open to giving classes19:54
Heartsbanemaybe a idea by First Week in April ... really cause I would really like that19:55
HeartsbaneAnyone want to handle that?19:57
pleia2what, coming up with ideas on what teams to contact?19:58
HeartsbaneYes, or contacting some teams because eventually we are going to have to contact someone, because I don't think they are going to contact us19:59
HeartsbaneWell I guess I will type this up, and post it tonight20:04
Heartsbanelater20:04
pleia2thanks Heartsbane20:04
visualdeceptionthanks!20:04

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