From raj77_in at inmail24.com Wed Jan 9 16:32:02 2008 From: raj77_in at inmail24.com (Amit Agarwal) Date: Wed, 09 Jan 2008 22:02:02 +0530 Subject: Process to submit new code. Message-ID: <1199896322.10431.3.camel@amitag> Hi, I wrote a small utility for wallpaper changing through console for gnome. I was wondering how to go about submitting to Fedora Forum for review and comments. Thanks -aka ---------- Free version Zoner Photo Studio 9 - http://www.zps9.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sundaram at fedoraproject.org Thu Jan 10 01:56:58 2008 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Thu, 10 Jan 2008 07:26:58 +0530 Subject: Process to submit new code. In-Reply-To: <1199896322.10431.3.camel@amitag> References: <1199896322.10431.3.camel@amitag> Message-ID: <47857B6A.10001@fedoraproject.org> Amit Agarwal wrote: > Hi, > > I wrote a small utility for wallpaper changing through console for > gnome. I was wondering how to go about submitting to Fedora Forum for > review and comments. > Register in http://fedoraforum.org and post in the Fedora Focus section. If you want to maintain the package within Fedora, refer to http://fedoraproject.org/wiki/PackageMaintainers/Join Rahul From raj77_in at inmail24.com Thu Jan 10 02:10:26 2008 From: raj77_in at inmail24.com (Amit Agarwal) Date: Thu, 10 Jan 2008 07:40:26 +0530 Subject: Process to submit new code. In-Reply-To: <47857B6A.10001@fedoraproject.org> References: <1199896322.10431.3.camel@amitag> <47857B6A.10001@fedoraproject.org> Message-ID: <1199931026.4430.5.camel@amitag> On Thu, 2008-01-10 at 07:26 +0530, Rahul Sundaram wrote: > Amit Agarwal wrote: > > Hi, > > > > I wrote a small utility for wallpaper changing through console for > > gnome. I was wondering how to go about submitting to Fedora Forum for > > review and comments. > > > > Register in http://fedoraforum.org and post in the Fedora Focus section. > If you want to maintain the package within Fedora, refer to > > http://fedoraproject.org/wiki/PackageMaintainers/Join > > Rahul Hi Rahul, Thanks for the information, I will have a look at both. -aka ---------- Free version Zoner Photo Studio 9 - http://www.zps9.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From yogesh at technotux.net Sat Jan 26 17:39:32 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Sat, 26 Jan 2008 23:09:32 +0530 Subject: iptables issue Message-ID: <54a362580801260939w10c6be93sd2e3231b70612714@mail.gmail.com> Hello, I am using SQUID 2.6.STABLE17 with fedora core 8, & BIND DNS SERVER configured on the same box, i have configured squid as transparent proxy, and applied iptables rule by using the following command iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 service iptables save so when i restart iptables after appling & saving above i get following: Flushing firewall rules: [ OK ] Setting chains to policy ACCEPT: filter nat [ OK ] Unloading iptables modules: [FAILED] Applying iptables firewall rules: [ OK ] Loading additional iptables modules: nf_conntrack_netbios_n[ OK ] Why unloading iptables modules [FAILED] ??? HERE IS MY /etc/iptables FILE # Generated by iptables-save v1.3.8 on Sat Jan 26 17:51:31 2008 *nat :PREROUTING ACCEPT [5:862] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128 COMMIT # Completed on Sat Jan 26 17:51:31 2008 # Generated by iptables-save v1.3.8 on Sat Jan 26 17:51:31 2008 *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [5:454] :RH-Firewall-1-INPUT - [0:0] -A INPUT -j RH-Firewall-1-INPUT -A FORWARD -j REJECT --reject-with icmp-host-prohibited -A RH-Firewall-1-INPUT -i lo -j ACCEPT -A RH-Firewall-1-INPUT -i eth0 -j ACCEPT -A RH-Firewall-1-INPUT -p icmp -m icmp --icmp-type any -j ACCEPT -A RH-Firewall-1-INPUT -p esp -j ACCEPT -A RH-Firewall-1-INPUT -p ah -j ACCEPT -A RH-Firewall-1-INPUT -d 224.0.0.251 -p udp -m udp --dport 5353 -j ACCEPT -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT -A RH-Firewall-1-INPUT -p udp -m state --state NEW -m udp --dport 137 -j ACCEPT -A RH-Firewall-1-INPUT -p udp -m state --state NEW -m udp --dport 138 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 139 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 445 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 53 -j ACCEPT -A RH-Firewall-1-INPUT -p udp -m state --state NEW -m udp --dport 53 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 3128 -j ACCEPT -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited COMMIT # Completed on Sat Jan 26 17:51:31 2008 THANKS IN ADVANCE From prateek3.14 at gmail.com Sun Jan 27 17:40:34 2008 From: prateek3.14 at gmail.com (Prateek Sharma) Date: Sun, 27 Jan 2008 23:10:34 +0530 Subject: First Post (College Tech-fest help) Message-ID: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> Hello everyone, I am Prateek Sharma. I am a student of BITS-Pilani. We have started a 'Linux Users Club' in my college BITS-Pilani. We started out last semester in September. Just as is the case with almost every LUG, our primary aim is to build and sustain a strong community of Linux users on campus. There is a college tech-fest 'Apogee' coming up in March, and we, as Bits Linux Users Club are planning to hold several events. However, participation is high only when there is some incentive for the participants/winners, and hence we need to give away some prizes. Problem is, we don't have any resources. So, does anyone here know if companies like Red Hat etc. will be willing to help us out by providing us with CDs and other merchandise to give away? Whom do i contact for the same? Can the Fedora Ambassadors help me here? Btw, we were also hoping to have a guest-lecture by someone involved with linux. Anyone here who can enlighten us all? Thanks in advance. Prateek Sharma [BITS Linux Users Club : http://groups.google.com/group/bluc] PS: The google group is pretty much stagnant because almost all of the communication is held on the internal forums etc. From yogesh at technotux.net Sun Jan 27 18:08:47 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Sun, 27 Jan 2008 23:38:47 +0530 Subject: First Post (College Tech-fest help) In-Reply-To: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> References: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> Message-ID: <54a362580801271008y447a7283v347334c034d7a2fd@mail.gmail.com> Hi, there I can help you by providing 50 nos of DVD's for distribution of Fedora core, through my company, i am driving a company Technotux Solutions, we provide linux based solutions & network security/solutions to corporates, but first i would like to hear anyone responsible person of Fedora community to give me a permission to contribute you, through the official process, for that i would also need a letter from college that you are organizing such event. FEDORA OFFICIALS PLEASE HELP ME TO FINALIZE THIS Regards, Yogesh Patil On 1/27/08, Prateek Sharma wrote: > Hello everyone, > I am Prateek Sharma. I am a student of BITS-Pilani. > > We have started a 'Linux Users Club' in my college BITS-Pilani. We > started out last semester in September. Just as is the case with > almost every LUG, our primary aim is to build and sustain a strong > community of Linux users on campus. > There is a college tech-fest 'Apogee' coming up in March, and we, as > Bits Linux Users Club are planning to hold several events. However, > participation is high only when there is some incentive for the > participants/winners, and hence we need to give away some prizes. > Problem is, we don't have any resources. > So, does anyone here know if companies like Red Hat etc. > will be willing to help us out by providing us with CDs and other > merchandise to give away? Whom do i contact for the same? Can the > Fedora Ambassadors help me here? > Btw, we were also hoping to have a guest-lecture by someone involved > with linux. Anyone here who can enlighten us all? > Thanks in advance. > > Prateek Sharma > [BITS Linux Users Club : http://groups.google.com/group/bluc] > > PS: The google group is pretty much stagnant because almost all of the > communication is held on the internal forums etc. > > _______________________________________________ > Fedora-india mailing list > Fedora-india at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-india > -- Regards, Yogesh Patil Technotux Solutions 33/114, Gandhi Nagar, Jilha Peth, Jalgaon - 425001 Maharashtra, INDIA Phone :- +91-257-2235596 Mobile:- +91-9890931432, 9422778329 From sundaram at fedoraproject.org Sun Jan 27 18:24:12 2008 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sun, 27 Jan 2008 23:54:12 +0530 Subject: First Post (College Tech-fest help) In-Reply-To: <54a362580801271008y447a7283v347334c034d7a2fd@mail.gmail.com> References: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> <54a362580801271008y447a7283v347334c034d7a2fd@mail.gmail.com> Message-ID: <479CCC4C.4020108@fedoraproject.org> Yogesh Patil wrote: > Hi, there > I can help you by providing 50 nos of DVD's for distribution of > Fedora core, through my company, i am driving a company Technotux > Solutions, we provide linux based solutions & network > security/solutions to corporates, but first i would like to hear > anyone responsible person of Fedora community to give me a permission > to contribute you, through the official process, for that i would also > need a letter from college that you are organizing such event. > FEDORA OFFICIALS PLEASE HELP ME TO FINALIZE THIS You don't have to shout. What permission do you need? Fedora is freely redistributable. Rahul From yogesh at technotux.net Sun Jan 27 18:18:41 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Sun, 27 Jan 2008 23:48:41 +0530 Subject: First Post (College Tech-fest help) In-Reply-To: <479CCC4C.4020108@fedoraproject.org> References: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> <54a362580801271008y447a7283v347334c034d7a2fd@mail.gmail.com> <479CCC4C.4020108@fedoraproject.org> Message-ID: <54a362580801271018q510ad530s28145d17a647b0b4@mail.gmail.com> Hello, I am very well aware of this, that fedora is freely distributable, but who know this guy is really organizing such event ? He is really having such registered LUG ? and he will be using the stuff provided for the freely distribution purpose only ? ? ? That's why i asked for the officials permission ? Yogesh... On 1/27/08, Rahul Sundaram wrote: > Yogesh Patil wrote: > > Hi, there > > I can help you by providing 50 nos of DVD's for distribution of > > Fedora core, through my company, i am driving a company Technotux > > Solutions, we provide linux based solutions & network > > security/solutions to corporates, but first i would like to hear > > anyone responsible person of Fedora community to give me a permission > > to contribute you, through the official process, for that i would also > > need a letter from college that you are organizing such event. > > FEDORA OFFICIALS PLEASE HELP ME TO FINALIZE THIS > > You don't have to shout. What permission do you need? Fedora is freely > redistributable. > > Rahul > -- Regards, Yogesh Patil Technotux Solutions 33/114, Gandhi Nagar, Jilha Peth, Jalgaon - 425001 Maharashtra, INDIA Phone :- +91-257-2235596 Mobile:- +91-9890931432, 9422778329 From yogesh at technotux.net Sun Jan 27 18:35:52 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Mon, 28 Jan 2008 00:05:52 +0530 Subject: First Post (College Tech-fest help) In-Reply-To: References: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> <54a362580801271008y447a7283v347334c034d7a2fd@mail.gmail.com> <479CCC4C.4020108@fedoraproject.org> <54a362580801271018q510ad530s28145d17a647b0b4@mail.gmail.com> Message-ID: <54a362580801271035y3606760dv41befbff3588e781@mail.gmail.com> Hi, all anyways you so you both agree, then it's ok, so PRATEEK send the address where i can send you the dvd's , as i am having only 1 DVD burner i will try to burn as much as possible and others blank i will courier it you, just send the address details. also let me know which distributions you want to be burned ? Thanks Guys Yogesh... On 1/27/08, Anil Kumar Sharma wrote: > Yogi, > google "BITS Pilani, apogee", you will have your answer. > > - work at home is homework, Student world is fundamentally innocent and need > be seen differently then commercial world. > > -No hard feelings. Thanks. > > - Anil > > > On Jan 27, 2008 11:48 PM, Yogesh Patil wrote: > > > > Hello, > > I am very well aware of this, that fedora is freely > > distributable, but who know this guy is really organizing such event ? > > > > He is really having such registered LUG ? and he will be > > using the stuff provided for the freely distribution purpose only ? ? > > ? > > > > That's why i asked for the officials permission ? > > > > > > > > Yogesh... > > > > > > On 1/27/08, Rahul Sundaram wrote: > > > Yogesh Patil wrote: > > > > Hi, there > > > > I can help you by providing 50 nos of DVD's for distribution of > > > > Fedora core, through my company, i am driving a company Technotux > > > > Solutions, we provide linux based solutions & network > > > > security/solutions to corporates, but first i would like to hear > > > > anyone responsible person of Fedora community to give me a permission > > > > to contribute you, through the official process, for that i would also > > > > need a letter from college that you are organizing such event. > > > > FEDORA OFFICIALS PLEASE HELP ME TO FINALIZE THIS > > > > > > You don't have to shout. What permission do you need? Fedora is freely > > > redistributable. > > > > > > Rahul > > > > > > > > > > > > > -- > > Regards, > > Yogesh Patil > > Technotux Solutions > > 33/114, Gandhi Nagar, > > Jilha Peth, Jalgaon - 425001 > > Maharashtra, INDIA > > Phone :- +91-257-2235596 > > Mobile:- +91-9890931432, 9422778329 > > > > _______________________________________________ > > > > > > > > Fedora-india mailing list > > Fedora-india at redhat.com > > https://www.redhat.com/mailman/listinfo/fedora-india > > > > From ankush760 at gmail.com Sun Jan 27 18:38:53 2008 From: ankush760 at gmail.com (Anil Kumar Sharma) Date: Mon, 28 Jan 2008 00:08:53 +0530 Subject: First Post (College Tech-fest help) In-Reply-To: <54a362580801271018q510ad530s28145d17a647b0b4@mail.gmail.com> References: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> <54a362580801271008y447a7283v347334c034d7a2fd@mail.gmail.com> <479CCC4C.4020108@fedoraproject.org> <54a362580801271018q510ad530s28145d17a647b0b4@mail.gmail.com> Message-ID: On Jan 27, 2008 11:48 PM, Yogesh Patil wrote: > Hello, > I am very well aware of this, that fedora is freely > distributable, but who know this guy is really organizing such event ? > > He is really having such registered LUG ? and he will be > using the stuff provided for the freely distribution purpose only ? ? > ? > > That's why i asked for the officials permission ? > > > > Yogesh... > Yogi, google "BITS Pilani, apogee", you will have your answer. - work at home is homework, Student world is fundamentally innocent and need be seen differently then commercial world. -No hard feelings. Thanks. BTW & meanwhile, yogi thanks, and I suggest i386 .... I have x64 ready So I can send that when address comes online. -------------- next part -------------- An HTML attachment was scrubbed... URL: From yogesh at technotux.net Sun Jan 27 19:09:06 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Mon, 28 Jan 2008 00:39:06 +0530 Subject: NetworkManager-0.6.0 compile error 28pre9 Message-ID: <54a362580801271109i43462d0r53122a13696dc51d@mail.gmail.com> Hi, guys, I am trying to compile NetworkManager-0.6.0 for on Fedora core 8 for my IBM Thinkpad R61 7735AB5 laptop Intel 3945 wireless lan, it is giving following error while compiling, i have checked and i am having latest wireless tools installed which is 29.0 still getting same message, checking for wireless-tools >= 28pre9... no configure: error: wireless-tools >= 28pre9 not installed or not functional anybody have idea about this issue. ? -- Regards, Yogesh Patil From yogesh at technotux.net Sun Jan 27 19:10:47 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Mon, 28 Jan 2008 00:40:47 +0530 Subject: Squid transparent proxy (Yahoo messenger/Gmail/https not works) help !!! Message-ID: <54a362580801271110j29c9a47cpc0262ebc1af0be18@mail.gmail.com> Hello, I am using SQUID 2.6.STABLE17 with fedora core 8, & BIND DNS SERVER configured on the same box, i have configured squid as transparent proxy with all default settings , and applied iptables rule by using the following command iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 so the problem is that i am able to browse websites very well, but Gmail, Yahoo Messenger, MSN Messenger etc.. and all the websites using https not works, what would be the issue ? Regards, Yogesh Patil From thinklinux.ssh at gmail.com Mon Jan 28 04:08:30 2008 From: thinklinux.ssh at gmail.com (susmit shannigrahi) Date: Mon, 28 Jan 2008 09:38:30 +0530 Subject: Squid transparent proxy (Yahoo messenger/Gmail/https not works) help !!! In-Reply-To: <54a362580801271110j29c9a47cpc0262ebc1af0be18@mail.gmail.com> References: <54a362580801271110j29c9a47cpc0262ebc1af0be18@mail.gmail.com> Message-ID: > so the problem is that i am able to browse websites very well, > but Gmail, Yahoo Messenger, MSN Messenger etc.. and all the websites > using https not works, what would be the issue ? http uses port 80 and https uses port 443... -- Regards, Susmit. ====================================== ssh 0x86DD170A http://www.fedoraproject.org/wiki/SusmitShannigrahi ====================================== From foss.mailinglists at gmail.com Mon Jan 28 04:48:46 2008 From: foss.mailinglists at gmail.com (Sankarshan Mukhopadhyay) Date: Mon, 28 Jan 2008 10:18:46 +0530 Subject: First Post (College Tech-fest help) In-Reply-To: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> References: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> Message-ID: <479D5EAE.1080502@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Note for Rahul: Can you fix the reply-to so that it replies to list and not sender ? Prateek Sharma wrote: | There is a college tech-fest 'Apogee' coming up in March, and we, as | Bits Linux Users Club are planning to hold several events. However, | participation is high only when there is some incentive for the | participants/winners, and hence we need to give away some prizes. | Problem is, we don't have any resources. Hmm... the age-old method of asking students and alumni by passing around the hat does not work ? If I recall well, NITH did a good round of that for their a.out event. | So, does anyone here know if companies like Red Hat etc. | will be willing to help us out by providing us with CDs and other | merchandise to give away? Whom do i contact for the same? Can the | Fedora Ambassadors help me here? You might like to ask Venkatesh Hariharan (venky at redhat dot com) who heads the Open Source Affairs at Red Hat. I don't know if Venky is on this list. Do you have any notional figures about how many Fedora media would be required to be created ? | Btw, we were also hoping to have a guest-lecture by someone involved | with linux. Anyone here who can enlighten us all? Unless someone is willing to pay on his own to reach Pilani for this, it is highly unlikely that you will elicit interest given that you have not posted any Call for Papers, Theme of the event etc. | PS: The google group is pretty much stagnant because almost all of the | communication is held on the internal forums etc. *That* is one of the worst possible ways to handle a LUG ~sankarshan - -- http://www.gutenberg.net - Fine literature digitally re-published http://www.plos.org - Public Library of Science http://www.creativecommons.org - Flexible copyright for creative work -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFHnV6uXQZpNTcrCzMRAnxnAKCKh0NMm+M4/kN5v1XOILrVb6mjUwCgmZyq +7gpWIZLzbgk3PEr+IbUB08= =83ww -----END PGP SIGNATURE----- From prateek3.14 at gmail.com Mon Jan 28 06:15:43 2008 From: prateek3.14 at gmail.com (Prateek Sharma) Date: Mon, 28 Jan 2008 11:45:43 +0530 Subject: First Post (College Tech-fest help) In-Reply-To: <479D5EAE.1080502@gmail.com> References: <5452e1a50801270940me3704cct37dc2d8aafd91841@mail.gmail.com> <479D5EAE.1080502@gmail.com> Message-ID: <5452e1a50801272215m7afcaff4rd40e36cb5743c8bc@mail.gmail.com> On Jan 28, 2008 10:18 AM, Sankarshan Mukhopadhyay wrote: > You might like to ask Venkatesh Hariharan (venky at redhat dot com) who > heads the Open Source Affairs at Red Hat. I don't know if Venky is on > this list. Does anyone have any idea in what way does Red Hat usually support such kind of events? > Do you have any notional figures about how many Fedora media would be > required to be created ? I think around 200 Fedora dvds will be more than enough. They can act as an incentive as well as help more people use linux. Ofcourse, if anyone has any other ideas to attract participation - i'll be really glad to hear it. > | Btw, we were also hoping to have a guest-lecture by someone involved > | with linux. Anyone here who can enlighten us all? > > Unless someone is willing to pay on his own to reach Pilani for this, it > is highly unlikely that you will elicit interest given that you have not > posted any Call for Papers, Theme of the event etc. Yes, there is no proper conference or symposium as such. All we want is someone related to linux development to give a talk. The expenses for the commute etc will be taken care of by the Institute. > | PS: The google group is pretty much stagnant because almost all of the > | communication is held on the internal forums etc. > *That* is one of the worst possible ways to handle a LUG Err.. the google groups website is not always accessible from the college network because of congestion. That is the sole reason why we shifted all the discussions to the internal network. Btw, this is in no way a formal thing. I fully understand that we need to furnish details about the events and the fest, as well as proof that we really will conduct the events etc. I can request the professors or the organizers of the event to provide all the necessary details anyone might need, since we are not an official LUG or anything. Thanks again for all the help and responses. From yogesh at technotux.net Mon Jan 28 13:17:57 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Mon, 28 Jan 2008 18:47:57 +0530 Subject: Fedora PPPOE Connecting (/usr/sbin/adsl-start: line 217:) Message-ID: <54a362580801280517o23d8148ej71cbcc6debdd0ef7@mail.gmail.com> Hi, all I am trying to connect bsnl dataone adsl connection over fedora core 8, i have configured ppp0 interface by using pppoe-setup command over eth0, and first time it worked well but when i restarted PC i am getting the error, i am having dual operating system install Windows Vista / Fedora core 8, i am using same modem with the same modem configuration in Windows Vista it is able to connect, but in linux when i put /sbin/ifup ppp0 command for birnging up ppp0 interface it waits for some time give the following error /usr/sbin/adsl-start: line 217: 13409 Terminated $CONNECT "$@" > /dev/null 2>&1 I have checked with /var/log/messages but still not clue, what is the cause of error, i have also tryied re-installing fedora on different PC but still it gives same error after working first time. * Please find the checks below i performed. 1) I am using Linksys AM300 ADSL modem, checked modem configuration & confirmed that it is working in bridge mode with the proper settings given by ISP 2) Confirmed eth0 interface is working by pinging modem & other pc's in network 3) confirmed that ppp0 configuration is OK, also tryied configuring through WEBMIN but still same error. Thanks Yogesh -- Regards, Yogesh Patil Technotux Solutions 33/114, Gandhi Nagar, Jilha Peth, Jalgaon - 425001 Maharashtra, INDIA Phone :- +91-257-2235596 Mobile:- +91-9890931432, 9422778329 From yogesh at technotux.net Mon Jan 28 13:59:21 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Mon, 28 Jan 2008 19:29:21 +0530 Subject: Fedora PPPOE Connecting (/usr/sbin/adsl-start: line 217:) In-Reply-To: <2315046d0801280530o3fac94c0oe089eb3eb0c6dc0d@mail.gmail.com> References: <54a362580801280517o23d8148ej71cbcc6debdd0ef7@mail.gmail.com> <2315046d0801280530o3fac94c0oe089eb3eb0c6dc0d@mail.gmail.com> Message-ID: <54a362580801280559u7cde7033m8275784443793728@mail.gmail.com> Hi, Thanks for the reply manilal. as you have told if modem is configured in PPPOE mode (i.e. username & password stored in the modem) it works, but if you want to have public ip assigned to your linux box, then you need to connect using the bridge mode (modem configuration), in your case, ISP assigns public ip to your modem and it will be treated as gateway for your network, but i want a indivisual linux box who will be treated as gateway for my network alongwith the mail server, squid cache server facilities. so you have given right solution but it not works for me, anybody please help me out with this issue. Yogesh... On 1/28/08, Manilal K M wrote: > On 28/01/2008, Yogesh Patil wrote: > > Hi, all > > I am trying to connect bsnl dataone adsl connection over fedora > > core 8, i have configured ppp0 interface by using pppoe-setup command > > over eth0, and first time it worked well but when i restarted PC i am > > getting the error, i am having dual operating system install Windows > > Vista / Fedora core 8, i am using same modem with the same modem > > configuration in Windows Vista it is able to connect, but in linux > > when i put /sbin/ifup ppp0 command for birnging up ppp0 interface it > > waits for some time give the following error > > > > /usr/sbin/adsl-start: line 217: 13409 Terminated $CONNECT > > "$@" > /dev/null 2>&1 > > I have checked with /var/log/messages but still not clue, what > > is the cause of error, i have also tryied re-installing fedora on > > different PC but still it gives same error after working first time. > > > > * Please find the checks below i performed. > > 1) I am using Linksys AM300 ADSL modem, checked modem configuration & > > confirmed that it is working in bridge mode with the proper settings > > given by ISP > > 2) Confirmed eth0 interface is working by pinging modem & other pc's in network > > 3) confirmed that ppp0 configuration is OK, also tryied configuring > > through WEBMIN but still same error. > > > > > > Thanks > > Yogesh > > > > -- > > Regards, > > Yogesh Patil > > Technotux Solutions > > 33/114, Gandhi Nagar, > > Jilha Peth, Jalgaon - 425001 > > Maharashtra, INDIA > > Phone :- +91-257-2235596 > > Mobile:- +91-9890931432, 9422778329 > > > > _______________________________________________ > > Fedora-india mailing list > > Fedora-india at redhat.com > > https://www.redhat.com/mailman/listinfo/fedora-india > > > Yogesh, > I have tried to setup BSNL connection some months ago in my office > and it was very easy. All I have to do is plug the ethernet(CAT-5E) > cable to the eth0 interface in my Fedora box, enable DHCP for that > interface and just do a network restart. I don't think that you may > need to do PPP configuration if you are using DSL modem with an > Ethernet cable > > -- > Manilal K M. > http://libregeek.blogspot.com > Better to light a candle than curse the darkness > ----------------------------------------------------------- > Rate this posting: > http://rate.affero.net/libregeek/ > -- Regards, Yogesh Patil Technotux Solutions 33/114, Gandhi Nagar, Jilha Peth, Jalgaon - 425001 Maharashtra, INDIA Phone :- +91-257-2235596 Mobile:- +91-9890931432, 9422778329 From abhishekrane at gmail.com Mon Jan 28 16:34:49 2008 From: abhishekrane at gmail.com (Abhishek Rane) Date: Mon, 28 Jan 2008 22:04:49 +0530 Subject: Fedora PPPOE Connecting (/usr/sbin/adsl-start: line 217:) In-Reply-To: <54a362580801280517o23d8148ej71cbcc6debdd0ef7@mail.gmail.com> References: <54a362580801280517o23d8148ej71cbcc6debdd0ef7@mail.gmail.com> Message-ID: <479E0429.2000406@gmail.com> Yogesh Patil wrote: > Hi, all > I am trying to connect bsnl dataone adsl connection over fedora > core 8, i have configured ppp0 interface by using pppoe-setup command > over eth0, and first time it worked well but when i restarted PC i am > getting the error, i am having dual operating system install Windows > Vista / Fedora core 8, i am using same modem with the same modem > configuration in Windows Vista it is able to connect, but in linux > when i put /sbin/ifup ppp0 command for birnging up ppp0 interface it > waits for some time give the following error > > /usr/sbin/adsl-start: line 217: 13409 Terminated $CONNECT > "$@" > /dev/null 2>&1 > I have checked with /var/log/messages but still not clue, what > is the cause of error, i have also tryied re-installing fedora on > different PC but still it gives same error after working first time. > > * Please find the checks below i performed. > 1) I am using Linksys AM300 ADSL modem, checked modem configuration & > confirmed that it is working in bridge mode with the proper settings > given by ISP > 2) Confirmed eth0 interface is working by pinging modem & other pc's in network > 3) confirmed that ppp0 configuration is OK, also tryied configuring > through WEBMIN but still same error. > > > Thanks > Yogesh > > Hi there, are u using xen kernel ??? (uname -rm) if yes then try shifting to base kernel(installed by default) and trying for pppoe coz pppoe doesnt work with xen kernel AFAIK. try making ur ip static for eth0 and trying... From sundaram at fedoraproject.org Mon Jan 28 16:59:43 2008 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 28 Jan 2008 22:29:43 +0530 Subject: Fedora Indian Language Spins Message-ID: <479E09FF.8030405@fedoraproject.org> Hi I have created Indian language spins for all the supported Indian languages. If you are familiar with the concept of spins, refer http://fedoraproject.org/wiki/CustomSpins They contain localized version of GNOME, Firefox, Openoffice.org and other basic desktop applications and auto logins into the different Indian languages by default. They are CD size for x86 arch. Kickstart files are available for the following Indian languages: http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-assamese.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-bengali.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-gujarati.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-hindi.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-kannada.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-malayalam.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-marathi.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-oriya.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-punjabi.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-tamil.ks http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-telugu.ks I am discussing with release engineering and Fedora board about hosting them in http://spins.fedoraproject.org. You can create a local language spin by using the following commands in Fedora 8. I strongly suggest using a local mirror if possible In Fedora 8, # yum install livecd-tools # mkdir -p /var/tmp/yum-cache # cd /usr/share/livecd-tools # wget http://sundaram.fedorapeople.org/livecd-fedora-8-base-desktop-localized.ks # wget http://sundaram.fedorapeople.org/livecd-fedora-8-desktop-.ks # livecd-creator --config=livecd-fedora-8-desktop-.ks --fslabel=fedora- --cache=/var/tmp Instead of burning the image, you can boot in a virtual machine or copy it over to a USB key. # livecd-iso-to-disk .iso /dev/sn Feel free to forward it to your local lug or anyone interested in Indian language computing. Any feedback is most welcome. Rahul From yogesh at technotux.net Mon Jan 28 16:52:15 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Mon, 28 Jan 2008 22:22:15 +0530 Subject: Fedora PPPOE Connecting (/usr/sbin/adsl-start: line 217:) In-Reply-To: <479E0429.2000406@gmail.com> References: <54a362580801280517o23d8148ej71cbcc6debdd0ef7@mail.gmail.com> <479E0429.2000406@gmail.com> Message-ID: <54a362580801280852k44bc147y36bea690c9f35aa6@mail.gmail.com> Hi, there I have tried giving uname -rm it shows 2.6.23.1-42.fc8 i686, and i am having same version of Fedora install on my laptop it is working fine, with the same settings, i tried formatting that pc also but still no success, it is still giving same message. Yogesh... On 1/28/08, Abhishek Rane wrote: > Yogesh Patil wrote: > > Hi, all > > I am trying to connect bsnl dataone adsl connection over fedora > > core 8, i have configured ppp0 interface by using pppoe-setup command > > over eth0, and first time it worked well but when i restarted PC i am > > getting the error, i am having dual operating system install Windows > > Vista / Fedora core 8, i am using same modem with the same modem > > configuration in Windows Vista it is able to connect, but in linux > > when i put /sbin/ifup ppp0 command for birnging up ppp0 interface it > > waits for some time give the following error > > > > /usr/sbin/adsl-start: line 217: 13409 Terminated $CONNECT > > "$@" > /dev/null 2>&1 > > I have checked with /var/log/messages but still not clue, what > > is the cause of error, i have also tryied re-installing fedora on > > different PC but still it gives same error after working first time. > > > > * Please find the checks below i performed. > > 1) I am using Linksys AM300 ADSL modem, checked modem configuration & > > confirmed that it is working in bridge mode with the proper settings > > given by ISP > > 2) Confirmed eth0 interface is working by pinging modem & other pc's in network > > 3) confirmed that ppp0 configuration is OK, also tryied configuring > > through WEBMIN but still same error. > > > > > > Thanks > > Yogesh > > > > > Hi there, > are u using xen kernel ??? (uname -rm) if yes then try > shifting to base kernel(installed by default) and trying for pppoe coz > pppoe doesnt work with xen kernel AFAIK. > try making ur ip static for eth0 and trying... > -- Regards, Yogesh Patil Technotux Solutions 33/114, Gandhi Nagar, Jilha Peth, Jalgaon - 425001 Maharashtra, INDIA Phone :- +91-257-2235596 Mobile:- +91-9890931432, 9422778329 From abhishekrane at gmail.com Mon Jan 28 16:55:02 2008 From: abhishekrane at gmail.com (Abhishek Rane) Date: Mon, 28 Jan 2008 22:25:02 +0530 Subject: Fedora PPPOE Connecting (/usr/sbin/adsl-start: line 217:) In-Reply-To: <54a362580801280852k44bc147y36bea690c9f35aa6@mail.gmail.com> References: <54a362580801280517o23d8148ej71cbcc6debdd0ef7@mail.gmail.com> <479E0429.2000406@gmail.com> <54a362580801280852k44bc147y36bea690c9f35aa6@mail.gmail.com> Message-ID: <479E08E6.5030006@gmail.com> Yogesh Patil wrote: > Hi, there > I have tried giving uname -rm it shows 2.6.23.1-42.fc8 i686, and > i am having same version of Fedora install on my laptop it is working > fine, with the same settings, i tried formatting that pc also but > still no success, it is still giving same message. > > Yogesh... > > On 1/28/08, Abhishek Rane wrote: > >> Yogesh Patil wrote: >> >>> Hi, all >>> I am trying to connect bsnl dataone adsl connection over fedora >>> core 8, i have configured ppp0 interface by using pppoe-setup command >>> over eth0, and first time it worked well but when i restarted PC i am >>> getting the error, i am having dual operating system install Windows >>> Vista / Fedora core 8, i am using same modem with the same modem >>> configuration in Windows Vista it is able to connect, but in linux >>> when i put /sbin/ifup ppp0 command for birnging up ppp0 interface it >>> waits for some time give the following error >>> >>> /usr/sbin/adsl-start: line 217: 13409 Terminated $CONNECT >>> "$@" > /dev/null 2>&1 >>> I have checked with /var/log/messages but still not clue, what >>> is the cause of error, i have also tryied re-installing fedora on >>> different PC but still it gives same error after working first time. >>> >>> * Please find the checks below i performed. >>> 1) I am using Linksys AM300 ADSL modem, checked modem configuration & >>> confirmed that it is working in bridge mode with the proper settings >>> given by ISP >>> 2) Confirmed eth0 interface is working by pinging modem & other pc's in network >>> 3) confirmed that ppp0 configuration is OK, also tryied configuring >>> through WEBMIN but still same error. >>> >>> >>> Thanks >>> Yogesh >>> >>> >>> >> Hi there, >> are u using xen kernel ??? (uname -rm) if yes then try >> shifting to base kernel(installed by default) and trying for pppoe coz >> pppoe doesnt work with xen kernel AFAIK. >> try making ur ip static for eth0 and trying... >> >> > > > formatting is the last option try doing this Start system-config-network New > xdsl connection and configure the new interface in the command line put pppoe -A it will give service name and access provider put it in the ppp0 settings in the advanced section of system-config-network From ankush760 at gmail.com Tue Jan 29 07:10:39 2008 From: ankush760 at gmail.com (Anil Kumar Sharma) Date: Tue, 29 Jan 2008 12:40:39 +0530 Subject: Fedora PPPOE Connecting (/usr/sbin/adsl-start: line 217:) In-Reply-To: <479E08E6.5030006@gmail.com> References: <54a362580801280517o23d8148ej71cbcc6debdd0ef7@mail.gmail.com> <479E0429.2000406@gmail.com> <54a362580801280852k44bc147y36bea690c9f35aa6@mail.gmail.com> <479E08E6.5030006@gmail.com> Message-ID: In my case adsl (MTNL) worked straight out of box. During Fedora installation, I had taken care to keep 1. the adsl power on + 2. all wires connected (properly) + 3. DSL line synchronised. This may not be absolutely necessary and may cause problem if starts downloading packages. But adv is that you can bring in additional packages from LAN. Fedora 8 install time I did the network setting on both interfaces (LAN+USB) of the adsl. Found it working on first boot. This may be elementary but I am sharing my this exp. specially considering that your machine is not yet gone into prod mode and can be reset anytime. If adsl (router) is configured to your satisfaction on win side of dual boot, you only have to feed correct parameters while installing Fedora, and it should work, ASAT. > >>> Hi, all > >>> I am trying to connect bsnl dataone adsl connection over fedora > >>> core 8, i have configured ppp0 interface by using pppoe-setup command > >>> over eth0, and first time it worked well but when i restarted PC i am > >>> getting the error, i am having dual operating system install Windows > >>> Vista / Fedora core 8, i am using same modem with the same modem > >>> configuration in Windows Vista it is able to connect, but in linux > >>> when i put /sbin/ifup ppp0 command for birnging up ppp0 interface it > >>> waits for some time give the following error > >>> > >>> /usr/sbin/adsl-start: line 217: 13409 Terminated $CONNECT > >>> "$@" > /dev/null 2>&1 > >>> I have checked with /var/log/messages but still not clue, what > >>> is the cause of error, i have also tryied re-installing fedora on > >>> different PC but still it gives same error after working first time. > >>> > > Hello Rahul Earlier also I read in other thread someone requesting to correct the reply-to option... Not a big deal but we have (remember) to change manually the reply to address. -------------- next part -------------- An HTML attachment was scrubbed... URL: From yogesh at technotux.net Thu Jan 31 17:59:48 2008 From: yogesh at technotux.net (Yogesh Patil) Date: Thu, 31 Jan 2008 23:29:48 +0530 Subject: cannot browse https sites Message-ID: <54a362580801310959w49b85165h217f874ca3f391c5@mail.gmail.com> hi, I am using SQUID 2.6.STABLE17 with fedora core 8, & BIND DNS SERVER configured on the same box, i have configured squid as transparent proxy with all default settings , and applied iptables rule by using the following command iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 i am able to browse http websites, but when i try to open https sites, such as, gmail.com, hotmail.com etc.. i am not able to get any response from the proxy. i have also tryied with forwarding 443 (https) port to the 3128 (squid) port but still no success., so i think it doesnt seems to be netfilter (iptables) problem, it may be problem with the squid config, anybody can please help me out with this.g -------------- next part -------------- An HTML attachment was scrubbed... URL: