Re: telnet on local LAN question

2011-08-17 Thread James Hogarth
> Not certain if this is correct ... but I might not be understanding what > you mean by two subnets. > > I have up to found Linux boxes ... static 192.168.2.{10,11,12,13} > > I have a Linksys WRT54GL (192.168.2.3) that 3 of the Linux boxes are > wired into. That WRT is connected to a larger net wh

Re: telnet on local LAN question

2011-08-17 Thread Paul Allen Newell
To all who have replied to my query/queries: Someone asked me about whether I could telnet to myself ... I can't find that email (though I know I have it since I haven't deleted any on this thread). That being said, I am not certain what exact test I was asked to run. My memory is that it had

Re: telnet on local LAN question

2011-08-17 Thread Paul Allen Newell
On 8/16/2011 7:43 AM, Tim wrote: > On Mon, 2011-08-15 at 22:04 -0700, Paul Allen Newell wrote: > > > Do you really have: > >> NTPSERVERARGS=iburst > In the /etc/sysconfig/network file? > Yes, that seems to be part of the factory install or it is something that I have no idea how I added it when I

Re: telnet on local LAN question

2011-08-17 Thread Paul Allen Newell
On 8/17/2011 10:42 PM, Andre Speelmans wrote: > > You just pinpointed why you can not telnet (port 23) or reach port 25. > Andre: I just got your two email replies and am going through them. There is one earlier test regarding 127.0.0.1 that someone requested that I want to get the results out

Re: telnet on local LAN question

2011-08-17 Thread Paul Allen Newell
inline and at bottom ... On 8/17/2011 6:36 AM, Tim wrote: > > The original poster isn't trying to "telnet," they're using the the > telnet client as a diagnostic tool for other services. correct Ping works great between all of the machines for both and .localdomain, lists the 192.168.

Re: telnet on local LAN question

2011-08-17 Thread Andre Speelmans
>> An additional thing to check is if you are listening on port 23 (or 25). >> Try "netstat -tnlp" and search ":23" (or ":25"). You will find the >> name of the process listening. Check if it is listening on 0:0:0.0 or >> just on 127.0.0.1. The 127.0.0.1 would be wrong, and should be fixed >> in th

Re: telnet on local LAN question

2011-08-17 Thread Paul Allen Newell
On 8/17/2011 12:49 PM, Roberto Ragusa wrote: > On 08/17/2011 08:25 AM, Paul Allen Newell wrote: > > One of the interesting things is I am now getting >> "connection refused" rather than "no route to host" and I need to see >> what change I made caused that (which is also interesting as I would >> h

Re: telnet on local LAN question

2011-08-17 Thread Andre Speelmans
On Thu, Aug 18, 2011 at 7:21 AM, Paul Allen Newell wrote: > partial answers to two replies ... > > On 8/17/2011 6:07 AM, Rick Sewill wrote: >> May I suggest inserting an entry, at this spot, for mail, something like the >> following. >> -A INPUT -p tcp -m state --state NEW -m tcp --dport 25 -j ACC

Re: telnet on local LAN question

2011-08-17 Thread Paul Allen Newell
On 8/17/2011 6:07 AM, Rick Sewill wrote: > iptables entries are processed in the order found... > > [...] > I apologize for not reading your original message and going off on a > telnet/ssh > tangent in a previous email. > Rick: Thanks for the explanation. Though I had gotten a good 70% of it, th

Re: telnet on local LAN question

2011-08-17 Thread Paul Allen Newell
partial answers to two replies ... On 8/17/2011 6:07 AM, Rick Sewill wrote: > May I suggest inserting an entry, at this spot, for mail, something like the > following. > -A INPUT -p tcp -m state --state NEW -m tcp --dport 25 -j ACCEPT > The goal of the previous line is to jump to "ACCEPT" for any

Re: How to configure HTTP server

2011-08-17 Thread Abu Attar Musharih
On Thu, Aug 18, 2011 at 1:35 PM, govind shekhawat wrote: > Hi, > > I have installed Fedora 13 on my desktop system, i want it to act as http > server, i have installed one application on this fedora, i want to access > this application through web, > > please guide me to configure http so that i c

Re: How to configure HTTP server

2011-08-17 Thread Jatin K
On Thursday 18 August 2011 10:05 AM, govind shekhawat wrote: Hi, I have installed Fedora 13 on my desktop system, i want it to act as http server, yum install httpd edit the /etc/httpd/conf/httpd.conf file as your requirement service httpd start your web-server is ready to server the apac

How to configure HTTP server

2011-08-17 Thread govind shekhawat
Hi, I have installed Fedora 13 on my desktop system, i want it to act as http server, i have installed one application on this fedora, i want to access this application through web, please guide me to configure http so that i can access the application through web -- *Govind Singh Shekhawat*

Re: install fedora 15 via usb

2011-08-17 Thread Michael Ekstrand
On 08/17/2011 06:14 PM, Michael Cronenworth wrote: > On 08/17/2011 06:10 PM, Leonardo wrote: >> is it possible? i want to install fedora 15 using an usb stick. > > http://docs.fedoraproject.org/en-US/Fedora/15/html/Installation_Guide/Making_USB_Media.html > > You can choose to use either the inst

Re: networking vs. VirtualBox

2011-08-17 Thread Michael Hennebry
On Thu, 18 Aug 2011, Marko Vojinovic wrote: > On Thursday 18 August 2011 01:04:40 Michael Hennebry wrote: >> Thanks folks. >> >> Now /etc/sysconfig/network-scripts/network-scripts looks like this: >> DEVICE="eth0" >> BOOTPROTO="dhcp" >> HWADDR="08:00:27:D2:4E:D1B" >> NM_CONTROLLED="yes" >> ONBOOT=

emscripten

2011-08-17 Thread Leonardo
Hello all. Is there any plans to package emscripten[1]? how to proceed to contribute, how to get help to do this? thanks in advance [1]https://github.com/kripken/emscripten/wiki -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fed

Re: networking vs. VirtualBox

2011-08-17 Thread Marko Vojinovic
On Thursday 18 August 2011 01:04:40 Michael Hennebry wrote: > Thanks folks. > > Now /etc/sysconfig/network-scripts/network-scripts looks like this: > DEVICE="eth0" > BOOTPROTO="dhcp" > HWADDR="08:00:27:D2:4E:D1B" > NM_CONTROLLED="yes" > ONBOOT="yes" > to match that of my host system. > Previously,

Re: networking vs. VirtualBox

2011-08-17 Thread Michael Hennebry
Thanks folks. Now /etc/sysconfig/network-scripts/network-scripts looks like this: DEVICE="eth0" BOOTPROTO="dhcp" HWADDR="08:00:27:D2:4E:D1B" NM_CONTROLLED="yes" ONBOOT="yes" to match that of my host system. Previously, BOOTPROTO was not there and ONBOOT was "no". I also used chkconfig --add networ

Re: install fedora 15 via usb

2011-08-17 Thread Leonardo
thank you so much that's exactly what i need already testing works perfectly: http://docs.fedoraproject.org/en-US/Fedora/15/html/Installation_Guide/Making_USB_Media-UNIX_Linux.html 2011/8/17 Michael Cronenworth : > On 08/17/2011 06:10 PM, Leonardo wrote: >> is it possible? i want to install fedora

Re: install fedora 15 via usb

2011-08-17 Thread Michael Cronenworth
On 08/17/2011 06:10 PM, Leonardo wrote: > is it possible? i want to install fedora 15 using an usb stick. http://docs.fedoraproject.org/en-US/Fedora/15/html/Installation_Guide/Making_USB_Media.html You can choose to use either the install DVD ISO file or the LiveCD ISO file. -- users mailing li

install fedora 15 via usb

2011-08-17 Thread Leonardo
is it possible? i want to install fedora 15 using an usb stick. thanks for any guidance. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list

Re: what triggers wakeup from suspend?

2011-08-17 Thread Roberto Ragusa
On 08/17/2011 04:30 PM, Chris Adams wrote: > > # Set USB keyboards to allow wakeup > for dev in $(grep -l '^01$' /sys/bus/usb/devices/*/bInterfaceProtocol); do > dir=$(cd $(echo "$dev" | sed 's!/[^/]*$!!'); pwd -P) >

Re: telnet on local LAN question

2011-08-17 Thread Roberto Ragusa
On 08/17/2011 08:25 AM, Paul Allen Newell wrote: > I have been trying what I think is the correct edit in all permuations I > can think of ... as in: > +++ > iptables -I INPUT -{s,d} > 192.168.2.{10,11} -p tcp -{destination,source}-port telnet -j ACCEPT > +++ I would have just duplicated the s

Re: Dual monitors on Radeon 5770 with fc15

2011-08-17 Thread Alex
Hi, >>> You could also try fallback mode: >>> http://www.dedoimedo.com/computers/gnome-3-fallback.html >> >> I will investigate this. > > That will turn off all the graphics-accelerated crap and give you > something closer to a GNOME 2 experience.  You probably should still > investigate what's go

Re: Enable coredump for daemon (oidentd)

2011-08-17 Thread Ian Pilcher
On 08/17/2011 08:44 AM, Tim wrote: > Wild guess: Is /tmp a tmpfs instead of just space on the hard drive? > And, is there enough RAM to hold the size of the core dump? Good thought. The system has 16GB, so I wouldn't expect that to be the case but who knows ... I changed /proc/sys/kernel/core_p

Re: How to mount floppy?

2011-08-17 Thread Daniel B. Thurman
On 08/17/2011 10:01 AM, T.C. Hollingsworth wrote: > On Wed, Aug 17, 2011 at 9:47 AM, Daniel B. Thurman wrote: >> Added info: On reboot, one has to modprobe all over >> again (F13, 14). Auto-detection of floppy device no longer >> works, or so it seems. > Just run: > > echo modprobe floppy >> /etc

Re: How to mount floppy?

2011-08-17 Thread T.C. Hollingsworth
On Wed, Aug 17, 2011 at 9:47 AM, Daniel B. Thurman wrote: > Added info:  On reboot, one has to modprobe all over > again (F13, 14). Auto-detection of floppy device no longer > works, or so it seems. Just run: echo modprobe floppy >> /etc/rc.local to add that command to rc.local so it is run on

Re: How to mount floppy?

2011-08-17 Thread Daniel B. Thurman
On 08/17/2011 09:41 AM, Daniel B. Thurman wrote: > On 08/16/2011 11:50 PM, Paul Allen Newell wrote: >> On 8/16/2011 7:52 PM, Daniel B. Thurman wrote: mount -t msdos /dev/fd0u1440 /mnt/floppy See URL: http://www.linuxquestions.org/questions/fedora-35/fedora-13-mounting-floppy-813

Re: How to mount floppy?

2011-08-17 Thread Daniel B. Thurman
On 08/16/2011 11:50 PM, Paul Allen Newell wrote: > On 8/16/2011 7:52 PM, Daniel B. Thurman wrote: >>> mount -t msdos /dev/fd0u1440 /mnt/floppy >>> >>> See URL: >>> http://www.linuxquestions.org/questions/fedora-35/fedora-13-mounting-floppy-813466/ >>> >> Worked for me on F13. Cannot speak for late

Re: what triggers wakeup from suspend?

2011-08-17 Thread Andras Simon
2011/8/17, Chris Adams : > Once upon a time, Andras Simon said: >> I have two types of netbooks (an Asus Eee 701, and an Acer Aspire >> One), both running F14. The Acer can be woken up by pressing any key >> on the keyboard; on the Eee, I have to push the Power button. Since >> that button seems t

Re: what triggers wakeup from suspend?

2011-08-17 Thread Tim
On Wed, 2011-08-17 at 09:30 -0500, Chris Adams wrote: > on desktops, there is usually a BIOS screen for what type of events > can wake the system (PS/2 keyboard, USB device, LAN, alarm, etc.). And there may be jumpers on the motherboard to set which devices are still powered up in standby mode. I

Re: what triggers wakeup from suspend?

2011-08-17 Thread Chris Adams
Once upon a time, Andras Simon said: > I have two types of netbooks (an Asus Eee 701, and an Acer Aspire > One), both running F14. The Acer can be woken up by pressing any key > on the keyboard; on the Eee, I have to push the Power button. Since > that button seems to be dying, I'd like to be able

what triggers wakeup from suspend?

2011-08-17 Thread Andras Simon
And, more importantly, how to change it. I have two types of netbooks (an Asus Eee 701, and an Acer Aspire One), both running F14. The Acer can be woken up by pressing any key on the keyboard; on the Eee, I have to push the Power button. Since that button seems to be dying, I'd like to be able to

Re: Enable coredump for daemon (oidentd)

2011-08-17 Thread Tim
On Tue, 2011-08-16 at 11:58 -0500, Ian Pilcher wrote: > Despite this, there is no file named /tmp/core* after the daemon > crashes. > > What am I missing? Wild guess: Is /tmp a tmpfs instead of just space on the hard drive? And, is there enough RAM to hold the size of the core dump? -- [tim@l

Re: telnet on local LAN question

2011-08-17 Thread Tim
Tim: >> That's a rather complex explanation, which sounds like you're giving >> each machine a unique hosts file, where their own hostnames are written >> differently than the other machines on the LAN. I wouldn't do that. Andre Speelmans: > It sounds to me quite normal what he says. > Every host

Re: telnet on local LAN question

2011-08-17 Thread Rick Sewill
> My iptables is the default per F14 installation: > +++ > # Generated by iptables-save v1.4.9 on Tue Aug 16 22:13:30 2011 > # Used command "iptables-save > iptables_F14_ORIGINAL_yoyo" > *filter > > :INPUT ACCEPT [0:0] > :FORWARD ACCEPT [0:0] > :OUTPUT ACCEPT [9950:627381] > iptables entries ar

Re: Fprint service?

2011-08-17 Thread Aaron Konstam
On Tue, 2011-08-16 at 23:31 +0200, Frantisek Hanzlik wrote: > Aaron Konstam wrote: > > On Mon, 2011-08-15 at 18:39 -0500, Steven Stern wrote: > >> I see a lot of stuff like this in /var/log/messages: > >> > >> Aug 15 18:35:15 sds-desk dbus-daemon: [system] Activating service > >> name='net.reactiva

Re: How to mount floppy?

2011-08-17 Thread Terry Polzin
sleazy easy solution, get a USB floppy drive, then the media will appear as /dev/sdX. That's what I did for those rare occasions when I have to retrieve a file off of old media. I still have a digital camera that uses floppy media too. -- users mailing list users@lists.fedoraproject.org To uns

Re: How to mount floppy?

2011-08-17 Thread Frantisek Hanzlik
Paul Allen Newell wrote: > On 8/16/2011 7:52 PM, Daniel B. Thurman wrote: >> >>> mount -t msdos /dev/fd0u1440 /mnt/floppy >>> >>> See URL: >>> http://www.linuxquestions.org/questions/fedora-35/fedora-13-mounting-floppy-813466/ >>> >> Worked for me on F13. Cannot speak for later versions. > > I am