From mboxrd@z Thu Jan 1 00:00:00 1970 From: pierre-marc.fournier@polymtl.ca (Pierre-Marc Fournier) Date: Thu, 28 Jan 2010 12:35:58 -0500 Subject: [ltt-dev] LTT Userspace problems In-Reply-To: <19fa8ef31001271355w4e5a4e8k78f228ea9399488a@mail.gmail.com> References: <19fa8ef31001250712s586b07cbn430c43820da0be17@mail.gmail.com> <20100125153015.GA12021@Krystal> <4B607B54.90107@polymtl.ca> <19fa8ef31001271355w4e5a4e8k78f228ea9399488a@mail.gmail.com> Message-ID: <4B61CAFE.7040308@polymtl.ca> Naren wrote: > Hi, > > Yes, it worked after the creation of "socks" directory under "tmp". > > 1. I presume that tmp/socks will be automatically created by UST unlike > the manual creation done by me to make it work. > 2. Every time, the system restarts, the user created folders are deleted > hence the need to create the socks directory after every restart. > > Can you clarify on the above mentioned points and whether it is by > purpose that tmp/socks directory needs to be created manually or is > there something wrong with the UST installation. > This was a problem in version 0.1. Just pushed commit dce0b474515 which automatically creates the app socket directory. Thanks for the feedback. pmf