Re: vsftpd stopped allow logins after fc28 upgrade

2018-05-25 Thread Pete Travis
mbly suggest not using FTP, at all, ever. I will leave reading of the implicit security concerns as an excercise for the reader, but most all FTP clients should be SFTP capable and in most cases the difference is completely transparent to end users. sshd provid

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

2017-09-20 Thread Pete Travis
lying custom policy. You can use 'restorecon' to this in a targeted manner, but I would recommend 'fixfiles onboot;reboot' which will relabel the whole filesystem tree during early boot, before any mislabeling causes problems. -- Pete ___ u

Re: ip forwarding/masquerading and dhcpd

2017-09-08 Thread Pete Travis
an email to users-le...@lists.fedoraproject.org If the client is plugged directly into the Ethernet port that dhcpd is listening on, why are you discussing packet forwarding and the wireless interface? I would tcpdump on em1 to verify traffic. 

Re: i686/x86_64 conflict when installing steam

2017-09-02 Thread Pete Travis
volved - it's trying to install a newer version of the i686 package compared to the installed x86_64 package. This can happen with any set of subpackages, the whole set should be on the same version. It's not really a multilib problem per se. You should apply all available upd

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

Re: gnome-shell, wayland problem with gnome-ssh-askpass

2017-01-24 Thread Pete Stieber
BM = Brian Millett BM>>> Is there a way (other than not autostarting the BM>>> terminal) to delay the askpass dialog till a BM>>> DISPLAY is set? Or any other ideas? On Tue, 1/24/2017 9:28 PS = Pete Stieber wrote: PS>> No solution, but other ideas... PS>> P

Re: gnome-shell, wayland problem with gnome-ssh-askpass

2017-01-24 Thread Pete Stieber
e having. Before Wayland, I realized that if I added the openssh-askpass package, it would provide the GUI to enter pass phrases when using keychain. I have it installed on the machine in question and it isn't bringing up the GUI. I wonder if it needs to be updated to recognize Wayland and

Re: graphical startup hangs on plymouth

2017-01-06 Thread Pete Travis
the problem. If the system boots to multi-user but doesn't show the display manager in the default target, I would suspect the display managed. Look at `journalctl -u gdm -r`. I *suspect* disabling wayland in /etc/gdm/custom.conf will help, often that will work around graphics is

Re: grub recovery

2016-11-22 Thread Pete Travis
echeck /dev/sd?? > 06. grub2-mkconfig -o /etc/grub2.cfg > > When the command (at point 8) returns, then > 07. cd /dev > 08. rm -rf * > Why? because /dev/ is populated dynamically at boot time. > > Let the list know how it went.

Re: devops/clusterSSH - (offtopic)

2016-11-15 Thread Pete Travis
y appears that you're trying to roll your own orchestration software. Have you looked at existing technologies like ansible, salt, chef, or puppet? I'm reasonably confident that if you drop your assumptions about implementation and learn one, you can meet your deployment goals without rein

Re: screen question?

2016-09-22 Thread Pete Travis
> Do you need to interact with this automated process? If not, running it as a oneshot service unit might be a better fit. I'm curious what the thing does, and what led you to screen as a way of doing it. --Pete ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Alpine question

2016-09-20 Thread Pete Travis
etermine if you have connection problems by making the ssh client verbose, ssh -vvv. If your environment requires you to proxy ssh through a bastion to get to hosts in the wild, know the bastion's keepalive/timeout configs. -- Pete ___ user

Re: Seeking advice on router. (Problem solved)

2016-08-26 Thread Pete Travis
st packaged it because I package everything I install and to tweak some install locations to be more FHS compliant. > > Thanks, > Richard > > > > -- > I've had unifi packaging on the todo list, do you mind sharing your spec? --Pete -- users mailing list users@lists.

Re: Protecting my network from rogue IoT devices.

2016-02-29 Thread Pete Travis
, in my case) from the trusted segment. It does require a spare host or VM on both segments, though. --Pete -- 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://fedorap

Re: dns question??

2016-01-31 Thread Pete Travis
inside your environment. I think you have a solid understanding of what DNS does, but I'm not sure where you're seeing incongruity with your use case. Unless I'm missing something, you need to either manage a bind instance inside your environment, or you need to manage /etc/host

Re: Why was YUM removed

2015-12-09 Thread Pete Travis
ct.org > The bottom of each post to this list contains a link to the mailman web interface of the list. That interface provides a browseable archive, and you can easily search by googling something like "search terms site: https:/archive_url". When you review these archives, you&#

Re: non ascii file

2015-11-24 Thread Pete Travis
e Maurice Schumann | | 59140 Dunkerque, France > === > - What are you trying to do with this file, and how does identifying the non-ASCII characters help? --Pete -- users mailing list users@lists.fe

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

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

2015-11-02 Thread Pete Travis
Can you be more specific about what you are trying to accomplish? --Pete -- 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-conduc

Re: perl-B-C

2015-09-22 Thread Pete Travis
le >/usr/bin/perlcc >/usr/share/man/man1/assemble.1.gz >/usr/share/man/man1/disassemble.1.gz >/usr/share/man/man1/perlcc.1.gz > > > Any idea how to fix it? > > Thank. > > === >

Re: ssh -X gnome-terminal

2015-09-21 Thread Pete Travis
else? Perhaps try `ssh -X user@server gnome-terminal` to rule out what "...and then on the server" might construe. Also try `ssh -X user@server some_other_application` to rule out that specific application's behavior. --Pete -- users mailing list users@lists.fedoraproject.org To un

Re: After a power cut my machine cannot boot

2015-09-09 Thread Pete Travis
nks, Joe. I have just tried > > yum-complete-transaction > > but with no success: the error message ("/lib64/libidn.so.11: file too short"). > > Paul > -- > Fix whatever is dropping you into rescue mode, *then* do package updates. One problem at a time, or you w

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

2015-09-04 Thread Pete Travis
inning drives fail during that time, with varied uses ; a fourth is now due for replacement. Even if life expectancy were half that of a spinning drive instead of an order of magnitude more, I'd still get one for performance reasons. --Pete -- users mailing list users@list

Re: pdftk

2015-09-02 Thread Pete Travis
releases on GitHub, you can use that as a source. I personally prefer to do this; it seems odd to involve a third party, and I can reliably associate the version in the package with the source repo if I want to patch or hack. --Pete -- users mailing list users@lists.fedoraproject.org

Re: efibootmgr help

2015-08-27 Thread Pete Travis
h with a config file. Figure out which one you are booting first. If it's the ubuntu grub, this is all expected and you need to manually update the associated grub.cfg (not the binary, just the config file!) If it's Fedora, also manually update, but also look into whe

Re: nvidia proprietary driver and console

2015-08-14 Thread Pete Travis
've looked at. >> -- > I've had the best results lately with the negativo17 packages. Sorry for not having a thorough answer to the actual question at hand, though - I hardly ever use the consoles. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe

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" wrote: >>> >>> >>> hi, i'm currently writing a course on docker (specifically, doc

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

2015-08-09 Thread Pete Travis
;ve been surprised before :) If you would like to help that effort, I welcome you to subscribe to the Docs list and continue the conversation there. Anything from polished articles to simple requests will add value. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or c

Re: dnf update vs Software Udpates

2015-07-22 Thread Pete Travis
't run, either. This is a convenience function to reduce the delay in running interactive commands, and nothing more. > -- > Do you have references for the on-battery behavior? That's news to me. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change su

Re: dnf update vs Software Udpates

2015-07-22 Thread Pete Travis
ms, I think values >2 hours are increasingly unlikely. A computer that's been off overnight and turned on in the morning should have a fresh cache within 15 minutes of boot. If you have, say, a laptop that you power down often and often install or update packages immediately after boo

Re: Book Recommendation for Fedora users?

2015-07-21 Thread Pete Travis
pics. The changes since then have mainly been iterative or add-on stuff, or things like the three Editions that would not be in scope anyway. Whatever changes are left shouldn't confuse you once you have a handle on the material. --Pete -- users mailing list users@lists.fedoraproject.or

Re: Documentation Issue

2015-07-17 Thread Pete Travis
> -- Hey Justyn, didn't we set you up so you could fix this kind of thing ? :) --Pete -- 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:/

Re: aeskulap and dicom files

2015-07-13 Thread Pete Travis
gt; > Extra Packages for Enterprise Linux 7 - x86_64 > >1.2 MB/s | 9.3 MB 00:07 You are not running Enterprise Linux 7. This repo is not for Fedora. Using it will cause conflicts and unpredictable problems. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe

Re: OT Password problem -

2015-07-08 Thread Pete Travis
x10 FEDORA-22/64bit LINUX XFCE > > -- If you just bought an unusable product, you should return it. If you attempt something too adventurous, you might not be able to return it. That said, Dell service manuals aren't hard to find online. --Pete -- users mailing list users@list

Re: RFC: Multiboot Guide

2015-06-01 Thread Pete Travis
On Jun 1, 2015 5:32 AM, "Timothy Murphy" 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, > &

Re: RFC: Multiboot Guide

2015-06-01 Thread Pete Travis
On Jun 1, 2015 6:12 AM, "Suvayu Ali" 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 coupl

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" 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?: >

RFC: Multiboot Guide

2015-05-31 Thread Pete Travis
.org/en-US/Fedora/22/html/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/ma

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 complete

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" > <mailto:adrian.sevce...@cern.ch>> wrote: >>> Hi! I know that there is another thread with similar subject but as >

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

2015-05-30 Thread Pete Travis
windows 8.1 laptops > and desktops) > > Did anyone have a working dual boot EFI installation of Windows 8.1 + fedora 22? > > Thank you! > Adrian > A bios_grub partition suggests you do not have a UEFI installation of Fedora. Mixing UEFI and not-UEFI will not work well. To con

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

2015-05-30 Thread Pete Travis
8950 > Found initrd image: > /boot/initramfs-0-rescue-78fbe953ac7541f89d8b08858c868950.img > done > > billo > > -- > Look in /boot/efi/EFI. There should be Microsoft files there. If not, they are... in c:\Windows\something... I'll check notes if need be but mostly rep

Re: Status of Optimus laptop graphics in F22?

2015-05-28 Thread Pete Travis
; While searching, I ran across this: > http://negativo17.org/nvidia-driver/. Wondering if anyone has > experience with these packages? He claims to have Optimus support > working without Bumblebee. > > > > > > -- > Matthew Saltzman > Clemson University Mat

Re: an idea about upgrades

2015-05-12 Thread Pete Travis
ke a step back and rethink the situation. The only thing that truly makes backups superfluous is exclusively disposable data. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code o

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

2015-05-03 Thread Pete Travis
t it seems like you are trying to do. Can you elaborate on what service, specifically, you want to listen on a different port, how you attempted to change it, and what happened when you did so? --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription opti

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

2015-04-17 Thread Pete Travis
want to file a bug, fine; if you don't want to continue the discussion about configuration, that's fine too. Do consider the audience you sent this mail to, though. It isn't the power management subsystem developer community, and even if it were, I don't think what you'

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

2015-04-15 Thread Pete Travis
;t want to delete. Data was backed up to a USB stick just in case. > > Yes, I am frustrated as I have said to many that Fedora is easy to install and I am not drunk enough to not care. :) Now to submit bug reports. > > Robin > > > > > > -- > Please follow up here t

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

2015-04-14 Thread Pete Travis
t; > As I've explained, the problem is specifically with Firefox 37. I > already know it works with earlier versions. > > poc > > -- try: security.disable_button.openCertManager=False --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subs

Re: [OT] For your amusement

2015-04-07 Thread Pete Travis
that prefer lists and people that prefer fora both have a place to go. Also, I didn't want to ruin the joke, but shouldn't it be /var/credits ? :P --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedorap

Re: question about burning and then reading (dd) to confirm sha256sum

2015-04-04 Thread Pete Travis
ls > me that Murphy is at it again. ((GBWG)) > > > -- > > peace out. > > in a world with out fences, who needs gates. > > CentOS GNU/Linux 6.6 > > tc,hago. > > g > . > > -- > users mailing list After viewing lots of graphs from really serious PSU t

Re: Microsoft may lock out other OSes with Windows 10

2015-03-27 Thread Pete Travis
ns, and they aren't going to be producing different hardware for retail and OEM because it just doesn't make business sense to do that. Also, we have shim. -- -- Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedora

Re: yum check error elfutils

2015-03-23 Thread Pete Travis
== > Stephen Davies You got a newer version of the x86_64 package from the F20 repos than appears to be available in the F21 repos. A `yum distro-sync` should take care of it, but I recommend you thoroughly review http://fedoraprojec

Re: Fedora 21 server gnome install not starting

2015-03-08 Thread Pete Travis
d at: > http://drm.info/ > -- > Hi Morgan, I'm asking out of personal curiosity, so please don't take this as a criticism. If you wanted a GNOME desktop, why did you install Fedora Server instead of Fedora Workstation? --Pete -- users mailing list users@lists.fedoraproj

Re: rsyslog

2015-03-06 Thread Pete Travis
On Mar 6, 2015 8:09 AM, "Tim" wrote: > > > On Wed, 2015-03-04 at 12:04 -0700, Pete Travis wrote: > > If you're open to typing a different command to access logs, here are > > a few you might find interesting: > > Only the other day, I wanted to see what

Re: rsyslog

2015-03-04 Thread Pete Travis
uctive and rarely based on any technical technical argument . As to your question, there are probably answers in various mailing list archives. Fedora editions that wanted to have rsyslog do, others do not. Consensus on the user support mailing list is not a prerequisite for change. If you wa

Re: rsyslog

2015-03-04 Thread Pete Travis
sh daemon: # journalctl -f -u sshd.service Messages from a given user from the current boot without parser formatting: # journalctl -b _UID=1045 -o cat Many other filter options are explained in `man journalctl`. If you learn them, I think you will find it to be a much more direct way to troublesho

Re: F21 partitioning circus

2015-02-24 Thread Pete Travis
users who had, in the past, for reasons of personal preference or ignorance, created four primary partitions on an MBR drive. Since this thread has gone on a while, I'll close the loop: the only situation where I have seen anaconda's partitioning fail a "newbie" user is the cau

Re: fedora netinstall

2015-02-24 Thread Pete Travis
; Server netinstall image is a universal one, and can be used > >>>> to install any Fedora flavor or your own set of favorite > >>>> packages. > > >>>> > > > Nope! And I did not download the netinstall iso: 1.9 Gb 1 hour to > download For what? Maybe

Re: F21 partitioning circus

2015-02-23 Thread Pete Travis
up on the installer and distribution because they were able to to configure the installation the way they wanted, but didn't end up with the configuration they *needed*. That's a lot of dissatisfaction to risk when deciding how to devote coding time. So really, if this stuff bo

Re: nfs shares not mounted at boot

2015-02-22 Thread Pete Travis
. Bonus, if the network is legitimately down, it doesn't hold up booting. `man systemd.mount` explains, http://www.freedesktop.org/software/systemd/man/systemd.mount.html . --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedorap

atlas 3.10.1-18 update of Fedora 21 for x86_64

2015-02-19 Thread Pete Stieber
atlas atlas-3.10.1-18.fc21.x86_64 atlas-devel-3.10.1-18.fc21.x86_64 Should I be concerned? Pete -- 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

Re: despirate help needed - Samba and security = share

2015-01-23 Thread Pete Travis
ar lag, consider a distribution that has support cycles longer than one year. CentOS comes to mind, most of your knowledge will translate well. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo

Re: Removing obsolete selinux setup

2015-01-18 Thread Pete Stieber
eems like the dokuwiki selinux package should be setup to do something similar. Pete -- 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/co

Re: Removing obsolete selinux setup

2015-01-16 Thread Pete Stieber
On 01/16/2015 12:19 PM, PS = Pete Stieber wrote: PS>> I have a machine that has dokuwiki loaded. PS>> In order to get it to work with selinux, I PS>> followed some advice that was on: PS>> PS>> https://www.dokuwiki.org/install:fedora PS>> PS>> t

Removing obsolete selinux setup

2015-01-16 Thread Pete Stieber
lid. How do I remove these obsolete entries from the selinux database? Pete -- 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 Gu

Re: KVM/QEMU remote connection [SOLVED]

2015-01-16 Thread Pete Travis
On Jan 15, 2015 7:12 PM, "Glenn Holmer" wrote: > > On 01/15/2015 07:26 PM, Pete Travis wrote: > > > > On Jan 15, 2015 11:49 AM, "Glenn Holmer" > <mailto:shad...@lyonlabs.org>> wrote: > >> > >> On 12/31/2014 03:40 PM, Flavio Lei

Re: KVM/QEMU remote connection

2015-01-15 Thread Pete Travis
d ssh-add to the list of startup programs, and now the KDE > version of ssh-askpass prompts me for a password when I log in, and I > can ssh to the remote machine without entering a passphrase for the key. > But I still get the same error when I try to create a new KVM &g

Re: Time tracking app

2015-01-09 Thread Pete Travis
ike projects, time tracking, probably more. It's just a simple TODO list for me, with some subtasks... one of the things on the list is to learn how to use it better. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedor

Re: Can't get tftpd working

2014-12-30 Thread Pete Travis
On Dec 29, 2014 11:23 AM, "Robert Moskowitz" wrote: > > > On 12/29/2014 12:55 PM, Pete Travis wrote: >> >> >> On Dec 29, 2014 10:18 AM, "Robert Moskowitz" wrote: >> > >> > I have two F21 systems on the same subnet. Client and serv

Re: Can't get tftpd working

2014-12-29 Thread Pete Travis
y default, and files there will have an appropriate selinux label. Not sure about your manually invoked tftpd, but you probably didn't want that long-term anyway :P --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedorapro

Re: name of file system : "unknown filesystem type 'FAT32"

2014-12-21 Thread Pete Travis
> > Thank you very much . > > But, how I can know -in general- things like this ..? > > Can you give me a link to a such documentation? > > > `mount` can read the filesystem type too. Try using it without the type argument, and see what happens. --Pete

Re: Which iso?

2014-12-19 Thread Pete Travis
On 12/19/2014 04:11 PM, Rick Stevens wrote: > On 12/19/2014 01:41 PM, Pete Travis wrote: > > I wanted to start out by noting that the OP stated: > >> >> I wanted to update to 21 (from 20) using a DVD (bad network). >

Re: Which iso?

2014-12-19 Thread Pete Travis
would probably have packages you don't need, and not have packages you do. If the fedup prep stops because of a network interruption, the already downloaded packages don't go away. Run fedup again, and it will pick up where it left off. --Pete -- users mailing list users@lists.fedorapro

Re: Won't stay on this page http://fedoraproject.org/en/get-fedora-options

2014-12-17 Thread Pete Travis
e been configuring it for the last few days. I > >> now have to manually install a whole lot of packages that were just > >> there by default before. > >> > >> > >> Jim Lewis > >> > > > > Out of curiosity, what are you considering &qu

Re: Won't stay on this page http://fedoraproject.org/en/get-fedora-options

2014-12-17 Thread Pete Travis
re just > there by default before. > > > Jim Lewis > Out of curiosity, what are you considering "the default" here? --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/user

Re: How to install MATE on fedora workstation

2014-12-15 Thread Pete Travis
-workstation and fedora-release-nonproduct. > > So, is it possible to install MATE on workstation, or it is GNOME only now? > > Thanks. > > > -- Please read http://fedoraproject.org/wiki/Common_F21_bugs#Installation_of_.27environment_groups.27_fails_due_to_conflicts_between

Re: PXE BOOT : Booting Linux VM from a network server.

2014-11-26 Thread Pete Travis
o boot via PXE. You can refer to the Fedora Installation Guide for instructions on setting up the server. For deploying the guest, I recommend `virt-install` . For 'client configuration', well, after Fedora is installed on the guest you can treat it like any other Fedora

Re: Latest systemd news

2014-11-15 Thread Pete Travis
vices; container management is a logical add. Whatever the intent, I hope that everyone discovers it from reading actual documentation instead of inflammatory comments on indignant speculation about the intent behind a one sentence feature description like " resolved: add DNS cache ".

Re: Hibernate and lack of docs

2014-11-10 Thread Pete Travis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/10/2014 06:36 AM, Martín Marqués wrote: > 2014-11-09 20:31 GMT-03:00 Pete Travis : >> >> >> Please file a bug[1] against the documentation you're referencing, >> probably the Power Management Guide? That wi

Re: Hibernate and lack of docs

2014-11-09 Thread Pete Travis
wer on suspend, and cold boot faster than a resume from hibernate could ever achieve. On point 3, one would hope that resuming from hibernate didn't require you to manually edit the grub configs every time :) I'm not well versed in the area, but it smells like at least one bug/de

Re: A Linux for the totally maintenance free

2014-10-23 Thread Pete Travis
ibution that you are most comfortable with, the one that you feel will provide the best support for *you* to support her. Let her choose her own desktop environment; that's part of what makes Linux fun. -- -- Pete Travis - Fedora Docs Project Leader - 'randomuser' on freenode

Re: Password Needed

2014-10-20 Thread Pete Travis
> > -- Since you are asking a Fedora support list, the logical answer would be to install Fedora and set your desired user account password during the installation process. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.f

Re: Lost grub on EFI BIOS update

2014-10-17 Thread Pete Travis
vary depending on how you installed. UEFI mode or BIOS mode? --Pete -- 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 Guide

Re:

2014-09-17 Thread Pete Travis
r...@dwf.com > > > -- Is there some aspect of the current, supported Fedora releases that makes them unsuitable for storing photos? --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinf

Re: VirtualBox -

2014-09-05 Thread Pete Travis
but why not use the solution built in to Fedora? QEMU/KVM do a great job and using virt-manager or GNOME Boxes is easy. I can point you to some documentation or help in a dedicated thread if you are interested. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change sub

Re: Get rid of the message: session opened for user

2014-09-01 Thread Pete Travis
anyone? > > > regards, > Kevin > Please don't top post - it is confusing to read posts and replies out of order. Instead of `tail -f /var/log/messages` use `journalctl -kf`. "-k" filters to only kernel messages. If you want to see more, add more to the filter. >

Re: Get rid of the message: session opened for user

2014-09-01 Thread Pete Travis
ry useful when troubleshooting or auditing remote connection attempts. If you're looking at the logs and only want to see messages from a specific service, you can simply filter based on your needs at the time, ie `journalctl --since today --unit NetworkManage

Re: Radio silence?

2014-08-14 Thread Pete Stieber
On 8/14/2014 10:01 AM, KF = Kevin Fenzi wrote: KF> Kidding aside, there's been some issues with KF> signing packages and pushing them... Thanks for the info. It was clear from inactivity on the announcement list that something was up. Thanks again, Pete -- users mailing

Re: Radio silence?

2014-08-13 Thread Pete Stieber
I'm on the package announcement list and haven't received any announcements since August 9. That many days without package announcements is odd. Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.o

Re: RoR, apache, passenger deployment problems

2014-07-31 Thread Pete Stieber
On 7/31/2014 10:53 PM, SM = Shuichiro Makigaki wrote: SM> Pete, SM> SM> I think selinux is running on enforcing mode? SM> `sudo setenforce permissive` may make you happy SM> temporarily, I think. Please try it. Thanks. That helped. Now I have deployment errors I have to figure

RoR, apache, passenger deployment problems

2014-07-31 Thread Pete Stieber
estions. The first thing I notice is complaints in /var/log/httpd/error_log when restarting apache with passenger setup. I've attached the relevant error_log content. I googled, but couldn't find a clear answer. Can someone help me out? Pete [Thu Jul 31 19:35:00.788413 2014] [

Re: Unresponsive upstream (bcache)

2014-07-28 Thread Pete Travis
ability that the issue is actually under development or has already dealt with. Upstream might have dealt with the issue in a way that's different from the approach in your patch - that doesn't mean your bug is dismissed offhand or that submitting your patch isn't appreciated. --Pete --

Re: wanted: performance laptop, no windoze tax

2014-07-16 Thread Pete Travis
On Jul 16, 2014 5:41 PM, "Temlakos" wrote: > > On 07/16/2014 04:17 PM, Pete Travis wrote: >> >> >> On Jul 16, 2014 9:07 AM, "Neal Becker" wrote: >> > >> > Sorry, I know this subject has been written about before. But goo

Re: wanted: performance laptop, no windoze tax

2014-07-16 Thread Pete Travis
results in the shell or using their app store; that pretty much does the job these days. I have a Lenovo Yoga 2 Pro, a flagship Windows8 convertible ultrabook. It works great, and I have never booted Windows on it. --Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or chang

Re: Problem with iptables

2014-07-01 Thread Pete Travis
On Jun 30, 2014 9:03 PM, "JD" wrote: > > On Mon, Jun 30, 2014 at 7:04 PM, Pete Travis wrote: > >> Congrats, you've created a firewall ruleset just like the default, but without ssh. You could have: >> `firewall-cmd --remove-service ssh --permanent ` >>

Re: Problem with iptables

2014-06-30 Thread Pete Travis
Congrats, you've created a firewall ruleset just like the default, but without ssh. You could have: `firewall-cmd --remove-service ssh --permanent ` You can read about firewalld at https://fedoraproject.org/wiki/FirewallD . If you prefer to disable firewalld and use iptables, there are instruct

Re: Installation of a printer HP2510, as client, in a Windows network

2014-06-27 Thread Pete Travis
Returning IPP client-error-not-possible for CUPS-Add-Modify-Printer (ipp://localhost/printers/HP-2515) from localhost > > > > Can I get an help to understand where I failed > > > Thank you very much > > > Regards > > > Angelo Moreschini > > > -- > hplip

Re: Cntrl-Alt-F[2,3,4,5,6,7,8,9,10,11,12] do not work

2014-06-23 Thread Pete Travis
g this far, but got lost when you started the gettys. Systemd would typically handle switching and starting gettys on switch. Are you starting them by attempting to switch in turn, and the process starts but the display doesn't change? If you're starting them another way, how and why? I

Re: Install problem (Fedora 20-32bit

2014-06-07 Thread Pete Travis
d > which does not run on PCLOS, for unknown reasons. > > Suggestions, please. > > Thanx--doug > -- Hey Doug, Any particular reason you aren't using 64 bit Fedora? If it's because of a 32bit app, the chance of it working on x86_64 is *very high* and so worth trying. --Pe

Re: Regarding Fedora18

2014-06-03 Thread Pete Travis
download the Fedora18 from so that when he installs it, he sees the kernel version 3.6.10-4.fc18.x86_64 #1 > > > I need my lab setup exactly like the one my customer has. > > > Regards > > -Prashant > Fedora 18 is no longer supported. The best service you can provid

  1   2   3   >