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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...