<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 18, 2009, at 14:50, liuyp wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Conny and <span style="color: rgb(0, 0, 0);" class="gI"><span class="ik"></span><span class="gD">Amit</span></span><span style="color: rgb(0, 0, 0);">,</span><br><br>when I open 2 terminals to run commands seperately, and change /tmp permission, i got something like this><br> <span style="color: rgb(255, 0, 0);">drwxrwxrwx 17 root root 4096 2009-06-18 15:17 tmp,<br></span></blockquote><div><br></div><div>This is a bit suspect. On the debian machines that I checked, /tmp looks like:</div><div><br></div><div> drwxrwxrwt 7 root root 3391488 2009-06-18 16:10 tmp</div><div><br></div><div>Note the "t" at the end, the is the sticky bit, or rather the modern sticky bit for directories. From `man chmod`:</div><div><br></div><div><div> When the sticky bit is set on a directory, files in that directory may be unlinked or renamed only by root or their owner. Without the sticky bit, anyone able to write to the directory can delete or rename files. The sticky bit is commonly found on directories, such as /tmp, that are world-writable.</div><div><br></div><div>You want to make sure this is the case it your case, it seems to point to a fix for some of your problems. It is a bad idea in general to change the perms of /tmp.</div><div><br></div></div><blockquote type="cite"> then a GTK window come out, however there are many warnings at the same time....<br>you can see details as followings.<br></blockquote><div><br></div><div>A lot of that you can ignore.</div><br><blockquote type="cite">Anyway, this UI has appeared the first time since i have tried to get it almost one week.....<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#0000DD"><br></font></font></blockquote><div><br></div>Yay!<br><br><blockquote type="cite">if you have further hints, please help a bit.<br></blockquote><div><br></div><div>Post specific questions about specific error messages you have received based on specific commands. That usually helps to get answers faster.</div></div><br><div>Jeremiah</div></body></html>