Crashed: Booting not complete.

2006-09-13 Thread H S Rai
Due to UPS problem (as it looks), Debain loaded PC crashed. It's booting process is not completeing.It starts and complaint as: Starting Munin-node: Could not open log file /var/log/munin/munin-node.log Checking for crashed MySQL tables in the background. Starting openGroupware.org server in

Crashed: Booting not complete.

2006-09-13 Thread H S Rai
Due to UPS problem (as it looks), Debain loaded PC crashed. It's booting process is not completeing.It starts and complaint as: Starting Munin-node: Could not open log file /var/log/munin/munin-node.log Checking for crashed MySQL tables in the background. Starting openGroupware.org server in

error on keyboard layout change

2006-07-25 Thread H S Rai
When it tried to change keyboard laout to enter data in davanagri (Hindi), it reults in error: "Error changing keyboard layout to in(basic)" I trie dit in KDE under debian. How to set things right? -- H.S.Rai -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

NetworkCard of IBMthinkCentre

2006-07-24 Thread H S Rai
I installed Debian3.1 on IBM Think Centre using CD. It has BroadCom's NetXtreme fast ethernet card. The driver is present. But it is not loaded automatically. On issuing command: # /sbin/modprobe tg3 It says "cannot find proper PCI device base address, aborting. /lib/modules/2.4.27-2-386/kern

Going back to stable

2006-07-14 Thread H S Rai
What is the way to go back to stable version, if mess has been created using apt-get for unstable and experimental vesrsion? -- H.S.Rai -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: setup ODBC data source

2006-05-14 Thread H S Rai
Friday at 10:07am -0400 Andrew Schulman wrote: > > I have file /etc/odbc.ini which has at its end: > > > > Name: MSSQLServer > > Description: TDS MSSQL (description isn't important) > > Servername: 192.168.8.88 > > UID: sa > > PWD: > > Port: 1433 > > That's strange, it's a d

setup ODBC data source

2006-05-11 Thread H S Rai
I am trying to connect MSSQL from debian system. The reference which I was following, used Redhat's ODBCConfig. As that is not available on Debian, so I could not succeed there. Which is the equivalent to ODBCConfig in Deabin? I have file /etc/odbc.ini which has at its end: Name: MSSQLServer

Re: ssh and X forwarding

2006-03-28 Thread H S Rai
Today at 2:54pm +0200 Vincent Lefevre wrote: > Change /etc/ssh/sshd_config, not /etc/ssh/ssh_config. Thankyou Sir, It was my mistake :-( I got things working. -- H.S.Rai -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ssh and X forwarding

2006-03-28 Thread H S Rai
Today at 7:37am - Andrew M.A. Cater wrote: > The sshd_config file (probably under /etc/ssh/sshd_config or somewhere > similar) has AllowX11Forwarding no > > Change that to yes and restart sshd It did not solve my problem. I made changes and restarted ssh (There is no sshd). The par

ssh and X forwarding

2006-03-27 Thread H S Rai
On stable Debian installed PC, it appers that X is not allowed with ssh. As on issuing command: ssh -X ip.number1 gnome-terminal it open a window, but issuing any command of graphic program, says: Gtk-Warning **: cannot open display Same command for other PC (ip.number2 having Red

Re: C++ does not support long long: QCAD

2006-03-18 Thread H S Rai
Today at 11:28am +0100 Joerg Beyer wrote: > What version of g++ are you using? g++ (GCC) 3.3.6 (Debian 1:3.3.6-10) > #include > using namespace std; > int main(int, char **) { > long long i=42L; It compiles your test program absolutely fine. Thanks for your response. -- H.S.

C++ does not support long long: QCAD

2006-03-18 Thread H S Rai
I was trying to compile QCAD, but got following error that ISO C++ does not support `long long`. What will be way to compile it on Debian system? --- In file included from /usr/include/qt3/qobjectdefs.h:42, from /usr/include/qt3/qobject.h:42,

Re: Mouse not working on IBM ThinkCentre

2006-01-05 Thread H S Rai
Yesterday at 11:01pm -0800 Clark Bang wrote: > What type of mouse are you using IBM ps/2 > and how did you setup the mouse in X? dpkg-reconfigure xserver-xfree86 > Have you tried the mouse configuration setup command "mouseconfig"? This is not there in Debian. I guess it is for RedHat.

Mouse not working on IBM ThinkCentre

2006-01-04 Thread H S Rai
There remain always some problem with Kernel 2.6.8-2-386. With this it used to be very slow. So, I was using this PC to my satisfaction with Kernel 2.4.27-2-386. Unforunately, I updated and upgraded every thing (including unstable, Contrib etc). With this mouse stop working in X under Kernel 2

Restarting gdm on same ":0"

2005-12-01 Thread H S Rai
Due to network failure sometime, the user lost exported desktop. At the moment to give then desktop, I restart gdm. It solve the problem of remote user, but at server, it say X is running alraedy on :0, and with user's consent it open on :1 How I can force it to open it on :0 Is there any b

lower case character when caps lock is on

2005-12-01 Thread H S Rai
I am facing a strange problem. On console, when CAPS lock is on "C" and "E" are appearing on screen as lower case, while all appear as expected. When I open terminal under X, it behave properly. What can be reason. -- H.S.Rai -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Is pl2303 driver there?

2005-11-22 Thread H S Rai
I read on Internet that new Kernel has pl2303 driver ( USB to Serial Driver ). I am using Debian with Kernel 3.1 I want to check wether this driver is there or not. What is the way to check it? If, it is not there, from where I could find (suitable for debian setup) it, and how one will inst

popPort:NOKIA 3120

2005-11-17 Thread H S Rai
Can we make Nokia 3120 mobile to communicate with Debian based PC. I installed GAMMU/WAMMU, but I could not make it functional using its popPort Anyone who has used it or knows how to make it through. This is the only thing, which is compelling me use M$ windows. Any help will be appreciate

Re: PAM using php

2005-08-06 Thread H S Rai
Friday at 11:12am -0400 [KS] wrote: > Did you try: $> apt-get install php4-auth-pam Oh! Thankyou KS. My stupidness! To make it working I need to make shadow file readable to all. Is there any better way than that. Thank you very much. -- H.S.Rai -- To UNSUBSCRIBE, email to [EMAIL PROTEC

PAM using php

2005-08-05 Thread H S Rai
Yesterday at 8:46pm -0700 Vinu Balaji wrote: I tried to use pam_auth http://www.math.ohio-state.edu/~ccunning/pam_auth/ on Debian with PHP 4.3.10-15, ./configure gave following error: checking for pam_appl.h... checking for pam_start in -lpam... no configure: error: could not find pam_sta