[LIH]MySQL prints only first 1032 charcter

2004-03-25 Thread gowthaman ramasamy
hello list, this is a MySQL realted question I have a mySQL table with 15 columns. I query that table and group them based on one filed (say coloumn1). I get nice results. But, the result is truncated in some of the lines. It gets truncated exactly after 1032th character of that line. Truncation

Re: [LIH]MySQL prints only first 1032 charcter

2004-03-25 Thread Mithun Bhattacharya
--- gowthaman ramasamy [EMAIL PROTECTED] wrote: is truncated in some of the lines. It gets truncated exactly after 1032th character of that line. Truncation happens in lines having bigger than 1032 characters. Your field is probably set as varchar(1032). Mithun

Re: [LIH]MySQL prints only first 1032 charcter

2004-03-25 Thread gowthaman ramasamy
No! that is not the case. As such size of the inidvidual fields in the table is very small.(not exceeding 120). But when i group and concatenate so many records together (say 40) the length of single line of output is exceeding 1032 character. then that particular line in the mysql output is

[LIH]Configuring fetchmail

2004-03-25 Thread Goutam Baul
Hello Everybody, I am trying to do mail set-up and reading the various articles in the web got confused. I am trying to set up a small LAN of 10 users. They will use mail between themselves. I am planning to use sendmail for this. Now my domain hosting agency will have a single mail box that

[LIH]Is there a tool similar to qmailadmin for courier mail server

2004-03-25 Thread Dileep M. Kumar
Hello, Is there a tool similar to qmailadmin for courier mail server. Regards -- .''`. Dileep M. Kumar [EMAIL PROTECTED] : :' :http://www.kumarayil.net `. `'` Mobile: 98474-47437 `- Debian GNU/Linux - Choice of the Freedom Lovers

Re: [LIH]Configuring fetchmail

2004-03-25 Thread Rohan Almeida
Goutam Baul wrote: Hello Everybody, I am trying to do mail set-up and reading the various articles in the web got confused. I am trying to set up a small LAN of 10 users. They will use You seem to be on the right track. You're asking the right questions. Maybe you need to google more. Theres

Re: [LIH]Is there a tool similar to qmailadmin for courier mail server

2004-03-25 Thread Binand Sethumadhavan
Dileep M. Kumar posted in linux-india-help: Is there a tool similar to qmailadmin for courier mail server. I don't know what qmailadmin does, but courier comes with a courier-webadmin module which provides a web-based interface to its configuration. You need Apache+Mod_SSL. OTOH, I find its

Re: [LIH]Red Hat: 1 question nobody seems to ask

2004-03-25 Thread Diwakar Ranganathan
--- Binand Sethumadhavan [EMAIL PROTECTED] a écrit : Maybe your definition of works fine is not compatible with mine. Binand Anyway, thanks for the advice. For now I'll try to get Mandrake 10 and stick to it. Thanks! Diwakar Yahoo! Mail : votre e-mail

[LIH]Getmail error while running

2004-03-25 Thread Sandeep Agarwal
Dear All, When I run the getmail, following error msg appear on the screen. Please suggest to resolve this error. Thanking you, Sandeep Agarwal -- On Screen:

[LIH]Pine Problem

2004-03-25 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello All, I've configured pine on my machine to use IMAP. Upon deleting of messages pine normally marks and later expunges the messages. How can i automatically move deleted messages to the trash folder. TIA, rrs - -- Ritesh Raj Sarraf

Re: [LIH]Getmail error while running

2004-03-25 Thread Suresh Ramasubramanian
[3/25/2004 2:58 PM] Sandeep Agarwal : When I run the getmail, following error msg appear on the screen. Please suggest to resolve this error. Try reading the error message? (refuse to deliver to commands as root), skipping srs

Re: [LIH]Pine Problem

2004-03-25 Thread Suresh Ramasubramanian
[3/25/2004 3:08 PM] Ritesh Raj Sarraf : I've configured pine on my machine to use IMAP. Upon deleting of messages pine normally marks and later expunges the messages. How can i automatically move deleted messages to the trash folder. instead of marking them deleted, move them / save them to the

Re: [LIH]Configuring fetchmail

2004-03-25 Thread Yashpal Nagar
http://www.ibiblio.org/pub/Linux/system/mail/pop/fetchmail-FAQ.html following this will help you? -- Yash Goutam Baul wrote: Hello Everybody, I am trying to do mail set-up and reading the various articles in the web got confused. I am trying to set up a small LAN of 10 users. They will use

Re: [LIH]Configuring fetchmail

2004-03-25 Thread Yashpal Nagar
Hi Goutam For setting up fetchmail you may start from fetchmailconf in redhat based systems. As you told you are having catch all account for you domain, you may give try to my fetchmailrc # .fetchmailrc config file poll your-pop-server.com with proto POP3 envelope Delivered-To:: aka

Re: [LIH]Shell Problem

2004-03-25 Thread USM Bish
On Wed, Mar 24, 2004 at 12:29:30PM -0800, Rakesh Ambati wrote: Why does this command gr ables my linux virtual console. $echo -e '\016' And this one resets it. $echo -e '\017' That is because you are passing ANSI esc sequences with the -e in the echo statement ... You would have the

Re: [LIH]Java + OpenOffice.org 1.1.0

2004-03-25 Thread USM Bish
On Tue, Mar 23, 2004 at 09:37:05AM +0530, Raj Mathur wrote: Anyone know how to enable Java for OOo 1.1.0? Each time I click the Java/Enable checkbox in the Security Options it gets automatically unclicked. Java binaries are in my $PATH. Raju, are you sure, you have OO installed

Re: [LIH]IMAP server basic questions

2004-03-25 Thread Binand Sethumadhavan
Suresh Ramasubramanian posted in linux-india-help: Actually OE has the best imap handling + search capablities of the lot (at least from my personal experience fetching about two to three thousand emails a day over imap) Ha. Fat chance. You forget mutt ;-) Binand -- [EMAIL PROTECTED]

Re: [LIH]pptp server on linux

2004-03-25 Thread Yogesh Hasabnis
I am trying to set up a poptop (pptp) vpn server on Redhat Linux 7.3. I have installed the pptp client on a linux machine for testing. The message I get on trying to connect to this vpn server is : CHAP authentication succeeded MPPE required but peer negotiation failed I did

Re: [LIH]pptp server on linux

2004-03-25 Thread G.Vinubalaji
Now the error I get is MPPE required but peer refused. Have confirmed that the required patches to pppd and the kernel have been applied. The poptop.org's faq mentions about this message as follows : the local pppd is refusing to accept the level of MPPE encryption required by the peer. The

Re: [LIH]Kernel 2.6.0 woes

2004-03-25 Thread Jemshad O K
Hello Sthitaprajna, On Wed, 24 Mar 2004 01:48:20 -0800, Sthitaprajna [EMAIL PROTECTED] said: On Wed, 24 Mar 2004 14:35:12 +0530, Jemshad O K [EMAIL PROTECTED] said: Hi Raju, 4. Modules. Installed the new modutils and enabled module auto-load in the kernel, but I still have to insert

Re: [LIH]Kernel 2.6.0 woes

2004-03-25 Thread Jemshad O K
On Wed, 24 Mar 2004 04:30:25 -0500, Binand Sethumadhavan [EMAIL PROTECTED] said: Hello Binand, Jemshad O K posted in linux-india-help: me too faced the same problem with modules. I was not even able to boot with the ext3 compiled as module. Yours is probably a different problem. What

RE: [LIH]RedHat Linux 9 getting Restarted

2004-03-25 Thread Jemshad O K
On Wed, 24 Mar 2004 15:33:50 +0530, Sajith S [EMAIL PROTECTED] said: hi i tried that and now it is working fine thanks sajith s nice to hear this :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jemshad O K Sent: Wednesday, March

Re: [LIH]RedHat Linux 9 getting Restarted

2004-03-25 Thread Jemshad O K
On Wed, 24 Mar 2004 15:32:58 +0530, Suresh Ramasubramanian [EMAIL PROTECTED] said: Jemshad == Jemshad O K writes: Jemshad tried disabling crond and atd ? Nice. Sounds a lot like I can't find where you sprained your leg, so I'll just cut the leg off. It my way of doing. When I am in

Re: [LIH]RedHat Linux 9 getting Restarted

2004-03-25 Thread Devdas Bhagat
On 26/03/04 00:49 +0530, Jemshad O K wrote: On Wed, 24 Mar 2004 15:32:58 +0530, Suresh Ramasubramanian [EMAIL PROTECTED] said: Jemshad == Jemshad O K writes: Jemshad tried disabling crond and atd ? Nice. Sounds a lot like I can't find where you sprained your leg, so I'll

Re: [LIH]Kernel 2.6.0 woes

2004-03-25 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well Well Well, On Fri, 26 Mar 2004 00:31:42 +0530 Jemshad O K [EMAIL PROTECTED] wrote: I had already posted my problem once in this list. Its like this: Got any success with the problem ? I compiled the new kernel, with ext3 as modules. I have

Re: [LIH]Kernel 2.6.0 woes

2004-03-25 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 devfs has been depreceated by udev. use udev with 2.6 kernels. It's total userspace and nice. rrs On Fri, 26 Mar 2004 00:35:02 +0530 Jemshad O K [EMAIL PROTECTED] wrote: How many of you are comfy with devfs disabled? I'm not.. Anyway,how

Re: [LIH]Red Hat: 1 question nobody seems to ask

2004-03-25 Thread Vinu Moses
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 23 March 2004 11:37 am, Diwakar Ranganathan wrote: My Celeron-467-Mhz-with-128-MB-RAM machine is too slow with Red Hat 8 and Fedora Core-1 (including PCQLinux 2004). I've no problems with Fedora Core 1 and KDE 3.2.1 running on a

Re: [LIH]IMAP server basic questions

2004-03-25 Thread Suresh Ramasubramanian
[3/25/2004 9:27 PM] Binand Sethumadhavan : Suresh Ramasubramanian posted in linux-india-help: Actually OE has the best imap handling + search capablities of the lot (at least from my personal experience fetching about two to three thousand emails a day over imap) Ha. Fat chance. You forget

Re: [LIH]RedHat Linux 9 getting Restarted

2004-03-25 Thread Suresh Ramasubramanian
[3/26/2004 12:49 AM] Jemshad O K : I am a system administrator and we once had a server with a very similar problem - it went for reboot every morning at 8.30 am IST ( the server's Please remind me not to hire you. srs -- Suresh Ramasubramanian | [EMAIL PROTECTED] | gpg EDEDEFB9 email

Re: [LIH]Kernel 2.6.0 woes

2004-03-25 Thread Sthitaprajna
On Fri, 26 Mar 2004 00:35:02 +0530, Jemshad O K [EMAIL PROTECTED] said: Anyway,how did you mean to start a system(assuming it is SCSI) with the fs support compiled as a module? And how long does it take to go inside /usr/src/linux/Documentation/ and look around a bit? I have compiled a

Re: [LIH]Kernel 2.6.0 woes

2004-03-25 Thread Sthitaprajna
On Fri, 26 Mar 2004 00:31:42 +0530, Jemshad O K [EMAIL PROTECTED] said: I compiled the new kernel, with ext3 as modules. I have the / filesystem also ext3 - but I do have initrd. Now, the real problem is that, I changed the fstab entries and made all partitions from ext3 to ext2. Then also,

Re: [LIH]Kernel 2.6.0 woes

2004-03-25 Thread Sthitaprajna
On Thu, 25 Mar 2004 21:41:42 -0800, Sthitaprajna [EMAIL PROTECTED] said: It makes sense, to add support for your / and /boot filesystems right into the kernel, rather than as modules, especially when you are using ramdisks/ As re-read that, it sounds stupid :) Sort of defeats the whole

Re: [LIH]Red Hat: 1 question nobody seems to ask

2004-03-25 Thread Diwakar Ranganathan
Does more RAM and a different graphics card (mine is an i810 motherboard) make the difference? --- Vinu Moses [EMAIL PROTECTED] a écrit : I've no problems with Fedora Core 1 and KDE 3.2.1 running on a Pentium2-400Mhz box with 192 MB RAM and a Nvidia TNT2 graphics card with 32 MB video

RE: [LIH]Java + OpenOffice.org 1.1.0

2004-03-25 Thread Sarvex Jatasra
Open a normal command prompt, and give the following command # java -version and if it gives the output java version 1.4.2_03 java (TM) 2 runtime environment, Standard edition( build ... then you are sure that jre is working, if not then you have to specify the JAVA_HOME variable Sarvex

[LIH]unable to install

2004-03-25 Thread Sarvex Jatasra
Hi all I downloaded the trial version of sun one studio 5 for my Linux system. I tried to run the installer and after some time it gave me error message You don't have the administrator privileges to install the software , But I was logged in as root! I tried it other way round - I logged in as

[LIH]Mutt configurations

2004-03-25 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, Please help me configure mutt. How do we get our IMAP directories under mutt. Under Pine all my mail directories on the IMAP server were shown fine but under mutt it directly and only shows the INBOX. :-(

[LIH]Bandwidth Management

2004-03-25 Thread Vivek
Dear All, I have to setup bandwidth management in my office, kindly send me the pointers to that. Scenario is described below: We have two ISPs and two completely different IP range from them [Broadband connection] of 512 K each. I have a RHL 9.0 box working as Gateway, firewall and VPN [using

Re: [LIH]Bandwidth Management

2004-03-25 Thread Trevor Warren
Morning Vivek, --- Vivek [EMAIL PROTECTED] wrote: Dear All, I have to setup bandwidth management in my office, kindly send me the pointers to that. Scenario is described below: [snip] Please look at http://docum.org and http://www.lartc.org. Enough of pointers for you to build a