Hi Amit, I think you have to check whether the MySQL server is up. If not run setup and start the services of MySql. $ setup Restart the machine and try. bye sai On Thu, 01 Nov 2001 [EMAIL PROTECTED] wrote : > Send linux-india-help mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, > visit > https://lists.sourceforge.net/lists/listinfo/linux-indi- > a-help > or, via email, send a message with subject or body > 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is > more specific > than "Re: Contents of linux-india-help digest..." > > Today's Topics: > > 1. Re: Dependancy (Shridhar Daithankar) > 2. Re: untarring multiple files (Shridhar Daithankar) > 3. mail problem (Mujeeb Rahman) > 4. MySQL Error (Amit Bhargava) > 5. Re: mail problem (Devdas Bhagat) > 6. Hangs in graphical mode (Amit Bhargava) > 7. Re: MySQL Error (Devdas Bhagat) > 8. Re: mail problem (Kingsly John) > 9. Re: Hangs in graphical mode (Shridhar Daithankar) > 10. Apache-CGI pblm (Bijoy Paul) > 11. Not able to start samba (Ajitabh Pandey) > 12. Problems in httpd service (Ajitabh Pandey) > 13. Problems in accessing net through proxy (Ajitabh > Pandey) > 14. Weird behaving terminal (Shridhar Daithankar) > 15. (no subject) (nitin ) > 16. "Novice please help!!!" (Vamsi Krishna > K-RollNo.2000-134) > 17. Re: Apache-CGI pblm (Suresh Ramasubramanian) > > > Bijoy Paul wrote: > > > I am using PCQLinux 7.1. I have done a minimal > > install. > > Now i wanted to install gimp. I tried installing it > > using rpm -Uvh, but got dependancy failure error, > > telling it require libz.so.1. But i could not find > > this particular thing in the PCQ cd. And rpm -q is > > telling no such package available. But when i done a > > find that file is available in /usr/lib. Anyway i > > could insatll the package using --nodeps option. But > > could anyone tell me waht could be the proble. > > The zlib rpm provided by PCQ is corrupt and PCQ has > provided the correct rpm on > next months CD. nstall it and it should be fine. > > --no-deps business is very dangerous. Not recommended > for GIMP likes at least.. > > Shridhar > > > Just a curious question. Will this work? > > $ ls *.gz |xargs tar -xzvf > > Looks simple than a script to me.. > > Shridhar > > Dr. Sharukh K. R. Pavri. wrote: > > >>#!/bin/bash > >> > >>#Bash rocks > >>for i in `ls *.tar.gz` > >>do > >>tar -zxvf $i > >>done > > > > Hi all > > I am using Eudora to send mails. It is a client program > that establishes a > connection with our mail server (running sendmail ) to > send out mails. > Now i have about 7000 addresses in our address book in > Eudora. Whenever we > want to send out a mass mail to everyone in our address > book, we write an > email to mycompnay id and bcc to all the addresses in > our address book. > > We have two choices here : (1) To send only one mail > and put all the > addresses in bcc field of that mail (2) Send about 6 or > 7 separate mails > with about 1000 recipients each. > > I noticed that in the first case, sendmail creates one > process to send that > mail out, and in the second case sendmail creates 6 or > 7 processes, one for > each mail that we sent. > > In both the cases VFS File-limit exceeded. and server > is going to stuck. > and giving error messages. too many files opend.... > > help me > mujeeb > > > > hi, > > I was just trying to mysql on RHL 7.0 but at the prompt > when I run > > # mysql > > I get the following message : > > Can't connect to local MySql server through socket > '/var/lib/mysql/mysql.sock' (111) > > and aborts. > > Can someone point as to where can I be wrong. > > Regards > > Amit Bhargava > > ________________________________________________________- > _________ > Get your FREE download of MSN Explorer at > http://explorer.msn.com/intl.asp > > > On 01/11/01 15:28 +0530, Mujeeb Rahman wrote: > > We have two choices here : (1) To send only one mail > and put all the > > addresses in bcc field of that mail (2) Send about 6 > or 7 separate mails > > with about 1000 recipients each. > Create an alias on the mail server corresponding to all > the users. > Better still use a list manager like majordomo or > mailman. > > > I noticed that in the first case, sendmail creates > one process to send that > > mail out, and in the second case sendmail creates 6 > or 7 processes, one for > > each mail that we sent. > Send mails with fewer recipients. > Use a faster MTA like postfix. > > > In both the cases VFS File-limit exceeded. and server > is going to stuck. > > and giving error messages. too many files opend.... > /proc/sys/kernel/fs/ > > Devdas Bhagat > > hi, > > this is quite a strange problem, that I am facing. I > boot normally and then > after working sometimes say a min. or 5 issue 'startx', > and almost once in a > every 5 or 7 times, the X hangs and I am even unable to > terminate X. > > earlier I thot that this might be problem of RAM as it > was earlier 64 mb, > but now I have upgraded the same to 256 mb and it is > now configured with > PIII 500 10gb hdd. > > some pointers in this regard > > regards > > Amit bhargava > > ________________________________________________________- > _________ > Get your FREE download of MSN Explorer at > http://explorer.msn.com/intl.asp > > > On 01/11/01 10:30 +0000, Amit Bhargava wrote: > > Can't connect to local MySql server through socket > > '/var/lib/mysql/mysql.sock' (111) > > > > and aborts. > > > > Can someone point as to where can I be wrong. > Permissions were wrong in the RH 7.0 rpm, IIRC. > ls -ld / > ls -ld /var > ls -ld /var/lib > ls -ld /var/lib/mysql > ls -ld /var/lib/mysql/mysql.sock > > should tell you what was wrong. > > Devdas Bhagat > > On Thu, 1 Nov 2001, Mujeeb Rahman wrote: > > |I am using Eudora to send mails. It is a client > program that establishes a > |connection with our mail server (running sendmail ) > to send out mails. > |Now i have about 7000 addresses in our address book > in Eudora. Whenever we > |want to send out a mass mail to everyone in our > address book, we write an > |email to mycompnay id and bcc to all the addresses in > our address book. > > > Install majordomo or any other mailing list and set up > a mailing list with > all the addresses and use that to send out the mails... > it'll be a lot > faster and more efficient too. > > Kingsly > > > > > Amit Bhargava wrote: > > > once in a every 5 or 7 times, the X hangs and I am > even unable to > > terminate X. > > What chipset/display card you have? Are you running any > GTK application when it > hangs?(Hint. It's easy to hang X with GTK. Give it > heavy keyboard/mouse input > when it's displaying the initial gray window i.e when > it's not fully started. It > mangs most of the times...) > > Shridhar > > > hii, > > I am facing a problem with the CGI scripts on my > apache server. When ever i execuit a CGI script in the > cgi-bin directory my client gives error messgae like > "server internal error or misconfiguration". It the > httpd error log it says "premature end of script > headers". > > This is happening only to the individual users cgi-bin > directory whereas it is working perfectly from the > main cgi-bin. It has the same permission as the main > cgi-bin directory. It was working untill some 2 days > back and stopped working without any reason. > > please help > > regds > > bijoy > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > Hi, > > I am encountering following problems regarding Samba: > > When I give samba start command as root, i get an OK > message: > > # samba start > Starting SMB Services [OK] > Starting NMB Services [OK] > > But when I check samba status, i am told that the > services are stopped > > # samba status > smbd is stopped > nmbd is stopped > > I am using PCQ linux 7.1 and Samba-2.0.3-8 > > Regards. > Ajitabh Pandey > > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > Hi, > > When I use netconf utility and after doing some > modifications, i try to come out, i get a message > saying httpd is not running and am asked following > scripts will be executed, when i press on "Do it" > button, i am told that some error is reported. When i > see the error log, followig error is there: > > -----------------------<error>------------------------ > Starting httpd: Syntax error on line 257 of > /etc/httpd/conf/httpd.conf: > Cannot load /etc/http:/modules/libphp3.so into server: > libgd.so.1: cannot load shared object file: No such > file or directory > [Failed] > ------------------------</error>---------------------- > When I try to check httpd status, iget a core dump > > # httpd status > Segmentation fault (core dumped) > > I am using PCQ Linux 7.1. Any help would be > appreciated. > > Regards. > Ajitabh Pandey > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > Hi, > > I recently installed Red Hat Linux 6.2 and then > upgraded it to PCQ Linux 7.1 in my office machine. It > is a dual boot system between Windows NT Server 4.0 > and PCQ Linux 7.1. > > My office is completely Windows NT based network. > > Internet access in the office is not allowed for all > the people and hence proxy restrictions are given > which are based on Domain login and the machine's > netbios name. > > My login and machine(Windows NT) are allowed to access > net through proxy server(MS-Proxy). > > There are some internal sites of which does not > require any proxy authentication and hence anyone can > access those sites. > > After installing linux on my machine, i configured it > use DHCP and now i am able to ping the proxy server > and also any machine on the network. This means I am > successfully on the network. > > When I boot the machine in Linux and run > > # lynx http://internal.site.com > > I am able to access the internal site which does not > require any proxy authentication. > > But when I change the http_proxy line in /etc/lynx.cfg > to point to my proxy server, i get following errors. > > # lynx http://www.yahoo.com > Alert: Invalid header 'Proxy Authentication: NTLM' > > HTTP Error 407 > > Do you want to see the error(y/n) > > (1.) When I see the detailed error message, it is: > > -----------------------<error>------------------------ > 407 Proxy Authentication Required > You must authenticate with a proxy server before > request can be services. Please log on to your proxy > server, and then try again. > Please contact the Web Administrator if this problem > persists. > ----------------------</error>------------------------ > Then I press 'Q' to quit lynx and come out to shell > prompt. > > (2.) When I choose not to see the error message, i am > thrown out and then before the shell prompt appears, i > see the following messages: > > -----------------------<error>------------------------- > Looking up 172.17.96.45 > Making HTTP connection to 172.17.96.45 > Sending HTTP request > HTTP request sent, waiting for response. > Alert!: Invalid header 'Proxy Authenticate: NTLM' > Can't access 'http://www.yahoo.com/' > Alert!: Unable to access document > lynx: can't access start file. > ---------------------</error>-------------------------- > > An early help would be appreciated. > > Regards. > Ajitabh Pandey. > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > Hi all, > > After I have upgraded to MDK8.1, whenever I telnet to > an HP-UX machine it > behaves as if newline is replaced with newline+tab > giving a nice staircase > effect. Everything is nicely mangled. > > No curses application works including vi. Terminla type > for HP machine is set to > hpterm. If I set linux console to xterm it doesn't work > either. > > Any help? Working on HP-UX was my best chance to run > to linux in company. And > now it's been taken away...;-( > > Shridhar > > > Hi, > > sridhar wrote : > >Just a curious question. Will this work? > > >$ ls *.gz |xargs tar -xzvf > > i think the above cmd should have been > > $ ls *.tar.gz | xargs -n 1 zxvf > > I think the following would also be fine. > $ find -iname "*.tar.gz" -exec tar zxvf \{\} \; > moreover we can filter on size or other attrs (say > files > 200K etc) > > --npd > > > > > Shridhar > Get Your Private, Free E-mail from Indiatimes at > http://email.indiatimes.com > > Buy Music, Video, CD-ROM, Audio-Books and Music > Accessories from http://www.planetm.co.in > > > > hai friends, > > Iam doing my first project in my life as a > student of 2ad year > in computer science . my problem is simple i have to > develop and on line > exam monitoring system to which students login on the > day of examination > see the question paper and answer it and submit it the > submission may > involve any file formats like doc,ppt,xls,pdf or any > file format my server > should accept all the file formats and store in the > users login. > > can u please tell me at which point i have to start for > this project i > will be thankful for ur advice. > > thanking you > > vamsi > krishna.k > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > +++ Bijoy Paul [linux-india] <01/11/01 04:03 -0800>: > > I am facing a problem with the CGI scripts on my > > apache server. When ever i execuit a CGI script in the > > cgi-bin directory my client gives error messgae like > > "server internal error or misconfiguration". It the > > httpd error log it says "premature end of script > > headers". > > So, are the individual users uploading the cgi scripts > as binary instead of > as ascii? Are the affected individual user scripts > printing the correct type > of headers? Are the permissions OK (755, say)? > > What do your apache logs say? > > -srs > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (FreeBSD) > Comment: Finger mallet<@>efn.org for key > > iD8DBQE74VN1RB4r9e3t77kRAn+BAJ44f+0IAgnqhPD2Dgkm0YkJxjDI- > qQCeIjn2 > Yz1GjuxYvXzKYZesYQJVAFA= > =fB+5 > -----END PGP SIGNATURE----- > > > > _______________________________________________ > linux-india-help mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/linux-india- > -help >
_______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
