Re: PostgreSQL 8 debs on Debian 3.1r2

2006-08-25 Thread Alexander Farber
Yes that was it - "postgresql-8.1". Thank you all $ dpkg -l | grep pq ii libpq-dev 8.1.4-4bpo1header files for libpq4 (PostgreSQL library) ii libpq4 8.1.4-4bpo1PostgreSQL C client library $ dpkg -l | grep postgres ii postgresql-8.1 8.1.4-4bpo1object-relational SQL dat

Re: remote access via ssh?

2006-08-24 Thread Alexander Farber
Other login shell, wrong permissions, ... What does ssh -V show? A workaround: ~/.ssh/environment On 8/24/06, Ishwar Rattan <[EMAIL PROTECTED]> wrote: Remote system is debian derivative. When I access this system using ssh, the connection does not execute $HOME/.bashrc on remote system. Rega

Re: PostgreSQL 8 debs on Debian 3.1r2

2006-08-24 Thread Alexander Farber
Hello Roberto, On 8/24/06, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: On Thu, Aug 24, 2006 at 05:25:57PM +0200, Alexander Farber wrote: > $ dpkg -l | grep postgres > ii postgresql 7.4.7-6sarge2 object-relational SQL database management > ii postgresql-cli 7.4.7-6sa

PostgreSQL 8 debs on Debian 3.1r2

2006-08-24 Thread Alexander Farber
Hello, where could I get good and trustworth postgresql 8 debs which would be updated in case of security issues? On www.postgresql.org there are only rpms... I'm using at the moment 7.x debs, but I need 8.x for a libpq-program I'm developing... $ cat /etc/debian_version 3.1 $ dpkg -l | grep

Re: now for ssh

2006-08-24 Thread Alexander Farber
This is easy PuTTY and WinSCP - they both can https-tunnel web-proxies :-) Just add the line Port 443 to your /etc/ssh/sshd_config and then just use PuTTY under windows: http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe 1) Enter the port 443 instead of 22 there 2) Specify t

Re: Apt-get upgrade: sendmail etc "kept back"

2006-08-24 Thread Alexander Farber
There is a new mail about libsasl2 on debian-security On 8/24/06, Robert S <[EMAIL PROTECTED]> wrote: > http://www.debian-administration.org/articles/69 The following packages have unmet dependencies: sendmail-bin: Depends: libsasl2 (>= 2.1.19.dfsg1) but 2.1.19-1.5sarge1 is to be installed R

Re: Apt-get upgrade: sendmail etc "kept back"

2006-08-24 Thread Alexander Farber
This has worked for me http://www.debian-administration.org/articles/69 On 8/24/06, Robert S <[EMAIL PROTECTED]> wrote: # apt-get upgrade -s Reading Package Lists... Done Building Dependency Tree... Done The following packages have been kept back: rmail sendmail sendmail-base sendmail-bin sen

Re: Get the ip address without using "root"?

2006-08-18 Thread Alexander Farber
/sbin/ifconfig eth0 | awk '/^ +inet addr:/ { split($2, a, ":"); print a[2] } or /sbin/ifconfig eth0 | sed -ne 's,^.*inet addr:\([0-9.]*\).*,\1,p' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: (Solved) Re: why sarge can't power off PC

2006-08-09 Thread Alexander Farber
Hello, I have same problem with my dual-PIII HP Kayak XAs (dmesg attached below) running Debian 3.1 r2 and kernel-image-2 2.6.8-16sarge4. Could you please elaborate, how could I use APM instead of ACPI? Regards Alex -- http://preferans.de On 8/8/06, Serena Cantor <[EMAIL PROTECTED]> wrote: Y