search for: thepasswd

Displaying 2 results from an estimated 2 matches for "thepasswd".

1998 Sep 14
2
AW: How to print to CLIENT local printer?
...f=/var/spool/lpd/Filter/PP01:\ :sh: ... Adjust the printcap parameters as needed (spool directory, directory to find the filter script). Make sure the lpd can access the directory. Consult your manual. Now create the filter script like this: #! /bin/sh /usr/bin/smbclient \\\\pcname\\printershare thepasswd -U username -P -c 'print -' > /dev/null The filter has only two (2) lines. Don't break line two. May be your mail client wraps the lines!!! - Change "/usr/bin/smbclient" to the path of your smbclient (maybe /usr/local/samba/bin ?). - Change "pcname" to the name o...
2008 Jan 10
1
RODBC, postgresql on Linux
...ODBC library. I'm working on a Linux (Ubuntu Gutsy) os, with R version 2.5.1. I've got Postgresql 8.2.5 installed with the odbc-postgresql package. I try to connect in a R session to a postgresql database using: odbcConnect(dsn="thedatabasename",uid="theuser",pwf="thepasswd",case="postgresql") I get a message error, connection failes in odbcDriverConnect(...) I don't know where I'm wrong, as I verified the postgresql deamon is ok and that the database I want to access is defined. -- ------------------------------------------------ Emmanuel P...