[Bug 1573561] Re: /etc/default/varnish is ignored (fixed values in systemd service)

2018-10-24 Thread Pete Travis
So, as noted, I disagree with Stig's assertions. I think it's better for the distribution to provide the service in a way that includes discoverable ways to adjust common commandline parameters. Varnish doesn't really give us a file like /etc/varnish.conf for things like listen port parameters

[Bug 1573561] Re: /etc/default/varnish is ignored (fixed values in systemd service)

2018-10-11 Thread Pete Travis
I disagree with this approach. A given daemon will have command line options that are imperative for proper operation as a daemon, and it will have command line options for behavior of the service once daemonized. If you have to invoke the daemon with ie `--daemonize` then it makes sense to

Re: vsftpd stopped allow logins after fc28 upgrade

2018-05-25 Thread Pete Travis
On Fri, May 25, 2018, 5:36 PM Ed Greshko wrote: > On 05/26/18 06:13, ToddAndMargo wrote: > > Request for Enhancement: when starting vsftpd and "tcp_wrappers" is > found to be set > > to "YES", please consider WRITING AN ERROR MESSAGE to the system journal! > > > You should

Re: [CentOS] Apache and web content permissions

2017-12-03 Thread Pete Travis
Hi Niki, The principle to work by here is 'least required access'. There's two functional types of users we care about, the one executing the PHP code (probably apache or php-fpm) and admins like yourself with FTP/shell access. Upstream wordpress documents application write requirements at

Re: Failed SDDM Login to KDE Plasma for a Specific User

2017-09-20 Thread Pete Travis
On Sep 20, 2017 10:57 AM, "Bob Jackson" wrote: Have a Fedora 26 laptop which I update on a weekly basis by sudo from my regular account. After applying a batch of updates, including a new kernel, I rebooted. At the login screen I entered my standard login credentials but

Re: ip forwarding/masquerading and dhcpd

2017-09-08 Thread Pete Travis
On Sep 8, 2017 3:47 PM, "JD" wrote: On 09/08/2017 01:27 AM, Samuel Sieb wrote: > On 09/07/2017 07:15 PM, JD wrote: > >> On 09/07/2017 01:31 PM, Bill Shirley wrote: >> >>> Look in your log files for DHCP messages. >>> >>> Well, I did look in all the log files under /var/log/

Re: i686/x86_64 conflict when installing steam

2017-09-02 Thread Pete Travis
On Sep 1, 2017 3:33 PM, "Florian Sievert" wrote: Hi there, since last week, I got some issues when attempting to update the system. Multiple packages i686/x86_64 are conflicting with each other. I attempted to deinstall most of the i686 packages on that system, however when I

Re: RFC: retiring yum

2017-09-02 Thread Pete Travis
On Sep 1, 2017 4:54 PM, "Kai Bojens" wrote: On Friday, 1 September 2017 21:30:44 CEST Matthew Miller wrote: > RPM specfile changelogs are often of interest to systems > administrators. Agreed. Before I update a huge number of hosts I'd like to check the changelogs for any

Re: OpenVPN, OpenSSL and Fedora 26+

2017-04-27 Thread Pete Travis
On Apr 27, 2017 3:13 PM, "David Sommerseth" wrote: On 27/04/17 01:20, Dominik 'Rathann' Mierzejewski wrote: > On Wednesday, 26 April 2017 at 21:18, David Sommerseth wrote: >> On 26/04/17 17:08, Lee Howard wrote: >>> On 04/25/2017 01:39 PM, David Sommerseth wrote: This is

Re: LS in a script file

2017-04-04 Thread Pete Travis
Do not parse ls. Make a find invocation, ie `find /path/ -not -name $pattern`. -- Pete On Apr 4, 2017 1:05 PM, "Patrick Dupre" wrote: > Hello, > > How can I put this command in a script file? > FILES=`ls -d !(*@(-e)).bib` > > I get an error because of the ( > >

Re: [CentOS] OT: hardware, IBM 3650 M2 won't power on

2017-02-22 Thread Pete Travis
On Feb 22, 2017 4:27 PM, wrote: Styma, Robert (Nokia - US) wrote: > > Just for grins, pull off the cover and look at the electrolytic capacitors > on the motherboard. > Look for ones with the tops pushed up instead of being flat. This can > cause all sorts of odd behavior.

Re: graphical startup hangs on plymouth

2017-01-06 Thread Pete Travis
On Jan 5, 2017 10:24 PM, "Greg Woods" wrote: On Thu, Jan 5, 2017 at 3:46 PM, stan wrote: > > > It sounds like a race condition. Does it occur intermittently? That > is, if it happens and you hit the hard reset button, does it > then sometimes

Re: future of official optical media support in Fedora

2016-12-16 Thread Pete Travis
On Dec 15, 2016 08:09, "Matthew Miller" wrote: On Thu, Dec 15, 2016 at 07:31:29AM -0500, Neal Gompa wrote: > > This is interesting. Does IPMI also allow you boot from a "remote > > USB device"? > Not any of the servers I've worked with. Only remote DVD boot. I've >

Re: grub recovery

2016-11-22 Thread Pete Travis
On Nov 20, 2016 4:55 PM, "jd1008" wrote: > > > > On 11/20/2016 02:15 PM, peterlesterh...@telfort.nl wrote: >> >> Hi, >> After a Windows update my (dual boot) system won't boot into fedora anymore. >> Somehow the grub bootloader doesn' t start. >> >> After booting this is what I

Re: upstream dev. asks suggestions about howto make packagers work easier (bundled libraries, etc.)

2016-11-20 Thread Pete Travis
On Nov 20, 2016 1:49 AM, "Germano Massullo" wrote: > > We often deal with upstream developers that bundle libraries in their > code, so to make a package we have to debundle them, etc. > This time, an upstream dev. asked me what he could do to make easier > the work of

Re: devops/clusterSSH - (offtopic)

2016-11-15 Thread Pete Travis
On Nov 15, 2016 09:40, "bruce" wrote: > > Hey! > > --This is offtopic from fed -- > > Thanks to all who've commented on the SSH/screen issue! Think I got > that part resolved. > > Now, in order to use the ipAddresses that have been generated for the > droplets, need to get

Re: /sbin/nologin in /etc/shells

2016-09-30 Thread Pete Travis
On Sep 30, 2016 05:17, "Toby Goodwin" wrote: > > As a member of the "remove nologin from /etc/shells" faction, I have 2 > technical reasons for my position. I don't think either of these points > have been addressed by the "leave it in" faction. > > 1. Certain programs use

Re: screen question?

2016-09-22 Thread Pete Travis
On Sep 22, 2016 12:49 PM, "bruce" wrote: > > Hey guys. > > Trying to get my heads around something. I'm looking to automate a process. Basically, I want to kick off/initiate a number of processes on remote boxes. I've looked at different online sites, but I'm missing

Re: Alpine question

2016-09-20 Thread Pete Travis
On Sep 20, 2016 7:42 AM, wrote: > > On Tue, 20 Sep 2016, ven...@billoblog.com wrote: > >> >> >> I don't *think* it's a pine/alpine issue itself. If I come in using shellinabox and open pine using a browser terminal, it doesn't happen. If I use some other client, e.g.

[Fedora-join] Fwd: Want to be Fedora contributor? Start with Fedora 25 translation sprint!

2016-09-02 Thread Pete Travis
This might be interesting for the folks on this list: -- Forwarded message -- From: "Jona Azizaj" Date: Sep 2, 2016 7:42 AM Subject: Want to be Fedora contributor? Start with Fedora 25 translation sprint! To: Cc: We

Re: Seeking advice on router. (Problem solved)

2016-08-26 Thread Pete Travis
On Aug 26, 2016 10:57, "Richard Shaw" wrote: > > Aug 26, 2016 at 10:47 AM, Erik P. Olsen wrote: >> >> On 2016-08-20 at 17:44:02 Erik P. Olsen wrote: >> >> > I have a linksys router model WRT160NL but the range is too short. I >> > experience many

[Marketing] Re: Best way to edit a Magazine article?

2016-08-24 Thread Pete Travis
On Aug 24, 2016 8:34 AM, "Natalie Ardasevova" wrote: > > Hi guys, > > concerning the post-Flock article, somebody asked if the state of KDE was discussed at Flock. It doesn't seem that it was. Does anybody please know where can the person find out about the state of KDE? > >

Re: Re-review to unretire package: python-nikola

2016-07-06 Thread Pete Travis
On Jul 6, 2016 9:59 AM, "Igor Gnatenko" wrote: > > On Wed, Jul 6, 2016 at 2:13 PM, José Abílio wrote: > > Hi, > Hi, > > I have submitted python-nikola to unretire the package for rawhide since > > it is available in the other branches. > Link to

Re: [CentOS] About mysql upgrade

2016-04-28 Thread Pete Travis
On Apr 28, 2016 7:46 AM, "Sergio Belkin" wrote: > > Hi, > > > I've found some issues upgrading mysql, some people recommends run > mysql_upgrade. I wonder why such a script is not run from scriptlet of > mysql-server rpm. > > Thanks in advance > > -- > -- > Sergio Belkin >

[Marketing] Re: Preparing a new release of Fedora Developer Portal - asking for feedback

2016-04-20 Thread Pete Travis
This might also be interesting for Docs people. --Pete -- marketing mailing list marketing@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/marketing@lists.fedoraproject.org

Re: Preparing a new release of Fedora Developer Portal - asking for feedback

2016-04-20 Thread Pete Travis
This might also be interesting for Docs people. --Pete -- websites mailing list websites@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/websites@lists.fedoraproject.org

Re: Preparing a new release of Fedora Developer Portal - asking for feedback

2016-04-20 Thread Pete Travis
This might also be interesting for Docs people. --Pete -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: [Marketing] Review Requested: Updated Python Brochure

2016-03-24 Thread Pete Travis
On Mar 24, 2016 2:05 PM, "Remy DeCausemaker" wrote: TRIM > ... > - putting a "$" in front of our "dnf" commands, and possibly adding > "sudo" to the front of "dnf install" command? I've grown fond of prefacing privileged commands with ' ]# ' and unprivileged commands with '

Re: 3D printing SIG

2016-03-19 Thread Pete Travis
On Mar 17, 2016 11:14 AM, "Miro Hrončok" wrote: > > On 17.3.2016 16:08, Miro Hrončok wrote: >> >> Hi Fedorains, >> >> I was thinking about creating a 3D printing SIG in Fedora. Would anyone >> be interested in that? >> >> Miro > > > I've created a wiki page here: > >

Re: Protecting my network from rogue IoT devices.

2016-02-29 Thread Pete Travis
On Feb 29, 2016 11:24 AM, "Javier Perez" wrote: > > Probably Off Topic, but maybe tangentially related to Fedora. > > I read with interest this forum piece about IoT devices phoning home. > > https://isc.sans.edu/forums/diary/IoT+The+Rise+of+the+Machines+Guest+Diary/19173/ > >

Re: F24 Self Contained Change: Let's Encrypt client now in Fedora

2016-02-15 Thread Pete Travis
On Feb 10, 2016 6:29 AM, "Josh Boyer" wrote: > > On Tue, Feb 9, 2016 at 11:32 AM, Jared K. Smith > wrote: > > > > On Mon, Feb 8, 2016 at 10:55 PM, Neal Gompa wrote: > >> > >> And aren't we supposed to *not* do stuff like

Re: Attempting to contact unresponsive maintainers - lnovich ooprala and vjancik

2016-02-14 Thread Pete Travis
On Feb 14, 2016 2:07 PM, "Kevin Fenzi" wrote: > > On Sun, 14 Feb 2016 09:59:18 + > "Richard W.M. Jones" wrote: > > > On Thu, Feb 04, 2016 at 10:06:58PM +, Richard W.M. Jones wrote: > > > On Thu, Feb 04, 2016 at 01:34:28PM -0700, Kevin Fenzi wrote: > >

Re: dns question??

2016-01-31 Thread Pete Travis
You're a bit mixed up on the roles and nomenclature involved, let's try to sort it out. On 01/31/2016 11:57 AM, bruce wrote: > Hi. > > Researching dns/naming. (sortof fed!!) > > Assume I have a server -rackspace/digitalocean/etc.. And I and I want > to serve the DNS via something like

Re: Why was YUM removed

2015-12-09 Thread Pete Travis
On Dec 9, 2015 4:17 AM, "Junayeed Ahnaf" wrote: > > Hello, > > > > I haven’t been using Fedora for a while (2+ years) and yesterday I installed fedora on dad’s computer and see that they replaced yum with dnf. Now the question is why was this done ? And who names their

Re: non ascii file

2015-11-24 Thread Pete Travis
On Nov 24, 2015 1:43 PM, "Patrick Dupre" wrote: > > Hello, > > I am an non ascii file (ISO-8859 text executable), > how can I get the lines containing non ascii characters? > > Thank. > > === > Patrick DUPRÉ

Re: [Fedora-join] Join-Day - Let's get this rolling!

2015-11-06 Thread Pete Travis
On Nov 6, 2015 13:01, "Justin W. Flory" wrote: > > Hey all, > > Meant to send this out last night but I ended up forgetting. Anyways, Gabri poked in IRC that now that F23 is out, we can begin moving forward with executing one of these first Join-Days to promote activity in the

Re: [CentOS] firewalld being stupid

2015-11-06 Thread Pete Travis
On Nov 6, 2015 3:31 PM, "Nick Bright" wrote: > > Greetings, > > One of my biggest frustrations with CentOS 7 has been firewalld. > > Essentially all of the documentation just flat doesn't work. > > One common thing that needs to be done is to change the zone of an

Re: anyone here play with rackspace/disgitocean/etc...

2015-11-02 Thread Pete Travis
On Nov 2, 2015 08:35, "bruce" wrote: > > Hey guys, > > looking for an online/email guru/tutor as I setup a couple of test droplets.. > > > > Anyone interested.. > > Thanks! > -- I have used cloud servers. They work like any other Fedora installation. Can you be more

Re: anyone here play with rackspace/disgitocean/etc...

2015-11-02 Thread Pete Travis
On Nov 2, 2015 9:28 AM, "bruce" wrote: > > Hi Pete. > > Thanks for the reply. > > I'm looking to play/test setting up a couple of test systems on > rackspace/digitalocean (given the cheap cost). > > Droplets on Digital ocean are 5/mth so I can play a bit. I'm not a > sysadmin

Re: Why I'm excited about Atomic for Fedora

2015-10-27 Thread Pete Travis
On Oct 27, 2015 7:24 PM, "Bruce Harrison" wrote: > > Matt, > > Although I just downloaded the Fedora Cloud, I want to test it and, if it is what I am looking for, let some of my customers who live on DeskTone, give this a test drive from a fast thumb drive on a laptop

Re: Urgent F23 testing request: logout bugs

2015-10-21 Thread Pete Travis
On Oct 21, 2015 11:13 AM, "Adam Williamson" wrote: > > Hi folks! > > So we're building 23 Final RC2 now, but we have a couple of outstanding > proposed blocker bugs, and we could use some more data to evaluate > them. > > The way to test is really simple: > > * Install

Re: Packaging of PlayOnLinux

2015-10-15 Thread Pete Travis
On 10/15/2015 12:55 AM, drago01 wrote: > On Wed, Oct 14, 2015 at 5:46 PM, Bastien Nocera wrote: >> >> - Original Message - >>> Dne 14.10.2015 v 16:50 Bastien Nocera napsal(a): If the application cannot work without downloading anything, or being supplied

Re: ansible in Fedora 23+ (python3)

2015-10-14 Thread Pete Travis
On 10/14/2015 07:47 AM, Matthew Miller wrote: > On Tue, Oct 13, 2015 at 08:57:57PM -0700, Adam Williamson wrote: >> Beyond that, though, why not just have your ansible play ensure its own >> deps are installed? If you're dealing with docker, make sure the >> package you need is installed before

Re: Github pages/Pelican article

2015-10-09 Thread Pete Travis
On Fri, Oct 9, 2015 at 3:24 AM, Ankur Sinha wrote: > On Thu, 2015-10-08 at 23:25 -0400, Paul W. Frields wrote: > > I finished editing this article, and it should be ready for > > publication once it has a featured image. > > Thanks, Paul. :) > > > > > One note to authors:

Re: perl-B-C

2015-09-22 Thread Pete Travis
On Sep 22, 2015 12:10 PM, "Patrick Dupre" wrote: > > Hello, > > I tried to compile (rpmbuild) the package perl-B-C (from cpan) > because I could find an rpm. > and I get the following error messages (rpmbuild -bb perl-B-C.spec) > > Processing files:

Re: ssh -X gnome-terminal

2015-09-21 Thread Pete Travis
On Sep 21, 2015 4:59 PM, "Patrick Dupre" wrote: > > Hello, > > In fc22 (in fc20 it was OK, if I remember correctly), when I login > with ssh -X and then on the server, I run gnome-terminal, I get: > ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility bus:

Re: Orphaned packages available for new point of contact

2015-09-11 Thread Pete Travis
On Sep 10, 2015 4:24 AM, "Mathieu Bridon" wrote: > > On Thu, 2015-09-10 at 11:16 +0200, Matěj Cepl wrote: > > On 2015-09-09, 19:37 GMT, Kevin Fenzi wrote: > > > pytz > > > python-dateutil > > > > I see these two as too important to let them fall, so I am > > taking them.

Re: After a power cut my machine cannot boot

2015-09-09 Thread Pete Travis
On Sep 9, 2015 1:58 PM, "Paul Smith" wrote: > > On Wed, Sep 9, 2015 at 7:26 PM, Joe Zeff wrote: > >> > >> on a F21 machine, there occured a power cut. And now I cannot boot the > >> machine, and when I use the rescue mode and try to run again > >> > >> yum update

Re: Fedora Wiki Revision

2015-09-04 Thread Pete Travis
On Sep 4, 2015 1:55 PM, "Paul W. Frields" wrote: > > On Fri, Sep 04, 2015 at 09:59:29AM -0600, Kevin Fenzi wrote: > > On Thu, 03 Sep 2015 02:30:54 +0300 > > Zacharias Mitzelos wrote: > > > > > After my workshop at Flock about the Fedora Wiki, we

Re: OT: SSD or not to SSD, that is the question

2015-09-04 Thread Pete Travis
On Sep 4, 2015 3:14 PM, "Richard Shaw" wrote: > > I have two drives in my desktop computer, a 500GB for / and /var which is failing, and a 1TB drive for /home and swap. > > Cost is definitely an issue so I have narrowed my options down to a 1TB drive for about $53 or a 256MB

Release Notes: Wiki Freeze Looming

2015-09-03 Thread Pete Travis
help. If you'd like to propose content for after the freeze, reach out to d...@lists.fedoraproject.org or #fedora-docs. -- Pete Travis Fedora Docs Project Lead [0] https://fedoraproject.org/wiki/Category:Documentation_beats -- devel mailing list devel@lists.fedoraproject.org https

Re: pdftk

2015-09-02 Thread Pete Travis
On Sep 2, 2015 12:51 PM, "Ranjan Maitra" wrote: > > Paul, > > I put in a review request to BZ, and it is a bit stuck there. The BZ people are not to be blamed for this however. > > The issue is a license file which exists on the git site, but not in the tar file on

Re: Re: I want to join Fedora Linux Community

2015-09-01 Thread Pete Travis
On Sep 1, 2015 11:05 PM, "Christopher Meng" wrote: > > On 9/1/15, youb...@sina.com wrote: > > We are a Linux/GNU System development team from China, we have Fedora > > 21 in more than 13000 software packages to the mips64el architecture, and we > > are still

Re: efibootmgr help

2015-08-27 Thread Pete Travis
On Aug 27, 2015 5:58 AM, Paul Cartwright pbcartwri...@gmail.com wrote: ok, I am running fedora 22, along with ubuntu Windows 10. a new kernel got installed last night, and I rebooted, but grub doesn't show it, and still defaults to the ubuntu OS. I am new to this efibootmgr, and google is

create-tx-configuration retirement

2015-08-26 Thread Pete Travis
I am re-retiring create-tx-configuration. I kept it around after Sparks retired it in case we needed it for the transition away from transifex, and that's done, and we didn't. -- Pete -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Sponsors - who does (not) work on FE-NEEDSPONSOR tickets

2015-08-17 Thread Pete Travis
On Aug 17, 2015 10:07 AM, Marcin Haba marcin.h...@bacula.pl wrote: Hello, *snip* I am not going to continue this discussion because as I wrote in previous mail, it was only feedback from my side. It is not my intention to gain something by this feedback. It is just feedback to potential

Re: nvidia proprietary driver and console

2015-08-14 Thread Pete Travis
On Aug 14, 2015 2:58 PM, Pál, László v...@vlad.hu wrote: Thank you. Quite a long thread and it is already closed, and there is a new one for newer FC :) I'll search for a solution, but if anyone else has some more direct help, please do not hesitate to post :) Thanks L: On 14 August 2015

Re: what is the current state of docker on fedora documentation?

2015-08-09 Thread Pete Travis
On Aug 9, 2015 2:55 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: hi, i'm currently writing a course on docker (specifically, docker on fedora, FWIW), and i'm looking for the current state of docker documentation on fedora, whatever that might be. a quick google for fedora and

Re: what is the current state of docker on fedora documentation?

2015-08-09 Thread Pete Travis
On 08/09/2015 11:17 AM, Robert P. J. Day wrote: On Sun, 9 Aug 2015, Pete Travis wrote: On Aug 9, 2015 2:55 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: hi, i'm currently writing a course on docker (specifically, docker on fedora, FWIW), and i'm looking for the current state

Re: Validity of i686 as a release blocker

2015-08-06 Thread Pete Travis
On Aug 4, 2015 9:40 AM, Paul W. Frields sticks...@gmail.com wrote: On Tue, Aug 04, 2015 at 09:47:27AM -0400, Josh Boyer wrote: [...snip...] Perhaps it is time that we evaluate where i686 stands in Fedora more closely. For a starting suggestion, I would recommend that we do not treat it

Re: RFC: Magazine post Fedora 23 screenshot tour

2015-08-05 Thread Pete Travis
On Aug 4, 2015 12:51 PM, Ankur Sinha sanjay.an...@gmail.com wrote: On Tue, 2015-08-04 at 13:28 -0400, Máirín Duffy wrote: Not opposed to this general idea from the websites POV except that our websites are translated and AFAIK magazine posts are not? Yeah. Magazine posts aren't. We

Re: RFC: Marketing collateral plan

2015-08-05 Thread Pete Travis
On Aug 4, 2015 1:04 PM, Matthew Miller mat...@fedoraproject.org wrote: On Tue, Aug 04, 2015 at 12:42:49PM -0400, Máirín Duffy wrote: Just thinking out loud here, but maybe a general one would be about Fedora Project in general, covering the community and aspects _other_ than the distro

[Test-Announce] Fedora 23 Release Notes are Open!

2015-08-05 Thread Pete Travis
leads and requests thrown into the funnel, there are writers waiting to take it the rest of the way. -- -- Pete Travis - Fedora Docs Project Leader - 'randomuser' on freenode - immanet...@fedoraproject.org signature.asc Description: OpenPGP digital signature

[Test-Announce] Fedora 23 Release Notes are Open!

2015-08-05 Thread Pete Travis
leads and requests thrown into the funnel, there are writers waiting to take it the rest of the way. -- -- Pete Travis - Fedora Docs Project Leader - 'randomuser' on freenode - immanet...@fedoraproject.org signature.asc Description: OpenPGP digital signature

Re: Again? The password

2015-07-28 Thread Pete Travis
On Jul 28, 2015 6:07 PM, Kevin Fenzi ke...@scrye.com wrote: On Tue, 28 Jul 2015 17:39:55 -0500 (CDT) Michael Hennebry henne...@web.cs.ndsu.nodak.edu wrote: The above is stuff thats all being worked on, yelling at anyone is unlikely to change the speed at which it gets done. What does

Re: [Fedora-join] Fed-join talk at Flock.

2015-07-28 Thread Pete Travis
On Jul 28, 2015 8:46 AM, Ankur Sinha sanjay.an...@gmail.com wrote: On Thu, 2015-07-16 at 10:55 +0200, Gabriele Trombini wrote: Hi guys, Hiya! Sorry I haven't replied yet - I was away at an academic conference. :) as you know the talk proposal was accepted(

Re: dnf update vs Software Udpates

2015-07-22 Thread Pete Travis
On Wed, Jul 22, 2015 at 5:22 PM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Wed, Jul 22, 2015 at 07:20:11PM +0100, Ron Yorston wrote: Suvayu Ali wrote: That said, I sometimes do not understand what's the harm in getting updates few hours later. dnf already tells you how old the

Re: dnf update vs Software Udpates

2015-07-22 Thread Pete Travis
On Jul 22, 2015 6:52 PM, Gordon Messmer gordon.mess...@gmail.com wrote: On 07/22/2015 04:07 PM, Suvayu Ali wrote: I think this is where things go wrong. OnBootSec handles powerdowns, what about intermittent connections? In principle, it is quite possible everytime the timer triggers the

Re: Book Recommendation for Fedora users?

2015-07-21 Thread Pete Travis
On Jul 20, 2015 6:53 PM, Joe Wulf joe_w...@yahoo.com wrote: The Mark Sobell books are GOOD; I've not heard any rumors regarding a RHEL7 update (sadly). Mark did write a RHEL7 / Fedora 18 book, it's been out for a while. It's very readable and covers most all general topics. The changes since

Re: Documentation Issue

2015-07-17 Thread Pete Travis
On Jul 17, 2015 2:45 PM, Justyn Temme justynte...@gmail.com wrote: https://docs.fedoraproject.org/en-US/Fedora/19/pdf/Power_Management_Guide/Fedora-19-Power_Management_Guide-en-US.pdf If you scroll down to the tuned documentation you will see that the doc gives us the wrong command to enable

Re: aeskulap and dicom files

2015-07-13 Thread Pete Travis
On Jul 11, 2015 12:38 PM, Gregory P. Ennis po...@pomec.net wrote: [root@HmGe f21]# rpm -Uhvf aeskulap-0.2.2-0.19beta1.fc21.x86_64.rpm error: Failed dependencies: `rpm` knows about dependencies but does not pull other packages to resolve them. That's dnf's job. Use dnf, do not use rpm

Re: OT Password problem -

2015-07-08 Thread Pete Travis
On Jul 8, 2015 4:47 PM, Bob Goodwin - Zuni, Virginia, USA bobgood...@wildblue.net wrote: I bought a used Dell Latitude E4310 that I want to replace Windows7 on with Fedora-22. Unfortunately the BIOS is locked and I do not have the admin password for it. A phone call to Dell was unproductive

[Fedora-join] F23 Accepted Changes

2015-06-29 Thread Pete Travis
Fedora developers are busy preparing for the Fedora 23 Release. At this point in the release cycle, major changes are planned using a scheme called a Change. Changes are either Self-Contained, where the impact is limited to the proposed packages and coordination with other developers or Fedora

Re: Fedora Marketing in Schools

2015-06-09 Thread Pete Travis
On Jun 9, 2015 12:50 PM, wes wesleyd-tam...@riseup.net wrote: Teenagers love the innovation and Fedora can provide it, I have plans to divulge in class . -- This sounds interesting, what are your plans? --Pete -- marketing mailing list marketing@lists.fedoraproject.org List info or to

Re: [CentOS-docs] Resources Needed for Doc Toolchain Project [GSoC]

2015-06-05 Thread Pete Travis
On Jun 5, 2015 6:15 AM, Sankarshan Mukhopadhyay sankarshan.mukhopadh...@gmail.com wrote: On Fri, Jun 5, 2015 at 1:33 PM, kunaal jain kunaa...@gmail.com wrote: Can you tell us about Fedora Docs toolchain? We can surely help each other if our interests align.

Re: [CentOS-docs] Resources Needed for Doc Toolchain Project [GSoC]

2015-06-04 Thread Pete Travis
On Jun 4, 2015 12:17 PM, Karsten Wade kw...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/01/2015 10:30 PM, Lei Yang wrote: Hi, As discussed earlier about the workflow, I and Kunaal will need a server space to host Bugzilla, a test repository at Github + a git

Re: RFC: Multiboot Guide

2015-06-01 Thread Pete Travis
On Jun 1, 2015 5:32 AM, Timothy Murphy gayle...@eircom.net wrote: Pete Travis wrote: Hi All, There's regularly questions here, and around the internet (ie ask.fp.o) about dual booting Fedora with Windows systems, or other Linux systems, or OSX. To address the more common questions

Re: RFC: Multiboot Guide

2015-06-01 Thread Pete Travis
On Jun 1, 2015 6:12 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Sun, May 31, 2015 at 01:43:42PM -0600, Pete Travis wrote: http://docs.fedoraproject.org/en-US/Fedora/22/html/Multiboot_Guide/index.html Is it a work in progress? I see a couple of incomplete chapters: http

RFC: Multiboot Guide

2015-05-31 Thread Pete Travis
/Multiboot_Guide/index.html -- -- Pete Travis - Fedora Docs Project Leader - 'randomuser' on freenode - immanet...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code

Re: F22 :: EFI boot :: grub2 does not find Windows 8.1 - solved

2015-05-31 Thread Pete Travis
On 05/31/2015 01:27 AM, Adrian Sevcenco wrote: On 05/31/2015 03:04 AM, Pete Travis wrote: Grub does not live in the MBR of a drive on UEFI systems. It's a UEFI executable file on the EFI system partition. In Fedora, the relevant bits come from a completely different package. You could try

Re: F22 :: EFI boot :: grub2 does not find Windows 8.1 - solved

2015-05-31 Thread Pete Travis
On May 31, 2015 1:53 PM, Adrian Sevcenco adrian.sevce...@cern.ch wrote: On 05/31/2015 10:27 PM, Pete Travis wrote: On 05/31/2015 01:27 AM, Adrian Sevcenco wrote: One more clarification i would like: what is the difference between the loaders?: gcdx64.efi grubx64.efi MokManager.efi

Re: F22 :: EFI boot :: grub2 does not find Windows 8.1

2015-05-30 Thread Pete Travis
On 05/30/2015 01:58 PM, Adrian Sevcenco wrote: On 05/30/2015 06:24 PM, Pete Travis wrote: On May 30, 2015 2:35 AM, Adrian Sevcenco adrian.sevce...@cern.ch mailto:adrian.sevce...@cern.ch wrote: Hi! I know that there is another thread with similar subject but as i tried everything i

Re: I lost Windows boot option on installation of Fedora 22

2015-05-30 Thread Pete Travis
On May 28, 2015 5:03 PM, Bill Oliver ven...@billoblog.com wrote: On Thu, 28 May 2015, Fred Smith wrote: On Thu, May 28, 2015 at 10:16:27PM +, Bill Oliver wrote: Help! I had a dual boot box using Kubuntu and Windows 8. In GRUB, the Windows option was listed as Windows Boot Loader.

Re: F22 :: EFI boot :: grub2 does not find Windows 8.1

2015-05-30 Thread Pete Travis
On May 30, 2015 2:35 AM, Adrian Sevcenco adrian.sevce...@cern.ch wrote: Hi! I know that there is another thread with similar subject but as i tried everything i will reiterate the problem with grub2-mkconfig not seeing the windows 8.1 even after adding custom entry. So, this are my

Re: [proposal] Fedora Developer Portal

2015-05-28 Thread Pete Travis
On 05/28/2015 01:51 AM, Petr Hracek wrote: On 05/28/2015 08:27 AM, Pete Travis wrote: On 05/27/2015 08:57 AM, Adam Samalik wrote: Hello everyone! I would like to make a proposal about new project: a website for Fedora developers. === Why? === - Fedora does not have a page targeted

Re: Status of Optimus laptop graphics in F22?

2015-05-28 Thread Pete Travis
On May 28, 2015 7:36 AM, Matthew Saltzman m...@clemson.edu wrote: On Thu, 2015-05-28 at 16:40 +0530, Sudhir Khanger wrote: On Wed, May 27, 2015 at 5:09 AM, Matthew Saltzman m...@clemson.edu wrote: Does anyone know if nVidia's Optimus technology is supported natively in F22? Or do we

Re: problems with publican on Fedora 22 Workstation beta

2015-05-21 Thread Pete Travis
?packageID=5800 It's a libxml problem[0], with some surprisingly simple reproducers. Upstream suggested using the --novalid flag, but I've had mixed results. Add yourself to the CC list on the bug, perhaps it will gain priority. [0] https://bugzilla.redhat.com/show_bug.cgi?id=1199396 -- -- Pete

Re: F23 Self Contained Change: Netizen Spin

2015-05-18 Thread Pete Travis
On May 18, 2015 7:34 AM, Jan Kurik jku...@redhat.com wrote: I am sorry for the wrong subject of my previous post. This is a Self Contained Change, not a System Wide. Regards, Jan - Original Message - From: Jan Kurik jku...@redhat.com To: devel-annou...@lists.fedoraproject.org

Re: [freeze break request] render rst files as plaintext on infra.fp.o

2015-05-16 Thread Pete Travis
On May 16, 2015 1:14 AM, Ricky Elrod codebl...@elrod.me wrote: One of the goals for switching from the wiki to storing these docs as plaintext files was ease of access. But our httpd currently forces users to download .rst files before viewing them. Since it appears our doc files are getting

Re: an idea about upgrades

2015-05-12 Thread Pete Travis
On May 12, 2015 11:54 AM, jd1008 jd1...@gmail.com wrote: It would be a great idea if Fedora would provide a way to downgrade to the immediately previous release (from which the upgrade was performed), if the user decides (for some reason) to return to the previous release. This would

Re: 1st Post : Suggestion for a website.

2015-05-12 Thread Pete Travis
On May 12, 2015 7:51 AM, Ankur Sinha sanjay.an...@gmail.com wrote: On Sat, 2015-05-09 at 16:43 +, nishant nishchal wrote: Hi All, I'm new to all this. But I have keen interest in contributing to Open Source. I'm very much interested in helping promote Fedora. I've been using it

Re: recycling Fedora Insight name?

2015-05-08 Thread Pete Travis
On May 8, 2015 7:05 AM, Matthew Miller mat...@fedoraproject.org wrote: On Fri, May 08, 2015 at 06:13:38AM -0400, Joe Brockmeier wrote: I recall that Fedora Magazine once had sections. A section for users and a section for contributors makes more sense to me than spinning up a whole new

Re: recycling Fedora Insight name?

2015-05-06 Thread Pete Travis
On May 6, 2015 4:07 PM, Paul W. Frields sticks...@gmail.com wrote: On Wed, May 06, 2015 at 04:45:43PM -0400, Paul W. Frields wrote: On Tue, May 05, 2015 at 01:25:53PM -0400, Joe Brockmeier wrote: On 05/05/2015 12:12 PM, Matthew Miller wrote: I'm still unsure about news, because I'm

Re: F21: why Fedora still has not alternative init?

2015-05-03 Thread Pete Travis
On May 3, 2015 6:04 AM, Frantisek Hanzlik fra...@hanzlici.cz wrote: - (problem for me create init script for another network daemon instance running on different port etc. TIA, Franta Hanzlik -- I cut out the parts that didn't seem relevant to accomplishing what it seems like you are

Re: New draft workflow for magazine articles

2015-04-27 Thread Pete Travis
On Apr 27, 2015 6:27 AM, Joe Brockmeier j...@redhat.com wrote: On 04/27/2015 03:47 AM, Ryan Lerch wrote: I have been working on trying to write up the workflow for how we write and publish new articles on the magazine, and have started with the following document: Is this likely to

Re: Is Hibernate going to be fixed any time soon?

2015-04-17 Thread Pete Travis
On Apr 17, 2015 4:18 PM, jd1008 jd1...@gmail.com wrote: On 04/17/2015 03:05 PM, Rick Stevens wrote: On 04/17/2015 12:55 PM, jd1008 wrote: Would appreciate some timelines on this problem. If you've filed a BZ on it, there should be activity on that entry. Sorry Rick, I must not be the

Re: RANT . Very poor install experience. 10 hours and just got it working.

2015-04-15 Thread Pete Travis
On Apr 14, 2015 9:44 PM, Robin Laing me...@telusplanet.net wrote: I waited until I had calmed down and edited this post. Originally it was written on Sunday April 12. This is a rant and there are bug reports due to my issues. Some are automatic from the install issues and others created or

Re: Infra docs formatting

2015-04-15 Thread Pete Travis
On Apr 15, 2015 10:11 AM, Kevin Fenzi ke...@scrye.com wrote: On Tue, 14 Apr 2015 18:00:42 -0600 Pete Travis li...@petetravis.com wrote: Hi there, I'm working on a project[0] to build a documentation website using buildbot. We have plenty of publican books for me to play

Re: Firefox won't allow connection when site certificate is invalid

2015-04-14 Thread Pete Travis
On Apr 14, 2015 5:12 AM, Patrick O'Callaghan pocallag...@gmail.com wrote: On Mon, 2015-04-13 at 20:18 -0500, g wrote: Has anyone else seen this? as yet, i have never been unable to accept a site's unrecognized certificate. [firefox 24.8.0] As I've explained, the problem is

Re: dnf replacing yum and dnf-yum

2015-04-14 Thread Pete Travis
On Apr 13, 2015 5:07 AM, Radek Holy rh...@redhat.com wrote: From: Pete Travis li...@petetravis.com To: Development discussions related to Fedora devel@lists.fedoraproject.org Sent: Friday, April 10, 2015 5:31:08 PM Subject: Re: dnf replacing yum and dnf

  1   2   3   4   5   >