Jump to content

Recommended Posts

Posted (edited)

When I try to run the command \i d:\winids\barnyard2\schemas\create_postgresql;

or try to run any of the other \i commands under the install tutorial heading of "Creating the Windows Intrusion Detection System Database Tables "

the result is always "d:: Permission denied"

I've tried many things to try and get around this blockage but I've not been successful.  Any suggestions would be appreciated.

Edited by scowles
Posted (edited)

Try reversing the slashes:

Change from: \i d:\winids\barnyard2\schemas\create_postgresql;

Change to:  \i d:/winids/barnyard2/schemas/create_postgresql;

Let me know if that works...

Can you also try removing the ; at the end to see if it works?

Edited by Morpheus
Posted (edited)

Thank you.  Reversing the slashes as you suggested and keeping the semi-colon worked...so far

 

Edited by scowles
Next problem I may be able to resolve on my own
Posted

One more command under the install tutorial heading of "Creating the Windows Intrusion Detection System Database Tables "

\i d:/temp/snort_user.sql;

the result is

WARNING: sequence "reference_ref_id_seq" only supports USAGE, SELECT, and UPDATE privileges

but after that I get

GRANT

Is that the expected result?

 

Posted

One more command under the install tutorial heading of "Creating the Windows Intrusion Detection System Database Tables "

\i d:/temp/snort_user.sql;

the result is

WARNING: sequence "reference_ref_id_seq" only supports USAGE, SELECT, and UPDATE privileges

but after that I get

GRANT

Is that the expected result?

 

​I'm not sure, but its a warning and can be ignored.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...