Re: modifications to sshd_config for security/hardening

2020-05-01 Thread Chris Adams
from the DNS query). FYI: "UseDNS no" has been the default in OpenSSH for a while now. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora C

Re: Tip: dhcp lease file under Fedora32

2020-04-28 Thread Chris Adams
do is manually write iptables-style rules, that will actually still work with the nftables back-end). -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora

Re: Tip: dhcp lease file under Fedora32

2020-04-27 Thread Chris Adams
xample "nmcli con show br0" (which is a lot more complete about the DHCP request and reply). -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora

Re: What to do instead of using rc.local?

2019-07-10 Thread Chris Adams
". Just make the line: @reboot /usr/bin/fetchmail -d 900 -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedorapr

Re: SOLVED: Re: How to sign a locally compiled kernel so it can be booted with UEFI.

2019-06-12 Thread Chris Adams
are officially supported for long filename support. Windows FAT32 includes UTF-16 for LFN, but that's not supported in UEFI (UTF-8 is not even mentioned). -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email

Re: Cloning of existing fedora install failing at switch root. Does systemd keep system state?

2019-06-04 Thread Chris Adams
You can either touch /.autorelabel or add autorelabel=1 to the kernel boot options. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Condu

Re: mkpasswd

2019-05-15 Thread Chris Adams
Once upon a time, Cameron Simpson said: > But, yeah, if that doesn't sort it, use another tool. Ben suggested > pwgen, and I've got a script of my own called "mkpw" which generates > a 16 character random hex string. Just FYI: openssl CLI can do that with "openssl rand

Re: GeoIP2 perl modules needed

2019-05-04 Thread Chris Adams
endencies, but have not had time to make sure all is clean and submit them to Fedora. It's on my to-do list... -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fe

Re: Smallest Fedora box to use as gateway/firewall/VPN

2019-01-09 Thread Chris Adams
eral-purpose OS install, so costs less. -- Chris Adams ___ 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 Gu

Re: Smallest Fedora box to use as gateway/firewall/VPN

2019-01-09 Thread Chris Adams
Once upon a time, Samuel Sieb said: > On 1/8/19 11:15 AM, Chris Adams wrote: > >Once upon a time, Tom Horsley said: > >>Intel sells boxes they call NUCs. > > > >NUC only has one ethernet port built-in, although newer models also have > >a Thunderbolt por

Re: Smallest Fedora box to use as gateway/firewall/VPN

2019-01-08 Thread Chris Adams
hem for. -- Chris Adams ___ 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/w

Re: Smallest Fedora box to use as gateway/firewall/VPN

2019-01-08 Thread Chris Adams
graded in Windows (and both of those upgrades have been necessary to get systems working). Also, I have a NUC7 (1.5 years old) on RMA right now - made a BIOS setting change to disable SecureBoot and enable legacy-style boot, and it killed the box... not too impressed with that. -- Chris

Re: Breaking LVM (on purpose)

2019-01-04 Thread Chris Adams
like NBD or iSCSI running locally, rather than direct loopback volumes. I'm pretty sure you could kill an NBD or iSCSI export. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedorapr

Re: Breaking LVM (on purpose)

2019-01-03 Thread Chris Adams
ically pull the drive, I think you can tell a USB device to power down via a sysfs attribute, so that might be sufficient. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to us

Re: Will RedHat deprecate KDE on Fedora?

2018-11-04 Thread Chris Adams
project that seems to have continual scope creep may not be the best (IMHO), but systemd-the-init-system is a vast improvement on what came before. "Old" isn't inherently bad, but then neither is "new". -- Chris Adams ___ users mailin

Re: OT: replace a timestamp across multiple files

2018-10-17 Thread Chris Adams
can do the basic search-and-replace approach, although that can be a problem too (for example, 1 is a valid serial, and you don't want to s/1/1234/ and replace all instances of "1"). -- Chris Adams ___ users mailing list -- users@

Re: Where is Perl 5's "say" module?

2018-08-17 Thread Chris Adams
quot;say" is not a module). You do have to quote the whole thing because the () are interpreted by the shell otherwise. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.or

Getting started with firewalld

2018-04-17 Thread Chris Adams
interfaces and services to zones, but nothing that tells me how to use those zones to do something useful. -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: perl updates

2018-02-28 Thread Chris Adams
d standard error for the this cron job to /dev/null 4) if there's no other CLI argument processing in the script, call it like "exiqsumm ignored" -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedorapr

Re: Riddle me this: grep / regx experts

2018-02-02 Thread Chris Adams
>' (because there will always be at least 0 of the [0-9] part at the start). If you really mean "1 or more", you can use an extended regex (the -E argument to grep/sed) and use + instead of *, so '[0-9]+s[0-9]*">'. -- Chris Adams <li...@cmadams.net> _

Re: NetworkManager-wait-online is still utterly, and completely, broken

2018-01-03 Thread Chris Adams
ork management to get basic router-like behavior (functionally, that's how Cisco actually works, it's just all under the hood). -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: NetworkManager-wait-online is still utterly, and completely, broken

2017-12-24 Thread Chris Adams
iple interfaces, for example a desktop with wired and wifi, and different preference default routes out both (so if the wired goes down, traffic can still go out over the wifi). Anything acting like a router also needs this behavior, typically in conjuction with dynamic routing protocols. --

Re: F24 problems with ttyUSB0

2017-07-28 Thread Chris Adams
there are some cases where I've seen the device "stuck"). -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Adobe Acrobat & F26

2017-07-18 Thread Chris Adams
IIRC at one point /usr/bin/acroread was just a shell script wrapper. You can run "file /usr/bin/acroread" to see that. -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Can't get surround sound on new Intel NUC

2017-05-06 Thread Chris Adams
a PCM bitstream, but it only ever sees stereo from the NUC. Both systems are up-to-date Fedora 25. -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: failure when logging into redhat.bugzilla.com

2017-04-22 Thread Chris Adams
structure folks, both Fedora and Red Hat. -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Current docs for /etc/sysconfig/network-scripts/ifcfg-* files

2017-04-18 Thread Chris Adams
Once upon a time, Sam Varshavchik <mr...@courier-mta.com> said: > I'm looking for the current documentation of all settings that I can > use in /etc/sysconfig/network-scripts/ifcfg-* files. I think the mostly-canonical listing is /usr/share/doc/initscripts/sysconfig.txt -- Chr

Re: enabling the pc speaker

2017-03-15 Thread Chris Adams
n the default package set, but the RPM is just called "xkbset". -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: [OT] oVirt folks?

2017-03-09 Thread Chris Adams
Once upon a time, Ed Greshko <ed.gres...@greshko.com> said: > On 03/10/17 06:59, Chris Adams wrote: > > Any oVirt people around? I know this is a little off-topic for the > > Fedora list, but hoping there's some overlap. > > > > The oVirt yum repo and ma

[OT] oVirt folks?

2017-03-09 Thread Chris Adams
know of any outages that could be causing this? These sites do appear to be hosted on Red Hat infrastructure. -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to us

Re: Good firewalld documentation?

2017-03-09 Thread Chris Adams
Once upon a time, Matthew Miller <mat...@fedoraproject.org> said: > On Thu, Mar 09, 2017 at 11:03:13AM -0600, Chris Adams wrote: > > I'm trying to switch from using straight iptables to firewalld, but I'm > > not really "getting it" with how firewalld works. The doc

Good firewalld documentation?

2017-03-09 Thread Chris Adams
OP COMMIT -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Where's my load average coming from?

2017-01-18 Thread Chris Adams
about Bat Guano... If you do that, you'll have to answer to the Coca-Cola company! -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Mount of NAS Ethernet Connect to Router Fails at Boot Time for CIFS Interface in F24

2017-01-18 Thread Chris Adams
inherent problem with systemd. https://bugzilla.redhat.com/show_bug.cgi?id=1119787 -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Screen doesn't blank with F25/MATE

2016-12-25 Thread Chris Adams
h manually locking the screen and after the the idle timeout. -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Screen doesn't blank with F25/MATE

2016-12-25 Thread Chris Adams
Once upon a time, Chris Adams <li...@cmadams.net> said: > I installed Fedora 25 with the MATE desktop on my Thinkpad Carbon X1 > (4th gen). When I lock the desktop or the screensaver kicks in, the > display doesn't actually blank. On more searching, this is a known bug with MAT

Screen doesn't blank with F25/MATE

2016-12-25 Thread Chris Adams
behavior. This is with a Intel HD Graphics 520 display (if that matters). -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: why is dnsmasq running?

2016-11-07 Thread Chris Adams
oesn't conflict with a "regular" instance. -- Chris Adams <li...@cmadams.net> ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Kickstart with a static interface

2016-08-18 Thread Chris Adams
-forward. Yeah, that's the only way. The kickstart format only has a single specification for network config, and it is applied both during install and post install. You can use nmcli in %post, or just write the various files yourself (ifcfg-* and resolv.conf being the main files). -- Chris Adams <

Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-15 Thread Chris Adams
dobe-released Linux Flash is woefully out of date. If you must have Flash on Linux, IMHO the best way is to install Google Chrome (even if you don't use it) and freshplayer (a plugin wrapper to run the Google Pepper API variant of Flash in Firefox's NPAPI plugin environment). -- Chris Adams <li...@c

Re: OT: grep and regex patterns

2016-07-13 Thread Chris Adams
Once upon a time, Jon LaBadie <jo...@jgcomp.com> said: > On Thu, Jul 14, 2016 at 02:09:27AM +, Christopher wrote: > > On Wed, Jul 13, 2016, 21:11 Chris Adams <li...@cmadams.net> wrote: > > > > > Once upon a time, Mike Wright <nob...@nospam.hosti

Re: OT: grep and regex patterns

2016-07-13 Thread Chris Adams
?://[^/]*\.in/' grep "$PATTERN" file.of.links > links.in or just: grep 'https?://[^/]*\.in/' file.of.links > links.in Only potential oddity would be if you have URLs with non-standard ports specified (like "https://foo.in:8080/;); to match that, you could use egrep instead

Re: [OT] Tim, Gil, et. al. (e-mail address settings)

2016-07-01 Thread Chris Adams
Once upon a time, Bruno Wolff III <br...@wolff.to> said: > On Fri, Jul 01, 2016 at 08:16:10 -0500, > Chris Adams <li...@cmadams.net> wrote: > >The correct solution is for the mailing list software to be changed to > >rewrite From: addresses. New

Re: [OT] Tim, Gil, et. al. (e-mail address settings)

2016-07-01 Thread Chris Adams
Once upon a time, Greg Woods <wo...@ucar.edu> said: > On Fri, Jul 1, 2016 at 7:16 AM, Chris Adams <li...@cmadams.net> wrote: > > No, it isn't specifically a Gmail issue, it is an issue from the > > combination of DMARC strict policies, sites that enforce DMARC poli

Re: [OT] Tim, Gil, et. al. (e-mail address settings)

2016-07-01 Thread Chris Adams
to be changed to rewrite From: addresses. Newer versions of Mailman support this. The address rewriting is annoying, but is the only true solution to being in between sites that publish and honor DMARC policies. -- Chris Adams <li...@cmadams.net> -- users mailing list users@lists.fedora

NetworkManager drops config on link down

2016-06-30 Thread Chris Adams
t a config, it stays configured (even if the link drops)? This is frustrating behavior in many cases. -- Chris Adams <li...@cmadams.net> -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@list

Re: looking for a BASH tool

2016-06-27 Thread Chris Adams
f instead you want to search for commands with the same start (so just typing "s" would only show commands that started with "s"), you want history-search-backward, which is bound to PageUp on Fedora (not bound by default upstream IIRC). -- Chris Adams <li...@cmada

Re: Bitmap font resizer (or: good classic-style terminal font)?

2016-04-21 Thread Chris Adams
rse, that I wrote a quick-and-dirty perl script to "double-size" the font, so now I can use my "new" 12x26 on the high-DPI screen. -- Chris Adams <li...@cmadams.net> -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscript

Bitmap font resizer (or: good classic-style terminal font)?

2016-04-20 Thread Chris Adams
s there a good vector/scalable font that has a similar look? -- Chris Adams <li...@cmadams.net> -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct:

Re: Problem with dd and /dev/sr0

2016-03-14 Thread Chris Adams
ip=2915523K conv=noerror,notrunc oflag=append > dd: ‘Our_Group_Picnic.iso’: cannot skip to specified offset Again, you are doing math wrong. You told dd to skip to byte 6114294890496 (2 * 1024 * 2915523 * 1024) in a file that is only 8018991104 bytes long. Nothing wrong with dd... -- Chris Adams &l

Re: Running a private mirror with Fedora's mirrormanager

2015-12-31 Thread Chris Adams
Once upon a time, Rick Stevens <ri...@alldigital.com> said: > IIRC, a private mirror is just that, private. It's not for the big, bad > Internet to use, so it wouldn't be listed in the mirrors list. It should be in the mirror list for the site local netblocks (that's the point). --

Re: installation on a HP250 as UEFI

2015-12-27 Thread Chris Adams
Once upon a time, Berend De Schouwer <berend.de.schou...@gmail.com> said: > If you're using fdisk you're using a BIOS partition table.  Depending > on UEFI settings, you need a GPT partition table. Modern Linux fdisk can also create/manage GPT disks. -- Chris Adams <li...@cmadams

Re: Issues with install F23 MATE desktop

2015-12-09 Thread Chris Adams
Once upon a time, Matthew Miller <mat...@fedoraproject.org> said: > On Tue, Dec 08, 2015 at 10:52:12AM -0600, Chris Adams wrote: > > I started with Fedora-Workstation-netinst-x86_64-23 on a thumb drive. I > > booted, selected automatic partitioning and MATE, and it started

Issues with install F23 MATE desktop

2015-12-08 Thread Chris Adams
't explain the MATE conflicts in the repos, dnf groupinstall fail, or disappearing USB though. -- Chris Adams <li...@cmadams.net> -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code

Re: encrypting /home partition post-install

2015-12-02 Thread Chris Adams
ound > to mount the second drive with the same volume names. That's not LVM, that's the installer, and IIRC that behavior changed in Fedora several releases ago (I always manually partition anyway so I don't remember what the default does these days). -- Chris Adams <li...@cmadams.net> --

Re: encrypting /home partition post-install

2015-12-01 Thread Chris Adams
and such manually. With LVM, I still get /dev/vg_foo/lv_bar, and don't care what raw device the underlying partition is, how it is connected, etc. (very useful for example when taking an internal drive from one computer and connecting it via an external adapter of some type on another). -- Chris Adam

Re: encrypting /home partition post-install

2015-12-01 Thread Chris Adams
Once upon a time, Patrick O'Callaghan <pocallag...@gmail.com> said: > On Tue, 2015-12-01 at 15:31 -0600, Chris Adams wrote: > > With LVM, I still get /dev/vg_foo/lv_bar, and > > don't care what raw device the underlying partition is, how it is > > connected, etc. (v

Re: encrypting /home partition post-install

2015-12-01 Thread Chris Adams
Once upon a time, Joe Zeff <j...@zeff.us> said: > On 12/01/2015 01:31 PM, Chris Adams wrote: > >I find quite the opposite: without LVM, I have to know that the drive I > >just moved from computer to computer changed from sdb to sdc, and edit > >fstab and such manually.

Clone a system to an encrypted drive

2015-07-15 Thread Chris Adams
messed with encrypted filesystems under Linux before). The system I'm backing is also headless, so no GUI tools. Pointers, tips, suggestions? Thanks. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https

Re: Fun with dnf

2015-05-27 Thread Chris Adams
* wouldn't match a file called google-foo), the shell passes the wildcards through. Better to quote wildcards when you don't want the shell to expand them. So, in your case, try: dnf list available *google* -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org

Re: dnf failed to download repomd.xml from updates

2015-05-27 Thread Chris Adams
that there was no manual reason for such packages to be rebuilt (no new upstream version, no bugfixes required, etc.). -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman

Re: F21 partitioning circus

2015-02-26 Thread Chris Adams
Can we get a list admin to kill this thread? Two people calling each other names (and more) back and forth is really not that helpful. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https

Re: The earliest release of Linux by Linus Torvalds

2015-02-26 Thread Chris Adams
instead of a CDROM. I'm pretty sure MCC Interim Linux and maybe TAMU pre-date SLS. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct

Re: The earliest release of Linux by Linus Torvalds

2015-02-25 Thread Chris Adams
. The oldest Red Hat product I have is Red Hat Linux 3.0.3 on CD, from 1996. Since a lot of systems then didn't boot from CD (or didn't even have CD), the CD set included the floppy images that you could also use to install. -- Chris Adams li...@cmadams.net -- users mailing list users

Re: End of 32-bit support?

2015-01-20 Thread Chris Adams
. If there's enough interest to keep 32-bit archs running, then a team of people would need to step up to do the necessary work. In any case, no concrete proposal has been made yet, and when one is, there will be discussion. -- Chris Adams li...@cmadams.net -- users mailing list users

Re: Fedora 21 wrong IP address when using Automatic (DHCP)

2015-01-20 Thread Chris Adams
server? Has somebody plugged in a wifi AP that's really a router? That's the usual cause; there's not normally anything in the OS that'll just pick a 192.168.x.x IP. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options

Re: So acrobat is dead for linux - long live evince?

2014-12-15 Thread Chris Adams
. -- Chris Adams li...@cmadams.net -- 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

Re: OT: NFS and iOS -

2014-11-19 Thread Chris Adams
tools to manage it. -- Chris Adams li...@cmadams.net -- 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

Re: Latest systemd news

2014-11-17 Thread Chris Adams
a number of corner cases that can be tricky to get right (and a security problem if you get it wrong)? -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora

Re: Latest systemd news

2014-11-15 Thread Chris Adams
own. -- Chris Adams li...@cmadams.net -- 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

Re: shellshock - detect in Apache?

2014-09-26 Thread Chris Adams
not. If a perl script is run in taint mode (which is highly recommended for things like CGIs but not commonly used), the incoming environment variables are tainted and you can't execute anything without resetting the environment, which (in most cases) would clear any bad variables. -- Chris Adams li

Re: [Fedora] Heads up: possible BASH security vulnerability

2014-09-25 Thread Chris Adams
(and its derived distros) have used dash as /bin/sh for a while now. -- Chris Adams li...@cmadams.net -- 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: Heads up: possible BASH security vulnerability

2014-09-24 Thread Chris Adams
programs. -- Chris Adams li...@cmadams.net -- 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

Re: Heads up: possible BASH security vulnerability

2014-09-24 Thread Chris Adams
Once upon a time, jd1008 jd1...@gmail.com said: Are you saying that a java script, being executed on your system via the browser, cannot also fork and exec bash? As far as I know, that would require some other security vulnerability first (at which point bash security is moot). -- Chris Adams

Re: zeroing out part of an SDcard

2014-08-21 Thread Chris Adams
the block size, you have to recalculate everything else that is expressed in blocks. -- Chris Adams li...@cmadams.net -- 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: zeroing out part of an SDcard

2014-08-21 Thread Chris Adams
Once upon a time, Chris Murphy li...@colorremedies.com said: However, quite a few sdcards don't respond to trim. Do _any_ SD cards support TRIM? I didn't think that was supported by the protocol at all. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org

Re: Mesa-10.2.5 was released - while Fedora still ships 10.1 :/

2014-08-15 Thread Chris Adams
-- Chris Adams li...@cmadams.net -- 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

Re: centos/fedora install without gui!

2014-08-14 Thread Chris Adams
created filesystems the way I wanted (still in kickstart) and I never looked back at the official way to do it. You can't do that anymore because anaconda devs decided they should always format the root filesystem. -- Chris Adams li...@cmadams.net -- users mailing list users

Re: how to disable tmpfs

2014-08-08 Thread Chris Adams
to swap (so if you run low on RAM, files in tmpfs will be pushed out to swap on disk to free up RAM for programs). -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo

Re: how to disable tmpfs

2014-08-08 Thread Chris Adams
, it would be based on swap size, or total RAM+swap, but that's harder to do. However, Fedora defaults to a root filesystem that isn't huge (with a separate /home), so the size of /tmp is still limited. /tmp was never supposed to be about holding arbitrary sized chunks of data. -- Chris Adams li

Re: VM not accepted by NFS server -

2014-07-24 Thread Chris Adams
network interface to the VM, so that the VM has the same network access as any physical host on the local LAN (it would get an address from your LAN's DHCP, not the private libvirtd-configured DHCP server). -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org

Re: VM not accepted by NFS server -

2014-07-23 Thread Chris Adams
/ mount.nfs: access denied by server while mounting 192.168.1.8:/home/bobg/ Possibly NFSv4 vs. NFSv3? RHEL/CentOS 6 and earlier (and Fedora before around 17 IIRC) default to NFSv3 mounts, while newer stuff defaults to NFSv4. Try adding -o nfsvers=3. -- Chris Adams li...@cmadams.net -- users mailing

Re: device p3p1 entered promiscuous

2014-07-23 Thread Chris Adams
kernel: [ 127.669312] device p3p1 left promiscuous mode These messages occur every 5 minutes and last 5 seconds. I'd check for cron jobs, sudo crontab -l and look in /etc/cron.d. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

Re: Broadcom Wireless adapters and kernel updates [SOLVED]

2014-07-01 Thread Chris Adams
install the wl module from a package, for example from RPMfusion, it includes configuration to block b43 from loading (because they conflict otherwise). If you want to use b43, uninstall the wl package(s) (e.g. yum remove broadcom-wl). -- Chris Adams li...@cmadams.net -- users mailing list users

Re: How to create a single 4GB large ramdisk?

2014-06-17 Thread Chris Adams
/backing.img -- Chris Adams li...@cmadams.net -- 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

Re: Adding drivers to initrd using kickstart dracut

2014-06-12 Thread Chris Adams
during package install, before your %post runs. You will need to rebuild the initramfs after configuring dracut. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users

Re: Moving Fedora system to new disk

2014-05-29 Thread Chris Adams
on an old RHEL 4 system with coreutils-5.2.1). I would gues you have run into shell quoting issues, but that's the standard fun of using special characters in filenames and Unix shells. You can't just say: $ cp File With Spaces.txt /tmp you have to: $ cp File With Space.txt /tmp -- Chris Adams li

Re: Moving Fedora system to new disk

2014-05-28 Thread Chris Adams
the root FS under /mnt/sysimage, the /usr/bin/acroread link will be broken. If instead you have something like /usr/bin/Mail linked to ../../bin/mailx, it will still work. That may be all the OP is seeing, depending on the environment used. -- Chris Adams li...@cmadams.net -- users mailing list users

Re: Moving Fedora system to new disk

2014-05-28 Thread Chris Adams
you've disabled SELinux, you may need to relabel on the first boot from the copy (not sure if rsync -X will set that correctly or not; haven't checked in a while). -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options

Re: host command not seeming to use /etc/hosts file

2014-05-01 Thread Chris Adams
match the behavior of modern (akak IPv6-ready) programs. -- Chris Adams li...@cmadams.net -- 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

Re: How does the Host command query DNS?

2014-04-23 Thread Chris Adams
getaddrinfo(), the default is to follow the ordering rules defined in RFC 3484 that (in general) put IPv6 addresses ahead of IPv4 addresses. You can control some of the ordering with /etc/gai.conf; see man gai.conf for more info. -- Chris Adams li...@cmadams.net -- users mailing list users

Re: Serious OpenSSL vulnerability

2014-04-14 Thread Chris Adams
issues must be loving that - people spending money, early, replacing a certificate before it expires. Many of the CAs are not charging for reissues (keeping the same expiration I assume). -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

Re: Serious OpenSSL vulnerability

2014-04-10 Thread Chris Adams
a file is opened, the reference remains even if it is removed/replaced. If you don't restart Apache, it will still be using the old OpenSSL libraries. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https

Re: Forcing telnet to use IPv6

2014-04-10 Thread Chris Adams
=1069809 The best solution may be for somebody to try to merge in a current telnet release from somewhere (whether OpenBSD's or somebody else's). -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https

Re: Serious OpenSSL vulnerability

2014-04-10 Thread Chris Adams
. -- Chris Adams li...@cmadams.net -- 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

Re: weird xzcat behaviour

2014-04-01 Thread Chris Adams
). sudo only got xzcat Fedora-Minimal-armhfp-20-1-sda.raw.xz as arguments. You should be able to quote what you want actually passed to sudo: sudo xzcat Fedora-Minimal-armhfp-20-1-sda.raw.xz /dev/sdb -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org

Re: Fedora 20 Apple thunderbolt monitor - it just works!!!

2014-03-27 Thread Chris Adams
scaling images (often making them fuzzy) and makes things worse instead of better. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct

Re: Fedora Present and Future: a Fedora.next 2014 Update (Part I, Why?)

2014-03-24 Thread Chris Adams
to pay for 3TB of SSD (and hard drives are plenty fast for that type of storage). -- Chris Adams li...@cmadams.net -- 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: does openssh really depend on openssl?

2014-02-06 Thread Chris Adams
library usage, not by package name anymore. Look at rpm -q --provides openssl-libs to see all the various library dependencies OpenSSL provides (note that the RPM is now openssl-libs - that's why a hard dep on openssl was removed). -- Chris Adams li...@cmadams.net -- users mailing list users

Re: mailx help

2014-01-21 Thread Chris Adams
was never intended to be replace all possible use cases with no MTA. You want mail in files, so use an MTA. -- Chris Adams li...@cmadams.net -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora

<    1   2   3   4   >