[ilugd] HCL L26 leaptop running Ubuntu 7.10 hanging abruptly

2008-11-04 Thread नितिन जसवाल { Nitin Jaswal}
cat /var/log/syslog|grep error Nov 4 09:23:58 village13 kernel: [ 68.444000] hdc: drive_cmd: error=0x04 { AbortedCommand } Nov 4 09:32:17 village13 kernel: [ 68.304000] hdc: drive_cmd: error=0x04 { AbortedCommand } Nov 4 13:48:59 village13 /etc/mysql/debian-start[5264]: error : Size of datafile

Re: [ilugd] Dell XPS M1330 And Ubuntu

2008-11-04 Thread Chirag Anand
Hey, One of my friends bought a Dell Inspiron a few months back and he called up dell people for the same issue. They said hardware warranty will continue but there wont be any software support after doing that. Hes now using SUSE 11.0 hassle free. Regards On Tue, Nov 4, 2008 at 3:50 PM,

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread Sankarshan (সঙ্কর্ষণ)
Chirag Anand wrote: We are hosting a programming competition in our college this weekend. We have a RHEL 4 server in our college on which we are planning to upload the code, compile the code there only and matching with the output. The problem is, that we want everyone to do all this from

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread Shantanu Goel
On Tue, Nov 4, 2008 at 7:45 PM, Sankarshan (সঙ্কর্ষণ) [EMAIL PROTECTED] wrote: Chirag Anand wrote: We are hosting a programming competition in our college this weekend. We have a RHEL 4 server in our college on which we are planning to upload the code, compile the code there only and matching

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread Shantanu Goel
On Tue, Nov 4, 2008 at 8:18 PM, Shantanu Goel [EMAIL PROTECTED] wrote: I'm sure there should be some kind of solution there for network compilation of local code. When I was in college, a person had made a small project for this. BTW, anyone has any ideas on whether distcc would work with

Re: [ilugd] rpm -qa not working

2008-11-04 Thread satyaakam goswami
On Tue, Nov 4, 2008 at 7:20 PM, Subhanjan Ghosh [EMAIL PROTECTED] wrote: A small help needed. One of my Linux box(RHEL4u6) is not showing any output of the command *rpm –qa.* However all the other switches are working fine.I have rebuilded the rpm database still it is not working.

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread Navjot Kukreja
On Tue, Nov 4, 2008 at 8:48 PM, satyaakam goswami [EMAIL PROTECTED]wrote: On Tue, Nov 4, 2008 at 6:26 PM, Chirag Anand [EMAIL PROTECTED] wrote: Hi, We are hosting a programming competition in our college this weekend. We have a RHEL 4 server in our college on which we are planning to

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread gajendra khanna
Hi His problem is as follows:- He has a server available on which he doesn't want to make home accounts for people participating in the competition. He wants a web interface where he can allow people to do coding, compile the code with compiler on the server and upload this to the server. His

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread M . K . Pai
Hello Chirag, Maybe I am over-architecting here. I want to think beyond this immediate programming contest requirement that you have. I think your college would benefit from having its own build system. Please take a few minutes to look at http://fedoraproject.org/wiki/Koji and especially

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread Angad Singh
Hi Chirag, Sorry for the late response. I check my mail only once a day. ICPC is a very popular international programming contest conducted every year by ACM. It is first conducted at the regional level at universities like IIT Kanpur and Amritapuri University, etc. In the on-site ICPC regional

Re: [ilugd] rpm -qa not working

2008-11-04 Thread Subhanjan Ghosh
Its not giving any erros directly comming back to prompt. On Tue, Nov 4, 2008 at 8:54 PM, satyaakam goswami [EMAIL PROTECTED]wrote: On Tue, Nov 4, 2008 at 7:20 PM, Subhanjan Ghosh [EMAIL PROTECTED] wrote: A small help needed. One of my Linux box(RHEL4u6) is not showing any output of

Re: [ilugd] Dell XPS M1330 And Ubuntu

2008-11-04 Thread Swapnil Bhartiya
Re: warranty - check with the vendor directly. I would suggest not go by other user's experience. I guess you are right. I have written to the Dell support, let's see what they say. The current configuration tool is currently not available for your operating system/browser

Re: [ilugd] rpm -qa not working

2008-11-04 Thread satyaakam goswami
On Tue, Nov 4, 2008 at 9:09 PM, Subhanjan Ghosh [EMAIL PROTECTED] wrote: Its not giving any erros directly comming back to prompt. i get the following output on RHEL 4.7 $*rpm -qa.* fontconfig-devel-2.3.94-18.5.x86_64.rpm: No match. ___ ilugd

Re: [ilugd] rpm -qa not working

2008-11-04 Thread Subhanjan Ghosh
It is directly comming to prompt with no message On Tue, Nov 4, 2008 at 9:19 PM, satyaakam goswami [EMAIL PROTECTED]wrote: On Tue, Nov 4, 2008 at 9:09 PM, Subhanjan Ghosh [EMAIL PROTECTED] wrote: Its not giving any erros directly comming back to prompt. i get the following output on RHEL

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread VIKAS RUHELA
Hi, U can use php as the language for your web portal and then by using the GCC compiler u can compile the code. With php u can compile the c file with the help of GCC.But it still have there is one problem that u can't match the two outputs. ~.~ Regards vikas ruhela Panjab University Chandigarh.

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread kashyap garimella
Well I wrote the same thing as a newbie project for php. If you want i can mail you my code , what I used is just php and exec with small shell scripts , that's all Kashyap G.J. On Tue, Nov 4, 2008 at 6:26 PM, Chirag Anand [EMAIL PROTECTED] wrote: Hi, We are hosting a programming competition

Re: [ilugd] Dell XPS M1330 And Ubuntu

2008-11-04 Thread Swapnil Bhartiya
I don't think so. Atleast IBM / Lenevo don't care what you are running. I had bought a T42 back in 2006. Its hdd failed few months back, recently called them about that problem. Also about the screen and combi-drive. I had removed Windows XP 4 days after I had bought the laptop.

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread satyaakam goswami
On Tue, Nov 4, 2008 at 6:26 PM, Chirag Anand [EMAIL PROTECTED] wrote: Hi, We are hosting a programming competition in our college this weekend. We have a RHEL 4 server in our college on which we are planning to upload the code, compile the code there only and matching with the output. The

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread Chirag Anand
Thank you everyone for their wonderful suggestions. I think i will try and go with PC2 software which Angad has mentioned. That software is specifically build to conduct programming competitions. But i will have to convince my college techies to install that. In case that doesnt work, i'll go

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread Chirag Anand
On Tue, Nov 4, 2008 at 10:36 PM, मयंक जैन (makuchaku) [EMAIL PROTECTED]wrote: Hi Chirag, You can start by creating user accounts for all the participants. Then ask all students to use SCP to upload code into their accounts and use SSH to login and compile/test the code. All you'll need for

[ilugd] rpm -qa not working

2008-11-04 Thread Subhanjan Ghosh
A small help needed. One of my Linux box(RHEL4u6) is not showing any output of the command *rpm –qa.* However all the other switches are working fine.I have rebuilded the rpm database still it is not working. Kindly help. I dont know whether I have done some wrong in shooting the mail to

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread VIKAS RUHELA
Hi, we have the exec() function in php through which u can call the gcc.Go and search on google. ~.~ Regards Vikas Ruhela Panjab University Chandigarh. ___ ilugd mailinglist -- ilugd@lists.linux-delhi.org http://frodo.hserus.net/mailman/listinfo/ilugd

[ilugd] Dell XPS M1330 And Ubuntu

2008-11-04 Thread Swapnil Bhartiya
Hi friends, I just got a shiny new Dell XPS M1330 Laptop. I am amased to see Intrepid Ibex running on the machine flawlessly. Every piece of hardware works fine -- webcam (with Ekiga) the multimedia touch keys, bluetooth, (I connected both of my Nokia N series phones and used flawlessly), even the

Re: [ilugd] HCL L26 leaptop running Ubuntu 7.10 hanging abruptly

2008-11-04 Thread नितिन जसवाल { Nitin Jaswal}
Thankyou. Also since you point out it is a hardware failure, I must mention that I upgraded the RAM very recently and some connection may have turned loose. I will open up the machine and take a look. Thanks for the heads up. NJ On Tue, Nov 4, 2008 at 2:41 PM, Gora Mohanty [EMAIL PROTECTED]

[ilugd] Compiling Online With GCC

2008-11-04 Thread Chirag Anand
Hi, We are hosting a programming competition in our college this weekend. We have a RHEL 4 server in our college on which we are planning to upload the code, compile the code there only and matching with the output. The problem is, that we want everyone to do all this from their rooms, from where

Re: [ilugd] Dell XPS M1330 And Ubuntu

2008-11-04 Thread Arun SAG
I too did that, removed vista home premium from my dell laptop and using FC9. But i have a question.What to do with the unused copies of windows? Can we get a refund?Anybody tried that?What's the response from dell? -- -Fighting 4 Freedom- ___ ilugd

Re: [ilugd] Dell XPS M1330 And Ubuntu

2008-11-04 Thread Arun Khan
On Tuesday 04 Nov 2008, Swapnil Bhartiya wrote: I don't think so. Atleast IBM / Lenevo don't care what you are running. I had bought a T42 back in 2006. Its hdd failed few months back, recently called them about that problem. Also about the screen and combi-drive. I had removed

Re: [ilugd] Compiling Online With GCC

2008-11-04 Thread Chirag Anand
On Tue, Nov 4, 2008 at 6:35 PM, VIKAS RUHELA [EMAIL PROTECTED] wrote: Hi, U can use php as the language for your web portal and then by using the GCC compiler u can compile the code. With php u can compile the c file with the help of GCC.But it still have there is one problem that u can't

Re: [ilugd] Dell XPS M1330 And Ubuntu

2008-11-04 Thread Pradeepto Bhattacharya
Hi, On Tue, Nov 4, 2008 at 3:50 PM, Swapnil Bhartiya [EMAIL PROTECTED] wrote: Now, I did all that with the Live CD. I wanna format the HDD, get rid of Vista Permium, and install Ubuntu. My concern is will that void the warrantee? I will call up the customer care to check, but was just exited

[ilugd] Reg:: Yelp Yelp !! with KDE 3.5 on Intrepid

2008-11-04 Thread Swati Longia
Hi All All excited with the release of ubuntu 8.10 I installed it the next day it was released. And since then I have been trying to install KDE3.5 on it. And I am going nowhere, I have googled and googled with nothing concrete. Intrepid by default comes with KDE 4, although I love KDE, but

Re: [ilugd] Reg:: Yelp Yelp !! with KDE 3.5 on Intrepid

2008-11-04 Thread Arindam Ghosh
On Wed, Nov 5, 2008 at 12:13 PM, Swati Longia [EMAIL PROTECTED] wrote: Hi All All excited with the release of ubuntu 8.10 I installed it the next day it was released. And since then I have been trying to install KDE3.5 on it. And I am going nowhere, I have googled and googled with nothing