Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
5answers
16k views

How to setup VIM autoindentation properly for editing Python files - *.py

I've troubles setting VIM (7.1.xxx) for editing python files. Indenting seems to be broken (optimal 4 spaces). I've followed some tutorials I found via Google. Still no effect :/ Please help.
8
votes
5answers
4k views

How do I login and authenticate to Postgresql after a fresh install?

Did a new install of postgres 8.4 on mint ubuntu. How do I create a user for postgres and login using psql? When I type psql, it just tells me psql: FATAL: Ident authentication failed for user ...
2
votes
1answer
294 views

How do I set the ident string when using logging.SysLogHandler in Python 2.6?

I have logging configured using logging.fileConfig(). I have a the root logger going to a handler that uses SysLogHandler('/dev/log', handlers.SysLogHandler.LOG_USER) This all works perfectly well, ...
2
votes
1answer
290 views

Best replacement for GCC #ident

I used to set this at top of my source files to be able to grep -a "ID :" on my binaries : #ident "\\n$@ ID : my_library.o v1.3 (25/08/07)@$\\n" However, this is deprecated in GCC 4.3.3. ...
1
vote
3answers
1k views

Enable ident string for Git repos

How do I enable ident $Id$ on files in a Git repository?
0
votes
2answers
37 views

Ruby -> PostgreSQL connection with pg_hba.conf set to “ident sameuser” instead of “trust”

I've tried every Google search term I can think of but everything I dig up keeps saying to set local connections to trust in pg_hba.conf (seems like a security hole if anyone locally can log in and ...
0
votes
1answer
273 views

IRC “No Ident response”

I am trying to make a IRC client in Python and I got a problem with Ident. I listen on port 113 for message from the Ident server, this works. The message looks like this: 49764 , 6667. But when I am ...