Re: ifup/ifdown

2018-12-09 Thread Samuel Sieb
On 12/9/18 6:37 PM, ToddAndMargo via users wrote: On 12/9/18 6:06 PM, ToddAndMargo via users wrote: I decided to see what I would lose by removing network-scripts. Nothing I can't live without now that I have nm-ifup/down. You still have ifup and ifdown. They are symlinks to the nm scripts.

Re: downsized grub menu.

2018-12-09 Thread Samuel Sieb
On 12/9/18 7:39 PM, home user via users wrote: So it looks to me like I'm missing 3 font files and one text file.  How do I easily get them into the right places so they'll be properly maintained by weekly "dnf upgrade" updates? Just delete those lines from the grub config file. As Ed mention

Re: downsized grub menu.

2018-12-09 Thread Ed Greshko
On 12/10/18 7:35 AM, home user via users wrote: > Hi Samuel, > > I see in /etc/grub2.cfg, it says at the top > --- > # > # DO NOT EDIT THIS FILE > # > # It is automatically generated by grub2-mkconfig using templates > # from /etc/grub.d and settings from /etc/default/grub > # > ---

Re: downsized grub menu.

2018-12-09 Thread home user via users
(Samuel said) > Interesting, I don't have any of those files. Check if you do. ... Results of checking for files referenced in lines 91-98 (done as root): --- -bash.24[system]: pwd /boot/grub2/themes/system -bash.25[system]: ls -la total 7080 drwxr-xr-x. 2 root root1024 Oct 11 12:

Re: ifup/ifdown

2018-12-09 Thread ToddAndMargo via users
On 12/9/18 7:03 PM, Ed Greshko wrote: dnf info I keep forgetting about that command. Thank you! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https

Re: How do I : one static DNS , one from DHCP ?

2018-12-09 Thread Cameron Simpson
On 09Dec2018 18:33, sean darcy wrote: My local server - unbound - works great. Never a problem, almost. Sometimes there's a problem on reboot, and unbound doesn't start. Do you know why this is? I run unbound on my Mac, but I start it by hand post boot (just don't ask). How is unbound star

Re: ifup/ifdown

2018-12-09 Thread ToddAndMargo via users
On 12/9/18 6:55 PM, Ed Greshko wrote: On 12/10/18 10:37 AM, ToddAndMargo via users wrote: Uh Oh!  If I remove network-scripts, will I still have /etc/sysconfig/network-scripts.ifcfg-  ?? [egreshko@acer ~]$ rpm -q network-scripts package network-scripts is not installed [egreshko@acer ~]$

Re: ifup/ifdown

2018-12-09 Thread Ed Greshko
On 12/10/18 10:55 AM, Ed Greshko wrote: > On 12/10/18 10:37 AM, ToddAndMargo via users wrote: >> Uh Oh!  If I remove network-scripts, will I still >> have /etc/sysconfig/network-scripts.ifcfg-  ?? > [egreshko@acer ~]$ rpm -q network-scripts > package network-scripts is not installed > > [egres

Re: ifup/ifdown

2018-12-09 Thread Ed Greshko
On 12/10/18 10:37 AM, ToddAndMargo via users wrote: > Uh Oh!  If I remove network-scripts, will I still > have /etc/sysconfig/network-scripts.ifcfg-  ?? [egreshko@acer ~]$ rpm -q network-scripts package network-scripts is not installed [egreshko@acer ~]$ ls /etc/sysconfig/network-scripts/ if

Re: ifup/ifdown

2018-12-09 Thread ToddAndMargo via users
On 12/9/18 6:06 PM, ToddAndMargo via users wrote: On 12/9/18 2:36 PM, Samuel Sieb wrote: On 12/9/18 2:28 PM, ToddAndMargo via users wrote: On 12/8/18 11:24 AM, Samuel Sieb wrote: The NetworkManager package contains ifup and ifdown scripts.  I don't see how there's any maintenance involved, sin

Re: downsized grub menu.

2018-12-09 Thread Samuel Sieb
On 12/9/18 3:35 PM, home user via users wrote: insmod gfxmenu loadfont ($root)/grub2/themes/system/DejaVuSans-10.pf2 loadfont ($root)/grub2/themes/system/DejaVuSans-12.pf2 loadfont ($root)/grub2/themes/system/DejaVuSans-Bold-14.pf2 loadfont ($root)/grub2/fonts/unicode.pf2 insmod png set theme=($r

Re: ifup/ifdown

2018-12-09 Thread ToddAndMargo via users
On 12/9/18 2:36 PM, Samuel Sieb wrote: On 12/9/18 2:28 PM, ToddAndMargo via users wrote: On 12/8/18 11:24 AM, Samuel Sieb wrote: The NetworkManager package contains ifup and ifdown scripts.  I don't see how there's any maintenance involved, since they just call nmcli. The warning message just

Re: downsized grub menu.

2018-12-09 Thread home user via users
Hi Samuel, I see in /etc/grub2.cfg, it says at the top --- # # DO NOT EDIT THIS FILE # # It is automatically generated by grub2-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # --- I also see in lines 91-98 --- insmod gfxmenu lo

Re: How do I : one static DNS , one from DHCP ?

2018-12-09 Thread sean darcy
On 12/8/18 5:53 PM, Samuel Sieb wrote: On 12/8/18 8:23 AM, sean darcy wrote: I'm running a DNS server (unbound) on a VOIP server. It's crucial that I can always resolve addresses, even if it's slower. Now DNS1 is set to 127.0.0.1, peerdns no. Giving: How does the local DNS do the resolving. 

Re: ifup/ifdown

2018-12-09 Thread Ed Greshko
On 12/10/18 6:28 AM, ToddAndMargo via users wrote: > On 12/8/18 11:24 AM, Samuel Sieb wrote: >> On 12/8/18 10:46 AM, Matthew Miller wrote: >>> On Sat, Dec 08, 2018 at 01:31:34PM -0500, Sam Varshavchik wrote: I'm trying to understand what prevents having a shell script, or two, that takes

Re: downsized grub menu.

2018-12-09 Thread Samuel Sieb
On 12/9/18 2:33 PM, home user via users wrote: 1. What is the name and location of that grub config file? Depending on whether or not you have an EFI system, it's either /etc/grub2.cfg or /etc/grub2-efi.cfg. Both symlinks exist but only one of them should be valid. 2. Is there anything I n

Re: ifup/ifdown

2018-12-09 Thread Samuel Sieb
On 12/9/18 2:28 PM, ToddAndMargo via users wrote: On 12/8/18 11:24 AM, Samuel Sieb wrote: The NetworkManager package contains ifup and ifdown scripts.  I don't see how there's any maintenance involved, since they just call nmcli. The warning message just says to use the scripts from NetworkMana

Re: downsized grub menu.

2018-12-09 Thread home user via users
Samuel, 1. What is the name and location of that grub config file? 2. Is there anything I need to do after editing the file but before re-booting? Thank-you. Bill. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email t

Re: downsized grub menu.

2018-12-09 Thread home user via users
Thank-you for the suggestion, Wolfgang. I tried "journalctl -n 10" as root. I did find "boot --", but I saw no hint of the error messages. I searched for "grub". I searched for "error". No hits. This is a dual-boot workstation. The error messages show up *before* the grub menu appears, s

Re: ifup/ifdown

2018-12-09 Thread ToddAndMargo via users
On 12/8/18 11:24 AM, Samuel Sieb wrote: On 12/8/18 10:46 AM, Matthew Miller wrote: On Sat, Dec 08, 2018 at 01:31:34PM -0500, Sam Varshavchik wrote: I'm trying to understand what prevents having a shell script, or two, that takes a single parameter, and turns on or off the specified network inte

Re: F29 Wail at the Firewall (long; sorry!)

2018-12-09 Thread stan
On Sun, 9 Dec 2018 19:00:25 + (UTC) Beartooth wrote: > I do some of my email and all of my Gmane activity (including > this list) at the address above, from my local access provider, > Comcast; but I do most of my email (and my wife does all of hers) at > my own domain, to which we con

Re: F29 Wail at the Firewall (long; sorry!)

2018-12-09 Thread Samuel Sieb
On 12/9/18 11:00 AM, Beartooth wrote: Recently we've been moving machines about physically, from floor to floor and connection to connection. We've also been getting lots of timeouts. When I asked my domain host about it, he told me it was my own firewall cutting us off. It blocks connec

Re: downsized grub menu.

2018-12-09 Thread Samuel Sieb
On 12/9/18 3:43 AM, Wolfgang Pfeiffer wrote: On Sat, Dec 08, 2018 at 08:05:00PM -0700, home user via users wrote: (Samuel said) That should be in /boot. Do you have /boot on a separate partition? How do I determine which partition /boot is in? The directory mentioned in the error messages is

Re: F29 Wail at the Firewall (long; sorry!)

2018-12-09 Thread Joe Zeff
On 12/09/2018 12:00 PM, Beartooth wrote: I do some of my email and all of my Gmane activity (including this list) at the address above, from my local access provider, Comcast; but I do most of my email (and my wife does all of hers) at my own domain, to which we connect by ssh. My main

Re: Weird volume issues (PulseAudio?)

2018-12-09 Thread stan
On Sun, 9 Dec 2018 01:07:28 -0500 Christopher wrote: > On Sun, Dec 2, 2018 at 1:53 AM Christopher > wrote: > > 1. In gdm, the volume indicator always indicates the output device > > is Headphones, even when headphones aren't plugged in. gdm doesn't > > make a lot of noise to debug before loggin

Re: ifup/ifdown

2018-12-09 Thread stan
On Sat, 8 Dec 2018 14:43:13 -0800 Samuel Sieb wrote: > The network-scripts package was created from initscripts in F29. You > probably can remove net-tools if you don't use those commands, but > it's fine to keep it for now. Thanks. I think I will just keep them. _

F29 Wail at the Firewall (long; sorry!)

2018-12-09 Thread Beartooth
In the words of the starlet, I try to be cynical [read paranoid] about security, but I just can't keep up. I do some of my email and all of my Gmane activity (including this list) at the address above, from my local access provider, Comcast; but I do most of my email (and my wi

Re: using sed -- delete line in file matching inputLine

2018-12-09 Thread Oleg Cherkasov
On 08.12.2018 00:07, bruce wrote: Hey. Used sed in the past to delete lines from files where the pattern is within a line. However I'm not sure I've ever had to delete a line where the line in the file matches the inputLine. Would I simply use the inputPattern plus a "\n'"?? any pointers are

Re: lot of problems with f29

2018-12-09 Thread Richard Shaw
On Sun, Dec 9, 2018 at 3:43 AM François Patte < francois.pa...@mi.parisdescartes.fr> wrote: > Bonjour, > > I recently upgraded my system from f28 to f29, after some problems with > lvm (see my other post...) the system was ok, but today I faced new > problems: selinux went crazy... refusing to sta

Re: downsized grub menu.

2018-12-09 Thread Wolfgang Pfeiffer
On Sat, Dec 08, 2018 at 08:05:00PM -0700, home user via users wrote: (Samuel said) That should be in /boot. Do you have /boot on a separate partition? How do I determine which partition /boot is in? The directory mentioned in the error messages is under /boot as you said (thank-you!): -

lot of problems with f29

2018-12-09 Thread François Patte
Bonjour, I recently upgraded my system from f28 to f29, after some problems with lvm (see my other post...) the system was ok, but today I faced new problems: selinux went crazy... refusing to start mariadb. A lot of notifications appeared on my screen and I tried to do what these notifications su