Bill Davidsen | 1 Aug 2009 01:07

Re: wpa_supplicant craps out under heavy load

Justin P. Mattock wrote:
> I've noticed this with ubuntu about a year ago,
> and now I see this with redhat(fedora)
> 
> under wpa_supplicant.log I see:
> 
> CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed (auth)
> [id=0 id_str=]
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> Trying to associate with xx:xx:xx:xx:xx:xx (SSID='XX' freq=2422 MHz)
> Association request to the driver failed
> Associated with xx:xx:xx:xx:xx:xx
> CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed
> (reauth) [id=0 id_str=]
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> Trying to associate with xx:xx:xx:xx:xx:xx (SSID='XX' freq=2422 MHz)
> Association request to the driver failed
> Associated with xx:xx:xx:xx:xx:xx
> CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed
> (reauth) [id=0 id_str=]
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> Trying to associate with xx:xx:xx:xx:xx:xx (SSID='XX' freq=2422 MHz)
> Association request to the driver failed
> Associated with xx:xx:xx:xx:xx
> 
> 
> the above is caused probably all the time, but not noticeable until
> heavy load.
> 
> The system becomes vary sluggish, hulu craps out, radio craps out
(Continue reading)

Todd Zullinger | 1 Aug 2009 01:12
Picon
Favicon
Gravatar

Re: Conf File Backup Idea

Dave Ihnat wrote:
> On Fri, Jul 31, 2009 at 02:23:57PM -0400, Thom Paine wrote:
>> I was wondering if anyone routinely backups their conf files?
>
> Years ago I fell into the habit of using RCS for simple things like
> this.  Create a RCS directory, use 'ci' and 'co' to keep simple
> versions of files.

Well, that surely counts as 'old school' Dave! :)

I didn't realize I was so old, but I used RCS for the same task in the
past.  I've gone from cvs to svn to git in the intervening years.

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Abstainer, n.: A weak person who yields to the temptation of denying
himself a pleasure.
    -- Ambrose Bierce, "The Devil's Dictionary"

--

-- 
fedora-list mailing list
fedora-list <at> redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Bazooka Joe | 1 Aug 2009 01:13
Picon

Re: headless setup

On Fri, Jul 31, 2009 at 1:41 PM, Paul<jpb <at> entel.ca> wrote:
> Bazooka Joe wrote:
>>
>> Hi, I need to configure f11 to redirect output to the serial port.
>>
>> I looked at the inittab which doesn't look like the right file to edit.
>>
>> btw i have run level 3 and no x already.
>>
>> thx
>>
>> bazooka
>>
>>
>
> What is your use case? Using a serial console is all but obsolete in most
> cases today, the exception being embedded applications which Fedora is not
> exactly the ideal distro for.
>

yes, it is for an embedded application.

I know it isn't ideal but i wanted a full server package manager and
it is a one time use thing.  I am building a wireless access point+web
server that will run phpBB and will be powered by a solar panel. I
have a pc engines alix board w/ a 4 gig cf card  - i know writes are
an issue but it only needs to last a week.

--

-- 
fedora-list mailing list
(Continue reading)

Jonathan Ryshpan | 1 Aug 2009 01:17

Re: The ideal mail client?

On Fri, 2009-07-31 at 23:29 +0200, Christoph Höger wrote: 
> For your personal needs evolution seems perfect.

I find evolution (which I am using right now) to be very buggy.  It has
been crashing several times per day, sometimes only minutes after being
started.  I have a fairly large number of messages now, 82,760 to be
exact which may have some effect on this.

> You can handle maildirs and have gpg support out of the box via some
> checkboxes.

I'd like to try out maildirs, which I used in the past, but can't find
the checkboxes.  I thought support for maildirs had been withdrawn a few
years ago.

Thanks - jon

--

-- 
fedora-list mailing list
fedora-list <at> redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Thom Paine | 1 Aug 2009 01:17
Picon

Re: Conf File Backup Idea

Thanks for the suggestions. I'll have a look at some of them and see
if I can figure something out.

I don't mind manually making lists of files as I start working with
them. What really prompted this was that I have some home automation
working really well on an old server I had. One power outtage that
lasted longer than 30 minutes while I was away from home, two hard
drives in the array went offline. I thought the whole server was lost
and last night I dusted it off and rooted around in the adaptec
interface and was able to force them both back online and bring the
array back up. I quickly copied off my heyu files but I got to
thinking if there was a way to automatically rsync files somewhere
when I edit them, it would make things simpler on a server I have no
need to completely back up, yet have some good info on it.

-- 
-=/>Thom

--

-- 
fedora-list mailing list
fedora-list <at> redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Steven Stern | 1 Aug 2009 01:19
Favicon

iDisk from Fedora?

I've got my iDisk mounted from Windows and it appears to be a simple 
webdav mounting. See http://support.apple.com/kb/HT3264

When I attempt to connect from Places as http webdav, I get Could not 
open location 'dav://xxxx <at> idisk.me.com/' Not a WebDAV enabled share

Has anyone figured this one out?

-- 

   Steve

--

-- 
fedora-list mailing list
fedora-list <at> redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Justin P. Mattock | 1 Aug 2009 01:33
Picon

Re: wpa_supplicant craps out under heavy load

Bill Davidsen wrote:
> Justin P. Mattock wrote:
>> I've noticed this with ubuntu about a year ago,
>> and now I see this with redhat(fedora)
>>
>> under wpa_supplicant.log I see:
>>
>> CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed (auth)
>> [id=0 id_str=]
>> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
>> Trying to associate with xx:xx:xx:xx:xx:xx (SSID='XX' freq=2422 MHz)
>> Association request to the driver failed
>> Associated with xx:xx:xx:xx:xx:xx
>> CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed
>> (reauth) [id=0 id_str=]
>> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
>> Trying to associate with xx:xx:xx:xx:xx:xx (SSID='XX' freq=2422 MHz)
>> Association request to the driver failed
>> Associated with xx:xx:xx:xx:xx:xx
>> CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed
>> (reauth) [id=0 id_str=]
>> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
>> Trying to associate with xx:xx:xx:xx:xx:xx (SSID='XX' freq=2422 MHz)
>> Association request to the driver failed
>> Associated with xx:xx:xx:xx:xx
>>
>>
>> the above is caused probably all the time, but not noticeable until
>> heavy load.
>>
(Continue reading)

Dave Ihnat | 1 Aug 2009 01:53

Re: Conf File Backup Idea

On Fri, Jul 31, 2009 at 07:12:19PM -0400, Todd Zullinger wrote:
> I didn't realize I was so old, but I used RCS for the same task in the
> past.

Heh.  Hell, when I say "80 column cards" and "8 inch floppies" I can
see people figuring how old I am.  I still carry a circular slide rule
in my case to flip out the kiddies.

> I've gone from cvs to svn to git in the intervening years.

Yeah, but cvs, svn and git are all heavyweight for this.  RCS is light.

Cheers,
--
	Dave Ihnat
	dihnat <at> dminet.com

--

-- 
fedora-list mailing list
fedora-list <at> redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Timothy Murphy | 1 Aug 2009 02:05
Favicon

Re: F11 install: some nasty surprises

Andras Simon wrote:

> X is fine with the F11 live cd, too.

So why not install from this?
How did you run it without a CD, incidentally?

>> used later. So I had to go back and choose the 3rd option ("use all
>> free space" or some such). I didn't know it meant automatic
> 
> No, it must have been the "use entire drive" option.

I always use the last (Custom Install) option.
I have zero faith in Anaconda's partitioning.

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland

--

-- 
fedora-list mailing list
fedora-list <at> redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Linus Ulrick | 1 Aug 2009 02:27
Picon

Vonage phone service on a network with Fedora...

Hello Everyone
I have just (for now...) signed up for Vonage phone service.  My system as is
was BEFORE I connected the Vonage V-Portal Phone Adapter was like this:
Two Fedora Linux systems connected to a router that is connected to a cable
modem that is connected to the Comcast cable that comes out of my wall.  We do
NOT have any other services from Comcast other than cable internet.  No TV, No
Phone, just Internet.  I have a dynamic IP address.  But, like with many of us,
it almost never changes.

THEN I connected the Vonage V-Portal Phone Adapter like the instructions
specify.  In short, the adapter goes between the modem and the router.  Which I
am reasonably sure is the cause of my problems.

I discovered after I connected the Vonage device that the IP address
that I have
had with Comcast had changed for the first time in a REAL long time.  So, in an
attempt to fix my ability to access the mail server on my Fedora 8
system from my
new system (Fedora 11) I changed the IP address on dnsexit.com to match the new
one.  This did not in any way change my situation...  So I had an idea: I
disconnected the Vonage device, probably did a modem/router power cycle and
rebooted my PC's.  Guess What?  My IP address changed AGAIN!  Any guesses on
what it changed to?  The exact same IP address that I had before I
connected the
Vonage adapter...  I wasn't exactly too suprised when my email setup started to
work perfectly again.

So, my question is, has anyone with two or more Fedora/Linux systems on a local
network that is also running a mail server on one of the systems been able to
successfully connect the Vonage V-Portal Phone Adapter to their network and
(Continue reading)


Gmane