Dont use sudo.

Create a dir drizzle_data into your home dir.
Run this ./drizzled/drizzled --datadir = $HOME/drizzle_data.

And you should debug learn basic of linux as well as the way to hack it.


On 15 November 2013 13:46, Manmohit Rekhi <coolmm...@gmail.com> wrote:

> ok, on executing ./drizzled/drizzled in terminal i get this
>
>
> Aborting:"There was an error creating the '".temporary"' part of the path
> '/usr/local/var/drizzle/.temporary'.  Please check the path exists and is
> writable.". Abort was called from drizzled/drizzled.cc:2258 in fix_paths()
>
> trying with sudo
> Aborting:"drizzled cannot be run as root, use --user to start drizzled up
> as another user". Abort was called from drizzled/drizzled.cc:606 in
> check_user()
>
> please can you help me?
> thanking you,
> Manmohit Rekhi
>
>
> On Fri, Nov 15, 2013 at 12:27 PM, Mohit Srivastava <
> srivastavamohi...@gmail.com> wrote:
>
>> Drizzle is a client and it can only connect if it found some server. So
>> first start server.
>> Server: ./drizzled/drizzled
>>
>>
>> On 15 November 2013 12:03, Manmohit Rekhi <coolmm...@gmail.com> wrote:
>>
>>> ok.
>>> on typing drizzle i get
>>> ERROR:
>>> drizzle_state_connect:could not connect
>>>
>>> on going for drizzled
>>> drizzled: error while loading shared libraries: libdrizzledmessage.so.0:
>>> cannot open shared object file: No such file or directory
>>>
>>> and make html is giving me
>>>
>>> cd . && python config/pandora-plugin write
>>> Making html in .
>>>
>>> make[1]: Entering directory `/home/dell/Desktop/drizzle-7.2.4-alpha'
>>> cd . && python config/pandora-plugin write
>>> make[1]: Nothing to be done for `html-am'.
>>>
>>> make[1]: Leaving directory `/home/dell/Desktop/drizzle-7.2.4-alpha'
>>>
>>> tried all those with sudo too.
>>> sorry for asking so many questions.
>>>
>>>
>>> On Fri, Nov 15, 2013 at 11:56 AM, Mohit Srivastava <
>>> srivastavamohi...@gmail.com> wrote:
>>>
>>>> Site is down. Try "make html"
>>>>
>>>>
>>>> On 15 November 2013 11:53, Manmohit Rekhi <coolmm...@gmail.com> wrote:
>>>>
>>>>> yeph, the sudo worked, thank you.
>>>>> the documentation link docs.drizzle.org/
>>>>> is not working, is there anywhere i can get online documentation?
>>>>>
>>>>> thanking you
>>>>> Manmohit Rekhi
>>>>> <http://docs.drizzle.org/>
>>>>>
>>>>>
>>>>> On Fri, Nov 15, 2013 at 11:47 AM, Mohit Srivastava <
>>>>> srivastavamohi...@gmail.com> wrote:
>>>>>
>>>>>> Hey,
>>>>>>
>>>>>> /usr/bin/install: cannot create regular file 
>>>>>> `/usr/local/lib/libdrizzledmessage.so.0.0.0':
>>>>>> *Permission denied*
>>>>>>
>>>>>> You should be sudo while installing "sudo make install"
>>>>>>
>>>>>> --
>>>>>> Mohyt
>>>>>>
>>>>>>
>>>>>> On 15 November 2013 11:38, Manmohit Rekhi <coolmm...@gmail.com>wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I downloaded a tar.gz file of drizzle from
>>>>>>> https://launchpad.net/drizzle
>>>>>>> Extracted it, the went for ./config/autorun.sh followed ./configure
>>>>>>> then make and the make install
>>>>>>> the make install command resulted in the following output,
>>>>>>>
>>>>>>> cd . && python config/pandora-plugin write
>>>>>>> make  install-recursive
>>>>>>> make[1]: Entering directory `/home/dell/Desktop/drizzle-7.2.4-alpha'
>>>>>>> cd . && python config/pandora-plugin write
>>>>>>> Making install in .
>>>>>>> make[2]: Entering directory `/home/dell/Desktop/drizzle-7.2.4-alpha'
>>>>>>> cd . && python config/pandora-plugin write
>>>>>>> rm -f -f tests/dtr
>>>>>>> ln -s test-run.pl tests/dtr
>>>>>>> rm -f -f tests/mtr
>>>>>>> ln -s test-run.pl tests/mtr
>>>>>>> rm -f -f tests/test-run
>>>>>>> ln -s test-run.pl tests/test-run
>>>>>>> rm -f -f tests/kewpie
>>>>>>> ln -s kewpie.py tests/kewpie
>>>>>>> make[3]: Entering directory `/home/dell/Desktop/drizzle-7.2.4-alpha'
>>>>>>> cd . && python config/pandora-plugin write
>>>>>>>  /bin/mkdir -p '/usr/local/lib'
>>>>>>>  /bin/bash ./libtool   --mode=install /usr/bin/install -c
>>>>>>> drizzled/message/libdrizzledmessage.la 
>>>>>>> libdrizzle-1.0/libdrizzle.la'/usr/local/lib'
>>>>>>> libtool: install: /usr/bin/install -c
>>>>>>> drizzled/message/.libs/libdrizzledmessage.so.0.0.0
>>>>>>> /usr/local/lib/libdrizzledmessage.so.0.0.0
>>>>>>> /usr/bin/install: cannot create regular file
>>>>>>> `/usr/local/lib/libdrizzledmessage.so.0.0.0': Permission denied
>>>>>>> make[3]: *** [install-libLTLIBRARIES] Error 1
>>>>>>> make[3]: Leaving directory `/home/dell/Desktop/drizzle-7.2.4-alpha'
>>>>>>> make[2]: *** [install-am] Error 2
>>>>>>> make[2]: Leaving directory `/home/dell/Desktop/drizzle-7.2.4-alpha'
>>>>>>> make[1]: *** [install-recursive] Error 1
>>>>>>> make[1]: Leaving directory `/home/dell/Desktop/drizzle-7.2.4-alpha'
>>>>>>> make: *** [install] Error 2
>>>>>>>
>>>>>>> can you please help me, am not able to figure this one out.
>>>>>>> also, bzr branch lp:drizzle results in a file size of
>>>>>>> 300+mb(couldn't download it completely)
>>>>>>>
>>>>>>> Thanking you
>>>>>>> Manmohit Rekhi
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Nov 13, 2013 at 7:03 PM, Ajaya Agrawal <
>>>>>>> a9460509...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Manmohit,
>>>>>>>>
>>>>>>>> You should first be able to reproduce the bug in your system to
>>>>>>>> solve it. And then fire up the debugger and start drizzle on it. Do the
>>>>>>>> same thing on debugger and you will be able to find the place where 
>>>>>>>> the bug
>>>>>>>> pops its head up.
>>>>>>>>
>>>>>>>> Some trivial bugs don't need these steps. :)
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Ajaya.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Nov 13, 2013 at 2:27 PM, Manmohit Rekhi <
>>>>>>>> coolmm...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Ok. Being a little bit new to this i apologize for this question.
>>>>>>>>> I also wanted to ask(not for the bug in particular), that
>>>>>>>>> do i have to read the entire source code? and if so, where do i
>>>>>>>>> start?
>>>>>>>>>
>>>>>>>>> Thanking you
>>>>>>>>> Manmohit Rekhi
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Mailing list: https://launchpad.net/~drizzle-discuss
>>>>>>>>> Post to     : drizzle-discuss@lists.launchpad.net
>>>>>>>>> Unsubscribe : https://launchpad.net/~drizzle-discuss
>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Regards,
>>>>>>>> Ajaya Kumar Agrawal
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Name:-Manmohit Rekhi
>>>>>>> Center:- Surat
>>>>>>> Id:-11p12ap0032
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Name:-Manmohit Rekhi
>>>>> Center:- Surat
>>>>> Id:-11p12ap0032
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Name:-Manmohit Rekhi
>>> Center:- Surat
>>> Id:-11p12ap0032
>>>
>>
>>
>
>
> --
> Name:-Manmohit Rekhi
> Center:- Surat
> Id:-11p12ap0032
>
>
>
> --
> Name:-Manmohit Rekhi
> Center:- Surat
> Id:-11p12ap0032
>
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : drizzle-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to