Re: [SOLVED] SSH after upgrade

2019-10-06 Thread Mike Chambers
On Sun, 2019-10-06 at 18:05 +0200, alcir...@gmail.com wrote:
> On Sun, 2019-10-06 at 10:46 -0500, Mike Chambers wrote:
> > Upgraded server from Fedora 30 to 31 (updated to present), and ssh
> > into
> > that server works fine as normal user, but no longer lets me login
> > as
> > root.  I can login as root from the server machine itself, and can
> > login via su - but just cant' from ssh.
> > 
> > Any ideas what changed or got replaced so revert it back?
> 
> It could it be related to this change: 
> https://fedoraproject.org/wiki/Releases/31/ChangeSet#Disable_Root_Password_Login_in_SSH

Had to add the below line to my sshd.conf file and works now.

PermitRootLogin yes

Guess it changed or got removed when I did the upgrade (upgraded via
dnf, not a clean install), but added that line and it works now.

Thanks,
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


SSH after upgrade

2019-10-06 Thread Mike Chambers
Upgraded server from Fedora 30 to 31 (updated to present), and ssh into
that server works fine as normal user, but no longer lets me login as
root.  I can login as root from the server machine itself, and can
login via su - but just cant' from ssh.

Any ideas what changed or got replaced so revert it back?

Thanks,

Mike
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Modem/Router/Router -

2019-04-15 Thread Mike Chambers
On Sun, 2019-04-14 at 17:12 -0400, Bob Goodwin wrote:
> .
> I have a new problem with my internet connection which a few others
> on 
> this list may have encountered. They [Viasat] replaced the modem and 
> antenna in upgrading the system. The new modem has an integral
> router 
> having none of the feature I need to manage data usage, I've already 
> used more than 80% of my allowance in the first week. I normally use
> a  
> router with DD-WRT installed providing the features I need, showing
> the 
> amount of data used and which devices used it.

Do you have to use their modems?  I have been on ATT, charter, and now
spectrum (all same thing just diff business bought them out), and I've
been using my own model for years now, and I don't have to pay a
monthly fee.  I just called and gave them my info from the modem and
off I went.  It's a stand alone modem and I have a linksys router
behind it.

At one time, I also had a home telephone that used a modem/router setup
as well.  I just told them to turn off the WIFI and/or modem part as I
didn't need it, and they only left on what was needed for the phone and
that was it.

Not sure if helps but hopefully gives you an idea,

Mike Chambers
Madisonville, KY
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: [SOLVED] Dovecot

2018-12-23 Thread Mike Chambers
On Sun, 2018-12-23 at 12:04 -0600, Mike Chambers wrote:
> Had to reinstall my server using Fedora 29, and configuring local
> mail,
> via dovecot, I forget where to set the mail_location path to?
> ~/Maildir
> doesn't give off errors, but I seem to currently not get any mail.  I
> thought /var/mail/ was the main root mail dir for users but I can't
> get
> dovecot not to error pointing to it, such as /var/mail/%u or
> whatever. 
> 
> Any ideas if that makese any sense? LOL
> 

The fix was 1 things..

1 - mail_location = mbox:~/mail:INBOX=/var/mail/%u

2 - chmod 0600 /var/mail/*

Then I finally started getting my email.  Thought there was a
permissions issue but couldn't nail it down until I started checking
more maillogs in more detail.

Works now though, but thanks.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Dovecot

2018-12-23 Thread Mike Chambers
Had to reinstall my server using Fedora 29, and configuring local mail,
via dovecot, I forget where to set the mail_location path to? ~/Maildir
doesn't give off errors, but I seem to currently not get any mail.  I
thought /var/mail/ was the main root mail dir for users but I can't get
dovecot not to error pointing to it, such as /var/mail/%u or whatever. 

Any ideas if that makese any sense? LOL
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Log programs

2018-10-21 Thread Mike Chambers
On Sun, 2018-10-21 at 14:12 -0700, stan wrote:
> 
> Seems you are right based on those tickets, epylog is a victim of the
> EOL for python2.  There are python2-pygpgme and python3-pygpgme
> packages that could be used for the dependency.  So you could try
> uninstalling pygpgme and installing python2-pygpgme to see if it
> would
> allow you to use epylog until its EOL.

I should of just tried to download/install that package to begin with, but 
didn't think it would work.  I got one that was from Fedora 27 but it installed 
with no issues, then epylog installed as well.

Thanks for the advice.

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Log programs

2018-10-21 Thread Mike Chambers
On Sun, 2018-10-21 at 10:40 -0700, stan wrote:
> On Sun, 21 Oct 2018 11:23:10 -0500
> Mike Chambers  wrote:
> 
> > Epylog won't install on F29, think due to not being included/built
> > for
> > it, anyway it has a dep that I think has deprecated as well.
> > 
> > Soo, what other programs do the same sort of thing, that are
> > automated
> > to work with cron like epylog does?
> > 
> I can't help with your question, but epylog is built successfully for
> f29.
> https://koji.fedoraproject.org/koji/buildinfo?buildID=1130476
> You could try downloading the files and installing them locally.  If
> it
> won't install, you should open a bugzilla to get it fixed.

Got it rebuilt, but it still fails to install per same dependency. 
Already filed a bug before hand.

Bug - https://bugzilla.redhat.com/show_bug.cgi?id=1641279

Possibly the problem - 
https://bugzilla.redhat.com/show_bug.cgi?id=1433369

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Log programs

2018-10-21 Thread Mike Chambers
Epylog won't install on F29, think due to not being included/built for
it, anyway it has a dep that I think has deprecated as well.

Soo, what other programs do the same sort of thing, that are automated
to work with cron like epylog does?

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: KDE Appearance...

2018-05-24 Thread Mike Chambers
On Thu, 2018-05-24 at 07:46 -0700, fred roller wrote:
> 
> 
> On Thu, May 24, 2018, 07:43 Eddie O'Connor <eoconno...@gmail.com>
> wrote:
> > Greetings all. I just have a question. I have been using Fedora
> > since 2002and at NO POINT have I ever installed anything even
> > remotely related to KDE. Fast forward to today.(well...Tuesday
> > in all actuality!) I get the usual notifications that "Updates Are
> > Available"...through the Gnome notifications atop the screen
> > midshipand I proceed to authorize them and install them.
> > Now...I'm one of those uptight people who like to "watch" things as
> > they get installed...and I started seeing things like:
> > kf5-kbookmarks
> > kf5-kded
> > kemoticons
> > 
> > and a slew of other "K" related things. Is this something to be
> > expected from future updates?and how do I get rid of
> > these?(I'm a Gnome "purist"sue me!...LoL!) any help anyone
> > can give would he greatly appreciated!
> > 
> > Thanks In Advance
> > 
> > EGO II
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidel
> > ines
> > List Archives: https://lists.fedoraproject.org/archives/list/users@
> > lists.fedoraproject.org/message/Q34OJJ6ZQXVDJJR5OAGSKUQMUWSO2SIT/
> 
> Check your installed programs. Some may have kde dependencies.
> Programs like k3b have several. This will pull the "k" installs you
> saw.

If he was fully updated, up to the point of the time/date he ran the
update, and he didn't have any (or at least not that he noticed) KDE
programs before, then why now all of a sudden?  Did they get installed
prior due to dependencies and he didn't realize it?  Or did something
in the latest update change and called the programs in?

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/WHQEISHL5DWW5DAS6BMG75WDHSPGOKVS/


Re: Off topic: google hangouts

2017-11-05 Thread Mike Chambers
On Sat, 2017-11-04 at 19:51 +, Amadeus W.M. wrote:
> 
> This is my desktop running Mate (not gnome shell) with nvidia
> drivers, 
> which require Xorg. I've had the exact same configuration for ages
> (and 
> video was working). I don't know that it's a desktop problem. Maybe
> SELinux 
> is getting in the way, but I'm not seeing any alerts. It's both
> chrome and 
> skype. 

Try disabling selinux and see if it works?  If it does, then that's the 
problem, if not, least you eliminated one aspect.

Also, what about your kernel?  Did you boot into an updated/different one than 
last time it worked?  What about booting into an older kernel and see if that 
helps?

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Reverting to nouveau

2016-10-10 Thread Mike Chambers
On Fri, 2016-10-07 at 16:35 +0100, Patrick O'Callaghan wrote:

> As I said, I'm happy enough with suspend for now. My aim was to
> reduce
> power consumption at night (this isn't a server that has to be on all
> the time).

I dont' think computers use that much power (least normal workstations
anyway) to bring up or down your utility bill much, so couldn't you
just leave it on as is and just shut off your monitor until your ready
to use it again?

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Install packages with just what is needed

2015-11-28 Thread Mike Chambers
On Sat, 2015-11-28 at 09:07 -0600, anlarye wrote:
> Is there a way to install a package with just the bare minimum
> required packages?
> 
> I am running a XFCE spin of Fedora 23. I wanted to install kvirc on
> the box. But when I go through dnf install kvirc, the list ends up
> being about 38 additional packages. I doubt that all of them are
> needed for kvirc to run.
> 
> So how do I get kvirc and just what it needs in order to work
> properly?

Because what is being installed are the packagers required by Kvirc,
and then that triggers packages that depend on those packages, so you
may end up with tad more than original.

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: (COMPLETED) Changing systems

2015-11-27 Thread Mike Chambers
On Fri, 2015-11-27 at 09:20 -0800, Rick Stevens wrote:
> On 11/26/2015 04:00 PM, Fred Smith wrote:
> > On Thu, Nov 26, 2015 at 11:57:18AM -0600, Mike Chambers wrote:
> > > Hi all and Happy Thanksgiving,
> > > 
> > > Could I take 2 HD's out of 1 computer, move them to a different
> > > computer, obviously having to reinstall grub and such, would they
> > > work
> > > without having to do much of anything else?
> > > 
> > > I know I have to make sure the correct one is booted up and how
> > > they
> > > are connected, and the BIOS sees them correctly.
> > > 
> > > Anything else to know first?  The computers are both pretty new
> > > so not
> > > like going from 10 year old to a 1 year old or anything, both
> > > only 3-5
> > > years old even if that old.
> > 
> > that's how I "built" the system I have now. Had a pair of drives
> > in software RAID-1. pulled 'em out of the old system, plugged 'em
> > into the new system and voila (nearly) everything worked. One
> > bottleneck
> > was the network wasn't working until I fixed the hard-coded MAC
> > addresses
> > in the NIC configuration. can't think of anything else, right now,
> > that
> > didn't work.
> 
> I did precisely this. The old mobo (three year old AMD Phenom,
> dual-core hyperthread for 4 cores) went kft! Swapped it out with
> a
> new Gigabyte Z97M-DS3H (Intel i7 quad-core, hyperthread for 8 cores).
> Booted just fine (after it rebuilt the video driver). Had to modify
> the
> network config for the new MAC address, but all was well.
> 
> All done on F22. Works a treat.

Welp, it was as simple as everyone said it would be.

I took out the 2 drives, put them in the other box.  Then I had to
modify the BIOS to reorder the boot order of the drives.  Then last
thing was modifying my router to make sure the MAC address was changed
and everything else seems to work.

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Changing systems

2015-11-26 Thread Mike Chambers
Hi all and Happy Thanksgiving,

Could I take 2 HD's out of 1 computer, move them to a different
computer, obviously having to reinstall grub and such, would they work
without having to do much of anything else?  

I know I have to make sure the correct one is booted up and how they
are connected, and the BIOS sees them correctly.

Anything else to know first?  The computers are both pretty new so not
like going from 10 year old to a 1 year old or anything, both only 3-5
years old even if that old.

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: akmod-nvidia for f23 when?

2015-11-04 Thread Mike Chambers
On Tue, 2015-11-03 at 15:36 -0500, Tom Horsley wrote:
> Anyone know when an akmod-nvidia for f23 will show up on
> rpmfusion? With a maxwell card, I can't get anything
> but a blank screen without the binary nvidia driver
> (I keep hoping nvidia and nouveau will work something
> out with the firmware downloads, but nouveau still
> doesn't work).

F23 is using xorg-1.18 and that breaks ABI, therefore nvidia has to
update their driver to work with it.  This was from July but least
explains a few things for you.

http://www.phoronix.com/scan.php?page=news_item=x.org-server-1.18-vi
deo-abi

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: akmod-nvidia for f23 when?

2015-11-04 Thread Mike Chambers
On Wed, 2015-11-04 at 11:37 -0600, Mike Chambers wrote:
> On Tue, 2015-11-03 at 15:36 -0500, Tom Horsley wrote:
> > Anyone know when an akmod-nvidia for f23 will show up on
> > rpmfusion? With a maxwell card, I can't get anything
> > but a blank screen without the binary nvidia driver
> > (I keep hoping nvidia and nouveau will work something
> > out with the firmware downloads, but nouveau still
> > doesn't work).
> 
> F23 is using xorg-1.18 and that breaks ABI, therefore nvidia has to
> update their driver to work with it.  This was from July but least
> explains a few things for you.
> 
> http://www.phoronix.com/scan.php?page=news_item=x.org-server-1.18-
> vi
> deo-abi
> 
> -

And something a tad more recent...

https://devtalk.nvidia.com/default/topic/886102/xserver-1-18-0-segfault
-with-nvidia-linux-x86_64-355-11-on-fedora-23-x86_64/

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Fwd: Fedora 23 is here!]

2015-11-03 Thread Mike Chambers
In case anyone was hiding under a rock, or just happened to miss the
announcement.

Mike

 Forwarded Message 
From: Matthew Miller 
To: annou...@lists.fedoraproject.org
Subject: Fedora 23 is here!
Date: Tue, 3 Nov 2015 09:56:23 -0500

Fedora 23 released
==

It's (approximately) Halloween, so you know what that means — new
Fedora! The Fedora 23 release is here, and it's better than ever
before. We're pleased to bring you the latest incarnations of the three
main Fedora editions — Fedora Workstation, Fedora Cloud, and Fedora
Server, each built with love by the Fedora community to custom-fit your
needs in different areas. Fedora 23 is also available in alternate
desktop Spins, curated software Labs, and special images for the ARM
processor architecture.

If that's all you need to hear, download from https://getfedora.org/,
or if you already use Fedora, follow the simple upgrade steps at
http://fedoraproject.org/wiki/Upgrading.

Otherwise, read on for details.


Fedora Workstation
--

If you're a software developer, laptop or home user, hobbyist,
enthusiast, or student, Fedora Workstation is perfect for you. Fedora
Workstation includes the newest release of the GNOME desktop, which
makes your everyday computing simple, polished, and pleasant.
Experience the sleek interface and powerful tools for yourself —
download Fedora Workstation now.

* https://getfedora.org/workstation

Fedora Server


Fedora Server makes service management simple with RoleKit, a
programmatic interface for quick deployment, and Cockpit, a remote web
GUI. Now in Fedora Server 23, you can manage Kubernetes clusters from
the Cockpit Admin Console, or launch a FreeIPA domain controller from a
kickstart file. Get Fedora Server this morning and have an identity
management solution in place by lunchtime.

* https://getfedora.org/server

Fedora Cloud


Build scale-out computing with Fedora Cloud. The Fedora Cloud Base
image provides a minimal OS platform which can be downloaded for use in
OpenStack, or launched directly into EC2. Fedora Atomic Host takes
things in a more radical direction, providing a specialized system for
running Docker containers and Atomic Apps. Now with Fedora 23, Fedora
Atomic Host will be updated on a two-week cycle to keep at the edge of
emerging technology. Download or launch a Fedora Cloud image for your
chosen cloud provider, or as a Vagrant box for local development.

* https://getfedora.org/cloud/


Spins, Labs, and ARM


Fedora Spins are alternative desktops for Fedora that provide a
different experience than the standard Fedora Workstation edition. For
instance, the Fedora KDE and Fedora Xfce spins provide popular
alternatives to GNOME for Fedora users who enjoy the KDE or Xfce
experience. Fedora 23 also introduces a Cinnamon spin, which provides a
"traditional" desktop layout with the modern GNOME 3 shell.

* https://spins.fedoraproject.org

Fedora Labs are curated collections of software maintained by members
of the Fedora Community where you can find updated live media focused
on Games, Design, Robotics, and more. These may be installed on their
own or as add-ons to existing Fedora installations.

* https://labs.fedoraproject.org

We also provide a version of the Fedora operating system tailored for
running in on ARM-based systems, previously mixed into the Spins page
but now with a dedicated download page.

* https://arm.fedoraproject.org


Updated Components
--

As with every Fedora release, almost every component has a new version,
with improvements across the board. Of particular note, Fedora
Workstation includes the GNOME 3.18 desktop environment and the Libre
Office 5.0 office suite.

Fedora 23 also has important under-the-hood security improvements, with
increased hardening for all compiled software and with insecure SSL3
and RC4 protocols disabled. We've also updated all of the software
installed by default in Fedora Cloud Base Image and Fedora Workstation
to use Python version 3, and the Mono .NET compatible framework is now
at version 4.

Perhaps most importantly, Unicode 8.0 support now enables the crucial
U1F32D character.


Downloads, upgrades, documentation, and common bugs
---

You can start by downloading Fedora 23:

* https://getfedora.org/

If you are upgrading from a previous release of Fedora, refer to:

* http://fedoraproject.org/wiki/Upgrading

Read the full release notes for Fedora 23:

* https://docs.fedoraproject.org/en-US/Fedora/23/html/Release_Notes/

Fedora 23 common bugs are documented at:

* http://fedoraproject.org/wiki/Common_F23_bugs

This page includes information on several known bugs in Fedora 23.
Please be sure to read it before installing!

Contributing


We hope you're as excited as we are about Fedora 23 and look forward to
exploring it yourself. Don't forget — Fedora never stands 

Re: fedora 23

2015-09-30 Thread Mike Chambers
On Mon, 2015-09-28 at 14:47 -0400, Paul Cartwright wrote:
> On 09/28/2015 02:16 PM, Matthew Miller wrote:
> > > > is it too early to talk about upgrading to fedora 23??
> > > > how/when?
> > You can use "fedup", but that is now a wrapper around dnf
> > system-upgrade. Some of the details are still in flux.
> > 
> > Or you can do a fresh install (possibly preserving '/home').
> > 
> the only issue I have with a clean install, is reinstalling all of
> the
> packages I add... it is a pain...

Used to think/say the same thing, yes it can be a pain.

THEN, I decided to make a shell script (or 2), that either...

1 - Opens up a lot of config files that I normally edit on a clean
install and I just edit them and close them, so I don't forget what to
change.

2 - Created a 2nd to install all the packages (3rd party or from
Fedora) that I normally install after a clean install that way I don't
forget what to add.  And if there is a current problem with a package
or whatever, I just remove that one package until later.

Kinda of cave man like script but it helps and makes it a lot shorter
config time after the install.

Just something to think about to make installs easier..

-- 
Mike Chambers
Madisonville, KY

"Best lil town on Earth!"


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: error trying to enable copr

2015-06-02 Thread Mike Chambers
On Mon, 2015-06-01 at 23:53 -0400, William Biggs wrote:
 When I try to add copr repo . I type sudo dnf copr enable 
 user/project
 . and When I get y I get this error . How do I get this to work 
  Error: [Errno 2] No such file or directory:
 '/etc/yum.repos.d/_copr_user-project.repo

You need to replace user/project with the real username and real
project name of what you want added, such as below..

dnf copr enable gusrub/corebird


Just browse the copr pages for the repository you want to add and then
add that username and project name and then it should work.

-- 
Mike Chambers
Madisonville, KY

Best lil town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: gdm busted?

2015-06-02 Thread Mike Chambers
On Mon, 2015-06-01 at 09:12 -0400, Paul Cartwright wrote:
 On 06/01/2015 08:50 AM, Max Pyziur wrote:
  It seems that my GDM is hosed also; I see that both gdm and lightdm 
  are installed (per fedup); how do I make the adjustment? 
  
  Thank you. 
 http://ask.systutorials.com/524/how-to-replace-gdm-with-lightdm-on
 -fedora
 
 # yum install lightdm lightdm-gtk
 Then, disable gdm service and make the lightdm service be started by 
 systemd
 
 # systemctl disable gdm.service
 # systemctl enable lightdm.service
 After rebooting your Fedora Linux, lightdm should be the dm.


You can also install system-switch-displaymanager and let that do it
for you.

dnf install system-switch-displaymanager

system-switch-displaymanager gdm or system-switch-displaymanager
lightdm or whichever want you want.

Reboot (not sure just logging off works) and should be using the one
you chose.

-- 
Mike Chambers
Madisonville, KY

Best lil town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: System log files (SOLVED)

2015-05-30 Thread Mike Chambers
On Sat, 2015-05-30 at 13:20 -0400, Tom Horsley wrote:
 On Sat, 30 May 2015 10:51:13 -0500
 Mike Chambers wrote:
 
  So something isn't starting or I need to do some quick edit to a 
  config
  file or something to use journald or whatever?
 
 
 In /etc/systemd/journald.conf set:
 
 Storage=none
 ForwardToSyslog=yes

Above was all I had to do to fix the problem (cept, I just left the
storage=auto as is) and the logs were populated.

Thanks for the info :-)

-- 
Mike Chambers
Madisonville, KY

Best lil town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Getting Fedora to recognize my Kindle

2015-05-30 Thread Mike Chambers
On Fri, 2015-05-29 at 15:23 -0400, David Cary Hart wrote:
 On 05/29/2015 02:56 PM, Todor Petkov wrote:
  On 29/05/2015 08:26 PM, Patrick O'Callaghan wrote:
  
  I think it's related to gvfs-mtp, and I will do more tests on 
  Monday 
  to be sure - maybe boot from Fedora21 DVD or something like this.
  
  Regards,
  
  
 Thanks. That makes some sense since it is not the kernel.

The latest version of gvfs from F21 is gvfs-1.22.4-1.fc21.  Unless it
gives you a lot of dep issues, you could try downgrading to that
version to see if that fixes it.  If not, can just upgrade back to it.

-- 
Mike Chambers
Madisonville, KY

Best lil town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


System log files

2015-05-30 Thread Mike Chambers
On my machine that runs as a server, it was on F21 and using dnf,
upgraded it to F22, no issues for most part except for my log files not
rotating.  I first seen this as I was no longer getting any emails from
that machine via epylog.  So I ran epylog cron manually and it said all
my modules were disabled.  So I started investigating and this is when
noticed my files didnt' have anything in them.

It seems that my log files in /var/log are not populating like they
should, such as messages, maillog, etc.  Now I know if I run journalctl
or whatever I can see messages or whatever that is from that command.

So something isn't starting or I need to do some quick edit to a config
file or something to use journald or whatever?

-- 
Mike Chambers
Madisonville, KY

Best lil town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 22 is here!

2015-05-27 Thread Mike Chambers
On Wed, 2015-05-27 at 16:51 +0100, Patrick O'Callaghan wrote:

 I removed kmod-nvidia after failing to get a GUI on first boot. Then 
 it
 worked (with Nouveau of course). I didn't rebuild
 initrd.

Nvidia worked good with one kernel initially (4.0.2 I think cause had a
kmod built already), but not the others (4.0.3+).  But they have since
updated the akmod (if that is how you do it, I do) and the latest
(4.0.4 I think) builds and works just fine so far.

xorg-x11-drv-nvidia-346.72-1.fc22.x86_64
akmod-nvidia-346.72-2.fc21.x86_64
xorg-x11-drv-nvidia-libs-346.72-1.fc22.x86_64
xorg-x11-drv-nvidia-kmodsrc-346.72-1.fc22.x86_64
kmod-nvidia-4.0.4-301.fc22.x86_64-346.72-2.fc22.x86_64

kernel-4.0.4-301.fc22.x86_64

-- 
Mike Chambers
Madisonville, KY

Best lil town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: The Google contacts issue

2015-05-27 Thread Mike Chambers
On Wed, 2015-05-27 at 10:09 -0400, David Cary Hart wrote:
 Can someone more technically proficient than I explain where the 
 error 
 is occurring? I need enough information to file a bug report - 
 somewhere.
 
 I do know that it is not a Thunderbird issue because the exact same 
 thing happens in Evolution. Moreover, the problem does not extend to 
 Google calendars which sync just fine.
 --

Is this specific to just KDE, or happens on gnome/cinnamon/mate and so
on?

I was on KDE for few Fedora versions now, but didn't like how Plasma 5
was, as well as evolution on KDE. So I gave Cinnamon a try (I used to
like gnome until gnome-shell came into the picture) and It's like using
gnome-shell but with the look of gnome2.  And evolution acts a lot
better and like it should (using it lately in KDE it would often not
auto check/get the emails that I setup and had trouble filtering at
times) and no more fighting it.  

Takes a tad getting used to at first but starting to like it more and
more.  It does have it's own weather applet and stuff, but not sure how
the status bar and the like as I don't do the stuff your doing, but it
might.

Just a suggestion/thought...

-- 
Mike Chambers
Madisonville, KY

Best lil town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: grub2

2015-05-03 Thread Mike Chambers
On Sun, 2015-05-03 at 15:59 +0200, Patrick Dupre wrote:
 Hello,
 
 After I run
   grub2-mkconfig -o /boot/grub2/grub.cfg
   grub2-install /dev/sda

Why not just try...

1 - grub2-mkconfig
2 - grub2-install /dev/sda

Unless your using specific config files and such, it will do the work
for you automatically.  What I do all the time.

-- 
Mike Chambers
Madisonville, KY

Best lil town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


NFS trees during install

2015-03-29 Thread Mike Chambers
Hi all,

I currently locally mirror Fedora release trees, as well as updates 
and testing trees, and are all nfs mounted.  I would like to do the 2 
below things.

1 - What to issue at boot to include updates and testing trees? I 
already use nfs parameter for the release tree.

2 - What do I do to use a newer anaconda package from the testing tree 
instead of the one in the main tree?  I guess I want to include a new 
image to use from the newer anaconda?  I already use the boot.iso from 
the release tree and guess I need to create a new/custom image?

Thanks ahead of time,

-- 
Mike Chambers
Madisonville, KY

Best lil town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Evolution Filtering

2015-03-12 Thread Mike Chambers
Ever since a couple of updates ago, evolution will be stucking in
filtering mode, as in waiting for all the emails to be filtered and
sent to their respective folders.  I have to close, then kill the pid.
Then I can reopen it and it will start filtering with no problems.  But
once you leave it open for awhile, it is stuck again trying to filter.

Be advised, this worked when F21 first came out and however many updates
after that until recently.  Nothing on the settings end nor anything was
changed.  And this system is setup as imap to a local network mail
server.

evolution-data-server-3.12.11-1.fc21.x86_64
evolution-3.12.11-1.fc21.x86_64
evolution-bogofilter-3.12.11-1.fc21.x86_64

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: UEFI -

2015-03-02 Thread Mike Chambers
On Mon, 2015-03-02 at 18:22 -0500, Bob Goodwin wrote:

 Yes I recall seeing some mention of that on this list. So far it looks 
 like I will have to run the board to see what it is unless there's 
 something in the manual I've missed. I saw no detail about the bios 
 settings. I'll go through it again.
 
 Whatever if there's a way I'll give it a try, it's a low-end board with 
 the AMD cpu soldered in similar to the one I am replacing.

You may have one like mine, where you hit Esc or some key to get a menu,
then you can enter the BIOS, or go to a boot menu, etc...I get the menu,
select Boot Menu, then I select which to boot from, etc..and UEFI or
legacy is which section I can select from, and either what's installed,
or DVD, or whatever.


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Evolution not filtering

2014-12-31 Thread Mike Chambers
In Fedora 21, using evolution-3.12.9, in KDE (maybe it happens in gnome
as well?), anyone having trouble with evolution not downloading all the
emails, via imap, as in just stops?  Mine does that, and if I close it,
then open again, it shows and gets the emails.  And sometimes it either
doesn't filter at all, or it does, and acts like it leaves a copy
showing in the inbox?  Had no issues with the version from fedora 20 at
all. 
 
-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: OT - hoping for some pointers ....

2014-12-27 Thread Mike Chambers
On Fri, 2014-12-26 at 17:27 -0700, jd1008 wrote:
 I have been looking for 2TB 2.5, 7200RPM drive to no avail.
 There are 5400 rpm drives - but I found them considerably
 slower than 7200 RPM drives.

What bout your nearest BestBuy?


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F21 server and vesa

2014-12-11 Thread Mike Chambers
On Thu, 2014-12-11 at 20:49 +0200, Kevin Wilson wrote:
 Hello,
 
 I installed F21 server, x86_64.
 
 Now, as expected from a server, it does not contain kde or gnome.
 
 I know that server usually does not need to run XWindows applications.
 However, I need from time to time to use xwindows applications on the
 server, like some
 monitoring tools (wireshark and others).
 
 So I ran yum install -y @kde and after it completer, I ran:
 startx.
 
 However, I got this error:
 ...
 (EE) Failed to load module vesa (module does not exist)
 ...
 
 And X windows did not start.
 
 
 Is there any way to resolve this and enable running XWindows ?

Check your grub configuration and make sure nothing was added removed on
the kernel paramaters that might reflect your display.


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Repo deleted

2014-11-27 Thread Mike Chambers
Ok, I recently installed the new to be release Fedora 21 on my server
(client been testing for months now).  I have rsync setup to mirror some
Fedora sites (fedora, beta releases, updates, updates-testing, etc..)
that I mirror every day, usually every 4-6 depending on which script
runs.  This has run flawelessly up until the server had F21.  It would
mirror, delete and downloaded what was needed just fine.

Now, for some reason, everyday it looks like the mirrors are all deleted
and packages downlaoded from scratch.  The only thing I can find that
seems related is when I do a yum update (client side mostly, and I have
the mirrored dir's mounted via nfs, as is same as when was on F20), it's
after that it seems the dir's get deleted.  And I don't mean the dir
itself, but the contents of them.

For example, I have /rsync/fedora-test/ as my prerelease dir and all the
branches of F21 (release, updates, updates-testing, rpmfusion stuff) are
in there.  All of the dir names are listed as always, but the sub's are
removed and then redownloaded again.  I have tried 2 different mirrors
and both happen the same.

It's like when yum tries to upgrade (and it may be when I do a yum clean
all), then something happens to the dir's (and it may not be exactly
that, but right after) then next time rsync checks, it downloads it all
from scratch again.  I can say, up to the point of it downloading again,
before that, when rsync checks the mirrors, it only deletes/downloads
what was changed, not the whole thing.

I don't get it nor can find what is happening.  Wondering if the
harddrive itself is going bad somehow, as the rsync/mirror stuff is on
sep HD and mounted that way from install?  

Any thoughts on what to look for, or any other details to show you or
give you that might help decide what to do or how to do it?
-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: [SOLVED] Cron emails

2014-11-22 Thread Mike Chambers
On Fri, 2014-11-21 at 19:22 -0600, Mike Chambers wrote:
 Hi all,
 
 I have a couple of cron jobs setup in my /etc/cron.d/ dir and they seem
 to be checked and run as suppose to, according to /var/log/cron.
 Basically the 2 jobs point to a couple of dir's that run a few scripts
 every so few hours and mirror a few things from Fedora, rpmfusion, etc.
 
 But I would like to get the email results of those 2 jobs after they
 run, whether they download anything or not, but right now I don't get
 anything.
 
 Below is a copy of one of the cron jobs, but they are all the same.
 
 [root@scooby log]# more /etc/cron.d/0quarterly 
 # Run the quarterly jobs
 SHELL=/bin/bash
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 MAILTO=root
 5 */4 * * * root run-parts /etc/cron.quarterly
 
 As can see above, mailto=root is set, and I do get root emails (I
 tested) to the alias I have set it for, but not the cron jobs.
 
 So how else can I get it to email me no matter what the result is?

Duh, figured out that I had a mishap when editing my sendmail.mc file in
reference to loopback, but it's fixed now.

Emails runneth over haha.  Thanks for the tries tho :)

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dovecot

2014-11-21 Thread Mike Chambers
I finally got it working this morning after work, I just removed the
program totally to include all the conf files and stuff and reinstalled it,
only configured bare minimal and can login now.  Now, the only thing I am
having a problem with, is I have it setup for imap, and I can create
folders, but I can't create a subfolder.

For example, I have a folder called RedHat, and I put all the different
mailing lists I subscribe to under that folder, such as Beta for testing,
devel for devel list, Fedora for users list, info for announce lists, etc..
But I can create the RedHat folder, but when trying to create one under it,
it won't let me highlight that folder to create it under.  If I try to
create it as a main folder, then move it to the RedHat folder, can't do
that neither.  I think I ran into this before but can't remember how I
created the sub folders.  This is using evolution on the client machine btw
haha.

Any ideas?  Also, sorry if this is top writing or whatever it may be, as am
currently going through gmail for now so I don't bounce emails until get my
server working OK.

On Thu, Nov 20, 2014 at 8:52 PM, Mike Chambers mikec...@gmail.com wrote:


 On Nov 20, 2014 8:47 PM, Ed Greshko
  Does doveconf -n indicate you're using pam for the passdb?

 Will have to check tomorrow morning after work.




-- 
Mike Chambers
Madisonville, KY
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dovecot

2014-11-21 Thread Mike Chambers
On Fri, 2014-11-21 at 09:05 -0600, Mike Chambers wrote:
 I finally got it working this morning after work, I just removed the
 program totally to include all the conf files and stuff and
 reinstalled it, only configured bare minimal and can login now.  Now,
 the only thing I am having a problem with, is I have it setup for
 imap, and I can create folders, but I can't create a subfolder.
 
 
 For example, I have a folder called RedHat, and I put all the
 different mailing lists I subscribe to under that folder, such as Beta
 for testing, devel for devel list, Fedora for users list, info for
 announce lists, etc.. But I can create the RedHat folder, but when
 trying to create one under it, it won't let me highlight that folder
 to create it under.  If I try to create it as a main folder, then move
 it to the RedHat folder, can't do that neither.  I think I ran into
 this before but can't remember how I created the sub folders.  This is
 using evolution on the client machine btw haha.
 
 
Disregard as I got it figured out.  So far so good now I think.  And
time to recreate backups to my config files so little easier next time.


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Cron emails

2014-11-21 Thread Mike Chambers
Hi all,

I have a couple of cron jobs setup in my /etc/cron.d/ dir and they seem
to be checked and run as suppose to, according to /var/log/cron.
Basically the 2 jobs point to a couple of dir's that run a few scripts
every so few hours and mirror a few things from Fedora, rpmfusion, etc.

But I would like to get the email results of those 2 jobs after they
run, whether they download anything or not, but right now I don't get
anything.

Below is a copy of one of the cron jobs, but they are all the same.

[root@scooby log]# more /etc/cron.d/0quarterly 
# Run the quarterly jobs
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
5 */4 * * * root run-parts /etc/cron.quarterly

As can see above, mailto=root is set, and I do get root emails (I
tested) to the alias I have set it for, but not the cron jobs.

So how else can I get it to email me no matter what the result is?

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Dovecot

2014-11-20 Thread Mike Chambers
Hi all,

Just recently I reinstalled my server box, and having to set it up to
receive email again.  I got sendmail working OK I think, and have dovecot
setup for imap and pop.  But dovecot won't recognize my login info, so it's
not recognizing my default logins, which I just use a normal /etc/passwd
for users and passwords, nothing special.  I also have ssl turned off since
it's all local.

So what am I missing in my /etc/dovecot/conf.d dir to configure?

BTW, it is Fedora 21 that I am using, but it shouldn't matter as dovecot
should be same on 20 as well, I would think/hope.

Any help appreciated, thanks.

-- 
Mike Chambers
Madisonville, KY
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dovecot

2014-11-20 Thread Mike Chambers
a.000 NO [AUTHENTICATIONFAILED] Authentication failed.


Nov 20 20:26:22 scooby.mtchambers.com dovecot[4614]: auth-worker(4865):
Error: passwd(mike,192.168.1.1): Invalid password in passdb: crypt()
failed: Invalid argument
Nov 20 20:26:24 scooby.mtchambers.com dovecot[4614]: auth-worker(4865):
Error: passwd(mike,192.168.1.1): Invalid password in passdb: crypt()
failed: Invalid argument
Nov 20 20:26:26 scooby.mtchambers.com dovecot[4614]: auth-worker(4865):
Error: passwd(mike,192.168.1.1): Invalid password in passdb: crypt()
failed: Invalid argument
Nov 20 20:27:01 scooby.mtchambers.com dovecot[4614]: auth-worker(4865):
Error: passwd(mike,127.0.0.1): Invalid password in passdb: crypt() failed:
Invalid argument
Nov 20 20:28:02 scooby.mtchambers.com dovecot[4614]: imap-login:
Disconnected: Too many invalid commands (auth failed, 1 attempts in 61
secs): user=mike, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured,
session=WW8PLlUI4wB/AAAB

Something in the configuring isn't setup cause I remember doing this
before, like year or 2 ago and had to get it set right.


On Thu, Nov 20, 2014 at 8:26 PM, Ed Greshko ed.gres...@greshko.com wrote:

 On 11/21/14 09:48, Mike Chambers wrote:
  Hi all,
 
  Just recently I reinstalled my server box, and having to set it up to
 receive email again.  I got sendmail working OK I think, and have dovecot
 setup for imap and pop.  But dovecot won't recognize my login info, so it's
 not recognizing my default logins, which I just use a normal /etc/passwd
 for users and passwords, nothing special.  I also have ssl turned off since
 it's all local.
 
  So what am I missing in my /etc/dovecot/conf.d dir to configure?
 
  BTW, it is Fedora 21 that I am using, but it shouldn't matter as dovecot
 should be same on 20 as well, I would think/hope.
 
  Any help appreciated, thanks.
 

 What do you get if you do

 telnet localhost 143and then enter 

 a.000 login username password

 I don't use dovecot.but there should be logs and you should be able to
 do

 journalctl -b 0 -u dovecot


 --
 If you can't laugh at yourself, others will gladly oblige.

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org




-- 
Mike Chambers
Madisonville, KY
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dovecot

2014-11-20 Thread Mike Chambers
On Nov 20, 2014 8:47 PM, Ed Greshko
 Does doveconf -n indicate you're using pam for the passdb?

Will have to check tomorrow morning after work.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What is the deal with rpmfusion nvidia updates?

2014-11-09 Thread Mike Chambers
On Sat, 2014-11-08 at 19:01 -0500, Neal Becker wrote:
 I don't understand why yum doesn't want to install updates when a new kernel 
 is 
 available:
 
  sudo yum update
 ...
 --- Package kernel.x86_64 0:3.16.7-200.fc20 will be installed
 ...
 [nothing about kmod-nvidia-blah]
 
 ** yum wants to update kernel **
 
 rpm -qa kmod-nvidia*
 kmod-nvidia-304xx-3.16.6-203.fc20.x86_64-304.123-1.fc20.16.x86_64
 
 ** kmod-nvidia 3.16.6-203 is already installed **
 
 yum info kmod-nvidia*
 ...
 Name: kmod-nvidia-304xx-3.16.7-200.fc20.x86_64
 Arch: x86_64
 Version : 304.123
 Release : 1.fc20.17
 
 ** OK, there it is!  The kmod I need for the new kernel.  So why doesn't yum 
 want to install it?
 
 -- 
 -- Those who don't understand recursion are doomed to repeat it
 

Try to install the new kernel first, then after, see if the new kmod
will update.


Or just use akmod-nvidia and when you install an updated kernel and
reboot, akmod will auto build the new kmod for you (you need to install
kernel-devel along with kmod initially).

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What is the deal with rpmfusion nvidia updates?

2014-11-09 Thread Mike Chambers
On Sun, 2014-11-09 at 03:40 -0600, Mike Chambers wrote:
 On Sat, 2014-11-08 at 19:01 -0500, Neal Becker wrote:
  I don't understand why yum doesn't want to install updates when a new 
  kernel is 
  available:
  
   sudo yum update
  ...
  --- Package kernel.x86_64 0:3.16.7-200.fc20 will be installed
  ...
  [nothing about kmod-nvidia-blah]
  
  ** yum wants to update kernel **
  
  rpm -qa kmod-nvidia*
  kmod-nvidia-304xx-3.16.6-203.fc20.x86_64-304.123-1.fc20.16.x86_64
  
  ** kmod-nvidia 3.16.6-203 is already installed **
  
  yum info kmod-nvidia*
  ...
  Name: kmod-nvidia-304xx-3.16.7-200.fc20.x86_64
  Arch: x86_64
  Version : 304.123
  Release : 1.fc20.17
  
  ** OK, there it is!  The kmod I need for the new kernel.  So why doesn't 
  yum 
  want to install it?
  
  -- 
  -- Those who don't understand recursion are doomed to repeat it
  
 
 Try to install the new kernel first, then after, see if the new kmod
 will update.
 
 
 Or just use akmod-nvidia and when you install an updated kernel and
 reboot, akmod will auto build the new kmod for you (you need to install
 kernel-devel along with kmod initially).
 

(install kernel-devel along with akmod initially, I mean, not kmod haha)


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Kudos to the Fedora 21 team

2014-11-08 Thread Mike Chambers
On Fri, 2014-11-07 at 16:20 +, Bill Oliver wrote:

 
 Thanks for the suggestion -- as a diehard KDE fan, I'm always excited by new 
 KDE toys.  But... what am I supposed to be noticing?  I mean, I like KDE, and 
 this works, so I like it.  But I don't see any fireworks going off, it 
 doesn't vibrate or anything, and I still have to make my own coffee.
 
 It looks and acts just like KDE 4 did, it seems.  I read it's supposed to be 
 faster, but KDE 4 was also fast on my laptop, and so I don't notice the 
 improvement -- though I assume its there.
 
 Is there something I should be noticing that I'm not?  Maybe my default 
 configuration ignores the new cool stuff?

https://www.kde.org/announcements/plasma5.0/


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: KDE became a sort of sloth

2014-09-03 Thread Mike Chambers
On Wed, 2014-09-03 at 15:51 +0200, Walter Cazzola wrote:
 Dear Fedora Experts,
 I've a Dell Precision m6500 with i7 and 1GB NVIDIA FX3800M and it is
 running a Fedora 20 since it was distributed without any trouble.
 
 Two days ago I have updated my system through yum and since then KDE is
 really slow to start (Today it tooks 8 minutes to be usable again) and
 sometimes becomes unresponsive for a while.
 
 The period of freezing coincide with some HD activities (or at least
 with the HD indicator light turned on without blinking (or blinking so
 fast that I can't discern it). I've tried to see with top if I have some
 suspect process running but everything is as usual.
 
 Also the KDE session the system restores is pretty naïve with a couple
 of konsoles, an instance of firefox and a couple of okulars open.
 Nothing that, in my view, can justify the change.
 
 I've tried to undo the last update but yum fails in that due to a
 dependency issue. Both Baloo and Akonadi indexing service are turned
 off. Also googling around didn't suggest me new ideas about how to fix
 the problem
 
 My next try it would be to use the nvidia drivers instead of nouveau but
 before selling my soul to the evil ;-) I'd prefer to ask for help.

Was the kernel updated?  Have you tried to boot with an older kernel
that worked before to see if there is an issue there?


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: [SOLVED] Email issues

2014-07-29 Thread Mike Chambers
On Tue, 2014-07-29 at 11:11 +0400, Hiisi wrote:
 On 29 July 2014 03:14, Mike Chambers m...@mtchambers.com wrote:
 I think my email server is working and accepting emails, but
 my
 workstation that connects to said email server, via evolution
 and
 through dovecot, is no longer receiving emails, and no
 configurations
 have changed.  Although I can get emails, from gmail or
 whomever.
 Wondering if my domain was hacked or something.
 
 
 
 Test it with telnet.

Yea I went online and tried a 3rd party test and it was working fine.
The problem was the alias file on the server machine accidentally was
changed, so emails going to a non-existant user.  Corrected and back to
working.

Thanks for the advice,

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Email issues

2014-07-28 Thread Mike Chambers
I think my email server is working and accepting emails, but my
workstation that connects to said email server, via evolution and
through dovecot, is no longer receiving emails, and no configurations
have changed.  Although I can get emails, from gmail or whomever.
Wondering if my domain was hacked or something.

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F21 Cant login

2014-07-11 Thread Mike Chambers
On Fri, 2014-07-11 at 13:36 +0100, Patrick O'Callaghan wrote:
 On Fri, 2014-07-11 at 01:07 -0500, Mike Chambers wrote:
  Just installed F21 via NFS, using KDE as my workstation.  It booted up to
  the login screen, but it won't login.  Have tried both GUI and terminal and
  neither will login, whether regular user or root.
  
  Mike Chambers
  
 
 F21 is unreleased. Please use the Fedora Test list for questions.
 
 poc
 

Was sent to the list on accident from another computer that don't have
all my addresses.  But the fix was stated on this list as a reply
anyway, so thanks to Kevin (I think haha).

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


F21 Cant login

2014-07-10 Thread Mike Chambers
Just installed F21 via NFS, using KDE as my workstation.  It booted up to
the login screen, but it won't login.  Have tried both GUI and terminal and
neither will login, whether regular user or root.

Mike Chambers

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Mirroring issue

2014-07-07 Thread Mike Chambers
Hey all,

Got an issue I want to get thoughts/opinions on.  

I currently mirror Fedora releases, updates, rawhide, etc...But on the
releases, that is the problem.  Fedora has a few directories to mirror
and not sure which scenario to use.

1 - I currently mirror the *whole kit and kaboodle* directory (it has
everything in other words), that way if/when I install a package that is
or uses a package from the Fedora main repository, I can get it.  And
then if for some reason I need to reinstall Fedora (20 in this case), I
use the http option as my connection is pretty fast and doesn't take
forever to install.  Why I do it that way is because the *everything*
directory doesn't have an installable tree to use.

2 - I have mirrored the installable tree directory (basically the
release, as you would get it on dvd), so can do reinstalls or whatever
from Fedora with no issues.  But if you install a package from somewhere
and it calls for a Fedora package not in the mirror, then you are stuck.
So I guess using this scenario, would have to change the repo from yum
to use the *everything* tree from http (since the connection is fast
anyway), but takes away reason for mirroring in first place.

3 - I guess I have the room (spare disk used for mirroring and such away
from system) to just mirror both and not have to use internet at all, at
least from Fedora perspective?

Any thoughts/suggestions/issues, are more than welcome.

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: CLI access to server -

2014-04-09 Thread Mike Chambers
On Wed, 2014-04-09 at 18:10 -0400, Bob Goodwin - Zuni, Virginia, USA
wrote:
 
 On 04/09/14 18:03, Lee wrote:
 
   In this box, Fedora 20 XFCE, the file manager, Thunar, displays a
  location Network under which the server appears. I would like to
  see that from the command line but don't know how.
 
  I believe you could use ssh/sshd for this purpose. 
 
 Yes I can access it with ssh or sftp but I am curious to know what the
 file manager is doing? 
 
 ssh root@box48 will get me there.
 
 You may be right, ssh is the only way.

While under cli on your own workstation (not the server), if you type
mount does that show you anything related to the server?


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: OT: Win 7 -- Brother Printer Re: Very Off Topic -

2014-02-20 Thread Mike Chambers
On Thu, 2014-02-20 at 17:11 +1100, Roger wrote:
  Has anyone in Linuxland who is also using w7pro experienced printing
  issues, particularly with Brother laser and worked out what caused
  the failure. Thanks, and apologies in advance for a non Linux issue.
  Roger
 
 Thanks to all who responded.
 The owner managed to get to a Brother service tech and was told that the 
 USB ports on his computer were not communicating with the printer, He 
 switched to eth0 and the printer works. So the USB ports are all of a 
 sudden only good for keyboard and microphone.

I had a similar issue with an HP all-in-one printer and ended up
switching to a different USB port and eventually worked.  I know some
come with different versions (2, 3, etc..) of USB ports so it might have
partly been that.  Although if it was plugged into one of them, and all
of a sudden stopped while plugged into same port, then sounds buggy to
me.  Maybe something in the BIOS or something turned off that port, or
something from MS.

Anyway, glad it's working and if using eth0 port, might work better
and/or faster.


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Evolution not deleting emails

2014-02-13 Thread Mike Chambers
Anyone else having issues with evolution not automatically removing mail
from the Junk folder on exit, even though it's checked to remove it?  Seems
this has been the case during F20 and F19 and recent versions of evolution.

It also doesn't seem to remove my emails from trash folder as well, and
that one is marked to be removed.

-- 
Mike Chambers
Madisonville, KY
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Install and mirror issues on F20

2014-02-04 Thread Mike Chambers
When using the boot.iso image and put on disk, does it have to be used
against an installable Fedora 20 tree, or can it be against just the
Packages/Repodata (Everything) tree where *all* the packages are
located?

Reason asking, is I mirror most of all Fedora most recent releases, to
include updates, testing, etc..But I mirror the release base against the
installable tree, not the *Everything* tree.

Well, using above, when I go to install other programs, from 3rd party
or even just what didn't come with the install, and the mirrored
installable tree doesn't have that package, I have to get it from the
*Everything* tree.


Hope I worded this right haha,

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: UEFI issue for dual boot.

2014-02-03 Thread Mike Chambers
On Sat, 2014-02-01 at 21:18 -0700, Robin Laing wrote:
 Hello,
 
 Successfully installed F19 (a few months ago) with UEFI and it boots 
 into Fedora with no issues.  Trying to boot into Windows gives an error 
 about finding the EFI files.
 
 On investigation, I find that there are two EFI boot enabled partitions. 
   One has the Windows files (/dev/sda1) and the other is the Linux boot 
 partitions (/dev/sda4).
 
 How do I move or change the configuration so I can dual boot in Windows 
 as the grub menu selection for the Windows boot manager doesn't point to 
 /dev/sda1.

I have EFI but at startup before BIOS, I can select how to boot up a CD
or whatever, and couple of the choices are EFI or legacy (old way).  I
choose legacy, then do the install and therefore use normal grub2 and
dual boot with no issues.


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Fwd: Announcing the release of Fedora 20.]

2013-12-17 Thread Mike Chambers
 on x86 with libvirt/virt-manager ==

You can now run ARM VMs on x86 hosts using standard libvirt tools: libvirt 
virsh, virt-manager and virt-install.

*** Big Data ***

The Fedora 20 release includes all the packages you need to run Apache Hadoop 
2.2.0. Hadoop is a widely used, increasingly complete big data platform with a 
strong, growing community and ecosystem. The Hadoop packages included with 
Fedora 20 will provide a foundation for immediate use of Hadoop and a base for 
the rest of the Apache Hadoop ecosystem.

*** Developer Goodness ***

As always, Fedora 20 includes new features and updated packages that will be of 
interest to all manner of developers.

== WildFly 8 ==

WildFly 8 is the next version of the application server previously known as 
JBoss Application Server. With WildFly 8, it's possible to run your Java EE 7 
applications with unparalleled speed. 

WildFly 8 boasts a optimized boot process that starts services concurrently to 
eliminate unnecessary waits and taps into the power of multi-core processors. 
At the same time, WildFly takes an aggressive approach to memory management and 
keeps its memory footprint exceptionally small compared to other JVMs. 

== Ruby on Rails 4.0 ==

This update supports Ruby on Rails developers by providing system-packaged Ruby 
on Rails of the latest version. Apart from that, Rails 4.0 also brings improved 
functionality, speed, security, and better modularization.

*** Maturity and Advanced Features ***

Sometimes it's not the big, new features that make a user's experience better; 
it's the little enhancements or long-awaited tricky features that really help 
make a new release the bee's knees. 

== NetworkManager Improvements ==

NetworkManager is getting several improvements in Fedora 20 that will be 
welcome additions for power users and system administrators. 

Users will now be able to add, edit, delete, activate, and de-activate network 
connections via the nmcli command line tool, which will make life much easier 
for non-desktop uses of Fedora.

NetworkManager is also getting support for bonding interfaces and bridging 
interfaces. Bonding and bridging are used in many enterprise setups and are 
necessary for virtualization and fail-over scenarios.

== No Default Sendmail, Syslog ==

In the interests of paring down services that are generally not used on desktop 
systems, Fedora 20 removes and replaces some services that many users find 
unnecessary from the Live Desktop DVD. They will remain available as 
installable packages for users who might need them. 

The systemd journal now takes the place as the default logging solution for 
minimal and other selected installation methods, such as the Live Desktop DVD, 
having been tested and able to manage persistent logging in place of syslog. 

Also, Sendmail will no longer be installed by default, as most Fedora installs 
have no need of a Mail Transfer Agent (MTA). 

*** Even More Changes ***

Fedora prides itself on bringing cutting-edge technologies to users of open 
source software around the world, and this release continues that tradition. No 
matter what you do, Fedora 20 has the tools you need to help you get things 
done. 

A complete list with details of each new change is available here:
https://fedoraproject.org/wiki/Releases/20/ChangeSet

*** Documentation ***

Read the full release notes for Fedora 20, guides for several languages, and 
learn about known bugs and how to report new ones:
http://docs.fedoraproject.org/

Fedora 20 common bugs are documented here:
http://fedoraproject.org/wiki/Common_F20_bugs

This page includes information on several known non-blocker bugs in Fedora 20; 
please be sure to read it before installing!

*** Contributing ***

We hope that you're excited to have Fedora 20 in your hands and are looking 
forward to using it and exploring its new features and many improvements over 
Fedora 19. But that's not all! Fedora never stands still, we're always working 
towards a new and better release and sharing our work with the world. Want to 
be part of the fun? It's easy to get involved! 

There are many ways to contribute to Fedora, even if it's just bug reporting. 
You can also help translate software and content, test and give feedback on 
software updates, write and edit documentation, design and do artwork, help 
with all sorts of promotional activities, and package free software for use by 
millions of Fedora users worldwide. To get started, visit 
http://join.fedoraproject.org today!


Cheers,

-robyn
-- 
announce mailing list
annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/announce

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki

Announcing the release of Fedora 19!

2013-07-02 Thread Mike Chambers
 others. Other available desktop environments, in 
addition to the GNOME 3.8 desktop which is shipped in the default version of 
Fedora 19, as well as those highlighted above, Xfce, Sugar on a Stick, and LXDE.

To see all of the Official Fedora 19 Release Spins, visit:
http://spins.fedoraproject.org 

Nightly composes of alternate Spins are available here: 
http://dl.fedoraproject.org/pub/alt/nightly-composes

*** Downloads, upgrades, documentation, and common bugs ***

Start by downloading Fedora 19:
http://get.fedoraproject.org/

If you are upgrading from a previous release of Fedora, refer to:
http://fedoraproject.org/wiki/Upgrading

Fedora now includes FedUp in order to enable an easy upgrade to Fedora 19.

*** Documentation ***

Read the full release notes for Fedora 19, guides for several languages, and 
learn about known bugs and how to report new ones:
http://docs.fedoraproject.org/

Because of the number of changes to the installer, we particularly suggest 
taking a peek at the Installation Guide:
http://docs.fedoraproject.org/en-US/Fedora/19/html/Installation_Guide/index.html

Fedora 19 common bugs are documented at:
http://fedoraproject.org/wiki/Common_F19_bugs

This page includes information on several known bugs in the installer, so we 
recommend reading it before installing Fedora 19.

*** Contributing ***

We can't build Fedora inside a box. We need your help! Bug reports are 
especially helpful--if you encounter any issues, please report them!

Fedora is a fantastic, friendly community, and we have many ways in which you 
can contribute, including documentation, marketing, design, QA, and 
development. 

To learn how to help us, visit:
http://join.fedoraproject.org/

*** Fedora 20 ***

Fedora 20 has been in active development for several months already. We plan to 
release it in November 2013, though the final schedule is part of the planning 
process and subject to change:

https://fedoraproject.org/wiki/Releases/20/Schedule

*** Contact information ***

If you are a journalist or reporter, you can find additional information here:

https://fedoraproject.org/wiki/Press


Enjoy!

-Robyn Bergeron
-- 
announce mailing list
annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/announce

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mailto links from Chrome w/Thunderbird

2013-04-05 Thread Mike Chambers
On Fri, 2013-04-05 at 10:59 -0500, Steven Stern wrote:
 O
 It's there. Again, the issue is NOT that Thunderbird is not getting
 launched, but the word mailto:; appears in the email address if
 launched from a link in Chrome.  The address is just fine when the link
 comes from Firefox.

Maybe it's the version of Chrome your using that might be the issue, or
does it do it on all of them?  Are you up to date, and if so, you using
stable, beta, unstable?  Might try a different one.  Or, to see if it's
how Chrome is seeing the code on mailto: stuff, when see one, go to the
settings/tools/developers (I think) and see what the html code already
it looks like.  Might just be a bug, but I don't have that problem on
chrome/evolution (although you use thunderbird).  You might try diff
email just to test if evo or kmail or something does the same thing?

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Fwd: Announcing the release of Fedora 18.]

2013-01-15 Thread Mike Chambers
://spins.fedoraproject.org

== Contributing ==

There are many ways to contribute beyond bug reporting. You can help translate 
software and content, test and give feedback on software updates, write and 
edit documentation, design and do artwork, help with all sorts of promotional 
activities, and package free software for use by millions of Fedora users 
worldwide. To get started, visit http://join.fedoraproject.org today!

== Fedora 19 ==

Even as we continue to provide updates with enhancements and bug fixes to 
improve the Fedora number experience, our next release, Fedora 19, is already 
being developed in parallel and has been open for active development for 
several months already. We have an early plan for release at the end of May 
2013, and the final schedule for F19 is going to be based on the results of the 
planning process:

https://fedoraproject.org/wiki/Releases/19/Schedule

== Feature Deprecation ==

Fedora has always been full of great features, but sometimes we need to cull 
the herd. Saying good-bye is always hard, but here are the ones we had to put 
out to pasture this time around. 

* /etc/sysconfig Deprecations: Several system configurations have moved out of 
/etc/sysconfig. The goal of these changes is to reduce - as described in 
http://0pointer.de/blog/projects/the-new-configuration-files.html - the 
unnecessary differences between Linux distributions and share a standard 
location for common settings. 

For a full list of changes read the release notes. 
http://docs.fedoraproject.org/en-US/Fedora/18/html/Release_Notes/index.html


== Contact information ==

If you are a journalist or reporter, you can find additional information here:
https://fedoraproject.org/wiki/Press

Enjoy!

-Robyn Bergeron

-- 
announce mailing list
annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/announce

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Fwd: Announcing the release of Fedora 18.]

2013-01-15 Thread Mike Chambers

For those not on the announce lists.

Mike Chambers
Madisonville, KY


 Forwarded Message 
From: Robyn Bergeron rberg...@redhat.com
To: annou...@lists.fedoraproject.org
Subject: Announcing the release of Fedora 18.
Date: Tue, 15 Jan 2013 10:03:18 -0500 (EST)

The Fedora Project is incredibly delighted to announce the release of Fedora 18 
(Spherical Cow). Heck, we'd even say that getting this release to you has 
been a mooving experience.

Fedora is a leading-edge, free and open source operating system that continues 
to deliver innovative features to many users, with a new release about every 
six months...or so. :-D  But no bull: Spherical Cow, is of course, Fedora's 
best release yet. You'll go through the hoof when you hear about the Grade A 
Prime F18 features. You can always cownt on us to bring you the best features 
first.

Can't wait for a taste? You can get started downloading now:
http://fedoraproject.org/get-fedora

Detailed information about this release can be seen in the release notes:
http://docs.fedoraproject.org/en-US/Fedora/18/html/Release_Notes/

== What's New in Fedora 18? ==

The Fedora Project takes great pride in being able to show off features for all 
types of use cases, including traditional desktop users, systems 
administration, development, the cloud, and many more. But a few new features 
are guaranteed to be seen by nearly anyone installing Fedora and are 
improvements that deserve to be called out on their own.

The user interface for Fedora's installation software, Anaconda, has been 
completely re-written from the ground up. Making its debut in Fedora 18, the 
new UI introduces major improvements to the installation experience. It uses a 
hub-and-spoke model that makes installation easier for new users, offering them 
concise explanations about their choices. Advanced users and system 
administrators are of course still able to take advantage of more complex 
options. The general look and feel of the installation experience has been 
vastly upgraded, providing modern, clean, and comprehensible visuals during the 
process. While the new installer should work well for most users in most 
configurations, there are inevitably a few teething problems in the first 
release of such a major revision. 

Known design limitations of the new installer in F18 are listed here: 
http://fedoraproject.org/wiki/Anaconda/NewInstaller
Known significant bugs can be seen here: 
http://fedoraproject.org/wiki/Common_F18_bugs#Installation_issues

We welcome your constructive and specific feedback as we continue to work on 
refining the installer for future releases. 

The upgrade process for Fedora now uses a new tool called FedUp (Fedora 
Upgrader). FedUp replaces pre-upgrade as well as the DVD methods for upgrading 
that have been used in previous Fedora releases. FedUp integrates with systemd 
to enable the upgrade functionality, doing the work in a pristine boot 
environment.

Of course, it wouldn't be a release announcement without a spotted -- er, 
dotted -- list of all the other fantastic features you'll see in Fedora 18:

=== For desktop users ===

Mve over, stale desktops. We've got a small herd of choices udderly suited 
to your preferences.

* GNOME 3.6: The newest version of the GNOME desktop provides an enhanced 
Messaging Tray, support for Microsoft Exchange and Skydrive, and many more new 
features. 

* Cinnamon: Fedora users now have the option of using Cinnamon, an advanced 
desktop environment based on GNOME 3. Cinnamon takes advantage of advanced 
features provided by the GNOME backend while providing users with a more 
traditional desktop experience.

* MATE Desktop: The MATE desktop provides users with a classic GNOME 2.x style 
user interface. This desktop is perfect for users who have been running GNOME 
Classic or other window managers like XFCE as an alternative to GNOME 3. 

* KDE Plasma Workspaces 4.9: KDE Plasma Workspaces has been updated with many 
new features and improved stability and performance, including updates to the 
Dolphin File Manager, Konsole, and KWin Window manager. 

* Xfce 4.10: The lightweight and easy-to-use Xfce desktop has been updated to 
the 4.10 version with many bug fixes and enhancements, including a new MIME 
type editor, a reworked xfce4-run dialog, improved mouse settings, tabs in the 
Thunar file manager, and options to tile windows in xfwm4. Through all of these 
and more, Xfce continues to improve without getting in your way. 

Regardless of your desktop choice, Fedora 18 offers...

* Improved storage management: SSM (System Storage Manager) is an easy-to-use 
command-line interface tool that presents a unified view of storage management 
tools. Devices, storage pools, volumes, and snapshots can now be managed with 
one tool, with the same syntax for managing all of your storage. (It's great 
for systems administrators, too!)

=== For developers ===

For developers there are all sorts of moo-tivating goodies

Re: How to Set/Get UUID for a NIC

2013-01-11 Thread Mike Chambers
On Fri, 2013-01-11 at 16:13 +0100, Paweł Brodacki wrote:
 2013/1/9 Alan Cox a...@lxorguk.ukuu.org.uk:
  
  They are supposed to be unique *per machine* - you can have two nics on
  the same machine with the same MAC although this is rare.
 
  Alan
 
 Alan, please, verify information before dissemination.
 MAC address assigned to a physical NIC ought to be globally unique.
 Ethernet frames are sent to MAC address, so two identical addresses
 present in any broadcast domain would awfully confuse network
 switches. See e.g. Wikipedia article on MAC
 https://en.wikipedia.org/wiki/MAC_address. Hardware producers reserve
 prefixes (first 3 bytes of the address) and are responsible for not
 manufacturing devices with identical suffixes (last 3 bytes of the
 address).


  This should result in globally unique MAC addresses, however
 I did encounter NICs with identical ones (cheap stuff of unknown and
 dubious provenance).

You try to call out Alan, THEN your last sentence above, states exactly
what Alan said, they *can* have identical in the same machine *BUT
RARE*.  And you just stated you encountered it once?  Sounds like what
he stated to me.


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: what broke chrome flash?

2012-11-04 Thread Mike Chambers
On Sun, 2012-11-04 at 10:35 +, Andrew Haley wrote:
 On 11/04/12 10:13, Ed Greshko wrote:
  On 11/04/2012 05:41 PM, Andrew Haley wrote:
  On 11/03/12 13:30, Ed Greshko wrote:
 
  You could try reverting to google-chrome-stable.  It is running just fine 
  for me
 
  It didn't help me.  Every time it tries to run anything flash, it 
  immediately
  crashes.
 
  google-chrome-stable.i386 0:22.0.1229.94-161065
  xorg-x11-drv-nouveau-0.0.16-37.20120306gitf5d1cd2.fc17.x86_64
 
  
  Same here
  
  google-chrome-stable-22.0.1229.94-161065.x86_64
  xorg-x11-drv-nouveau-0.0.16-37.20120306gitf5d1cd2.fc17.x86_64
  
  Have you tried logging in and running as a different user?
 
 Aha!  Good catch.
 
 Now I can try to figure out what to delete.  I've got rid of all
 the chrome stuff in .config, no joy.  For some reason to do with
 the chrome sandbox I can't strace it, so no way to find out what
 files it's reading.  I'm baffled, really.
 
 Andrew.
 

Unstable works for me...

google-chrome-unstable-24.0.1312.2-165266.x86_64

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora hangs driving me nuts, in Windows it works without problems!

2012-10-29 Thread Mike Chambers
On Mon, 2012-10-29 at 15:32 +0100, valent.turko...@gmail.com wrote:
  

 Few times (much less often) Fedora hangs while I'm working, but that
 happened only a few times.
 
 How can I troubleshoot intel driver further?

Any chance of putting in a different video card and see if it still
freezes up?


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Newbie question abt network install

2012-10-26 Thread Mike Chambers
On Fri, 2012-10-26 at 06:14 +0200, Ralf Corsepius wrote:
 On 10/26/2012 06:04 AM, jdow wrote:
  yum upgrade?
 
 Thanks to Fedora's (IMO: absurd) UsrMove Feature, this doesn't work 
 smoothly for -F17 upgrades.
 
 IIRC, there's a wiki page somewhere (on Fedoraproject.org?) describing 
 the nasty details - It's pretty tedious and risky ;)

https://fedoraproject.org/wiki/Upgrading_Fedora_using_yum?rd=YumUpgradeFaq


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: yum update to F17

2012-06-02 Thread Mike Chambers
On Sat, 2012-06-02 at 11:23 +0800, Zhangsan wrote:

 It worked correctly, but I found it was downloading the packages of
 the [fedora] repo from the development directory actually by the
 following
 
 message:
 
  
 
 http://ftp.neowiz.com/fedora/development/17/x86_64/os/repodata/ddcb2f6c2ba6ca8e6f47f4a7df96bb920318bdf9991466a12923da38c04966bf-filelists.sqlite.bz2:
  [Errno 14] curl#56 - Network error recv()
 
 Trying other mirror.
 
 http://ftp.tsukuba.wide.ad.jp/Linux/fedora/linux/development/17/x86_64/os/repodata/ddcb2f6c2ba6ca8e6f47f4a7df96bb920318bdf9991466a12923da38c04966bf-filelists.sqlite.bz2:
  [Errno 14] curl#56 - Network error recv()
 
 Trying other mirror.
 
  
 
 I think it should download from the Everything directory. Why not?
 

Should be from the *releases* dir, not the *development* dir, it's a
final release now, not in development...

http://ftp.neowiz.com/fedora/releases/17/Fedora/x86_64/os/


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Announcing Fedora 17. Relish it.

2012-05-29 Thread Mike Chambers
For those not on the announce lists.  Here what ya been waiting for.

Mike Chambers

 Forwarded Message 
From: Robyn Bergeron rberg...@redhat.com
Reply-to: users@lists.fedoraproject.org
To: annou...@lists.fedoraproject.org,
test-annou...@lists.fedoraproject.org,
devel-annou...@lists.fedoraproject.org
Subject: Announcing Fedora 17. Relish it.
Date: Tue, 29 May 2012 07:01:30 -0700

At the heat of a thousand hot dog cookers, the seventeenth release of 
Fedora shall be forged by contributors the world over, and it will be 
known as: Beefy Miracle. The mustard shall indicate progress.

For six months, participants in the Fedora Project shall freely 
contribute to the release of the distribution, in the spirit of the Four 
Foundations -- Freedom, Friends, Features,  and First -- and moreover, 
they shall relish in Fun, as a community without Fun would be like a day 
without sunshine.

Upon release, a free and open source operating system shall be available 
to  all, catering to a variety of tastes -- those of end-users, systems 
administrators, and developers, with a common thread that binds them 
all: No, not their love for hot dogs, silly, as we certainly know that 
Fedora shall be created and used by those whose dietary preference could 
be either Beefy or Leafy.  Freedom, my friends, Freedom is the Great 
Condiment, which shall enable all users of the Beefy Miracle to Create, 
Share, and Do.

-- The Book of Sauerkraut, Chapter 12, Verse 529

The Beefy Miracle hath arrived. Behold, for it is available to download now:
http://fedoraproject.org/get-fedora

And lo, detailed information about this release can be seen in the 
release notes:
http://docs.fedoraproject.org/en-US/Fedora/17/html/Release_Notes/

== Condiments ==

Frankly, we believe this is the beefiest release ever -- chock full of 
condiments, more commonly known as Features, to customize your 
experience to your tastes. We take pride in our toppings, and in our 
fine ingredients; Fedora 17 includes both over- and  under-the-bun 
improvements that show off the power and flexibility of the advancing 
state of free (range) software.

On the desktop: GNOME 3.4 introduces many user experience improvements, 
including new search capabilities in the activities overview, improved 
themes, and enhancements to the Documents and Contacts applications. A 
new application, GNOME-boxes, provides easy access to virtual machines.  
Additionally, GIMP 2.8, the newest version  of the GNU Image 
Manipulation Program, brings new improvements, such as single-window 
mode, layer groups, and on-canvas editing.

For developers: You never sausage a great array of development tools! 
Fedora 17 includes a pre-release of Juno, the release of the  Eclipse 
SDK expected in June 2012.  Java 7 (and OpenJDK 7) is the default Java 
runtime and Java build toolset, and GCC 4.7.x is now the primary 
compiler in Fedora.  Other language refreshes include shipping Ruby 
1.9.3, the latest stable version of the Ruby language; PHP 5.4, the 
latest PHP stack; an update of Erlang to the R15 release; and the D 
language has been updated to the 2.058 release.

Under the hood, and in the cloud: Serving up hot dogs all day long? 
Increase your reliability and versatility with the new enhancements to 
the clustering stack in Fedora  17. Load balancing and high availability 
improvements have been made, allowing systems administrators to deploy 
Fedora in environments requiring greater availability and clustered file 
systems. JBoss Application Server (AS) 7 has also been added to Fedora 
17; this fast, lightweight, and modular application server allows you to 
run full Java EE applications. oVirt, a server virtualization management 
system with advanced capabilities for hosts and guests, is also 
included.  The automatic multi-seat feature enables multiple, concurrent 
end-users to utilize a desktop from a single machine, which any systems 
administrator can relish. And we couldn't possibly write this without 
talking about our foray into Hot Dogs as a Service (HDaaS)... oh, just 
kidding, we just had to make a cloudy joke. In all seriousness, though, 
OpenStack, a collection of services that can be used to set up and run 
cloud compute and storage infrastructure, has been updated to the latest 
release, 2012.1 (Essex), in Fedora 17.

Ketchup with the full list of features for Fedora 17 here:

http://fedoraproject.org/wiki/Releases/17/FeatureList

=== Download and Upgrade ===

Fedora 17: It's bun-believable. Get it now: http://get.fedoraproject.org

If you are upgrading from a previous release of Fedora, refer to:

http://fedoraproject.org/wiki/Upgrading

Fedora 17 full release notes and guides for several languages are 
available at:

http://docs.fedoraproject.org/

Fedora 17 common bugs are documented at: 
http://fedoraproject.org/wiki/Common_F17_bugs

=== Fedora Spins ===

Fedora spins are alternate version of Fedora, tailored for various types 
of users via hand-picked

Re: KDE 4.9

2012-05-10 Thread Mike Chambers
On Thu, 2012-05-10 at 14:01 -0400, Bill Davidsen wrote:
 John Aldrich wrote:
  Disregard... I just went and saw that the F17 release is supposed to happen 
  in a
  few days, so I guess that answers my question about KDE 4.9 and F16. :D
 
 I don't see it in updates-testing for 16, for what that's worth. And if 
 you're 
 up for building it yourself I'd be tempted to suggest a VM first.

4.8.3 is the KDE version in F17, not 4.9.


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: help installing f16

2012-04-22 Thread Mike Chambers
On Sat, 2012-04-21 at 12:02 -0700, Mike Wright wrote:


 Created 10g mount point / ext4 and 1g swap.  Press Next. 
 Partitioning Errors.  You have not created a bootloader stage 1 target 
 device.  Just peachy.  What does it want?  Where is that done?  Tried 
 adding a /boot partition that will never be used but that, too, proved 
 pointless.

Ran into this (on a regular system) when trying it out while back, and
figured out had to..

1 - Format the disk as gpt instead of msdos before installing (hope that
made sense lol).
2 - When using a /boot/efi dir as first dir instead of /boot.

But using an LVM then may be outta my realm of suggestions and will
leave it alone lol


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Wireless firmware missing

2012-04-04 Thread Mike Chambers
On Wed, 2012-04-04 at 15:57 +1000, Roger wrote:

 I started the install of b43-fwcutter and after using make it gives errors:
 DEPEND dep/md5.d
 DEPEND /dep/fwcutter.d
 make: *** [obj /fwcutter.0] Error 127
 
 What does this mean please?

Do you have gcc installed?

rpm -q gcc

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Change in Fedora leadership

2012-02-07 Thread Mike Chambers
Case folks from Fedora User list aren't on the announe list, and missed
this.

Yes am top posting but wanted to leave the msg untouched.

You may go now haha.

Mike Chambers
Madisonville, KY

 Forwarded Message 
From: Jared K. Smith jsm...@fedoraproject.org
Reply-to: users@lists.fedoraproject.org
To: annou...@lists.fedoraproject.org
Subject: Change in Fedora leadership
Date: Tue, 7 Feb 2012 07:54:16 -0500

One of the things I like most about the Fedora Project is the
opportunity for people to move and grow in (and out) of different
roles and responsibilities.   The position of Fedora Project Leader,
in particular, has never been a long-term leadership position, but one
that regularly invites new people to assume the role and bring new
ideas and new energy to the project.  I would like to take this
opportunity to share some of my thoughts about being the Fedora
Project Leader, and inform you of upcoming changes in Fedora
leadership.  Any time we make leadership changes in Fedora, we that
that challenge seriously, and do everything we can to make the
leadership transition as smooth as possible.

Although I've been using Fedora since the split from Red Hat Linux,
it's only been the past five of six years that I've really been an
active contributor.  Sure, I was hanging out on the mailing lists,
trying out the pre-releases and reporting bugs, but I didn't really
consider myself a part of Fedora.  It wasn't until I got started with
the Docs team and attended my first FUDCon that I truly caught the
spirit of the Fedora community.  Since then, I've thoroughly enjoyed
rubbing shoulders with people who are infinitely smarter than me, and
I've learned a tremendous amount -- both about the technical bits and
bytes, and also about free software communities.  And for the last
little while, it's been my honor and privilege to serve the community
as the Fedora Project Leader.  The role of Fedora Project Leader isn't
an easy role, but I am proud of the things we've been able to
accomplish both within the distribution and within the community
during my tenure.  We've had three solid Fedora releases during my
time as FPL, each one with a myriad of new features.  I've worked hard
to expand our international outreach, and to get more international
representation on the Fedora Board.  We've updated the Fedora website.
 We've improved our quality assurance processes.  We've been able to
deliver Fedora images for the Amazon EC2 cloud on release day.  We've
improved our translation system.  I'm thankful for all those who have
worked hard to help drive Fedora forward.  Now is the time for me to
pass the torch to the next Fedora Project Leader.

As you probably already know, Red Hat employs the FPL to ensure
someone is accountable to Red Hat and the rest of the community for
the Fedora Project as a whole.  After all, many Fedora leaders have
referred to the FPL as the one throat to choke when it comes to
Fedora.  The FPL is still subject to the same process as any other Red
Hat hire, though, and ultimately Red Hat is responsible for that
decision.  It is imperative that the decision be a good one for the
entire Fedora community, so the Fedora Board is consulted about the
selection.  This process has continued to work well for several
previous FPLs, and the Board provided positive feedback about our
selection this time around, too.

I'm happy to announce that Red Hat has selected Robyn Bergeron to be
the next Fedora Project Leader.  Robyn has proven herself in the
Fedora community over the last several years, and I have complete
confidence in her abilities to lead the Fedora Project.  In addition
to planning FUDCon Tempe in 2011 and helping to lead the Marketing and
Cloud SIGs within Fedora, Robyn has been an integral part of many
other Fedora events and endeavors.  Most recently, she has held the
role of Fedora Program Manager, helping to ensure that we all stay on
schedule and helping the Fedora feature process stay on track.  Please
join with me in welcoming Robyn into her new role, and in giving her
your help and support in her new role.  I'll be working with Robyn
over the next weeks and months to help her in the new role.

--
Jared Smith
Former Fedora Project Leader

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Booting a computr in EFI mode.

2012-01-14 Thread Mike Chambers
On Sat, 2012-01-14 at 08:59 -0600, Aaron Konstam wrote:

  I guess the answer to your question is yes, Fedora 16 support EFI booting.
 I guess, I must be specific. Does it insert a GPT partition where there
 was none before? How does this affect a machine that had perviously been
 partitioned without a GPT partition?

Try Partition Magic, it will get you a GPT partition even as a bootable
disc.  It's what I had to do as well, and same as what you're trying to
do.

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: f-16 Grub2 config. Problem -

2012-01-14 Thread Mike Chambers
On Sat, 2012-01-14 at 14:26 -0500, Bob Goodwin wrote:
 .
 
 And everything works pretty much the way I would like it to
 except that now I have to select the kernel version to boot else
 it boots to the older one.
 
 The grub screen shows them listed in the following order and
 defaults to  the third line 3.1.0-7.fc16.x86_64 which I believe
 is not what it should do?
 
 3.1.7-1.fc16.x86_64
 3.1.7-1.fc16.x86_64 Recovery Mode
 3.1.0-7.fc16.x86_64
 3.1.0-7.fc16.x86_64 Recovery Mode
 
 Assuming that 3.1.7-1.fc16.x86_64 is the later version how do I
 fix that?

On your grub2.cfg file, check the top (below) and see what it has for
default=...

# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0


Might be 1 or something else.  If so, change it to 0 and you do NOT have
to run the command it says to run.  Just editing is enough.  Reboot and
test.

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: cannot reach F16 box via ssh

2012-01-11 Thread Mike Chambers
On Wed, 2012-01-11 at 15:43 +0100, M. Fioretti wrote:
 On Wed, Jan 11, 2012 15:44:49 PM +0100, Emilio Lopez wrote:
  
 Basically, it's like we had unplugged the ethernet cable going to the
 router/ADSL modem from the old pc running Ubuntu (which accepted and
 handled incoming ssh connection without problems) and then plugged it
 into this new box running F16, with sshd configured as in my original.
 
 I understand what you are saying, but how could have the above changed
 router NAT?

Maybe it still thinks the other box is the same IP, maybe due to the MAC
address and not using the new one?  Could check the router and the dhcp
reservation/table section and see if it's being recognized?  Does it
have correct IP or using something different and router not sending to
correct one?


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: [mosty OT] trollfilter software

2012-01-01 Thread Mike Chambers
On Sun, 2012-01-01 at 19:22 +0800, Ed Greshko wrote:
 On 01/01/2012 07:18 PM, Jake Shipton wrote:
  PS: Sorry for any grammar issues etc.. I'm still recovering from last
  night...
 
 I'll drink to that!

Cup of coffee maybe haha

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Anacrontab start-range Night hours?

2011-12-28 Thread Mike Chambers
On Wed, 2011-12-28 at 11:45 +, Frank Murphy wrote:
 Ho do I set anacron to just run jobs:
 10pm to 8am (the night shift)
 
 I was thinking 0-24,
 but am worried the jobs would be rushed on bootup @10

edit /etc/anancrontab

Change start hours to 22-3

And maybe also change random time to something different to not do it
right at 10?


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Mike Chambers
On Wed, 2011-12-28 at 17:04 +0100, Klaus-Peter Schrage wrote:
 Am 28.12.2011 16:25, schrieb Remi Collet:
  Le 28/12/2011 16:10, Klaus-Peter Schrage a écrit :
 
  Have you the following SOMEWHERE in your httpd-conf-files?
  LoadModule php5_module modules/libphp5.so
  AddType  application/x-httpd-php .php
 
  Yes, adding those two lines did it: Now I can see the PHP Info page.
  This 2 lines should be present in /etc/httpd/conf.d/php.conf, provided
  by php package.
 
  So httpd.conf doesn't have to be modified.
 I know about this mechanism, but none of my php packages from Fedora 
 gave me php.conf.

Not in /etc/http/conf.d/ dir?

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: grub2

2011-12-28 Thread Mike Chambers
On Wed, 2011-12-28 at 22:53 +, Patrick Dupre wrote:

 It works fine. However, grub2-mkconfig tries to detect the installations
 available on the computer and get some wrong results that I need to
 correct by editing grub.cfg. This is bizarre. How can I get a better
 control under grub2-mkconfig?
 In fact it just finds installations which do not exist, probably traces of
 fedora14 which was installed before fedora 16.


If you edit /etc/grub2.cfg (which is a link to /boot/grub2/grub.cfg) you
do NOT need to run NOTHING.  Just edit the file and it will work, no
commands to run at all.  And whatever you change there, esp if involves
paramaters to the kernel, such as rhgb and quiet, then those will
translate to each new kernel that it adds to it.

Maybe I am missing something that makes you run it for some odd reason?

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Sound not working

2011-12-26 Thread Mike Chambers
On Mon, 2011-12-26 at 16:14 +0800, Ed Greshko wrote:
 On 12/26/2011 03:32 AM, Mike Chambers wrote:
  Well, it's fixed, for now anyway haha.  I couldn't ever get it to work
  with the onboard audio as mentioned/shown earlier in this thread.  So I
  tried a creative labs SB pci card I had from bout 4 years ago and it
  worked right off the bat.  Will try later with the onboard and see if
  can ever get it to work.
 
  Thanks for the help though,
 
 
 Well, I did a bit more searching and I found a number of cases where
 folks were having the same problem with the same HW.  I'd not found a
 case where they actually solved the problem.  I didn't go so far as to
 check bugzilla but that may be worth your time.

Will check bugzilla and see if cna find anything.  What would the search
be for?  pulseaudio?  or just do generic search on sound?

And thanks for taking the time to help, not sure people do enough of
that or not (not saying people do or don't on this list, just stating in
general lol).


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Sound not working

2011-12-26 Thread Mike Chambers
On Tue, 2011-12-27 at 04:08 +0800, lpeng...@gmail.com wrote:
 
 lpeng...@gmail.com
 
 在 2011-12-27,1:49,Mike Chambers m...@miketc.net 写道:
 
  On Mon, 2011-12-26 at 16:14 +0800, Ed Greshko wrote:
  On 12/26/2011 03:32 AM, Mike Chambers wrote:
  Well, it's fixed, for now anyway haha.  I couldn't ever get it to work
  with the onboard audio as mentioned/shown earlier in this thread.  So I
  tried a creative labs SB pci card I had from bout 4 years ago and it
  worked right off the bat.  Will try later with the onboard and see if
  can ever get it to work.
  
  Thanks for the help though,
  
  
  Well, I did a bit more searching and I found a number of cases where
  folks were having the same problem with the same HW.  I'd not found a
  case where they actually solved the problem.  I didn't go so far as to
  check bugzilla but that may be worth your time.
  
  Will check bugzilla and see if cna find anything.  What would the search
  be for?  pulseaudio?  or just do generic search on sound?
  
  And thanks for taking the time to help, not sure people do enough of
  that or not (not saying people do or don't on this list, just stating in
  general lol).

Did you mean to respond as didn't see a reply written anywhere?


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


http index page

2011-12-26 Thread Mike Chambers
Hi all,

Since lost my harddrive and have redone everything (cept web, since the
data backup hd is what i lost), thought I start over and with something
new for my web server.  I have wordpress installed and have it up and
running.  

Now to my question

As of right now, wordpress has a wordpress.conf file in http dir that
points to /usr/share/wordpress, with alias as /wordpress.  I would like
to make my home page without the alias still point to that.


In other words..

http://www.miketc.net/wordpess is what is current.

http://www.miketc.net is what I would like to have, and still be same as
above.

Hope that made sense haha.

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: grub2

2011-12-26 Thread Mike Chambers
On Mon, 2011-12-26 at 23:32 +, Patrick Dupre wrote:
 Hello,
 
 I updated from fedora14 to fedora16 and I am trying to modify the
 grub boat loader.
 I do not have an internet connection, so I expect some guidances
 from the list.
 info grub2   did not help me much.
 I understand that I have to a rebuild a grub.cfg file, but how?
 grub2-mkconfig can do it, but how do I modify the boot options?
 For example I which to remove the quiet and rhgb options from the
 boot command (not at each boot).

Edit /etc/grub2.cfg and that should be it.  Omit what it says at the top
as you don't have to run anything once you edit the file.


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: http index page

2011-12-26 Thread Mike Chambers
On Mon, 2011-12-26 at 21:51 -0700, Craig White wrote:

 It's been a while since I configured wordpress on a RH derived system
 but if I recall correctly, you use virtual name based hosts and then in
 wordpress.conf, you can change the 'server name' to www.miketc.net and
 reload httpd.

Dunno how but got it straight via virtual host, and first time haha.
Think can maybe change dir path and do it via main part that way too.

Anyway, thanks for the tip.

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Sound not working

2011-12-25 Thread Mike Chambers
On Sat, 2011-12-24 at 21:33 -0800, Joe Zeff wrote:
 On 12/24/2011 07:20 PM, Mike Chambers wrote:
  Got a new system today and got F16 up and running and it all seems to be
  in order, cept my sound.  It works in windows with no problems, but not
  Fedora.
 
 Check this thread, because one or more of the fixes might work for you: 
 http://forums.fedoraforum.org/showthread.php?t=272403  If not, check 
 /boot/grub2/grub.cfg and see if your kernel has an initrd line.  If not, 
 that might be part of the issue; at least, it seems to have been for my 
 desktop.  And, in either event, you'll have problems with kernel updates 
 until you fix it.  HTH, HAND.

Setting permissions, restarting pulseaudio, adding myself to audio group
didn't help.  And my grub.conf does have an initrd line.  So I don't
know what else to do at this point.  Am sure there a way just have to
wait for the right fix haha.

Mike Chambers
Madisonville, KY

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Sound not working

2011-12-25 Thread Mike Chambers
On Sun, 2011-12-25 at 16:33 +0800, Ed Greshko wrote:

 Could you provide the output of lsmod | grep snd?
 
 FWIW, I believe (after a tiny bit of googling) that the module
 snd-hda-intel.ko is used for that hardware.

[root@scrappy ~]# lsmod | grep snd
snd_hda_codec_idt  65587  1 
snd_hda_intel  26310  2 
snd_hda_codec  97519  2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep   6891  1 snd_hda_codec
snd_seq58599  0 
snd_seq_device  6425  1 snd_seq
snd_pcm89984  2 snd_hda_intel,snd_hda_codec
snd_timer  22199  2 snd_seq,snd_pcm
snd71085  12
snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
soundcore   7124  1 snd
snd_page_alloc  8061  2 snd_hda_intel,snd_pcm


00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia
Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 2acd
Flags: bus master, slow devsel, latency 64, IRQ 16
Memory at feb4 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel


There ya go, see anything?

Mike Chambers
Madisonville, KY

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Sound not working

2011-12-25 Thread Mike Chambers
On Sun, 2011-12-25 at 22:01 +0800, Ed Greshko wrote:
 On 12/25/2011 09:06 PM, Patrick O'Callaghan wrote:
  On Sun, 2011-12-25 at 17:52 +0800, Ed Greshko wrote:
  One common thing that can happen is that a channel is muted.  Have you
  checked that?  I'm on KDE,
  and don't recall how to full check that in GNOME. 
  This is going to sound really stupid, but are you sure your speakers are
  turned on? More than once I've had this happen to me (my speakers turn
  off if there's a power cut) and had a frustrating time until the Duh
  moment.
 
  poc
 
 Just a point of order...  The person with the problem is Mike, but the
 way the attribution showed up made it seems as if I'm being asked the
 question about speakers being turned on.   It is rather a silly question
 though since he did test it on Windows so he knows where the speaker
 power button is...  :-)
 
 And, to TC.  Yes...that is the util I'm forgetting pavucontrol!

Yes the speakers are on and turned up LOL.  I am in KDE, not gnome.  And
have tried pavucontrol but gonna try again to make sure.

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Sound not working

2011-12-25 Thread Mike Chambers
On Sun, 2011-12-25 at 12:34 -0600, Mike Chambers wrote:
 On Sun, 2011-12-25 at 22:01 +0800, Ed Greshko wrote:
  On 12/25/2011 09:06 PM, Patrick O'Callaghan wrote:
   On Sun, 2011-12-25 at 17:52 +0800, Ed Greshko wrote:
   One common thing that can happen is that a channel is muted.  Have you
   checked that?  I'm on KDE,
   and don't recall how to full check that in GNOME. 
   This is going to sound really stupid, but are you sure your speakers are
   turned on? More than once I've had this happen to me (my speakers turn
   off if there's a power cut) and had a frustrating time until the Duh
   moment.
  
   poc
  
  Just a point of order...  The person with the problem is Mike, but the
  way the attribution showed up made it seems as if I'm being asked the
  question about speakers being turned on.   It is rather a silly question
  though since he did test it on Windows so he knows where the speaker
  power button is...  :-)
  
  And, to TC.  Yes...that is the util I'm forgetting pavucontrol!
 
 Yes the speakers are on and turned up LOL.  I am in KDE, not gnome.  And
 have tried pavucontrol but gonna try again to make sure.

Well, it's fixed, for now anyway haha.  I couldn't ever get it to work
with the onboard audio as mentioned/shown earlier in this thread.  So I
tried a creative labs SB pci card I had from bout 4 years ago and it
worked right off the bat.  Will try later with the onboard and see if
can ever get it to work.

Thanks for the help though,


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fwd: UEFI and GPT

2011-12-24 Thread Mike Chambers
On Sat, 2011-12-24 at 20:43 -0600, m...@miketc.net wrote:
 -
 New computer today and trying to install F16 on it.  Seems it has UEFI,
 and when trying to install, during partitioning, get error about not gpt
 disklabel and think saw one bout stage1 .  I see /boot and /boot/efi mount
 points to choose from, does one of them need to be selected?  Thought
 heard bout bios boot but don't see that option anywhere.  Downloading
 parted magic to guess try and do a gpt disk label or something as well?
 
 Kinda lost on this EFI stuff.

After some research, figured out how to get my harddrive partition
layout to GPT and then making sure to have a /boot/efi during
partitiong/install let me continue and install F16.

I do see that grub1 is used instead of 2?

Anyway, cept for an error I saw while ago after first reboot, something
to do with dracut so will have to watch for that.

Mike Chambers

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: UEFI and GPT

2011-12-24 Thread Mike Chambers
On Sat, 2011-12-24 at 20:42 -0600, mike@localhost wrote:

Got F16 installed and so far so good.  Now, it did NOT detect, or at
least added my Windows (first OS on 1st HD) to my grub.  I tried
manually but something bout no EFI selection.

Is there something specific have to do, to get grub to recognize my
windows partition on my system, that seems to use UEFI?

[mike@scrappy ~]$ sudo fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4915b5ad

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *2048  206847  1024007  HPFS/NTFS/exFAT
/dev/sda2  206848  1929320447   9645568007  HPFS/NTFS/exFAT
/dev/sda3  1929320448  1953521663121006087  HPFS/NTFS/exFAT

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util
fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   1  1465149167   732574583+  ee  GPT


Grub entry..

# grub.conf generated by anaconda
# Note that you do not have to rerun grub after making changes to this
file.
# NOTICE:  You do not have a /boot partition. This means that all kernel
and
#  initrd paths are relative to /, eg.
#  root (hd1,0)
#  kernel /boot/vmlinuz-version ro root=/dev/sdb2
#  initrd /boot/initrd-[generic-]version.img
boot=/dev/sdb1
device (hd1,1) HD(1,800,1f4000,c564ef72-d44b-44c0-8ef2-82fa930de789)
default=0
timeout=12
splashimage=(hd1,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora
(3.1.6-1.fc16.x86_64)   


root
(hd1,1) 


kernel /boot/vmlinuz-3.1.6-1.fc16.x86_64 rd.md=0 rd.lvm=0
rd.dm=0  KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0
root=UUID=77c5e7c1-1038-4757-a85a-0b7cdfec7e4a ro
LANG=en_US.UTF-8 

initrd /boot/initramfs-3.1.6-1.fc16.x86_64.img  

 


 
title Windows
7   

   
rootnoverify
(hd0,0) 


chainloader +1  

Any ideas?

Mike Chambers



-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Sound not working

2011-12-24 Thread Mike Chambers
Got a new system today and got F16 up and running and it all seems to be
in order, cept my sound.  It works in windows with no problems, but not
Fedora.  Maybe not recognizing the drivers, or not being loaded or
something.  Below it the spec for the machine...

http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03042936tmp_task=prodinfoCategorycc=usdlc=enjumpid=reg_r1002_usens-001lang=enlc=enproduct=5156979#N66



This is from lspci and the only Audio part that I can see...

00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia
Controller (rev 01)

Maybe someone can see what I need to enable/do/whatever to get it
working?

Thanks ahead of time,

Mike Chambers

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Mirror scripts

2011-12-20 Thread Mike Chambers
Due to some HD issues on my data drive, I lost all my scripts and such.
Anyone have/use a simple little rsync script to mirror that can use to
run off crontab?  This script will be edited for various mirrors.  It
will run anywhere from every 4-6 hours and once a day as well.

Am googling as well but not like what am seeing so far or seem way to
much.

-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dovecot problem

2011-12-20 Thread Mike Chambers
On Wed, 2011-12-21 at 01:35 +, Timothy Murphy wrote:

 On my new server I'm using the very brief /etc/dovecot/dovecot.conf
 created by running 
 doveconf -n  dovecot-new.conf
 as suggested,
 and transferring this to dovecot.conf
 (keeping the original as dovecot.conf.orig):

Also check out /etc/dovecot/conf.d as there are bunches of scripts in
there that can be changed as well.  You don't copy them or add their
contents to anything.  Just edit the file, save it and restart dovecot.


-- 
Mike Chambers
Madisonville, KY

Best little town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Not able to install nvidia drivers

2011-12-06 Thread Mike Chambers
On Tue, 2011-12-06 at 06:02 -0700, Lawrence Graves wrote:
 I am still not able to install my nvidia drivers and I am not able to 
 communicate in technical terms therefore I was sending pictures of my 
 screen and pictures of my folders so those who were helping me would 
 have something to work with. Yesterday I received at least 10 refusals 
 of information sent.
 Will somebody be so kind as to tell me or show me how to send the 
 necessary information so that I can find resolve in this matter.  This 
 has been going on since the release of Fedora 16 and there has been not 
 fix for this problem.
 If somebody has the ability to remotely attach themselves to my laptop 
 and see the problem, it would be greatly appreciated.

Maybe you can get better help by saying what the exact problem is your
having?  Are you using yum to install it from rpmfusion, such as yum
install akmod-nvidia?  Or you trying it from scratch/source code?  Or is
it installing but it never starts up or you system doen't load the
module?  Are you blacklisting nouveau module?

You also might get better help also by going to rpmfusion.org web site
and find their mailing list and ask there too.

-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: The Linus view of GNOME 3.2

2011-12-04 Thread Mike Chambers
On Sun, 2011-12-04 at 08:34 -0600, Aaron Konstam wrote:
 On Sun, 2011-12-04 at 10:40 +0100, Lars E. Pettersson wrote:
  On 12/03/2011 09:40 AM, JB wrote:
   Even with a total rewrite of GNOME code base, they could choose to offer
   GNOME2-like GUI on top of it as a still *default* DE in Fedora, while
  
  If you chose the 'Forced Fallback Mode' in 'System info' you will get 
  something that resembles Gnome2 (Gnome3 with metacity). So the 
  Gnome2-like GUI is there, but very well hidden.
 
 Where does one find System info? I can't find it.

Right top corner, click on your username and go to System Settings.
Scroll to the very bottom and should see it under System.


-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Hacking Xorg.conf

2011-12-04 Thread Mike Chambers
On Sat, 2011-12-03 at 18:50 -0500, John Aldrich wrote:
 Ok, for some reason (probably because I'm using an old KVM switch) my Fedora 
 16 system is not detecting what monitor I have and is refusing to give me a 
 usable resolution. I have a Dell E2210H wide-screen monitor and it's capable 
 of 1920x1080 resolution, but I can't get that in Fedora.

Does it work correctly *without* the kvm switch?  Maybe try without, get
it working *then* use the kvm switch and see what happens?


-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Gnome 3 screensaver

2011-12-04 Thread Mike Chambers
On Sat, 2011-12-03 at 14:01 -0700, T.C. Hollingsworth wrote:
 On Sat, Dec 3, 2011 at 12:08 PM, Mike Chambers m...@miketc.net wrote:
  Anyone tell me what to install to get screensaver setup in gnome3?
  Specifically to use slide show and my own picture folder?
 
 GNOME 3 no longer includes built-in screensaver support, but you can
 still use the legendary xscreensaver software to get a slide show
 screensaver.
 
 First, install it:
 # yum install xscreensaver


Got it and all set, thanks.  

-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Gnome 3 screensaver

2011-12-03 Thread Mike Chambers
Anyone tell me what to install to get screensaver setup in gnome3?
Specifically to use slide show and my own picture folder?

-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: passwordless sudo

2011-11-30 Thread Mike Chambers
On Wed, 2011-11-30 at 13:38 +0300, Hiisi wrote:
 Hi, list!
 I'm trying to set up passwordless sudo for myself. It's a shiny brand
 new fresh-installed F16. During first boot I had been asked to create
 a new user and put him to administrative group. I answered yes and
 hence my user is able to run commands using sudo. However in
 /etc/sudoers there's not a mention of my user. I've added the
 following string to it:
 hiisi   ALL=(ALL)   NOPASSWD: ALL

On initial installs when this is setup, your userID is not added to the
sudoers file itself.  The *wheel* group is what is allowed/setup in
sudoers, and your userid is added to the *wheel* group in the /etc/group
file, such as below..

wheel:x:10:your-username-here

If you wanted to do passwordless, then comment out the line below..

## Allows people in group wheel to run all commands
%wheelALL=(ALL)   ALL

And uncomment the line below here..

## Same thing without a password
# %wheel  ALL=(ALL)   NOPASSWD: ALL

In other words, it doesn't add the username/ID itself to the sudoers
file, it goes through the *wheel* group and you add/drop users from
there on need to use basis.

-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: passwordless sudo

2011-11-30 Thread Mike Chambers
On Wed, 2011-11-30 at 17:36 +, Marko Vojinovic wrote:
 On Wednesday 30 November 2011 10:49:40 Mike Chambers wrote:
  On Wed, 2011-11-30 at 13:38 +0300, Hiisi wrote:
   Hi, list!
   I'm trying to set up passwordless sudo for myself. It's a shiny brand
   new fresh-installed F16. During first boot I had been asked to create
   a new user and put him to administrative group. I answered yes and
   hence my user is able to run commands using sudo. However in
   /etc/sudoers there's not a mention of my user. I've added the
   following string to it:
   hiisi   ALL=(ALL)   NOPASSWD: ALL
  
  On initial installs when this is setup, your userID is not added to the
  sudoers file itself.  The *wheel* group is what is allowed/setup in
  sudoers, and your userid is added to the *wheel* group in the /etc/group
  file, such as below..
  
  wheel:x:10:your-username-here
  
  If you wanted to do passwordless, then comment out the line below..
  
  ## Allows people in group wheel to run all commands
  %wheelALL=(ALL)   ALL
  
  And uncomment the line below here..
  
  ## Same thing without a password
  # %wheel  ALL=(ALL)   NOPASSWD: ALL
  
  In other words, it doesn't add the username/ID itself to the sudoers
  file, it goes through the *wheel* group and you add/drop users from
  there on need to use basis.
 
 Wouldn't this actually enable passwordless sudo for all members of the wheel 
 group, rather than just for one user?

Yes it would.  Or change the group to something else instead of wheel
and just make sure the groups file is updated.

 
 What would the config look like if the OP wants to be both a member of the 
 wheel group, and have a paswordless sudo config *only* for himself?

If just using the stuff already in the config, for example the OP could
uncomment the first one with wheel and use that one with passwords, and
then uncomment the line below and put in his own group for ones without
passwords.

Not sure which one is read/used first but assuming it would know.  man
sudoers for more information.


-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: chrome package differences

2011-11-13 Thread Mike Chambers
On Sun, 2011-11-13 at 11:47 -0800, jackson byers wrote:
 $ 
 [root@f14 ~]# yum list installed |grep chrom
 google-chrome-beta.i386

Above is a browser, like firefox, made by google.

 xorg-x11-drv-openchrome.i686

Above is a video driver, by xorg.

They are not related in any way, shape or form.


-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines


Re: limitations of fedorapeople.org

2011-11-10 Thread Mike Chambers
On Thu, 2011-11-10 at 22:12 +0530, Kalpa Welivitigoda wrote:
 On Thu, Nov 10, 2011 at 9:48 PM, suvayu ali fatkasuvayu+li...@gmail.com 
 wrote:
  On Thu, Nov 10, 2011 at 07:19, Kalpa Pathum Welivitigoda
  callka...@fedoraproject.org wrote:
  I want to download F16 and currently my internet connection doesn't
  allow to download large files. The maximum allowable size is 50MB a
  file.
 
  Even if you manage to download the iso, how will you update it? There
  are several packages larger than 50 MB. Anyway, if updating works you
  can try the netinstall image to install over the network.
 
 
 I didn't get you clearly. But I guess you are thinking that I'll
 download the individual packages. Nope I'm not doing it that way. I
 want to download the iso, one file and want it split to small files.

Could you try an http install so only have to download a
netinstall.iso/boot.iso and let it download/install over the internet?
That takes care of one box until get hands on an iso or dvd or something
(hell can someone mail a dvd to you? lol)

-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines


Re: Firefox Stopped Working

2011-11-09 Thread Mike Chambers
On Wed, 2011-11-09 at 08:57 +0100, Joachim Backes wrote:
 On 11/09/2011 06:43 AM, Bill Kuns wrote:
  Aw, Shucks!
  
  I log on to user(B), using Firefox to access the internet.  One day,
  Firefox stopped
  working.  I click on it and it won't come up.  Nuts!
  
  So, I log on to user(X).  Firefox works just fine.  I use it for a
  couple of months.
  Today, it won't come up.  Nuts!
  
  I log on to user(W).  No Firefox.
  
  What am I doing wrong?
 
 Don't know. But you can try to start firefox in the safe mode:
 
 firefox -safe-mode
 
 Probably, some extension is the culprit, and -safe-mode will run FF
 without any add-on. Then you may check the error console of FF.

Might just try firefox from commanline without any exts and see if get
any errors when trying to run it as normal.


-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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_guidelines


  1   2   >